32
I Use This!
High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(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... over 16 years ago
Removed two entries from the work list which are done.
aku
More... over 16 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... over 16 years ago
Fix some annoyances with "merge". This involves a schema change to the _FOSSIL_ file. Older versions will continue to work, but it would make since to "close" and "open" local source tree after updating to this version of fossil, in order to update the schema.
drh
More... over 16 years ago
Fix multiple bugs in the comment parser of the commit command. Allow blank lines in comments.
drh
More... over 16 years ago
Fix bugs that can cause a segfault if a blank check-in comment is entered.
drh
More... over 16 years ago
Merge aku's makefile changes.
drh
More... over 16 years ago
New timeline formatting experiment. Foreground font color changes when mousing over the vinfo hyperline show all immediate parents in red and immediate children in green and hide all entries that are not part of the current line.
drh
More... over 16 years ago
Re-added the 'test' target, this time in the correct file, then regenerated the main.mk file.
aku
More... over 16 years ago
Patch up makemake.tcl to incorporate aku's edits, then regenerate the main.mk file.
drh
More... over 16 years ago
Merged drh's fixes new features (xfer, timeline handling, javascript based timeline highlighting) into my branch.
aku
More... over 16 years ago
Moved common large lists of header files into Make variables.
aku
More... over 16 years ago
Added implementations for the methods "deconstruct", and "construct".
aku
More... over 16 years ago
Moved the core logic of both "rebuild_database" and "create_repository_cmd" into their own functions, for sharing with "reconstruct_cmd".
aku
More... over 16 years ago
Fixed bug in blob_write_to_file, added missing argument to fossil_panic.
aku
More... over 16 years ago
Reworked my notes regarding 'reconstruct' based on my reading of content.c, checkin.c, and manifest.c
aku
More... over 16 years ago
Fixed typos, and extended the documentation of content_deltify.
aku
More... over 16 years ago
Updated my work list, added first notes about 'cvs import' functionality.
aku
More... over 16 years ago
Fixed typos.
aku
More... over 16 years ago
Make sure the same manifest never gets inserted into the metadata tables twice - resulting in duplicate timeline entries.
drh
More... over 16 years ago
Tweaked the highlighting
aku
More... over 16 years ago