22 events by user drh occurring around 2007-12-04 13:05:35.
2008-02-02
| ||
23:39:22 | * | [95c07a5033] A completely new diff algorithm. It is not guaranteed to find the minimum difference between files, but it seems to do a good job and runs much faster on larger files. But command-line diff is still faster for really large files. More work needed. (user: drh, tags: trunk) |
2008-02-01
| ||
19:58:07 | * | [1b52d1306e] Fix the makefile so that you can build twice in a row from the source directory and it still works. (user: drh, tags: trunk) |
15:35:20 | * | [6cdf470948] Update sqlite to version 3.5.5 plus patches. (user: drh, tags: trunk) |
12:39:40 | * | [5d3783bd61] Fix a typo on the user setup page. Reported via email by Brad Harder. (user: drh, tags: trunk) |
2008-01-31
| ||
22:04:42 | * | [bb3a25e2f0] Add a configuration option to the Setup/Access page that allows the user to set the xfer download limit. Increase the default xfer download limit to 5 million bytes. Increase the minimum phantom request limit from 100 to 200. (user: drh, tags: trunk) |
21:54:48 | * | [95fab8c60b] The client-side of a sync uses an adaptive approach to limit the number of "gimme" requests on each HTTP round-trip. This reduces traffic on a large clone. The number of "gimmes" on each round-trip is the larger of 100 or twice the number of files received on the previous cycle. (user: drh, tags: trunk) |
21:31:17 | * | [bf1a30c9c0] Fix a bug in the db_get_int() routine that was causing the default value to be ignored - resulting in very slow clones for systems without a configuration database. (user: drh, tags: trunk) |
2008-01-29
| ||
01:11:27 | * | [e2a42f7a68] Error message on "commit" or "user default" if the user does not exist. (user: drh, tags: trunk) |
00:38:06 | * | [0921b68f66] Fix a bug in the "user default" command. (user: drh, tags: trunk) |
2008-01-28
| ||
18:29:28 | * | [7aa9a2e206] REPLACE into the event table rather than INSERT. (user: drh, tags: trunk) |
2007-12-04
| ||
13:05:35 | * | [6af8fdc230] Generate CGI replies as separate header and body so that the header can be extended during the construction of the body. (user: drh, tags: trunk) |
02:47:49 | * | [ebb2765954] Add the timeline display preferences page with the ability to turn on and off block markup in timeline comments and to limit the length of timeline comments. (user: drh, tags: trunk) |
01:55:07 | * | [ec1fbd7f68] Fix typos in the "concepts.html" document. (user: drh, tags: trunk) |
01:26:21 | * | [371dd6574c] Fix the revert command so that it works from subdirectories. Other minor comment and help-text changes. (user: drh, tags: trunk) |
2007-12-03
| ||
19:17:45 | * | [18fbb9c52d] Send native deltas when cloning. The reduces bandwidth and reduces server load. (user: drh, tags: trunk) |
19:08:11 | * | [16fbb59b96] Fix the delta computation on download so that it never tries to delta a file that has the same file as both its parent and its child. (user: drh, tags: trunk) |
14:42:32 | * | [fb90abe5bd] Detect delta loops and make at least one member of the loop a phantom. (user: drh, tags: trunk) |
00:27:15 | * | [20553a420c] Patch problems with timeline. Need to rethink the whole implementation. (user: drh, tags: trunk) |
2007-12-02
| ||
22:30:09 | * | [dff17229ff] Addition to the default style sheet to cover the name/value pairs at the top of the vinfo page. Also a bugfix in the report.c code. (user: drh, tags: trunk) |
2007-11-29
| ||
00:37:41 | * | [ba9af9aced] Fix the merge conflict detection. (user: drh, tags: trunk) |