Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 events by user drh occurring around 2010-10-28 13:25:11.

2010-11-06
13:52 Fixed ticket [3edef69bf3]: Cookies don't include port plus 1 other change ... (artifact: e9c6e80640 user: drh)
13:52
Change the anonymous login cookie name to include a hash of the base URL. Ticket [3edef69bf3e995ed2] ... (check-in: 9dd6c43185 user: drh tags: trunk)
2010-11-05
09:55 Ticket [2d1109c640] fossil should delete repository & journal files if 'fossil clone' is cancelled status still Open with 2 other changes ... (artifact: c36b449b5d user: drh)
09:53 Ticket [e49f245975] Add '-nocgi' option status still Fixed with 1 other change ... (artifact: 64c39b43eb user: drh) ... 1 similar event omitted.
2010-11-04
19:58
Do not assume that the method is CGI just because the GATEWAY_INTERFACE environment variable is set. Only do CGI if GATEWAY_INTERFACE is set and there either is no argument specified, or the specified argument is not a valid command. Ticket [e49f245975f89a8a9] ... (check-in: dcf839e4a6 user: drh tags: trunk)
19:24
Fix a couple of minor issues with settings, as pointed out on the mailing list. ... (check-in: cb2ff51c4b user: drh tags: trunk)
2010-11-03
12:14
Updates to the help text for the "commit" command. ... (check-in: 098e363301 user: drh tags: trunk)
2010-11-02
00:07
Add the "ignore" subcommand to the "all" command. Useful for causing testing and debugging repositories from being bypassed for "fossil all rebuild" or "fossil all sync". ... (check-in: 24636f7057 user: drh tags: trunk)
2010-11-01
23:45 Fixed ticket [926a1b1639]: new diff options -N or --new-file not defined in fossil help diff plus 1 other change ... (artifact: e7f9cc21ec user: drh)
23:45
Mention the -N and --new-file command-line options on the "diff" command. Ticket [926a1b1639a1ee3739]. ... (check-in: bd68e4172d user: drh tags: trunk)
23:38
Fix a possible redirect loop. ... (check-in: f4033ec09e user: drh tags: trunk)
23:08 Ticket [35b02baad5] Support in timeline for jumping to specific point in time status still Open with 1 other change ... (artifact: e8fedc2494 user: drh)
17:43 Edit [d0753799e447b795|d0753799e4]: Change background color to "#d0c0ff". Timestamp 2010-11-01 14:23:35. Add tag "release". ... (artifact: 88609ead3f user: drh)
17:24
Note: Release Notes ... (technote: [d6ba73e22b] user: drh tags: release)
14:23
Fix a typo in the file format documentation reported on the Tcl/Tk chatroom. ... (check-in: d0753799e4 user: drh tags: trunk, release)
2010-10-31
23:14 Fixed ticket [ef48c60cee]: checkout/build failure plus 2 other changes ... (artifact: 72027a4f63 user: drh)
23:04 Fixed ticket [5be04d980c]: Floating point exception, core dump. plus 1 other change ... (artifact: 3fbc074dd1 user: drh)
23:03 Fixed ticket [b18338c226]: include sqlite shell with fossil plus 1 other change ... (artifact: e4002b1c47 user: drh)
21:51
Add a warning to the "fossil sqlite3" command to remind users that careless use of the command can easily corrupt the repository. Ticket [b18338c226f6fb4899]. ... (check-in: 4e1241f323 user: drh tags: trunk)
2010-10-29
19:06
Add the "sqlite3" command providing an sqlite3 command-line shell. Ticket [b18338c226f6fb4899b] ... (check-in: 8c723318d2 user: drh tags: trunk)
18:06
Avoid division by zero on degenerate repositories when displaying percent done. Ticket [5be04d980c92f73fbc7] ... (check-in: 067a90a903 user: drh tags: trunk)
2010-10-28
14:41
Fix a few harmless compiler warnings. ... (check-in: d03718ad5f user: drh tags: trunk)
14:03
New higher-performance clone algorithm merged in from the experimental branch. ... (check-in: fda9b15cfc user: drh tags: trunk)
13:25
Less frequent status messages while processing using the sync protocol. ... (Closed-Leaf check-in: 0ca42eb3cc user: drh tags: experimental)
13:07
Reduce the amount of processing in between when a server timestamp is generated and when it is evaluated for time skew by the client - to reduce the risk of detecting time skew simply due to a slow disk. ... (check-in: a4cdf8d25b user: drh tags: experimental)
03:41
Fix the termination condition for the clone client so that it does not stop transferring before all the artifacts have been sent. ... (check-in: 0bb7d7b8ef user: drh tags: experimental)
01:58
Do not attempt to process a delta-manifest if its baseline-manifest is a phantom. Defer processing until the phantom is resolved. ... (check-in: b073039b8c user: drh tags: experimental)
2010-10-27
19:56 Fixed ticket [a4a9f45b67]: core dump on attempted branch plus 1 other change ... (artifact: c712f4a5c9 user: drh)
19:56
Fix a NULL-pointer dereference in "branch new". Ticket [a4a9f45b67cbbcf26]. ... (check-in: ff79f97a07 user: drh tags: trunk)
19:17
Do not allow clusters larger than about 900 entries. ... (check-in: 06475b2e61 user: drh tags: experimental)
16:06
New higher-performance and backwards-compatible clone logic. ... (check-in: 5ba4439b31 user: drh tags: experimental)
11:54
Use delta encoding between baseline manifests separated by delta manifests. ... (check-in: e21ca81e1a user: drh tags: trunk)
2010-10-26
23:46 Ticket [ef48c60cee] checkout/build failure status still Open with 1 other change ... (artifact: 7f815fa93a user: drh) ... 1 similar event omitted.
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)
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)
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)
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)
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)