Fossil

Timeline
Login

Timeline

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

100 check-ins occurring around a28c83647dfa805f.

2007-08-25
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: 95e17f4e user: drh tags: trunk)
19:00
Merging aku's changes into the head. (check-in: b0ad3f90 user: drh tags: trunk)
18:58
Attempting the same merge that aku tried and got empty files with. (check-in: 424d47e4 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: b846db06 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: 507ee45f user: drh tags: trunk)
04:02
Merging formatting changes to timeline and concepts documentation (Closed-Leaf check-in: 9b30224d user: aku tags: trunk)
03:30
Improvements to timeline formatting. Added the "concepts.html" document. (check-in: e319e8e8 user: drh tags: trunk)
03:23
Fixed typos in comments (check-in: 609e4caf user: aku tags: trunk)
2007-08-24
21:32
Improved formatting of the user list webpage. (check-in: 39fa010b 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: 0cd202a8 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: 22c1ac41 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: 4ac16995 user: drh tags: trunk)
2007-08-18
11:42
Added options to the "timeline" CLI command. Additional help comments. (check-in: 6607844a 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: c9fdb846 user: drh tags: trunk)
2007-08-17
19:53
Omit the -static option from the default Makefile. (check-in: e5b74951 user: drh tags: trunk)
2007-08-11
01:16
Add the "close" command. (check-in: 44525767 user: drh tags: trunk)
2007-08-10
03:52
Fix a C++-ism in the previous check-in. (check-in: f5588c80 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: 50150ade 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: edbb332d user: drh tags: trunk)
00:08
Complete rework of the xfer mechanism. Compiles but not yet working. (check-in: 573a464c 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: bd3c1d00 user: drh tags: trunk)
17:42
The delta compress on xfer is working better now, but still needs work. (check-in: 73bddaeb user: drh tags: trunk)
11:55
Fix an off-by-one error that can cause a segfault during sync. (check-in: 6eca3132 user: drh tags: trunk)
10:48
Add the -m/--comment and the --nosign options to the commit command. (check-in: 9a9cd817 user: drh tags: trunk)
10:43
Require history permission in order to clone. (check-in: 13b7ac16 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: 4c072728 user: drh tags: trunk)
03:44
Fix a bug in the xfer server that prevents it from receiving deltas. (check-in: 869534e1 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: eea381f4 user: drh tags: trunk)
01:08
Website updates. (check-in: b110d77c 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: fe6ee8a4 user: drh tags: trunk)
15:22
Make sure a user does not attempt to "fossil add" the manifest or the _FOSSIL_ files. (check-in: 20bcbcf2 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: a040ae6e user: drh tags: trunk)
14:45
Omit the files "manifest" and "_FOSSIL_" from the "extra" list. (check-in: 77327ae1 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: 5c74c300 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: aafd536a 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: f5e8b1d7 user: drh tags: trunk)
2007-08-03
23:30
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. (check-in: 6aff11f0 user: drh tags: trunk)
23:04
Changes to the way new repositories are created. Also make the CGI output blob available to all modules through a function call. (check-in: a48936e8 user: drh tags: trunk)
15:31
Extend the commit command so that specific files can be committed. There are still some problems with doing this after a merge. (check-in: 22552fb8 user: dan tags: trunk)
2007-08-01
21:59
Add the ability to sign manifests using GPG during a check-in. Due to a bug in the manifest parser, older versions will not be able to check-out signed manifests. (check-in: e37451d9 user: drh tags: trunk)
21:03
Add primitive start-time and duration controols to the timeline. Additional checksums on check-in and check-out. (check-in: 39450579 user: drh tags: trunk)
20:05
Documentation updates. Added Makefile. (check-in: 0e265b01 user: drh tags: trunk)
16:42
Update the todo list. (check-in: 36df57aa user: drh tags: trunk)
16:13
File differences and file viewer added to the www interface. (check-in: 1a9c6dbf user: drh tags: trunk)
15:13
Fix the test-verify command so that it ignores phantoms. (check-in: 1245b42b user: drh tags: trunk)
13:50
Client must ignore SIGPIPE when writting to the HTTP socket. (check-in: 0238e54f user: drh tags: trunk)
13:32
From the vinfo webpage, provide a hyperlink to download a ZIP archive the version. (check-in: 6dab6149 user: drh tags: trunk)
13:08
Avoid an unnecessary HTTP round-trip on syncs. (check-in: ae40356c user: drh tags: trunk)
12:49
Add the "leaves" webpage and the "branches" CLI command. We need to work on the nomenclature. (check-in: afcdc7ec user: drh tags: trunk)
12:20
The merge at [dd9633a03d] did not work because of the bug just fixed. This change moves the changes that should have been in that merge into the main line of the tree. (check-in: 04f7535e user: drh tags: trunk)
12:17
Fix a problem in the commit logic that caused it to ignore merge changes. Add another test to the commit to detect future problems of a similar nature. (check-in: 5c3e8717 user: drh tags: trunk)
10:31
Merging in the ipaddr update changes. (check-in: dd9633a0 user: drh tags: trunk)
10:29
Always do at least two cycles with no file transfers before quiting. (check-in: 35d7ba08 user: drh tags: trunk)
10:27
Fixes to the sync algorithm. (check-in: 0c102d06 user: drh tags: trunk)
09:04
Populate the ipaddr column of the rcvfrom table when a file is received from a remote source (push/pull/sync). (check-in: 36edf3fd user: dan tags: trunk)
02:27
Add a bug observation to the todo list. (check-in: 8df950d1 user: drh tags: trunk)
02:07
Updates to the todo list. (check-in: 933875bb user: drh tags: trunk)
02:03
Do not attempt to verify phantoms. Set the default max message size at 500K instead of 1MB. Updates to the todo list. (check-in: 71ed18cc user: drh tags: trunk)
01:24
Added the vdiff webpage with links from vinfo. (check-in: 9df32e28 user: drh tags: trunk)
00:55
Add the finfo web page. (check-in: 86c87684 user: drh tags: trunk)
00:40
Improvements to the vinfo webpage. Show descendents, ancestors, and files changed. (check-in: 30d7afe3 user: drh tags: trunk)
2007-07-31
23:33
Add the new "history" permission. Merge in changes that require permissions to view the timeline. (check-in: fd36718a user: drh tags: trunk)
22:59
Separate "nobody" and "anonymous" logins. (check-in: 9c952d24 user: drh tags: trunk)
20:53
Bug fix in the mlink table builder. Use the "rebuild" method to correct the problem in preexisting repositories. (check-in: 5b58559c user: drh tags: trunk)
20:36
When syncing without a URL, print the name of the server, taking care to omit any userid and password. (check-in: ce825ac9 user: drh tags: trunk)
20:20
Update the ZIP archiver to include date information. Provide a function that constructs a ZIP archive from manifest. (check-in: dead090c user: drh tags: trunk)
19:18
Add a ZIP archive generator. (check-in: 9b780d22 user: drh tags: trunk)
16:34
Require read permission (permission to read tickets and configuration histories) to view the global timeline. (check-in: 5ebcedc3 user: dan tags: trunk)
10:10
Remove one to-do item. Add another. (check-in: 7fe1e734 user: drh tags: trunk)
01:34
The push, pull, and sync commands remember the last server and reuse it if the URL argument is omitted. Sync via network only now. (check-in: 8dbee673 user: drh tags: trunk)
00:06
More additions to the todo.txt list. (check-in: 9c28ba49 user: drh tags: trunk)
2007-07-30
23:18
To more items added to the todo.txt list. (check-in: f767ae05 user: drh tags: trunk)
23:01
Added the todo.txt list. (check-in: 08c4cc6d user: drh tags: trunk)
21:23
Fix another bug in the pivot finder. Null-merge with the dan-branch so that we now only have a single leaf on the tree. (check-in: fa0ba20a user: drh tags: trunk)
18:57
Send the HOST header parameter with /xfer requests. (check-in: 211c476d user: drh tags: trunk)
18:38
Fix a bug in the /xfer login logic. (check-in: bfe6e64f user: drh tags: trunk)
17:43
Fix a bug in login. (check-in: 947842fb user: drh tags: trunk)
17:24
Show the user who make the change on the timeline, both on the www interface and in the cli. (check-in: 1a4dd313 user: drh tags: trunk)
17:05
Fix a bug in the logic for finding a pivot during a merge. (check-in: 5602bbba user: drh tags: trunk)
16:35
Only request the password one time on a push or pull. (check-in: 3a25b683 user: drh tags: trunk)
16:31
Merge in clone and sync changes. Fix a bug in undelta. (check-in: e3c529c2 user: dan tags: trunk)
14:28
Use POST instead of GET for the /xfer method. Other bug fixes in the URL parser. (check-in: e621b6db user: drh tags: trunk)
13:34
When errors occur during CGI, make sure the error is returned in a correct CGI reply. (check-in: 396cc2a4 user: drh tags: trunk)
13:01
Bug fix in the local database finder. (check-in: 5eac33a6 user: drh tags: trunk)
05:17
Delete records from the temporary table "pending" after sending them. (check-in: 23c8dad3 user: dan tags: trunk)
2007-07-28
08:15
Fix to the db_open_local() function in the case where the root directory is writable by the current user. (check-in: d0d4c5f5 user: dan tags: trunk)
08:04
Remove a c++ism from deltacmd.c. (check-in: 0c227fa4 user: dan tags: trunk)
07:09
When accessing a remote repository, if there is a username/password specified as part of the URI, use these to login. (check-in: 3dcaed8d user: dan tags: trunk)
2007-07-24
18:15
File format document change: UUIDs use lowercase not uppercase hex. (check-in: 01e7596a user: drh tags: trunk)
13:00
Fix a bug in the "rm" command. Delete an obsolete documentation file. (check-in: ac1dea8e user: drh tags: trunk)
12:54
Merge in the latest SQLite updates. (check-in: d8590e09 user: drh tags: trunk)
12:52
Documentation updates (check-in: b807acf6 user: drh tags: trunk)
2007-07-23
20:42
Always do another sync round if any file is received. (check-in: 0feed850 user: drh tags: trunk)
20:40
More improvements to network sync. (check-in: 4ee118a6 user: drh tags: trunk)
20:33
Work on network synchronization (check-in: 75c476cc user: drh tags: trunk)
19:52
Improvements to the WWW interface. (check-in: 66f4caa3 user: drh tags: trunk)
2007-07-22
12:00
Setup webpag updates. (check-in: c4ec179b user: drh tags: trunk)
2007-07-21
19:32
Improvements to web-based user management. (check-in: 916b6e4b user: drh tags: trunk)
14:10
Initial check-in of m1 sources. (check-in: dbda8d6c user: drh tags: trunk)
14:09
initial empty baseline (check-in: a28c8364 user: drh tags: trunk)