32
I Use This!
High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 11 hours ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The nonce of a login card in the sync protocol is now the SHA1 hash of the remainder of the sync message. The signature is the SHA1 hash of the concatenation of the nonce and the users password.
drh
More... over 16 years ago
Fix bugs in undo/redo. Appears to work now but not heavily tested.
drh
More... over 16 years ago
Add the "undo" and "redo" commands. Untested at this point so don't try to use them yet.
drh
More... over 16 years ago
Slight editorial changes to sync documentation, fixing spelling errors.
aku
More... over 16 years ago
Fix a C++-ism in the timeline module.
drh
More... over 16 years ago
Merge in the delta encoder changes.
drh
More... over 16 years ago
Add a first draft of the synchronization protocol document. Unproofed.
drh
More... over 16 years ago
Cluster-based synchronization appears to be working.
drh
More... over 16 years ago
Started to restructure the namespace hierarchy, beginning at the bottom, with the log module.
aku
More... over 16 years ago
Sync using clusters appears to work. More testing is needed before we go live.
drh
More... over 16 years ago
Moved the import control code into its own package. The application has been reduced to command line processing and handing over to the new package.
aku
More... over 16 years ago
Redid the logging system aka user feedback completely. Verbosity levels, influenced by the new -v switch. Indentations in the output removed, parsing by tools easier, still human readable. Adapted all users of the previous feedback code to use the new system.
aku
More... over 16 years ago
Updated documentation of the delta encoder to mention the new limits on searching the hash chain.
aku
More... over 16 years ago
Extended import app with switch to stop execution just before a specific changeset, to aid in debugging problems.
aku
More... over 16 years ago
Raise the hash chain limit in the delta module from 50 to 250.
drh
More... over 16 years ago
Fix pathological N*2 behavior in the delta generator.
drh
More... over 16 years ago
Fix calculating percentage of committed changesets.
aku
More... over 16 years ago
Importer extended to allow capture of exact fossil commit command
aku
More... over 16 years ago
(no comment)
aku
More... over 16 years ago
First semi-complete app for import from CVS. Trunk only, wholesale only.
aku
More... over 16 years ago
Add the unclustered table and the M lines to manifests. Process clusters in manifest_parse and manifest_crossref. The xfer process still does not yet use clusters though so it is still compatible. But that is about to change.
drh
More... over 16 years ago
Added text notes on ideas for dealing with tickets and wiki.
drh
More... over 16 years ago
Add the "index.wiki" wiki page. Fix a bug in the wiki rendering engine. The page displays now, but not correctly - there are clearly additional bugs to be found and fixed.
drh
More... over 16 years ago
The /index webpage pulls up the wiki page specified in Setup/Configuration.s
drh
More... over 16 years ago
Add the /wiki and /bwiki web pages. Currently renders content from the check-out as readonly.
drh
More... over 16 years ago
Updates to the timeline routines. Added the pqueue module.
drh
More... over 16 years ago
A new decendent finding algorithm is (hopefully) faster. Changes to the timeline are in process and might not yet work.
drh
More... over 16 years ago
Added first code regarding import from cvs, processing a CVSROOT/history file. Looks good, except that the history I have is incomplete, truncated at the beginning. Extended my notes with results from this experiment, thinking about a possible different method.
aku
More... almost 17 years ago
Removed two entries from the work list which are done.
aku
More... almost 17 years ago
Put a colored asterisk beside entries of interest in the timeline, rather than doing lots of annoying text color and background changes.
drh
More... almost 17 years ago