Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

52 events for the month beginning 2013-01-01 by user drh

Following month ↑
2013-01-30
18:14
Back out the previous check-in - no changes needed for strcmp(). ... (check-in: 8027c7e648 user: drh tags: trunk)
2013-01-23
13:24 Edit [970cc4f16f3483c0|970cc4f16f]: Mark "Closed". ... (artifact: 69ebb332b5 user: drh)
13:24
Add the max-download-time server option that limits the amount of real-time that the server will spend preparing an xfer protocol reply. ... (check-in: 769c90a230 user: drh tags: trunk)
13:16 Edit [7dabede3b3883560|7dabede3b3]: Mark "Closed". ... (artifact: 0db172218e user: drh)
13:15
Further fine-tuning of the check for valid UTF8 characters in filenames. ... (check-in: 4d456c9fd1 user: drh tags: trunk)
13:09
Only run ANALYZE if the --analyze flag is provided to "fossil rebuild" or "fossil all rebuild". ... (check-in: 3104348ec5 user: drh tags: trunk)
2013-01-20
10:57
Fix the SQL for the command-line timeline so that it works for timeline items that are not associated with a particular branch. ... (check-in: 1d462a683f user: drh tags: trunk)
2013-01-18
12:36
Bring the regexp.c module into alignment with the similar code in the SQLite test suite. ... (check-in: 2f10a050c6 user: drh tags: trunk)
02:33
Simplify the text on the "Number of Artifacts" row of the /stat page. ... (check-in: e5f9b18d36 user: drh tags: trunk)
02:23
Remove an unused variable from the URL encoder. ... (check-in: 5210b9379a user: drh tags: trunk)
02:19
Uniformity in the display of version numbers on the /stat page. ... (check-in: a89560616f user: drh tags: trunk)
02:11
Avoid unnecessary escaping of : characters in URLs in order to make the links more readable. ... (check-in: afec3f814d user: drh tags: trunk)
00:55
Fix the query on the /stat page that computes the number of check-ins. The old query omitted checkins (such as merges or null-checkins or branch creations) that did not add any new artifacts to the repository. Also remove the "server id" from the /stat report since that information is no longer used for anything. ... (check-in: 6bb63a7364 user: drh tags: trunk)
00:47
Consolidate all sqlite3_open() calls into the db_open() routine and initialize every database connection the same way. Avoid using sqlite3_exec() in order to obtain a more accurate count of perpared statements when --sqltrace is used. ... (check-in: f97e1cf666 user: drh tags: trunk)
2013-01-17
22:23
Fix the sqlite3_open() used by "fossil init" so that it will honor the FOSSIL_VFS environment variable. ... (check-in: 7536c6aea5 user: drh tags: trunk)
18:13
Merge in the latest SQLite from upstream, in order to test SQLite. ... (check-in: d7019134a5 user: drh tags: trunk)
2013-01-15
03:02
Ticket enhancements: Add the TICKET.TKT_CTIME field and make it hold the creation time of the ticket. Make sure that a TICKETCHNG entry is created for each change to the ticket if the TICKETCHNG.TKT_RID field exists. ... (check-in: 8554d3e656 user: drh tags: trunk)
02:29
Fix compiler warnings. ... (check-in: b3bac1158b user: drh tags: trunk)
2013-01-14
12:52
Change the output format for the "fossil leaves" command and add the --bybranch command-line option which is useful for looking for forks. ... (check-in: f76d912f1d user: drh tags: trunk)
01:54
When autosync is enabled, do both a PUSH and a PULL following each commit. Adding the PULL here makes detection of a fork work better. ... (check-in: bee86ff39a user: drh tags: trunk)
01:53
Simplifications to the SQL that determines a fork to merge when the "fossil merge" command has no VERSION argument. ... (check-in: 8a470fd4bc user: drh tags: trunk)
00:21
Enhance the "fossil merge" command so that if the VERSION argument is omitted, Fossil tries to merge any forks of the current branch. ... (check-in: 9ee47de254 user: drh tags: trunk)
00:16 Edit [ccc7701cc6644504|ccc7701cc6]: Mark "Closed". ... (artifact: ecfcf24f29 user: drh)
00:16 Edit [4c931047ef0cea5b|4c931047ef]: Mark "Closed". ... (artifact: 67fd6217c4 user: drh)
00:15 Edit [0072bfefd2709178|0072bfefd2]: Mark "Closed". ... (artifact: 39c2829aa6 user: drh)
00:14 Edit [b41feab7745985cf|b41feab774]: Mark "Closed". ... (artifact: e56fe91de3 user: drh)
00:07 Edit [9503a9152ed00fbf|9503a9152e]: Mark "Closed". ... (artifact: 13d3385eac user: drh)
2013-01-11
18:13 Edit [bef9a956c07507ba|bef9a956c0]: Mark "Closed". ... (artifact: 052cb9c1ff user: drh)
18:12
Off-by-one error in regexp \u escape sequence parsing. Regexp \x escape sequence should only accept exactly 2 hex digits. ... (check-in: e4ca677a6c user: drh tags: trunk)
18:03
Enhancements to the TICKETCHNG table: (1) Add the tkt_rid column and populate it (if present) with the recordID of the artifact. (2) For columns that appear in both TICKET and TICKETCHNG but are missing from the artifact, fill in the TICKETCHNG value with the value from TICKET at that point in time. (3) Add the test-ticket-rebuild command for testing the above. ... (check-in: a18a49c875 user: drh tags: trunk)
2013-01-09
15:59
Fix incorrect license statement on the http_ssl.c file. No code changes. ... (check-in: c7133bd79d user: drh tags: trunk)
12:56
Update the built-in SQLite to the version that contains the fix for the ORDER BY optimization bug that was fixed in SQLite version 3.7.15.2. ... (check-in: 6b3e97a328 user: drh tags: trunk)
2013-01-08
15:47
Forgot to do the "fossil add fiveminutes.wiki" in the previous commit. ... (check-in: 66c4f17a6e user: drh tags: trunk)
15:35
Added the "Up and running in 5 minutes" document by Gilles Ganault. ... (check-in: f612e9172c user: drh tags: trunk)
15:19
Fix an obsolete comment. No code changes. ... (check-in: 17fbffa2dd user: drh tags: trunk)
14:03
Update SQLite from upstream to fix a potential crash bug if Fossil were compiled with SQLITE_ENABLE_STAT3. ... (check-in: 1a52914b38 user: drh tags: trunk)
2013-01-07
18:58
Improved error message handling. Fix the "fossil server" command so that it works when run as root on a repository in the root directory. ... (check-in: baa1ebb7d9 user: drh tags: trunk)
15:03
Fix "fossil revert" so that it works on files that have been renamed. ... (check-in: 48798b2719 user: drh tags: trunk)
14:45
Pull the latest trunk version of SQLite from upstream. ... (check-in: 9ae863a5eb user: drh tags: trunk)
2013-01-04
19:43
Fix an out-of-order variable declaration in regexp.c. ... (check-in: 8144cf1508 user: drh tags: trunk)
18:43
auto-captcha should default to "off". ... (check-in: ac103f64c3 user: drh tags: trunk)
18:23
Make it easier to hit the graph nodes for click-to-diff when running on phones and tablets. ... (check-in: 781e5bed89 user: drh tags: trunk)
15:48 Closed ticket [b8c67a28dd]: wrong status of 'status' even after revert plus 5 other changes ... (artifact: e5222d61c7 user: drh)
13:04
Add comments explaining the purpose (optimization) of the zInit[] array in the regex matcher. Back out the previous change that inserts non-plane-0 unicode characters into zInit[] as that change might overflow the zInit[] array. ... (check-in: c23e6444f5 user: drh tags: trunk)
2013-01-03
20:02
Rename re_execute() to re_match(). Other fixes to regex matcher bugs that were introduced when porting the code from SQLite. ... (check-in: c84051f38d user: drh tags: trunk)
2013-01-02
01:44 Edit [d74698ec28794dc1|d74698ec28]: Edit check-in comment. ... (artifact: a1c60d5e35 user: drh)
01:36
Enable diff filtering using a regex= query parameter on web pages. ... (check-in: 31dd2c0e3e user: drh tags: trunk)
00:58
Enhance the diff logic so that it can suppress differences that do not match a regular expression. This capability is so far only exposed on the test-diff command. ... (check-in: 97a7b924c0 user: drh tags: trunk)
2013-01-01
22:56
Allow the --context option on diff to have a value of 0. ... (check-in: d74698ec28 user: drh tags: trunk)
21:25
Add support for case folding in the regexp matcher. ... (check-in: 62cd2e2496 user: drh tags: trunk)
21:09
Enhance the regexp matcher to support full unicode on the \b, \w, and \W patterns, using code taken from the FTS3 unicode2 tokenizer. ... (check-in: cb952c420d user: drh tags: trunk)
20:56
Add the regular expression matching library and the "test-grep" command for testing it. ... (check-in: e2552de8c6 user: drh tags: trunk)
Previous month ↓