20 ancestors of [95fab8c60b]
2008-01-31
| ||
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) |
03:10:57 | * | [ed13b28b13] Fixed the names for the case-sensitive file operations. (user: aku, tags: trunk) |
2008-01-29
| ||
04:05:10 | * | [edc46651c7] Moved the new case-sensitive file checking code into the misc package with descriptive command names, to recapture clarity of code at the calling places. (user: aku, tags: trunk) |
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) |
00:12:12 | * | [6625739eda] cvs2fossil: add -nocomplain flag to glob to prevent an error if no files/dirs match (user: mjanssen, tags: trunk) |
2008-01-28
| ||
23:57:27 | * | [7208c7ac4d] Changes to cvs2fossil to import tcllib CVS into fossil on Win32 * using ::file instead of file in snit methods to get the core file command * taking care of files that only differ in case in the Attic and the repo on case insensitive FS * passing platform specific (user: mjanssen, tags: trunk) |
18:29:28 | * | [7aa9a2e206] REPLACE into the event table rather than INSERT. (user: drh, tags: trunk) |
2008-01-27
| ||
20:43:58 | * | [e60ba15821] Added log output to make the log during file import more complete. (user: aku, tags: trunk) |
20:43:19 | * | [970be48fce] Added debug helper methods. Fixed description of symbol reference in instances. (user: aku, tags: trunk) |
20:42:01 | * | [d3aa33884b] Allow for detached branches when checking lod consistency. Fixed formatting nit. Added debug helper method. (user: aku, tags: trunk) |
20:40:48 | * | [0adaabf112] Fixed bug in the code detaching a vendor branch. Left link to removed parent dangling, and killed connection to first on branch. No more. (user: aku, tags: trunk) |