Fossil

Timeline
Login

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

42 check-ins 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: 8027c7e6 user: drh tags: trunk)
2013-01-23
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: 769c90a2 user: drh tags: trunk)
13:15
Further fine-tuning of the check for valid UTF8 characters in filenames. ... (check-in: 4d456c9f user: drh tags: trunk)
13:09
Only run ANALYZE if the --analyze flag is provided to "fossil rebuild" or "fossil all rebuild". ... (check-in: 3104348e 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: 1d462a68 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: 2f10a050 user: drh tags: trunk)
02:33
Simplify the text on the "Number of Artifacts" row of the /stat page. ... (check-in: e5f9b18d user: drh tags: trunk)
02:23
Remove an unused variable from the URL encoder. ... (check-in: 5210b937 user: drh tags: trunk)
02:19
Uniformity in the display of version numbers on the /stat page. ... (check-in: a8956061 user: drh tags: trunk)
02:11
Avoid unnecessary escaping of : characters in URLs in order to make the links more readable. ... (check-in: afec3f81 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: 6bb63a73 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: f97e1cf6 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: 7536c6ae user: drh tags: trunk)
18:13
Merge in the latest SQLite from upstream, in order to test SQLite. ... (check-in: d7019134 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: 8554d3e6 user: drh tags: trunk)
02:29
Fix compiler warnings. ... (check-in: b3bac115 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: f76d912f 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: bee86ff3 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: 8a470fd4 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: 9ee47de2 user: drh tags: trunk)
2013-01-11
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: e4ca677a 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: a18a49c8 user: drh tags: trunk)
2013-01-09
15:59
Fix incorrect license statement on the http_ssl.c file. No code changes. ... (check-in: c7133bd7 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: 6b3e97a3 user: drh tags: trunk)
2013-01-08
15:47
Forgot to do the "fossil add fiveminutes.wiki" in the previous commit. ... (check-in: 66c4f17a user: drh tags: trunk)
15:35
Added the "Up and running in 5 minutes" document by Gilles Ganault. ... (check-in: f612e917 user: drh tags: trunk)
15:19
Fix an obsolete comment. No code changes. ... (check-in: 17fbffa2 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: 1a52914b 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: baa1ebb7 user: drh tags: trunk)
15:03
Fix "fossil revert" so that it works on files that have been renamed. ... (check-in: 48798b27 user: drh tags: trunk)
14:45
Pull the latest trunk version of SQLite from upstream. ... (check-in: 9ae863a5 user: drh tags: trunk)
2013-01-04
19:43
Fix an out-of-order variable declaration in regexp.c. ... (check-in: 8144cf15 user: drh tags: trunk)
18:43
auto-captcha should default to "off". ... (check-in: ac103f64 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: 781e5bed user: drh tags: trunk)
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: c23e6444 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: c84051f3 user: drh tags: trunk)
2013-01-02
01:36
Enable diff filtering using a regex= query parameter on web pages. ... (check-in: 31dd2c0e 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: 97a7b924 user: drh tags: trunk)
2013-01-01
22:56
Allow the --context option on diff to have a value of 0. ... (check-in: d74698ec user: drh tags: trunk)
21:25
Add support for case folding in the regexp matcher. ... (check-in: 62cd2e24 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: cb952c42 user: drh tags: trunk)
20:56
Add the regular expression matching library and the "test-grep" command for testing it. ... (check-in: e2552de8 user: drh tags: trunk)
Previous month ↓