Fossil

Timeline
Login

Timeline

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

17 check-ins using file src/delta.c version 001257c491

2007-08-25
18:51
Changes to the CLI version of the timeline command to show places where forks occur in the tree and where content is merged. Lots more work is needed to show the structure of a tree well. This is definitely a work in progress. ... (check-in: b846db063c user: drh tags: trunk)
12:31
Fix an off-by-one bug in the network protocol handler so that it can accept a zero-length file. ... (check-in: 507ee45f25 user: drh tags: trunk)
03:30
Improvements to timeline formatting. Added the "concepts.html" document. ... (check-in: e319e8e870 user: drh tags: trunk)
2007-08-24
21:32
Improved formatting of the user list webpage. ... (check-in: 39fa010b7f user: drh tags: trunk)
2007-08-23
23:10
Website updates. Change the message for unrecognized commands to refer the user to "help". ... (check-in: 0cd202a86e user: drh tags: trunk)
19:52
Add separate "clone" permissions. Previously, one needed "History" premission in order to clone. But sometimes we want to grant clone without granting history. ... (check-in: 22c1ac41d4 user: drh tags: trunk)
2007-08-19
11:06
Fix the "Leaves" computation on the vinfo web page. Improvements to the vinfo web page. ... (check-in: 4ac16995e8 user: drh tags: trunk)
2007-08-18
11:42
Added options to the "timeline" CLI command. Additional help comments. ... (check-in: 6607844a01 user: drh tags: trunk)
02:45
Add the "help" command and the "clean" command. More work is needed on the text for various help messages. ... (check-in: c9fdb846fb user: drh tags: trunk)
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)