22 events occurring around 2008-02-02 07:03:39.
2008-02-03
| ||
00:04:37 | * | [aa04ac9d10] Extended the collection of revisions for a file with a separate blob store to manage the text ranges of revisions and their dependencies separate from the revisions. This will be used later (upcoming) to properly expand a file even if revisions were removed as irrelevant during the collection and filter passes. (user: aku, tags: trunk) |
2008-02-02
| ||
23:48:27 | * | [10437374a7] Stylistic changes to the C code that implements the tagview page. (user: drh, tags: trunk) |
23:39:22 | * | [95c07a5033] A completely new diff algorithm. It is not guaranteed to find the minimum difference between files, but it seems to do a good job and runs much faster on larger files. But command-line diff is still faster for really large files. More work needed. (user: drh, tags: trunk) |
22:59:53 | * | [f94f7e17d1] Reworked the storage of the text range a bit, split immediately (settext) and store the pieces, instead of splitting everytime a piece is needed. (user: aku, tags: trunk) |
22:42:28 | * | Changes to wiki page Fossil (user: stephan) |
21:10:17 | * | [02d1ed6ad2] Fork added /tagview page - a simple browse-by-tag interface (user: stephan, tags: trunk) |
18:51:19 | * | [01d3c33874] corrected two 'var may be used uninitialized' warnings (user: stephan, tags: trunk) |
18:44:49 | * | [22cc813f8e] fixed a minor memleak in update.c:revert_cmd() (user: stephan, tags: trunk) |
07:33:03 | * | [dbdc160161] Merge Merged with mainline. (user: aku, tags: trunk) |
07:03:39 | * | [9214c11831] Changeset handling, extended logging of how parent is determined. Fossil access, fixed importrev call to use correct workspace/repository. Fixed handling of output, stripping unwanted text, checking of output syntax. Extended logging. Added final 'rebuild'. NOTE: formation of the changesets/manifests is buggy, is not tracking unchanged files across... (user: aku, tags: trunk) |
06:49:40 | * | [dfb6ee3bac] Dropped primary key of temp table __im, record ids are not unique. Scenario: Several empty files. All have the same id, different paths. (user: aku, tags: trunk) |
05:07:20 | * | [b405f4fc04] Fix use (scoping) of revision items when looking for vendor branch data. (user: aku, tags: trunk) |
05:05:01 | * | [bd9703dee6] Fix bad setup of comment for manifest. (user: aku, tags: trunk) |
2008-02-01
| ||
19:58:07 | * | [1b52d1306e] Fix the makefile so that you can build twice in a row from the source directory and it still works. (user: drh, tags: trunk) |
15:35:20 | * | [6cdf470948] Update sqlite to version 3.5.5 plus patches. (user: drh, tags: trunk) |
12:39:40 | * | [5d3783bd61] Fix a typo on the user setup page. Reported via email by Brad Harder. (user: drh, tags: trunk) |
05:33:21 | * | [41c9b79928] Activated invokation of the fossil command importing a revision. (user: aku, tags: trunk) |
05:32:04 | * | [b7a93530ef] Fixed description of file checkin.c. Implemented new command test-import-manifest. Updated fossil accessor code in the importer to the changed command line API of test-import-manifest. (user: aku, tags: trunk) |
05:29:52 | * | [da4f0c2638] Made remove_from_argv public for use by the upcoming test-import-manifest command. Fixed description of verify_all_options. Initialized variable to silence gcc warning. (user: aku, tags: trunk) |
05:25:03 | * | [e8efbc317a] Reworked the code determining the parent of the currently committed changeset. It should now handle the transition from vendor branch to trunk correctly. (user: aku, tags: trunk) |