Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
14 check-ins using file src/main.c version bd0acd027e
2010-12-25
| ||
11:45 | Add the "quotes" document to the permuted index. ... (check-in: 8bdd09e409 user: drh tags: trunk) | |
2010-12-24
| ||
00:50 | Tweaks to the mingw makefile as suggested by Ross on the mailing list. ... (check-in: a300bee164 user: drh tags: trunk) | |
00:27 | When adding a new artifact from a delta, read the delta header in order to insert the correct size into the blob table. ... (check-in: 25e80d2e6e user: drh tags: trunk) | |
2010-12-23
| ||
22:12 | Documentation update: Back out the claim that Git uses multiple DAGs because I now believe that claim is incorrect. ... (check-in: 24c33b00f2 user: drh tags: trunk) | |
21:54 | On the test-integrity command, make a blob size mismatch a warning, not a fatal error. ... (check-in: 88f2715f36 user: drh tags: trunk) | |
18:26 | Add a progress indicator for test-integrity. ... (check-in: 4ba6a2c96f user: drh tags: trunk) | |
18:18 | Add the test-integrity command for verifying repository integrity. Also add an "all" version of this command. ... (check-in: d56734549a user: drh tags: trunk) | |
18:00 | Fix a possible buffer overrun in the delta_apply() routine if handed an invalid delta. ... (check-in: 174d61b90a user: drh tags: trunk) | |
17:53 | Fix a (harmless) buffer size miscalculation in the decompression logic. ... (check-in: 52aa366c18 user: drh tags: trunk) | |
17:14 | Rework the makemake.tcl makefile generator script so that it generates makefiles for all windows compilers all in one go. Add an output for mingw. Ticket [fa403b6a123659d885e3] ... (check-in: 723f8c200f user: drh tags: trunk) | |
15:04 | Modify makeheaders so that it ignores the ":" character if it is the second character in a command-line argument, thus allowing drive-specifiers on windows filenames. This is related to, but is not a fix for ticket [fa403b6a123659d885e3]. ... (check-in: bb7a5a1c4e user: drh tags: trunk) | |
14:17 | Another favorable quote about fossil for the collection. ... (check-in: b43740b1f1 user: drh tags: trunk) | |
14:05 | Add new "quotes" to the documentation collection. ... (check-in: 6a9fe32e4a user: drh tags: trunk) | |
02:22 | Add new function fossil_strcmp() that works like strcmp() except that it handles NULL arguments correctly. Use fossil_strcmp() in place of strcmp() in many places in the code. ... (check-in: 31c52c7b3e user: drh tags: trunk) | |