Fossil

Timeline
Login

Timeline

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

200 most recent check-ins occurring on or after 1970-01-01.

2007-09-22
02:22
More work on tags and properties. Getting late. Need to check-in changes before stopping for the day... ... (check-in: f73c0e79 user: drh tags: trunk)
01:40
Turn tags into properties. Allow properties to control background color on timelines. Still experimental. ... (check-in: 5e239230 user: drh tags: trunk)
2007-09-21
22:07
Added win32 build notes ... (check-in: 5890c67d user: jnc tags: trunk)
21:53
Win32 port: compiles, all tests pass but many functions fail due to path separators. Incomplete. Path fixes to come next ... (check-in: 83c876b4 user: jnc tags: trunk)
19:18
Improvements to the control-file parser. Not recognizes the T-line for tags. ... (check-in: 3dc92fdb user: drh tags: trunk)
18:33
Add the --randomize parameter to the rebuild command. Used for testing. ... (check-in: ce1c1a29 user: drh tags: trunk)
02:41
Work toward adding a tagging system. Code compiles but is incomplete and probably does not work. ... (check-in: 2bc0e2c5 user: drh tags: trunk)
2007-09-20
07:37
Entered the general structure planned for processing of branches. Incomplete. This code right now exits when it finds branch csets. Some debug output to see detailed internals from which to pull the pieces together. ... (check-in: 25bc7210 user: aku tags: trunk)
07:33
Trim the commit messages to remove irrelevant leading and trailing line-endings. ... (check-in: a9dcf091 user: aku tags: trunk)
07:14
Got rid of the explicit revision tree and rephrased the trunk processing to use a loop which is more self-explanatory. Started to add in code needed when we process the branches as well, currently they will have now effect. ... (check-in: cbbf9a75 user: aku tags: trunk)
07:08
Moved the counting of imported changesets to the beginning for a more accurate percent calculation and proper ending at 100%. ... (check-in: 330f2da7 user: aku tags: trunk)
03:51
Modified sorting of timeline entries for the same second to properly split files and file versions from each other, and to have newer revisions later. Further added a storage for error messages to be repeated when the importer exist. First user is the code reporting corrupted archive files detected during a checkout. ... (check-in: a5476aed user: aku tags: trunk)
2007-09-17
07:05
Further work on the CVS frontend. The main parts for doing the extraction and management of changesets are now in a separate package. ... (check-in: ae54e928 user: aku tags: trunk)
04:14
Fixed bug in the new code setting up the timeline, forgot to clean up loop state, causing data from previous iterations to bleed into the current one, causing the use of bogus data and ultimatively a bogus timeline. Note! Incidentially a bug in the old code was fixed by the new one, the use of mismatching revisions and commit messages. That caused the generation of extra changesets in the old code. ... (check-in: 10e3b3ed user: aku tags: trunk)
03:13
Cleaned up the creation of the workspace directory. ... (check-in: 2740b48b user: aku tags: trunk)
03:03
More structuring of the CVS backend, encapsulated the management of the global timeline of events in the project in a separate package. ... (check-in: 1593006e user: aku tags: trunk)
01:43
Added structure to the CVS frontend code, putting the repository traversal into its own package. ... (check-in: 6f121db1 user: aku tags: trunk)
01:41
Semantics of the progress display extended to allow an empty maximum to signal use of an infinite (open-ended) display. ... (check-in: ebb94f75 user: aku tags: trunk)
01:00
Pulled the latest CLI, website, and sqlite changes into the importer branch. ... (check-in: f76192b2 user: aku tags: trunk)
00:58
Pulled in the navbar and timeline changes. ... (check-in: bbcb6326 user: aku tags: trunk)
00:56
Reworked the CVS handling code to have a simpler API, more like the reworked Fossil API. The API now has a form where adding the handling of branches should not require complex changes in the import controller any longer. Extended the system to allow the user to restrict the importing to a sub-directory of the chosen repository, via the new switch --project. This is required to pull a SF CVS repository apart into the various projects it may have. Example: Under Tcl we have 3 projects, namely Tcl itself, sampleextension, and Thread. ... (check-in: d8c18fc1 user: aku tags: trunk)
2007-09-15
03:18
Fixed problems with the untested statistics module. Moved cset <-> uuid map out of cvs to control layer, separate package. Currently not really useful, will be needed when handling cvs branches. Moved some user feedback around, and the import control too. ... (check-in: b504674c user: aku tags: trunk)
2007-09-14
23:23
Moved the handling of the import statistics into its own package. Untested. ... (check-in: 18251642 user: aku tags: trunk)
21:24
Rename CLI commands: leaves->descendents and branches->leaves. ... (check-in: bc68e61b user: drh tags: trunk)
21:10
Fix the "leaves" webpage. ... (check-in: d773eee9 user: drh tags: trunk)
14:59
Update the SQLite amalgamation file to version 3.5.0. ... (check-in: c287665b user: drh tags: trunk)
2007-09-13
08:02
Unhacked the fossil backend. IOW reworked the API and made it nicer, more structured, better command and option names. Gave the internals more structure, and simplified the handling of -breakat (old -stopat breakpoint). Updated users, and updated the user visible switches as well. Added a -h switch for help. ... (check-in: 7b2619b7 user: aku tags: trunk)
06:59
Encapsulated access to the fossil and cvs applications in their own packages. ... (check-in: cdf5e6d8 user: aku tags: trunk)
06:24
Continuing namespace changes, rcs parser. Basic structure is now ok IMHO. ... (check-in: d4aa7da6 user: aku tags: trunk)
06:22
Continuing namespace changes, cvs frontend. ... (check-in: 00228d15 user: aku tags: trunk)
06:03
Continuing namespace changes, fossil backend. ... (check-in: 45cd12f0 user: aku tags: trunk)
05:43
Continued restructuring of the code (namespace hierarchy, import control). ... (check-in: 9671b651 user: aku tags: trunk)
03:52
Improvements to the CLI timeline display. When an update fails due to multiple descendents, show all of the descendents in timeline format. ... (check-in: fcabd477 user: drh tags: trunk)
2007-09-12
04:19
Added navbar to all pages, linking back to the index. Fixed typo in the index page. ... (check-in: 469002cc user: aku tags: trunk)
02:25
The nonce of a login card in the sync protocol is now the SHA1 hash of the remainder of the sync message. The signature is the SHA1 hash of the concatenation of the nonce and the users password. ... (check-in: 77675311 user: drh tags: trunk)
01:46
Fix bugs in undo/redo. Appears to work now but not heavily tested. ... (check-in: 6f5654c7 user: drh tags: trunk)
2007-09-11
02:25
Add the "undo" and "redo" commands. Untested at this point so don't try to use them yet. ... (check-in: a36177bc user: drh tags: trunk)
2007-09-10
02:21
Slight editorial changes to sync documentation, fixing spelling errors. ... (check-in: 4038525b user: aku tags: trunk)
00:48
Fix a C++-ism in the timeline module. ... (check-in: 9a761193 user: drh tags: trunk)
00:43
Merge in the delta encoder changes. ... (check-in: 01e3e3f5 user: drh tags: trunk)
00:39
Add a first draft of the synchronization protocol document. Unproofed. ... (check-in: 26131cfc user: drh tags: trunk)
2007-09-09
17:51
Cluster-based synchronization appears to be working. ... (check-in: 48c4e69d user: drh tags: trunk)
00:58
Started to restructure the namespace hierarchy, beginning at the bottom, with the log module. ... (check-in: 86a7f249 user: aku tags: trunk)
2007-09-08
16:01
Sync using clusters appears to work. More testing is needed before we go live. ... (check-in: e1c1877c user: drh tags: trunk)
06:33
Moved the import control code into its own package. The application has been reduced to command line processing and handing over to the new package. ... (check-in: c172959c user: aku tags: trunk)
05:35
Redid the logging system aka user feedback completely. Verbosity levels, influenced by the new -v switch. Indentations in the output removed, parsing by tools easier, still human readable. Adapted all users of the previous feedback code to use the new system. ... (check-in: be32ebcb user: aku tags: trunk)
03:50
Updated documentation of the delta encoder to mention the new limits on searching the hash chain. ... (check-in: 3e899ae0 user: aku tags: trunk)
03:48
Extended import app with switch to stop execution just before a specific changeset, to aid in debugging problems. ... (check-in: 8469631c user: aku tags: trunk)
2007-09-06
00:47
Raise the hash chain limit in the delta module from 50 to 250. ... (check-in: f6b4c645 user: drh tags: trunk)
2007-09-05
18:46
Fix pathological N*2 behavior in the delta generator. ... (check-in: b816fadf user: drh tags: trunk)
02:03
Fix calculating percentage of committed changesets. ... (check-in: 734febe6 user: aku tags: trunk)
2007-09-04
22:00
Importer extended to allow capture of exact fossil commit command ... (check-in: 492531e3 user: aku tags: trunk)
05:38
(no comment) ... (check-in: 7003caa9 user: aku tags: trunk)
05:36
First semi-complete app for import from CVS. Trunk only, wholesale only. ... (check-in: df91d389 user: aku 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: ba486fec user: drh tags: trunk)
2007-09-02
20:33
Added text notes on ideas for dealing with tickets and wiki. ... (check-in: 251545cd 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: 11976cfd user: drh tags: trunk)
01:23
The /index webpage pulls up the wiki page specified in Setup/Configuration.s ... (check-in: 4f641e7e 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: b2e55c0d user: drh tags: trunk)
01:55
Updates to the timeline routines. Added the pqueue module. ... (check-in: abce5105 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: e15fe431 user: drh tags: trunk)
04:57
Added first code regarding import from cvs, processing a CVSROOT/history file. Looks good, except that the history I have is incomplete, truncated at the beginning. Extended my notes with results from this experiment, thinking about a possible different method. ... (check-in: f166b0a6 user: aku tags: trunk)
01:31
Removed two entries from the work list which are done. ... (check-in: 81ccb7e6 user: aku 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: 4d030179 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: 4c82c777 user: drh tags: trunk)
19:46
Fix multiple bugs in the comment parser of the commit command. Allow blank lines in comments. ... (check-in: f030c0ae user: drh tags: trunk)
18:05
Fix bugs that can cause a segfault if a blank check-in comment is entered. ... (check-in: 1871a93d user: drh tags: trunk)
2007-08-29
11:51
Merge aku's makefile changes. ... (check-in: fad60693 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: 4d051c1e user: drh tags: trunk)
04:00
Re-added the 'test' target, this time in the correct file, then regenerated the main.mk file. ... (check-in: 5f83d272 user: aku tags: trunk)
03:22
Patch up makemake.tcl to incorporate aku's edits, then regenerate the main.mk file. ... (check-in: b616c3d8 user: drh tags: trunk)
02:55
Merged drh's fixes new features (xfer, timeline handling, javascript based timeline highlighting) into my branch. ... (check-in: 15652ff0 user: aku tags: trunk)
02:49
Moved common large lists of header files into Make variables. ... (check-in: 4594b4e6 user: aku tags: trunk)
02:46
Added implementations for the methods "deconstruct", and "construct". ... (check-in: fc952557 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: e00384d2 user: aku tags: trunk)
2007-08-28
07:12
Fixed bug in blob_write_to_file, added missing argument to fossil_panic. ... (check-in: 033ad72c 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: 10062df2 user: aku tags: trunk)
05:00
Fixed typos, and extended the documentation of content_deltify. ... (check-in: 8857e1ea user: aku tags: trunk)
03:34
Updated my work list, added first notes about 'cvs import' functionality. ... (check-in: 103c397e user: aku tags: trunk)
03:18
Fixed typos. ... (check-in: 63564202 user: aku tags: trunk)
03:04
Make sure the same manifest never gets inserted into the metadata tables twice - resulting in duplicate timeline entries. ... (check-in: 18b1f678 user: drh tags: trunk)
2007-08-27
13:21
Tweaked the highlighting ... (check-in: e12f2f18 user: aku tags: trunk)
05:02
Fix a bug in the javascript. Only versions that are independent of the mouse-over version are grayed out now. ... (check-in: 53416550 user: drh tags: trunk)
04:35
Completed the description of the delta encoder ... (check-in: 59ad045f user: aku tags: trunk)
04:09
Fix a bug in the javascript generator of the previous check-in. ... (check-in: a028affc 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: bbdd4f99 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: 8c828207 user: drh 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: 6f1af23e user: aku tags: trunk)
19:51
New text in "ideas.txt" ... (check-in: fd8b28ad user: drh tags: trunk)
19:49
Extended my list of things to do. ... (check-in: 4bf5cf12 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: 464a46da user: aku tags: trunk)
06:12
Reference to obsolete field vfile.parent removed. Fixed table reference in definition of table vfile. ... (check-in: 32c639d0 user: aku tags: trunk)
03:03
Merge in aku's documentation updates. ... (check-in: 452a71f4 user: drh tags: trunk)
02:01
Fixed a number of simple typos. ... (check-in: a9385179 user: aku tags: trunk)
01:32
Added documentation of the delta format ... (check-in: 5fcb36c8 user: aku tags: trunk)
2007-08-25
23:58
Added my own todo file ... (check-in: 90f8319a user: aku tags: trunk)
21:01
Jot down some notes for how to move forward. ... (check-in: 634fd117 user: drh tags: trunk)
19:52
Regenerate the manifest.uuid file on a "commit". ... (check-in: 741aac4d user: drh tags: trunk)
19:45
Fix a makefile dependency to force a rebuild whenever the manifest.uuid changes. ... (check-in: b4571bb7 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: def4449a 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: 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)