20 ancestors of [0c78ba2eb4]
2008-04-25
| ||
21:45:41 | * | [0c78ba2eb4] s/strnlen/strnlen_/g for the local strnlen impementation because the name fataly collides with a func from standard headers in some gcc versions (e.g. GnuSolaris/Nexenta w/ gcc 4.0.x). (user: stephan, tags: trunk) |
2008-04-10
| ||
12:24:25 | * | [0d9abccbb6] Fix the "tag add" command to report an error if given an invalid UUID argument. (user: drh, tags: trunk) |
2008-03-17
| ||
23:48:45 | * | [8dae3bc320] Fix a typo in the mkdownload.tcl script used to generate the download.html page. (user: drh, tags: trunk) |
21:21:18 | * | [bbbee5fc37] Update the website to include links to the download page. (user: drh, tags: trunk) |
21:14:26 | * | [50e953a810] Added the mkdownload.tcl script for generating the download.html page. (user: drh, tags: trunk) |
2008-03-14
| ||
12:43:25 | * | [4e2bd38577] Fix an assertion fault: detect when content_get() is called with an invalid artifact id and return 0. (user: drh, tags: trunk) |
2008-03-12
| ||
00:30:08 | * | [76bd88c262] Initial NSIS script for creating installer on Win32 (user: mjanssen, tags: trunk) |
2008-03-11
| ||
20:00:11 | * | [7c0bd3ee08] make test should find test script relative to the SRCDIR so it will work when run from a separate build directory. This also allows 'make test' to run with Makefile.w32 (user: mjanssen, tags: trunk) |
19:21:57 | * | [dbb2cee113] Fixed Win32 build breakage (user: mjanssen, tags: trunk) |
2008-03-10
| ||
16:46:40 | * | [f763b84198] Fix a bug introduced by recent optimization efforts. (user: drh, tags: trunk) |
2008-03-08
| ||
19:42:53 | * | [043d63d4aa] Additional speed improvements for clone and rebuild. (user: drh, tags: trunk) |
18:59:00 | * | [8010bb41e1] Speed enhancement in the findSrcid() routine of content.c. Allow 5 digit numbers on counts while syncing. (user: drh, tags: trunk) |
14:52:56 | * | [0afb5e8e39] This version is able to clone the entire TCL repository in 12.5 minutes and to rebuild the cloned TCL repository in 2.5 minutes. There is still a lot of performance work to be done, but this is good enough for the time being. (user: drh, tags: trunk) |
13:49:48 | * | [9aaad3e799] Add the "Compression Radio" line to the "stat" page. (user: drh, tags: trunk) |
2008-03-06
| ||
22:58:48 | * | [61ddd63b72] Work toward making fossil work better on large repositories. This version implements a cache in the content manager. It is not clear yet if this is necessarily a good idea - this check-in might end up on an abandoned branch at some point. (user: drh, tags: trunk) |
00:26:55 | * | [80dc46d635] Fix problems on the stat page that appear for larger repositories. (user: drh, tags: trunk) |
2008-03-05
| ||
05:28:16 | * | [68cf3ecdb7] cvs2fossil, fixed off-by-one errors in the application of RCS patches. (user: aku, tags: trunk) |
03:44:12 | * | [f4aa6d09d3] Merge Merge to f08599e87b. (user: aku, tags: cvs2fossil-complete, trunk) |
03:42:50 | * | [31b15fcf30] Split the current import pass into three, for files, changesets, and finalization (fossil rebuild). (user: aku, tags: trunk) |
03:42:02 | * | [983090a343] Extended main import method (pushto) to handle all types of changesets, not only revisions. Tag changesets lead to tagging of imported revisions, branch changesets reflect the proper location where branches start, and make it possible to handle tagging of branches without revisions as well. Modified code returning changesets for a projects to retur... (user: aku, tags: trunk) |
03:35:16 | * | [b7fc4d9d04] Extended test-import-manifest to return not only the record-id, but the hash uuid as well. Extended the fossil accessor class with methods for regular and branch tagging. Split the initialization from construction (needed for when we split the import pass into three), and a method to set/retrieve the accessor's configuration (persistence across pas... (user: aku, tags: trunk) |