Timeline
Not logged in

133 checkins occurring around 2007-07-31 01:34:45.

2007-08-29
04:00:37 * [5f83d2720e] Re-added the 'test' target, this time in the correct file, then regenerated the main.mk file. (user: aku, tags: trunk)
03:22:20 * [b616c3d8c3] Fork Patch up makemake.tcl to incorporate aku's edits, then regenerate the main.mk file. (user: drh, tags: trunk)
02:55:33 * [15652ff081] Merge Merged drh's fixes new features (xfer, timeline handling, javascript based timeline highlighting) into my branch. (user: aku, tags: trunk)
02:49:55 * [4594b4e628] Moved common large lists of header files into Make variables. (user: aku, tags: trunk)
02:46:41 * [fc95255785] Added implementations for the methods "deconstruct", and "construct". (user: aku, tags: trunk)
02:42:24 * [e00384d26d] Moved the core logic of both "rebuild_database" and "create_repository_cmd" into their own functions, for sharing with "reconstruct_cmd". (user: aku, tags: trunk)
2007-08-28
07:12:09 * [033ad72c71] Fixed bug in blob_write_to_file, added missing argument to fossil_panic. (user: aku, tags: trunk)
05:01:23 * [10062df2fa] Reworked my notes regarding 'reconstruct' based on my reading of content.c, checkin.c, and manifest.c (user: aku, tags: trunk)
05:00:20 * [8857e1eabb] Fixed typos, and extended the documentation of content_deltify. (user: aku, tags: trunk)
03:34:12 * [103c397e4b] Updated my work list, added first notes about 'cvs import' functionality. (user: aku, tags: trunk)
03:18:31 * [63564202fd] Fixed typos. (user: aku, tags: trunk)
03:04:09 * [18b1f6788d] Make sure the same manifest never gets inserted into the metadata tables twice - resulting in duplicate timeline entries. (user: drh, tags: trunk)
2007-08-27
13:21:20 * [e12f2f1839] Tweaked the highlighting (user: aku, tags: trunk)
05:02:17 * [53416550852e] Fix a bug in the javascript. Only versions that are independent of the mouse-over version are grayed out now. (user: drh, tags: trunk)
04:35:10 * [59ad045fef] Completed the description of the delta encoder (user: aku, tags: trunk)
04:09:07 * [a028affcf2] Fix a bug in the javascript generator of the previous check-in. (user: drh, tags: trunk)
04:03:32 * [bbdd4f9915] Add some javascript to the timeline to gray out versions that are not part of the line that is moused over. Also include leaf, fork, and merge markers on the timeline. Experimental. (user: drh, tags: trunk)
00:04:32 * [8c828207a2] Give an error if an attempt is made to merge, update, or checkout against an incomplete baseline - one that contains phantoms. Update the xfer protocol to converge on a stable synchronization faster and (hopeful) not quit until the sync is complete. (user: drh, tags: trunk)
2007-08-26
22:22:01 * [6f1af23ebe] 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. (user: aku, tags: trunk)
19:51:35 * [fd8b28ad87] New text in "ideas.txt" (user: drh, tags: trunk)
19:49:53 * [4bf5cf121e] Extended my list of things to do. (user: aku, tags: trunk)
06:45:02 * [464a46dad2] 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. (user: aku, tags: trunk)
06:12:08 * [32c639d086] Reference to obsolete field vfile.parent removed. Fixed table reference in definition of table vfile. (user: aku, tags: trunk)
03:03:58 * [452a71f40b] Merge, Fork Merge in aku's documentation updates. (user: drh, tags: trunk)
02:01:58 * [a938517964] Fixed a number of simple typos. (user: aku, tags: trunk)
01:32:11 * [5fcb36c81b] Added documentation of the delta format (user: aku, tags: trunk)
2007-08-25
23:58:27 * [90f8319a32] Added my own todo file (user: aku, tags: trunk)
21:01:17 * [634fd117b1] Jot down some notes for how to move forward. (user: drh, tags: trunk)
19:52:42 * [741aac4d4e] Fork Regenerate the manifest.uuid file on a "commit". (user: drh, tags: trunk)
19:45:38 * [b4571bb75e] Fix a makefile dependency to force a rebuild whenever the manifest.uuid changes. (user: drh, tags: trunk)
19:39:58 * [def4449a87] Add the "baseline" command that shows the UUID of the fossil baseline from which the fossil executable was built. (user: drh, tags: trunk)
19:31:31 * [95e17f4e3f] 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. (user: drh, tags: trunk)
19:00:33 * [b0ad3f90bc] Merge Merging aku's changes into the head. (user: drh, tags: trunk)
18:58:16 * [424d47e453] Merge Attempting the same merge that aku tried and got empty files with. (user: drh, tags: trunk)
18:51:54 * [b846db063c] 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. (user: drh, tags: trunk)
12:31:55 * [507ee45f25] Fix an off-by-one bug in the network protocol handler so that it can accept a zero-length file. (user: drh, tags: trunk)
04:02:27 * [9b30224db7] Merge, Closed-Leaf Merging formatting changes to timeline and concepts documentation (user: aku, tags: trunk)
03:30:15 * [e319e8e870] Improvements to timeline formatting. Added the "concepts.html" document. (user: drh, tags: trunk)
03:23:20 * [609e4caf29] Fork Fixed typos in comments (user: aku, tags: trunk)
2007-08-24
21:32:37 * [39fa010b7f] Improved formatting of the user list webpage. (user: drh, tags: trunk)
2007-08-23
23:10:56 * [0cd202a86e] Website updates. Change the message for unrecognized commands to refer the user to "help". (user: drh, tags: trunk)
19:52:19 * [22c1ac41d4] Fork Add separate "clone" permissions. Previously, one needed "History" premission in order to clone. But sometimes we want to grant clone without granting history. (user: drh, tags: trunk)
2007-08-19
11:06:53 * [4ac16995e8] Fix the "Leaves" computation on the vinfo web page. Improvements to the vinfo web page. (user: drh, tags: trunk)
2007-08-18
11:42:24 * [6607844a01] Added options to the "timeline" CLI command. Additional help comments. (user: drh, tags: trunk)
02:45:47 * [c9fdb846fb] Add the "help" command and the "clean" command. More work is needed on the text for various help messages. (user: drh, tags: trunk)
2007-08-17
19:53:53 * [e5b74951d9] Omit the -static option from the default Makefile. (user: drh, tags: trunk)
2007-08-11
01:16:31 * [4452576730808f] Add the "close" command. (user: drh, tags: trunk)
2007-08-10
03:52:14 * [f5588c800b] Fix a C++-ism in the previous check-in. (user: drh, tags: trunk)
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)
23:04:05 * [a48936e834] Changes to the way new repositories are created. Also make the CGI output blob available to all modules through a function call. (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)
2007-08-01
21:59:38 * [e37451d9c2] Fork 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. (user: drh, tags: trunk)
21:03:03 * [394505791628e] Add primitive start-time and duration controols to the timeline. Additional checksums on check-in and check-out. (user: drh, tags: trunk)
20:05:49 * [0e265b0184] Documentation updates. Added Makefile. (user: drh, tags: trunk)
16:42:06 * [36df57aa39] Update the todo list. (user: drh, tags: trunk)
16:13:49 * [1a9c6dbfb7] File differences and file viewer added to the www interface. (user: drh, tags: trunk)
15:13:52 * [1245b42ba3] Fix the test-verify command so that it ignores phantoms. (user: drh, tags: trunk)
13:50:58 * [0238e54ff3] Client must ignore SIGPIPE when writting to the HTTP socket. (user: drh, tags: trunk)
13:32:11 * [6dab6149b1] From the vinfo webpage, provide a hyperlink to download a ZIP archive the version. (user: drh, tags: trunk)
13:08:31 * [ae40356c57] Avoid an unnecessary HTTP round-trip on syncs. (user: drh, tags: trunk)
12:49:41 * [afcdc7ec97] Add the "leaves" webpage and the "branches" CLI command. We need to work on the nomenclature. (user: drh, tags: trunk)
12:20:24 * [04f7535ee3] 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. (user: drh, tags: trunk)
12:17:14 * [5c3e87171a] 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. (user: drh, tags: trunk)
10:31:31 * [dd9633a03d] Merge Merging in the ipaddr update changes. (user: drh, tags: trunk)
10:29:17 * [35d7ba08ac] Always do at least two cycles with no file transfers before quiting. (user: drh, tags: trunk)
10:27:08 * [0c102d06c3] Fixes to the sync algorithm. (user: drh, tags: trunk)
09:04:46 * [36edf3fd5c] Populate the ipaddr column of the rcvfrom table when a file is received from a remote source (push/pull/sync). (user: dan, tags: trunk)
02:27:11 * [8df950d14a] Add a bug observation to the todo list. (user: drh, tags: trunk)
02:07:43 * [933875bbd1] Updates to the todo list. (user: drh, tags: trunk)
02:03:31 * [71ed18cc4b] Do not attempt to verify phantoms. Set the default max message size at 500K instead of 1MB. Updates to the todo list. (user: drh, tags: trunk)
01:24:37 * [9df32e2808] Added the vdiff webpage with links from vinfo. (user: drh, tags: trunk)
00:55:18 * [86c8768475] Add the finfo web page. (user: drh, tags: trunk)
00:40:40 * [30d7afe328] Improvements to the vinfo webpage. Show descendents, ancestors, and files changed. (user: drh, tags: trunk)
2007-07-31
23:33:15 * [fd36718ad9] Merge Add the new "history" permission. Merge in changes that require permissions to view the timeline. (user: drh, tags: trunk)
22:59:31 * [9c952d247e] Separate "nobody" and "anonymous" logins. (user: drh, tags: trunk)
20:53:10 * [5b58559c0c] Bug fix in the mlink table builder. Use the "rebuild" method to correct the problem in preexisting repositories. (user: drh, tags: trunk)
20:36:20 * [ce825ac954] When syncing without a URL, print the name of the server, taking care to omit any userid and password. (user: drh, tags: trunk)
20:20:40 * [dead090c0b] Update the ZIP archiver to include date information. Provide a function that constructs a ZIP archive from manifest. (user: drh, tags: trunk)
19:18:53 * [9b780d220b] Add a ZIP archive generator. (user: drh, tags: trunk)
16:34:09 * [5ebcedc33e] Require read permission (permission to read tickets and configuration histories) to view the global timeline. (user: dan, tags: trunk)
10:10:37 * [7fe1e734e9] Fork Remove one to-do item. Add another. (user: drh, tags: trunk)

