32
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Write the new manifest file to the root of the check-out tree when doing an update.
drh
More... about 18 years ago
Omit the files "manifest" and "_FOSSIL_" from the "extra" list.
drh
More... about 18 years ago
Changes to the checksum verification steps to allow a partial commit of changes after new files are added to the tree.
drh
More... about 18 years ago
Prohibit partial check-ins of a merge. To allow such a thing would confuse the branch tracking logic. There are still problems in the partial check-in logic for cases were new files have been added to the repository.
drh
More... about 18 years ago
Merge in and correct the changes to the new repository initialization. Also fix other misc bugs seen while testing.
drh
More... about 18 years ago
Show an error if unrecognized command-line options appear on the commit command. Also add the (undocumented) "omit-ci-sig" configuration option on the database. Setting omit-ci-sig omits the PGP signature on check-in.
drh
More... about 18 years ago
Changes to the way new repositories are created. Also make the CGI output blob available to all modules through a function call.
drh
More... about 18 years ago
Extend the commit command so that specific files can be committed. There are still some problems with doing this after a merge.
dan
More... about 18 years ago
Add the ability to sign manifests using GPG during a check-in. Due to a bug in the manifest parser, older versions will not be able to check-out signed manifests.
drh
More... about 18 years ago
Add primitive start-time and duration controols to the timeline. Additional checksums on check-in and check-out.
drh
More... about 18 years ago
Documentation updates. Added Makefile.
drh
More... about 18 years ago
Update the todo list.
drh
More... about 18 years ago
File differences and file viewer added to the www interface.
drh
More... about 18 years ago
Fix the test-verify command so that it ignores phantoms.
drh
More... about 18 years ago
Client must ignore SIGPIPE when writting to the HTTP socket.
drh
More... about 18 years ago
From the vinfo webpage, provide a hyperlink to download a ZIP archive the version.
drh
More... about 18 years ago
Avoid an unnecessary HTTP round-trip on syncs.
drh
More... about 18 years ago
Add the "leaves" webpage and the "branches" CLI command. We need to work on the nomenclature.
drh
More... about 18 years ago
The merge at [dd9633a03d] did not work because of the bug just fixed. This change moves the changes that should have been in that merge into the main line of the tree.
drh
More... about 18 years ago
Fix a problem in the commit logic that caused it to ignore merge changes. Add another test to the commit to detect future problems of a similar nature.
drh
More... about 18 years ago
Merging in the ipaddr update changes.
drh
More... about 18 years ago
Always do at least two cycles with no file transfers before quiting.
drh
More... about 18 years ago
Fixes to the sync algorithm.
drh
More... about 18 years ago
Populate the ipaddr column of the rcvfrom table when a file is received from a remote source (push/pull/sync).
dan
More... about 18 years ago
Add a bug observation to the todo list.
drh
More... about 18 years ago
Updates to the todo list.
drh
More... about 18 years ago
Do not attempt to verify phantoms. Set the default max message size at 500K instead of 1MB. Updates to the todo list.
drh
More... about 18 years ago
Added the vdiff webpage with links from vinfo.
drh
More... about 18 years ago
Add the finfo web page.
drh
More... about 18 years ago
Improvements to the vinfo webpage. Show descendents, ancestors, and files changed.
drh
More... about 18 years ago