22 checkins occurring around 2008-10-05 01:03:25.
2008-10-17
| ||
00:21:21 | * | [02eabf94e5] Fix a minor problem in the previous check-in. (user: drh, tags: trunk) |
00:20:21 | * | [9346f2290c] Added the "all" command for things like "fossil all sync". I am not sure "all" is quite the right name for this command, so I may yet change it. (user: drh, tags: trunk) |
2008-10-11
| ||
15:11:31 | * | [4ef19b554a] Fix a few typos in documentation. (user: drh, tags: trunk) |
2008-10-09
| ||
18:09:37 | * | [d0e8e88d54] Fixed a number of small typos. (user: aku, tags: trunk) |
2008-10-06
| ||
11:33:23 | * | [3d62a9fb39] Fix a few C99-isms in the code so that the code will build on older C compilers. (user: drh, tags: trunk) |
11:28:32 | * | [5cbfe0cde2] Minor edits to the Questions and Criticisms document. (user: drh, tags: trunk) |
00:31:23 | * | [cbc8983685] Documentation update: Add the "Questions and Criticisms" document in response to recent comments on reddit.com. (user: drh, tags: trunk) |
2008-10-05
| ||
13:13:13 | * | [fb8dc7d07f] The UNIQUE constraint on the default TICKET table was wrong. The tkt_uuid column should be unique unto itself, not in combination with tkt_time. Existing servers will need to fix their TICKET implementations using the setup menu. This check-in changes the default. (user: drh, tags: trunk) |
12:34:14 | * |
[9236f0c086]
Get cloning working for local files without the use of network I/O.
Ticket |
01:03:25 | * | [c8893c69ac] Documentation updates. (user: drh, tags: trunk) |
2008-10-04
| ||
20:40:27 | * | [bf75ea9852] The "configuration" command will now sync ticket report formats, shunned UUIDs, and user information (but not user passwords). Added the "config merge" method. Fix an initialization bug that was given Admin privilege to anonymous by default. (user: drh, tags: trunk) |
2008-10-03
| ||
19:45:50 | * |
[20a0fbdf64]
Fix a typo: "tested" becomes "nested". Ticket |
2008-09-27
| ||
18:52:37 | * | [dab84c22ee] corrected 'Duration of Project' to round up, so a 2-day-old project doesn't show up as 1 day old (user: stephan, tags: trunk) |
2008-09-23
| ||
20:53:03 | * | [fa1c7d598f] Fix a bug in the mime-type decoder for the /doc method. (user: drh, tags: trunk) |
2008-09-21
| ||
19:00:11 | * | [d2ae873e9e] fixed deps problem created by my last checkin. Now builds properly in non-parallel mode (user: stephan, tags: trunk) |
2008-09-19
| ||
15:36:57 | * | [c699c491df] fixed Makefile dependency orderings so parallel compilation (e.g. make -j2) can work (cuts my build times in half) (user: stephan, tags: trunk) |
11:11:01 | * | [7ae01ee47b] fixed an 'integer overflow' warning from the Sun compiler. Thank to Kevin for the tip. (user: stephan, tags: trunk) |
2008-09-18
| ||
11:21:29 | * | [7dddab2fbe] added comments about necessary link flags for Solaris 10 + OpenSolaris (user: stephan, tags: trunk) |
2008-09-11
| ||
17:12:11 | * | [aeeba751c4] Fix a memory double-free'd problem. In function cgi_set_cookie the zDate was allocated via usage of cgi_rfc822_datestamp. But as it was appended to the blob extraHeader via the format specifier %z the memory was free'd by blob_appendf. As cgi_rfc822_datestamp might return both a dynami... (user: cle, tags: trunk) |
2008-09-07
| ||
08:32:40 | * | [f3fb059eb6] Remove small glitch that prevent fossil to be built with BSD make. (user: cle, tags: trunk) |