Fossil

Timeline
Login

Timeline

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

50 events by user drh occurring around 2010-10-09 17:18:33.

2010-10-16
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 <nowiki>argv[0]</nowiki> 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)