Fossil

Timeline
Login

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

42 check-ins using file src/vfile.c version fdfe66efd6

2007-08-29
02:49
Moved common large lists of header files into Make variables. check-in: 4594b4e628 user: aku tags: trunk
02:46
Added implementations for the methods "deconstruct", and "construct". check-in: fc95255785 user: aku tags: trunk
02:42
Moved the core logic of both "rebuild_database" and "create_repository_cmd" into their own functions, for sharing with "reconstruct_cmd". check-in: e00384d26d user: aku tags: trunk
2007-08-28
07:12
Fixed bug in blob_write_to_file, added missing argument to fossil_panic. check-in: 033ad72c71 user: aku tags: trunk
05:01
Reworked my notes regarding 'reconstruct' based on my reading of content.c, checkin.c, and manifest.c check-in: 10062df2fa user: aku tags: trunk
05:00
Fixed typos, and extended the documentation of content_deltify. check-in: 8857e1eabb user: aku tags: trunk
03:34
Updated my work list, added first notes about 'cvs import' functionality. check-in: 103c397e4b user: aku tags: trunk
03:18
Fixed typos. check-in: 63564202fd user: aku tags: trunk
2007-08-27
04:35
Completed the description of the delta encoder check-in: 59ad045fef user: aku tags: trunk
2007-08-26
22:22
Added section numbers to delta format, labels for linking, navigation bar. Added delta encoder description (incomplete, right now only all the trivial parts). Using TeX for formulas, and mimetex for conversion. check-in: 6f1af23ebe user: aku tags: trunk
19:51
New text in "ideas.txt" check-in: fd8b28ad87 user: drh tags: trunk
19:49
Extended my list of things to do. check-in: 4bf5cf121e user: aku tags: trunk
06:45
Added a make target to invoke the testsuite, and a make variable for tclsh. Danger. Testsuite modifies the repository the checkout belongs to, and not a copy. Use with caution, clone your development repository and workspace before use. Updated my work list. check-in: 464a46dad2 user: aku tags: trunk
06:12
Reference to obsolete field vfile.parent removed. Fixed table reference in definition of table vfile. check-in: 32c639d086 user: aku tags: trunk
03:03
Merge in aku's documentation updates. check-in: 452a71f40b user: drh tags: trunk
02:01
Fixed a number of simple typos. check-in: a938517964 user: aku tags: trunk
01:32
Added documentation of the delta format check-in: 5fcb36c81b user: aku tags: trunk
2007-08-25
23:58
Added my own todo file check-in: 90f8319a32 user: aku tags: trunk
21:01
Jot down some notes for how to move forward. check-in: 634fd117b1 user: drh tags: trunk
19:52
Regenerate the manifest.uuid file on a "commit". check-in: 741aac4d4e user: drh tags: trunk
19:45
Fix a makefile dependency to force a rebuild whenever the manifest.uuid changes. check-in: b4571bb75e user: drh tags: trunk
19:39
Add the "baseline" command that shows the UUID of the fossil baseline from which the fossil executable was built. check-in: def4449a87 user: drh tags: trunk
19:31
Generate the "manifest.uuid" file containing the SHA1 hash of the "manifest" file whenever the manifest is generated. Makefiles can used the "manifest.uuid" to insert the version number into the executable. check-in: 95e17f4e3f user: drh tags: trunk
19:00
Merging aku's changes into the head. check-in: b0ad3f90bc user: drh tags: trunk
18:58
Attempting the same merge that aku tried and got empty files with. check-in: 424d47e453 user: drh tags: trunk
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
04:02
Merging formatting changes to timeline and concepts documentation Closed-Leaf check-in: 9b30224db7 user: aku tags: trunk
03:30
Improvements to timeline formatting. Added the "concepts.html" document. check-in: e319e8e870 user: drh tags: trunk
03:23
Fixed typos in comments check-in: 609e4caf29 user: aku 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