Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2007-08-26 03:03:58.
2007-09-10
| ||
00:39 | Add a first draft of the synchronization protocol document. Unproofed. ... (check-in: 26131cfcc5 user: drh tags: trunk) | |
2007-09-09
| ||
17:51 | Cluster-based synchronization appears to be working. ... (check-in: 48c4e69d2b user: drh tags: trunk) | |
2007-09-08
| ||
16:01 | Sync using clusters appears to work. More testing is needed before we go live. ... (check-in: e1c1877c99 user: drh tags: trunk) | |
2007-09-06
| ||
00:47 | Raise the hash chain limit in the delta module from 50 to 250. ... (check-in: f6b4c6458b user: drh tags: trunk) | |
2007-09-05
| ||
18:46 | Fix pathological N*2 behavior in the delta generator. ... (check-in: b816fadfc7 user: drh tags: trunk) | |
2007-09-03
| ||
01:28 | Add the unclustered table and the M lines to manifests. Process clusters in manifest_parse and manifest_crossref. The xfer process still does not yet use clusters though so it is still compatible. But that is about to change. ... (check-in: ba486fec5a user: drh tags: trunk) | |
2007-09-02
| ||
20:33 | Added text notes on ideas for dealing with tickets and wiki. ... (check-in: 251545cd43 user: drh tags: trunk) | |
02:01 | Add the "index.wiki" wiki page. Fix a bug in the wiki rendering engine. The page displays now, but not correctly - there are clearly additional bugs to be found and fixed. ... (check-in: 11976cfdc2 user: drh tags: trunk) | |
01:23 | The /index webpage pulls up the wiki page specified in Setup/Configuration.s ... (check-in: 4f641e7e4e user: drh tags: trunk) | |
2007-09-01
| ||
21:11 | Add the /wiki and /bwiki web pages. Currently renders content from the check-out as readonly. ... (check-in: b2e55c0d4d user: drh tags: trunk) | |
01:55 | Updates to the timeline routines. Added the pqueue module. ... (check-in: abce5105e2 user: drh tags: trunk) | |
2007-08-31
| ||
20:14 | A new decendent finding algorithm is (hopefully) faster. Changes to the timeline are in process and might not yet work. ... (check-in: e15fe43153 user: drh tags: trunk) | |
2007-08-30
| ||
21:37 | Put a colored asterisk beside entries of interest in the timeline, rather than doing lots of annoying text color and background changes. ... (check-in: 4d03017923 user: drh tags: trunk) | |
20:27 | Fix some annoyances with "merge". This involves a schema change to the _FOSSIL_ file. Older versions will continue to work, but it would make since to "close" and "open" local source tree after updating to this version of fossil, in order to update the schema. ... (check-in: 4c82c7773f user: drh tags: trunk) | |
19:46 | Fix multiple bugs in the comment parser of the commit command. Allow blank lines in comments. ... (check-in: f030c0aea7 user: drh tags: trunk) | |
18:05 | Fix bugs that can cause a segfault if a blank check-in comment is entered. ... (check-in: 1871a93dd4 user: drh tags: trunk) | |
2007-08-29
| ||
11:51 | Merge aku's makefile changes. ... (check-in: fad606934c user: drh tags: trunk) | |
11:48 | New timeline formatting experiment. Foreground font color changes when mousing over the vinfo hyperline show all immediate parents in red and immediate children in green and hide all entries that are not part of the current line. ... (check-in: 4d051c1eda user: drh tags: trunk) | |
03:22 | Patch up makemake.tcl to incorporate aku's edits, then regenerate the main.mk file. ... (check-in: b616c3d8c3 user: drh tags: trunk) | |
2007-08-28
| ||
03:04 | Make sure the same manifest never gets inserted into the metadata tables twice - resulting in duplicate timeline entries. ... (check-in: 18b1f6788d user: drh tags: trunk) | |
2007-08-27
| ||
05:02 | Fix a bug in the javascript. Only versions that are independent of the mouse-over version are grayed out now. ... (check-in: 5341655085 user: drh tags: trunk) | |
04:09 | Fix a bug in the javascript generator of the previous check-in. ... (check-in: a028affcf2 user: drh tags: trunk) | |
04:03 | 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. ... (check-in: bbdd4f9915 user: drh tags: trunk) | |
00:04 | 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. ... (check-in: 8c828207a2 user: drh tags: trunk) | |
2007-08-26
| ||
19:51 | New text in "ideas.txt" ... (check-in: fd8b28ad87 user: drh tags: trunk) | |
03:03 | Merge in aku's documentation updates. ... (check-in: 452a71f40b user: drh tags: trunk) | |
2007-08-25
| ||
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) | |
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) | |