01:34:45 * [8dbee6731d] The push, pull, and sync commands remember the last server and reuse it if the URL argument is omitted. Sync via network only now. (user: drh, tags: trunk)

00:06:08 * [9c28ba4956] More additions to the todo.txt list. (user: drh, tags: trunk)
2007-07-30
23:18:04 * [f767ae0568] To more items added to the todo.txt list. (user: drh, tags: trunk)
23:01:35 * [08c4cc6d16] Added the todo.txt list. (user: drh, tags: trunk)
21:23:44 * [fa0ba20a51] Merge 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. (user: drh, tags: trunk)
18:57:36 * [211c476d23] Send the HOST header parameter with /xfer requests. (user: drh, tags: trunk)
18:38:43 * [bfe6e64f94] Fix a bug in the /xfer login logic. (user: drh, tags: trunk)
17:43:49 * [947842fb0b] Fix a bug in login. (user: drh, tags: trunk)
17:24:47 * [1a4dd313a8] Show the user who make the change on the timeline, both on the www interface and in the cli. (user: drh, tags: trunk)
17:05:25 * [5602bbbaff] Fix a bug in the logic for finding a pivot during a merge. (user: drh, tags: trunk)
16:35:16 * [3a25b68390] Only request the password one time on a push or pull. (user: drh, tags: trunk)
16:31:11 * [e3c529c2f0] Merge Merge in clone and sync changes. Fix a bug in undelta. (user: anonymous, tags: trunk)
14:28:17 * [e621b6dbe3] Fork Use POST instead of GET for the /xfer method. Other bug fixes in the URL parser. (user: drh, tags: trunk)
13:34:35 * [396cc2a4eb] When errors occur during CGI, make sure the error is returned in a correct CGI reply. (user: drh, tags: trunk)
13:01:08 * [5eac33a6bd] Bug fix in the local database finder. (user: drh, tags: trunk)
05:17:44 * [23c8dad306] Delete records from the temporary table "pending" after sending them. (user: dan, tags: trunk)
2007-07-28
08:15:54 * [d0d4c5f575] Fix to the db_open_local() function in the case where the root directory is writable by the current user. (user: dan, tags: trunk)
08:04:24 * [0c227fa406] Remove a c++ism from deltacmd.c. (user: dan, tags: trunk)
07:09:25 * [3dcaed8d86] When accessing a remote repository, if there is a username/password specified as part of the URI, use these to login. (user: dan, tags: trunk)
2007-07-24
18:15:40 * [01e7596a98] Fork File format document change: UUIDs use lowercase not uppercase hex. (user: drh, tags: trunk)
13:00:19 * [ac1dea8eac] Fix a bug in the "rm" command. Delete an obsolete documentation file. (user: drh, tags: trunk)
12:54:24 * [d8590e093f] Merge in the latest SQLite updates. (user: drh, tags: trunk)
12:52:32 * [b807acf62e] Documentation updates (user: drh, tags: trunk)
2007-07-23
20:42:40 * [0feed85090] Always do another sync round if any file is received. (user: drh, tags: trunk)
20:40:16 * [4ee118a6b4] More improvements to network sync. (user: drh, tags: trunk)
20:33:04 * [75c476ccd1] Work on network synchronization (user: drh, tags: trunk)
19:52:51 * [66f4caa379] Improvements to the WWW interface. (user: drh, tags: trunk)
2007-07-22
12:00:06 * [c4ec179bbc] Setup webpag updates. (user: drh, tags: trunk)
2007-07-21
19:32:06 * [916b6e4b3b] Improvements to web-based user management. (user: drh, tags: trunk)
14:10:57 * [dbda8d6ce9] Initial check-in of m1 sources. (user: drh, tags: trunk)
14:09:59 * [a28c83647d] initial empty baseline (user: drh, tags: trunk)