10 descendants and 10 ancestors of [bb3a25e2f0]
2008-02-02
| ||
23:48:27 | * | [10437374a7] Stylistic changes to the C code that implements the tagview page. (user: drh, tags: trunk) |
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) |
22:59:53 | * | [f94f7e17d1] Reworked the storage of the text range a bit, split immediately (settext) and store the pieces, instead of splitting everytime a piece is needed. (user: aku, tags: trunk) |
21:10:17 | * | [02d1ed6ad2] Fork added /tagview page - a simple browse-by-tag interface (user: stephan, tags: trunk) |
18:51:19 | * | [01d3c33874] corrected two 'var may be used uninitialized' warnings (user: stephan, tags: trunk) |
18:44:49 | * | [22cc813f8e] fixed a minor memleak in update.c:revert_cmd() (user: stephan, tags: trunk) |
07:33:03 | * | [dbdc160161] Merge Merged with mainline. (user: aku, 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) |
07:14:20 | * | [e5ae612c8d] Fork Added high-verbosity (level 11) logging to trace the application of rcs patches. (user: aku, tags: trunk) |
06:25:34 | * | [7c43583de1] Tinkered with the revision information transfered from a changeset to push, to the fossil accessor code, modified the logging as well. (user: aku, tags: trunk) |
05:39:51 | * | [3cd599cacd] Moved the most complex parts of pushto into their own commands. (user: aku, tags: trunk) |
2008-01-30
| ||
08:28:34 | * | [348e45b0d6] Branch-Point Added basic import of changesets. Note that this code is incomplete with regard to handling the various possible interactions between a vendor-branh and trunk. (user: aku, tags: trunk) |
08:25:00 | * | [f9e0d23d97] Added placeholder code to the fossil accessor class for the import of a revision. currently only logging the call. (user: aku, tags: trunk) |
08:23:36 | * | [9e1b461b2f] Broke package dependency cycle introduced when moving the cset load code from the InitCsets pass to the cset class. (user: aku, tags: trunk) |
08:20:37 | * | [81a297a66a] Extended log writing to handle multi-line log messages. (user: aku, tags: trunk) |
03:23:02 | * | [49dd66f64f] Moved the code loading changesets from state to its proper class. (user: aku, tags: trunk) |