22 events occurring around 2007-11-27 02:37:51.
2007-11-28
| ||
05:39:49 | * | [47d52d1efd] Added convenience method for assertions and used it in place of the existing if/trouble internal constructions. Changed API of 'log write' so that we can defer substituation of the message to when the write actually happen, and converted all places which would be hit by double-substitution. The remaining 'log write' calls will be converted incremen... (user: aku, tags: trunk) |
2007-11-27
| ||
09:07:37 | * | [6b520e7d97] Modified to break all backward symbols, not only branches, removed the other custom circle breaking code, should not be needed any longer (See comments for proof). (user: aku, tags: trunk) |
09:05:45 | * | [3e18606b5c] Bugfix: Sort pending nodes fully deterministic, and moved to separate helper command. Tweaked log output. (user: aku, tags: trunk) |
09:04:46 | * | [1c39e57637] Updated to extended changeset string, and added tabular formatting. Further tweaked output, putting timestamp adjust messages on the same line as the changeset itself. (user: aku, tags: trunk) |
09:03:07 | * | [911d56a8c8] Changesets, extended human readable representation, and tweaking of log output. (user: aku, tags: trunk) |
08:59:54 | * | [2e07cd7164] Bugfix in the generation of the initial symbol changesets. Keep entries apart per line-of-development. (user: aku, tags: trunk) |
05:08:54 | * | [678765068d] Bugfixes when generating revision changesets. (1) The dependencies for a revision are a list, not single. (2) Use pseudo-dependencies to separate revisions of the same file from each other if they have no direct dependencies in the state. (user: aku, tags: trunk) |
04:26:56 | * | [8c6488ded2] Continued work on the integrity checks for changesets. Moved callers out of transactions. Two checks are already tripping on bad changesets made by InitCSets (pass 5). (user: aku, tags: trunk) |
03:30:50 | * | [7e9e5fea77] Fix a bug in the unified diff generator. (user: drh, tags: trunk) |
02:37:51 | * | [bf83201c7f] Outline for more integrity checks, focusing on the changesets. (user: aku, tags: trunk) |
2007-11-26
| ||
16:40:55 | * | Changes to wiki page To Do List (user: drh) |
01:33:50 | * | [62f37c9722] Begin porting the CVSTrac ticket reporting code over to fossil. The new code is not yet connected into the system. The port is incomplete. (user: drh, tags: trunk) |
2007-11-25
| ||
21:11:33 | * | [5f3ddcc1b8] Add ticket configuration editing capability. (user: drh, tags: trunk) |
17:13:14 | * | [4c22ae52fd] 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.) (user: drh, tags: trunk) |
16:13:52 | * | [f394d84560] Update SQLite to the latest build from CVS. Add in the FTS3 extension, though it is not yet being used. Additional work toward tickets. (user: drh, tags: trunk) |
07:54:09 | * | [b679ca3356] Code cleanup. Removed trailing whitespace across the board. (user: aku, tags: trunk) |
07:44:24 | * | [1ea319fb67] Another helper, textual, write changeset data to stdout. (user: aku, tags: trunk) |
07:41:07 | * | [bcc630d3f5] Tweaked log output of the topological sorter (revisions) to be tabular (aligned columns), added information (time ranges). (user: aku, tags: trunk) |
07:39:53 | * | [96167b2a48] Changesets: Added accessor for to retrieve number of changesets known, and dropped the "trunk root -> NTDB root" dependency, is problematic. (user: aku, tags: trunk) |
07:37:04 | * | [63052cb60a] Fixed log output for pass 10, and added missing command. (user: aku, tags: trunk) |