Timeline
Not logged in

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

137 events for the month beginning 2010-10-01 by user drh

Following month ↑
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
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
2010-10-23
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
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
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
2010-10-21
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
12:31
Fix a bug in the Files browsing logic. check-in: 85e1e3d4a1 user: drh tags: experimental
2010-10-19
23:50
Bug fix in the new delta-manifest generator logic. check-in: 068b182358 user: drh tags: experimental
20:27
Automatically generate delta-manifests on check-in if the delta-manifest is smaller than 1/125th of the baseline-manifest. check-in: 9ea47d4953 user: drh tags: experimental
17:57
Fix a typo in the file format documentation. check-in: 0f3086bee7 user: drh tags: experimental
17:54
Two new settings: "manifest" and "repo-cksum". The first enables the output of the manifest and manifest.uuid files on each checkout. This is now off by default. The second enables repository checksums. It defaults on. check-in: 2f3b9bd3c5 user: drh tags: experimental
17:01
Improvements to the file format documentation to better describe the new B-card on manifests. check-in: f56c622b7a user: drh tags: experimental
16:26
Fix the check-out mechanism so that it works with delta-manifests. check-in: 0e326631fe user: drh tags: experimental
12:40 Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: 040191772f user: drh
2010-10-18
22:34
Rework manifest parsing in order to process delta-manifests correctly. check-in: aa61a65c18 user: drh tags: experimental
2010-10-17
17:25
Add the ability to parse and use manifests with the B-card. Add documentation for the B-card. check-in: ec56d8ff58 user: drh tags: experimental
2010-10-16
16:32
Bring over the latest bug fixes from trunk. check-in: b2175857cc user: drh tags: experimental
16:25 Fixed ticket [be56c89def]: Manifest parser bug causes fossil push to fail if a file look like a manifest but isn't one plus 2 other changes artifact: df3a82f76c user: drh
16:24
Do not attempt to parse control artifacts that do not end with a '\n' character. Ticket [be56c89def7f86bcbd] check-in: 7954ccba68 user: drh tags: trunk
12:13 Fixed ticket [38d7bb8cf0]: segfault plus 1 other change artifact: 2e41b4f542 user: drh
12:13
Do not free memory not obtained from malloc in the "fossil diff" command. Ticket [38d7bb8cf044219c2eff8]. check-in: ddb975e2be user: drh tags: trunk
2010-10-15
22:41
On windows, use the global variable _pgmptr instead of argv[0] in order to find the name of the current executable. Ticket [c8c0b78c840e4df9] check-in: 23a3adac39 user: drh tags: trunk
20:37
Refactor the control-artifact parser. check-in: da9fcdc95a user: drh tags: experimental
17:13
Replace all malloc() calls with fossil_malloc(). The fossil_malloc() routine panics rather than return a NULL pointer. check-in: 8f41b2fa75 user: drh tags: trunk
16:13 Ticket [c8c0b78c84] Windows 7: "fossil ui" and "fossil server" fail status still Open with 1 other change artifact: b5abeb10b9 user: drh ... 1 similar event omitted.
13:56 Fixed ticket [014ac37412]: Cannot run "fossil diff" while in commit plus 1 other change artifact: 963af6a574 user: drh
13:55
On commit, check the repository for changes before starting the write transaction, so that a diff can be run during the check-in comment editing. Ticket [014ac374123d9a6ab6894]. check-in: 59f685856b user: drh tags: trunk
2010-10-14
20:29 Fixed ticket [e90d38c205]: Generate full diff plus 1 other change artifact: c3804d97a9 user: drh
20:28
Always show diffs for added and deleted files in the web UI. Show added and deleted files in diffs with -N and the --from and --to options to the command-line diff command. Ticket [e90d38c2054e9b44792] check-in: 703653489e user: drh tags: trunk
19:49 Fixed ticket [e3a1beef67]: Conflict markers are reversed plus 1 other change artifact: c7a0adcf72 user: drh
19:48
Reverse the direction of conflict markers. Ticket [e3a1beef67c97eb2e4d5a] check-in: 93984e2d86 user: drh tags: trunk
19:23
Additional compiler warning fixes. check-in: c345445cad user: drh tags: trunk
19:14
Remove all use of ctypes.h in order to avoid compiler warnings and other problems associated with changing locales. check-in: 2fac809165 user: drh tags: trunk
18:48
Remove a bunch of unused code. check-in: 62f8acbe73 user: drh tags: trunk
18:38
Work towards including full text of deleted and added files in a diff when the -N or --new-file option is used. Ticket [e90d38c2054e9b44792eb] check-in: 585360b47d user: drh tags: trunk
2010-10-12
21:42
Fix the default Makefile so that it works out-of-the-box on Linux, MacOSX, NetBSD, and Solaris. check-in: c845b28714 user: drh tags: trunk
2010-10-11
14:26 Deferred ticket [9a768781e4]: Email information stored for tickets not removed on shun artifact: 3c8bb64107 user: drh
14:26 Deferred ticket [96276d6363]: Shunned artifact remain in log without a link to the artifact plus 2 other changes artifact: e61398d509 user: drh
14:25 Ticket [9a768781e4] Email information stored for tickets not removed on shun status still Open with 2 other changes artifact: b18d477bb6 user: drh
14:20 Fixed ticket [474b0bd4f9]: /debug_tktnew creates a new ticket plus 1 other change artifact: 4f333800a4 user: drh
14:20
Fix the /debug_tktnew and /debug_tktedit methods so that the do not really create a new ticket artifact. Ticket [474b0bd4f991dd60d7d9bb]. check-in: 06c5b3eb6d user: drh tags: trunk
13:50 Closed ticket [e94aee5905]: Time line should shorten commit message plus 2 other changes artifact: df035149df user: drh
13:43
Allow events to be referenced using a prefix of their full event-id. check-in: f2025072b4 user: drh tags: trunk
2010-10-09
17:18 Fixed ticket [71439c64b8]: fossil pull segfault plus 1 other change artifact: abb783831b user: drh
17:18
Fix a potential segfault on "fossil pull". Ticket [71439c64b8d6af66f5e34]. check-in: 26c262cd03 user: drh tags: trunk
13:04
Add a compile-time option to ignore the control file checksum (for a modest performance increase while parsing control files.) Enhance the test-parse-manifest command to facilitate performance studies. check-in: 712988286e user: drh tags: trunk
10:26
Note: Design Note: Scaling Fossil Up technote: [be8f2f3447] user: drh tags: blog
10:21 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: 55da01dfb7 user: drh
2010-10-08
19:55
Rebuild faster by caching the last few manifest parses. check-in: 0a55d16227 user: drh tags: trunk
14:31 Ticket [6c54714451] fossil clone is slow status still Open with 1 other change artifact: a4c3ed78a9 user: drh
10:59
Obscure the text of the remote-url password so that it is not easily visible using the sqlite3 CLI. check-in: cfbbad3d48 user: drh tags: trunk
2010-10-07
19:17
Merge the "ticket" command into the trunk. check-in: 2f5d45eca3 user: drh tags: trunk
18:46
Merge in recent trunk changes. Closed-Leaf check-in: 568ead7b41 user: drh tags: wolfgangTicketCmd
18:40
Merge in changes from wolfgangFormat2CSS_2, with a few minor corrections. check-in: b525add4e0 user: drh tags: trunk
13:37
Update the built-in SQLite to the latest 3.7.3 beta. check-in: daf28132a9 user: drh tags: trunk
13:34
Add the optional "showsql" query parameter to the timeline. check-in: 3efdd65756 user: drh tags: trunk
2010-10-06
12:15 Fixed ticket [f696bc85f8]: Client side verification of SSL server certificates should use system wide default CAs plus 1 other change artifact: 621cd86f7b user: drh
12:15
SLL uses system-wide default CAs. Ticket [f696bc85f8b91d263f5bf4c5bbd2]. check-in: 8995df3aee user: drh tags: trunk
00:12 Fixed ticket [5e9020fe4c]: Ancestor check incorrect for fast commits plus 1 other change artifact: 3652fe759f user: drh
00:12
Change ancestor age check error message to be more precise. Ticket [5e9020fe4ccfc11e94]. check-in: 89d4d0b85b user: drh tags: trunk
00:06 Ticket [5199df97bc] Alternative to reconstruct for large imports status still Open with 2 other changes artifact: ec1080ec78 user: drh
2010-10-05
12:50 Edit [12a79e5b933b9800|12a79e5b93]: Change background color to "#d0c0ff". Timestamp 2010-10-05 03:55:49. artifact: ce4758e998 user: drh
12:40 Edit [12a79e5b933b9800|12a79e5b93]: Timestamp 2010-10-05 03:55:49. Add tag "release". artifact: ad72208f71 user: drh
11:23 Edit [a6dd0bf3e1f14173|a6dd0bf3e1]: Change branch background color to "#f0ffc0". Timestamp 2010-10-05 09:56:59. artifact: 14a1eaeec7 user: drh
11:23 Edit [f3f7f138154aef25|f3f7f13815]: Timestamp 2010-10-04 20:18:06. artifact: e9331d3b8d user: drh
03:55
Note: Release 2010-10-05 03:55:49 technote: [3478712789] user: drh tags: release
03:55
Update to the latest SQLite 3.7.3 beta. check-in: 12a79e5b93 user: drh tags: trunk, release
03:32
Merge the experimental "Event" changes into the trunk. check-in: d96c4a42f0 user: drh tags: trunk
03:29 Fixed ticket [2a1e8e3c4b]: content_get can recursive too deep plus 1 other change artifact: 4a8112443e user: drh
03:29
Merge the small-stack changes into the trunk. This completes the fix for ticket [2a1e8e3c4b0b39e08fdde] check-in: b8f134bbbb user: drh tags: trunk
03:24
Fix issues with the prior commit on this branch. The small-stack non-recursive implementation appears to be working. Ticket [2a1e8e3c4b0b39e08fdde]. Closed-Leaf check-in: f93a54d0ba user: drh tags: small_stack
02:46
An attempt to reduce the depth of recursion in order to run better on systems with limited stack spack. Ticket [2a1e8e3c4b0b39e08fdde0]. This check-in compiles and runs but has issues. check-in: 9664989c0f user: drh tags: small_stack
00:40 Fixed ticket [cee1b58990]: Questions And Criticisms using wrong tag </p> instead of </b> plus 1 other change artifact: c9514c4bab user: drh
00:40
Fix HTML typo in qandc.wiki. Ticket [cee1b58990e81] check-in: e6c8df3bb7 user: drh tags: trunk
2010-10-04
01:21
Updates and corrections to the file format documentation. Closed-Leaf check-in: 3e48b683de user: drh tags: experimental
2010-10-03
23:53 Fixed ticket [76d3ecfdab]: verify_at_commit should print status plus 2 other changes artifact: aad33bd92a user: drh
23:50 Edit [5f0201030cbf3652|5f0201030c]: Edit check-in comment. Timestamp 2010-10-03 20:00:14. artifact: 0884c13890 user: drh
23:32 Fixed ticket [a32ff1eddb]: Optional R card not properly ignored plus 2 other changes artifact: cf1debd35f user: drh
23:31
Make the R card of manifests truely optional. It is always generated on manifests created by Fossil itself, but 3rd party import tools might choose to omit the R card as a simplification. Ticket [a32ff1eddb6ac1f499]. check-in: aab38ef02f user: drh tags: trunk
20:00
Dramatic performance improvement for "fossil deconstruct" and "fossil reconstruct" on large repositories. Add progress information for "fossil reconstruct". Possibly related to ticket [2a1e8e3c4b0b39e08fdde0]. Fix for ticket [76d3ecfdab577bdf843]. check-in: 5f0201030c user: drh tags: trunk
19:16 Ticket [2a1e8e3c4b] content_get can recursive too deep status still Open with 1 other change artifact: 9918b41e2d user: drh
19:01
For "fossil rebuild" increment the progress counter after each artifact is processed, rather than waiting for its delta children to be processed, in order to give a more uniform progress indication. Possibly related to ticket [2a1e8e3c4b0b39e08fdde]. check-in: ae000c23fa user: drh tags: trunk
18:32 Ticket [2a1e8e3c4b] content_get can recursive too deep status still Open with 1 other change artifact: 413917f5ef user: drh
18:12 Ticket [89b54e57b4] branch new asks to sign although clearsign says not to sign status still Open with 2 other changes artifact: 2e07bc69ca user: drh
18:04 Closed ticket [573de5b9d9]: fossil "event" naming plus 1 other change artifact: cc84fc17ef user: drh
18:04 Ticket [6c54714451] fossil clone is slow status still Open with 2 other changes artifact: 5b363954c8 user: drh
18:02 Ticket [2a1e8e3c4b] content_get can recursive too deep status still Open with 1 other change artifact: 446360743b user: drh
00:21
Add support for tags on events, including the ability to display a timeline of all events with a particular tag. check-in: a1fcb97dfa user: drh tags: experimental
2010-10-02
18:31
User interface refinements and some documentation added for events. check-in: e5bcc0c924 user: drh tags: experimental
16:35
Add hyperlinks for creating new events and the ability to browse through this history of changes for an event. Add the ability to show "details" of an event. check-in: ba06d3449b user: drh tags: experimental
12:37
Event background colors are now working. check-in: 6f93ca9418 user: drh tags: experimental
03:28
Add the ability to assign background colors to the timeline entries for events. check-in: a5110365a3 user: drh tags: experimental
00:25
First working code for displaying and editing events. check-in: 419903ebd7 user: drh tags: experimental
2010-10-01
22:17
Add the new "Event" artifact type to be used for project milestones, blog posts, news articles, and so forth. The Event artifact format is still subject to incompatible changes. check-in: ed8738b60a user: drh tags: experimental
15:50
Change COMPILE_VARIANT to COMPILER_NAME. Populate the macro with complete version information when using GCC. check-in: 33b4f335e0 user: drh tags: wolfgangFormat2CSS_2
Previous month ↓