Timeline
Not logged in

20 descendants of [22552fb803]

2007-08-10
03:50:25 * [50150adeec] More sync fixes: The previous version was not pulling new branches off of the server. This should fix that. (user: drh, tags: trunk)
02:59:52 * [edbb332d54] The xfer mechanism has been completely reworked to better support delta compression and to require fewer round-trips. The wire protocol is roughly the same but is different enough that you will need to recompile before sync will work. (user: drh, tags: trunk)
00:08:25 * [573a464cb7] Complete rework of the xfer mechanism. Compiles but not yet working. (user: drh, tags: trunk)
2007-08-09
19:07:28 * [bd3c1d0023] Additional work on the xfer mechanism, trying to increase the use of delta compression. (user: drh, tags: trunk)
17:42:59 * [73bddaebb9] The delta compress on xfer is working better now, but still needs work. (user: drh, tags: trunk)
11:55:52 * [6eca3132fe] Fix an off-by-one error that can cause a segfault during sync. (user: drh, tags: trunk)
10:48:51 * [9a9cd81738] Add the -m/--comment and the --nosign options to the commit command. (user: drh, tags: trunk)
10:43:39 * [13b7ac16e4] Require history permission in order to clone. (user: drh, tags: trunk)
03:47:28 * [4c072728b4] 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. (user: drh, tags: trunk)
03:44:31 * [869534e182] Fix a bug in the xfer server that prevents it from receiving deltas. (user: drh, tags: trunk)
03:19:18 * [eea381f416] 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. (user: drh, tags: trunk)
01:08:19 * [b110d77c36] Website updates. (user: drh, tags: trunk)
2007-08-08
15:30:04 * [fe6ee8a431] Do not remove files that have been edited when doing an "update". Instead, mark the files as CONFLICT. (user: drh, tags: trunk)
15:22:43 * [20bcbcf2f2] Make sure a user does not attempt to "fossil add" the manifest or the _FOSSIL_ files. (user: drh, tags: trunk)
15:18:53 * [a040ae6e17] Write the new manifest file to the root of the check-out tree when doing an update. (user: drh, tags: trunk)
14:45:20 * [77327ae14e] Omit the files "manifest" and "_FOSSIL_" from the "extra" list. (user: drh, tags: trunk)
2007-08-04
00:38:38 * [5c74c300b1] Changes to the checksum verification steps to allow a partial commit of changes after new files are added to the tree. (user: drh, tags: trunk)
00:26:40 * [aafd536a5c] 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. (user: drh, tags: trunk)
00:08:17 * [f5e8b1d736] Merge Merge in and correct the changes to the new repository initialization. Also fix other misc bugs seen while testing. (user: drh, tags: trunk)
2007-08-03
23:30:52 * [6aff11f03f] Show an error if unrecognized command-line options appear on the commit command. Also add the (undocumented) "omit-ci-sig" configuration option on the database. Setting omit-ci-sig omits the PGP signature on check-in. (user: drh, tags: trunk)

15:31:33 * [22552fb803] Extend the commit command so that specific files can be committed. There are still some problems with doing this after a merge. (user: dan, tags: trunk)