32
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 04, 2024 — Sep 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changes to the diff algorithm to put bounds on run-time for very large files with many differences. (This came up on the previous check-in when you try to diff the two versions of sqlite3.c.)
drh
More... almost 18 years ago
Update SQLite to the latest build from CVS. Add in the FTS3 extension, though it is not yet being used. Additional work toward tickets.
drh
More... almost 18 years ago
Code cleanup. Removed trailing whitespace across the board.
aku
More... almost 18 years ago
Another helper, textual, write changeset data to stdout.
aku
More... almost 18 years ago
Tweaked log output of the topological sorter (revisions) to be tabular (aligned columns), added information (time ranges).
aku
More... almost 18 years ago
Changesets: Added accessor for to retrieve number of changesets known, and dropped the "trunk root -> NTDB root" dependency, is problematic.
aku
More... almost 18 years ago
Fixed log output for pass 10, and added missing command.
aku
More... almost 18 years ago
Extended cycle breaker with debug facility allowing the user to watch the neighbourhood of specific changesets during the traversal. Extended label information, highlighting of the nodes of interest. Tweaked log output a bit.
aku
More... almost 18 years ago
State log output, moved to slightly higher verbosity level to allow them to be suppressed.
aku
More... almost 18 years ago
Dot export extended, allow graph to define label color for highlighting.
aku
More... almost 18 years ago
Filerevtree helper. Added missing requirements, and dialed the verbosity down.
aku
More... almost 18 years ago
Moved more parts taken over by the top. sort passes out the breaker passes, and renumbered them.
aku
More... almost 18 years ago
Moved the parts taken over by the top. sort passes out the breaker passes, and renumbered them (comments).
aku
More... almost 18 years ago
Investigation of changeset order differences between running passes 1 to 6 and pass 6 alone show why the topological sort passes are separate in cvs2svn. The breaking of cycles can change the order of things due to different timeranges and dependencies of the broken changesets. Created two new passes for the sorting. The break passes 7 and 8 are now passes 8 and 9, and the new sort passes are 7 and 10.
aku
More... almost 18 years ago
Tweaked log output of filtering pass a bit.
aku
More... almost 18 years ago
Tweaked human readable representation of changesets to include their type.
aku
More... almost 18 years ago
Bugfix in pass manager, handling of open-ended pass specifications.
aku
More... almost 18 years ago
Tweaks of the log output, and reworked internals to expose not only breaking of cycles, but of paths as well.
aku
More... almost 18 years ago
More work on ticketing. This is a non-working incremental check-in.
drh
More... almost 18 years ago
Progress toward ticket editing. This is an incremental check-in.
drh
More... almost 18 years ago
Progress toward getting ticketing working. We can enter a new ticket and display it. Cannot yet edit a ticket.
drh
More... almost 18 years ago
Documentation updates.
drh
More... almost 18 years ago
Created convenience methods to create the human readable repesentation of a changeset and lists of such, and made liberal use of them.
aku
More... almost 18 years ago
Bugfix in changeset class. Documented and fixed the SQL statements pulling the successor and predecessor information out of the state. It mishandled the Trunk <-> NTDB transitions.
aku
More... almost 18 years ago
Bugfix in changeset class. Forgot to update the map from revisions to containing changesets when breaking the internal dependencies of the initial changesets. This affected only the first fragment as all the revisions put into separate fragments where still pointing to the original changeset. This lead to bogus links at the level of changesets, the changeset was seemingly still referencing itself.
aku
More... almost 18 years ago
Bugfix in the changeset class. The index from revisions to containing changesets is not 1:1, but 1:n. While only one revision changeset is possible there can also be zero or more symbol changesets.
aku
More... almost 18 years ago
Tweaked log output a bit. Bugfixes: Forgot to propagate the border information into SplitRevisions, and a varname typo.
aku
More... almost 18 years ago
Added a number of assertions and must-not-happens with associated log output. Plus some small tweaks, and notes.
aku
More... almost 18 years ago
Added missing node attributes in the Replace command.
aku
More... almost 18 years ago
Updated passes 6 and 8 for to the changtes in the cycle breaker API (changed signature of save callback).
aku
More... almost 18 years ago