32
I Use This!
High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix the makefile so that you can build twice in a row from the source directory and it still works.
drh
More... over 17 years ago
Update sqlite to version 3.5.5 plus patches.
drh
More... over 17 years ago
Fix a typo on the user setup page. Reported via email by Brad Harder.
drh
More... over 17 years ago
Activated invokation of the fossil command importing a revision.
aku
More... over 17 years ago
Fixed description of file checkin.c. Implemented new command test-import-manifest. Updated fossil accessor code in the importer to the changed command line API of test-import-manifest.
aku
More... over 17 years ago
Made remove_from_argv public for use by the upcoming test-import-manifest command. Fixed description of verify_all_options. Initialized variable to silence gcc warning.
aku
More... over 17 years ago
Reworked the code determining the parent of the currently committed changeset. It should now handle the transition from vendor branch to trunk correctly.
aku
More... over 17 years ago
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.
drh
More... over 17 years ago
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.
drh
More... over 17 years ago
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.
drh
More... over 17 years ago
Added high-verbosity (level 11) logging to trace the application of rcs patches.
aku
More... over 17 years ago
Tinkered with the revision information transfered from a changeset to push, to the fossil accessor code, modified the logging as well.
aku
More... over 17 years ago
Moved the most complex parts of pushto into their own commands.
aku
More... over 17 years ago
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.
aku
More... over 17 years ago
Added placeholder code to the fossil accessor class for the import of a revision. currently only logging the call.
aku
More... over 17 years ago
Broke package dependency cycle introduced when moving the cset load code from the InitCsets pass to the cset class.
aku
More... over 17 years ago
Extended log writing to handle multi-line log messages.
aku
More... over 17 years ago
Moved the code loading changesets from state to its proper class.
aku
More... over 17 years ago
Fixed the names for the case-sensitive file operations.
aku
More... over 17 years ago
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.
aku
More... over 17 years ago
Error message on "commit" or "user default" if the user does not exist.
drh
More... over 17 years ago
Fix a bug in the "user default" command.
drh
More... over 17 years ago
cvs2fossil: add -nocomplain flag to glob to prevent an error if no files/dirs match More... over 17 years ago
Changes to cvs2fossil to import tcllib CVS into fossil on Win32 More... over 17 years ago
REPLACE into the event table rather than INSERT.
drh
More... over 17 years ago
Added log output to make the log during file import more complete.
aku
More... over 17 years ago
Added debug helper methods. Fixed description of symbol reference in instances.
aku
More... over 17 years ago
Allow for detached branches when checking lod consistency. Fixed formatting nit. Added debug helper method.
aku
More... over 17 years ago
Fixed bug in the code detaching a vendor branch. Left link to removed parent dangling, and killed connection to first on branch. No more.
aku
More... over 17 years ago
Added comments to the sql commands in the integrity checks.
aku
More... over 17 years ago