Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
16 check-ins using file src/db.c version 98de757440
2007-08-09
| ||
19:07 | Additional work on the xfer mechanism, trying to increase the use of delta compression. ... (check-in: bd3c1d0023 user: drh tags: trunk) | |
17:42 | The delta compress on xfer is working better now, but still needs work. ... (check-in: 73bddaebb9 user: drh tags: trunk) | |
11:55 | Fix an off-by-one error that can cause a segfault during sync. ... (check-in: 6eca3132fe user: drh tags: trunk) | |
10:48 | Add the -m/--comment and the --nosign options to the commit command. ... (check-in: 9a9cd81738 user: drh tags: trunk) | |
10:43 | Require history permission in order to clone. ... (check-in: 13b7ac16e4 user: drh tags: trunk) | |
03:47 | Add a quick hack that disables delta compression on xfer. This gives people a chance to synchronize the previous fix. We will eventually remove the hack. ... (check-in: 4c072728b4 user: drh tags: trunk) | |
03:44 | Fix a bug in the xfer server that prevents it from receiving deltas. ... (check-in: 869534e182 user: drh tags: trunk) | |
03:19 | Progress toward delta compression on the xfer protocol. The compression works well. But the client is not telling the server what files it has so the server does not have anything to delta against. ... (check-in: eea381f416 user: drh tags: trunk) | |
01:08 | Website updates. ... (check-in: b110d77c36 user: drh tags: trunk) | |
2007-08-08
| ||
15:30 | Do not remove files that have been edited when doing an "update". Instead, mark the files as CONFLICT. ... (check-in: fe6ee8a431 user: drh tags: trunk) | |
15:22 | Make sure a user does not attempt to "fossil add" the manifest or the _FOSSIL_ files. ... (check-in: 20bcbcf2f2 user: drh tags: trunk) | |
15:18 | Write the new manifest file to the root of the check-out tree when doing an update. ... (check-in: a040ae6e17 user: drh tags: trunk) | |
14:45 | Omit the files "manifest" and "_FOSSIL_" from the "extra" list. ... (check-in: 77327ae14e user: drh tags: trunk) | |
2007-08-04
| ||
00:38 | Changes to the checksum verification steps to allow a partial commit of changes after new files are added to the tree. ... (check-in: 5c74c300b1 user: drh tags: trunk) | |
00:26 | Prohibit partial check-ins of a merge. To allow such a thing would confuse the branch tracking logic. There are still problems in the partial check-in logic for cases were new files have been added to the repository. ... (check-in: aafd536a5c user: drh tags: trunk) | |
00:08 | Merge in and correct the changes to the new repository initialization. Also fix other misc bugs seen while testing. ... (check-in: f5e8b1d736 user: drh tags: trunk) | |