Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

17 check-ins using file src/add.c version f62f7b3cc4

2007-08-17
19:53
Omit the -static option from the default Makefile. check-in: e5b74951d9 user: drh tags: trunk
2007-08-11
01:16
Add the "close" command. check-in: 4452576730 user: drh tags: trunk
2007-08-10
03:52
Fix a C++-ism in the previous check-in. check-in: f5588c800b user: drh tags: trunk
03:50
More sync fixes: The previous version was not pulling new branches off of the server. This should fix that. check-in: 50150adeec user: drh tags: trunk
02:59
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. check-in: edbb332d54 user: drh tags: trunk
00:08
Complete rework of the xfer mechanism. Compiles but not yet working. check-in: 573a464cb7 user: drh tags: trunk
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