Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around e9fcc9afaed711f3.
2010-10-26
| ||
23:19 | • New ticket [ef48c60cee] checkout/build failure. artifact: 00a03e69ea user: bharder | |
21:37 | Add better usage and help to the "artifact" command. check-in: 57347e6ee8 user: drh tags: trunk | |
21:31 | Update the makefile to enable USE_PREAD on the BSDs. check-in: b84b954fe0 user: drh tags: trunk | |
19:01 | merge from trunk check-in: 4260bc6a22 user: wolfgang tags: StvPrivateHook2 | |
18:37 | Change the test-parse-manifest command so that it does not require a repository. check-in: 5277d53da7 user: drh tags: trunk | |
18:29 | • Fixed ticket [d3ab7965c6]: fossil artifact needs checkout plus 1 other change artifact: 0a9d0bb63f user: drh | |
18:29 | Change the "artifact" command to accept the -R or --repository command-line options. Ticket [d3ab7965c636275e51]. check-in: d6e21fddd3 user: drh tags: trunk | |
15:42 | • Open ticket [d3ab7965c6]: fossil artifact needs checkout plus 2 other changes artifact: 011f20ead5 user: anonymous | |
12:51 | Merge the delta-manifest enhancement into the trunk. check-in: d13054ce84 user: drh tags: trunk | |
2010-10-25
| ||
21:47 | Improvements and minor bug fixes in "browse" processing. Closed-Leaf check-in: b27d50b421 user: drh tags: experimental | |
21:16 | The "fossil revert" command now clears merge history. Less frequent status output on rebuild. The FOSSIL_OMIT_DELTA_CKSUM_TEST compile-time option is available. check-in: 6c8ed4e147 user: drh tags: experimental | |
20:12 | • Closed ticket [d3ab7965c6]: fossil artifact needs checkout plus 2 other changes artifact: 4bf91a34b3 user: drh | |
20:10 | Remove an processing-order dependency from the rebuild command. check-in: 3770d89f32 user: drh tags: experimental | |
20:09 | • Ticket [375e570332] fossil: bad object id: 0 on up status still Open with 1 other change artifact: 90d968cd0b user: anonymous | |
19:45 | • New ticket [d3ab7965c6] fossil artifact needs checkout. artifact: 923876b1c6 user: anonymous | |
19:23 | • New ticket [bd9a306492] Support for on-commit code reviews. artifact: 1fab963273 user: anonymous | |
19:20 | • Closed ticket [1d43f4505c]: plus 2 other changes artifact: e4949594cd user: anonymous | |
17:21 | Fix bugs in the handling of deleted and added files on delta manifests. check-in: 05b152aedf user: drh tags: experimental | |
13:52 | Redesign the control-artifact and manifest parser to run faster. check-in: fa0ea2c3fa user: drh tags: experimental | |
11:12 | Bug fix in the manifest parser. check-in: d10f5e9fee user: drh tags: experimental | |
08:20 | • Ticket [e0352240ad] Support for importing vendor source status still Open with 1 other change artifact: 40a033a724 user: anonymous | |
00:55 | Further performance enchancements for browsing. We could still do better, but the current seems fast enough. check-in: ee1cc2bfe4 user: drh tags: experimental | |
00:33 | Performance improvement when browsing repositories with many files. This is an temporary fix - we can do much better. check-in: 4389b36f4f user: drh tags: experimental | |
2010-10-24
| ||
22:55 | • Ticket [375e570332] fossil: bad object id: 0 on up status still Open with 1 other change artifact: 279da1f85a user: drh | |
06:53 | add missing; check-in: e9fcc9afae user: Ratte tags: StvPrivateHook2 | |
2010-10-23
| ||
23:07 | • Ticket [375e570332] fossil: bad object id: 0 on up status still Open with 1 other change artifact: d0fce7245e user: anonymous | |
21:03 | • New ticket [2517414fef] baseline manifests should be stored as delta to last baseline. artifact: 5671e2c8c0 user: anonymous | |
20:24 | Create or delete the manifest and manifest.uuid files when turning the manifest setting on and off. check-in: 8175b57923 user: drh tags: experimental | |
19:43 | Transmit the "manifest" setting as part of project configuration. check-in: d57f3c7775 user: drh tags: experimental | |
17:02 | add privilege check to hook execution check-in: abd05f296e user: wolfgang tags: StvPrivateHook2 | |
14:19 | MD5 optimization for x86_64. check-in: df5a8bf0d4 user: drh tags: experimental | |
12:58 | Additional performance enhancements. check-in: 6caba36de5 user: drh tags: experimental | |
07:23 | added hook info to sync/push help check-in: ba5e03444b user: Ratte tags: StvPrivateHook2 | |
02:51 | Simplification to the delta checksum algorithm. Trying to make it run faster. check-in: 4c1bcf6f6a user: drh tags: experimental | |
02:17 | Rework the manifest cache so that it is more effective on repositories with large numbers of delta-manifests. check-in: bcf601a649 user: drh tags: experimental | |
2010-10-22
| ||
14:48 | Use a faster tokenizer on manifests to reduce rebuild times by about 5%. check-in: 121ed7c882 user: drh tags: experimental | |
13:05 | Change the "commit" command so that it will not create the first delta-manifest in a repository unless the --delta option is used. check-in: a69356ae1f user: drh tags: experimental | |
01:07 | • Edit [6b8b6d2e2395857a]: Marked "Closed". Timestamp 2010-10-03 19:24:57. artifact: 9f7cfc0e15 user: bcsmith | |
01:06 | Merge in some ui enhancements from the ssl_platform_fixes branch. Leaf check-in: 3c19422b6e user: bcsmith tags: ui-improvements | |
01:04 | Add some explanatory text to the update command to make it easier for new users to learn fossil. check-in: 858940c68e user: bcsmith tags: ui-improvements | |
2010-10-21
| ||
23:26 | TH1 fossiltag command for accessing tag values. Has two subcommands: get and list, which do what they sound like. Leaf check-in: 413ebeb12e user: bcsmith tags: th1_fossiltag_cmd | |
20:54 | Fix the new SHA1 checksum module so that it does not overwrite its input. check-in: fa9dfc34e5 user: drh tags: experimental | |
20:08 | Replace the RFC-3174 reference implementation of SHA1 with the much faster implementation from NetBSD. check-in: f8f175cf22 user: drh tags: experimental | |
15:42 | Clarification of the comment that describes the algorithm used to choose between a baseline manifest and a delta manifest upon checkin. No changes to code. check-in: b08fce49e1 user: drh tags: experimental | |
14:00 | Better algorithm for deciding when to use a delta-manifest on a check-in. check-in: 7c244251b0 user: drh tags: experimental | |
2010-10-20
| ||
21:02 | • Ticket [5c1490e26b] The ticket comments appear with the time always on UTC status still Open with 2 other changes artifact: 6f6f287a3c user: anonymous | |
18:51 | • Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: 38257d635d user: anonymous ... 1 similar event omitted. | |
15:48 | • New ticket [5c1490e26b] The ticket comments appear with the time always on UTC. artifact: d582fce875 user: anonymous | |
13:40 | • Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: c58a768b67 user: anonymous | |