Timeline
Not logged in

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

50 check-ins occurring around 2010-11-12.

2010-11-19
22:29
Further work on getting a "commit" or "update" to continue operating after an autosync failure. The "commit" command prompts to verify that you want to continue. check-in: 0cc4875fde user: drh tags: trunk
19:48
Work toward getting and "update" or "commit" to continue even after an auto-sync failure. check-in: 9286aaf778 user: drh tags: trunk
2010-11-17
20:11
integrate import/export to Makefile.dmc check-in: e5d99df4bc user: wolfgang tags: trunk
13:38
Tweaks to the graph layout. Add a graph to ticket timelines. check-in: cf178577ec user: drh tags: trunk, release
13:15
Set binary translation mode on windows for import and export. Ticket [feeb8a91eb838f743ae9] check-in: b408ece7f6 user: drh tags: trunk
2010-11-16
23:16
Update to the latest version of SQLite with the sqlite3_stmt_readonly() capability and use that interface for additional security of the user-entered SQL in the ticket report logic. check-in: 115f3ea60e user: drh tags: trunk
18:02
Additional fixes to the "fossil import" command. Correct handling of zero-length content files. Correct handling of merges with no new or modified files. check-in: 3873aa7ecb user: drh tags: trunk
04:18
Fix a bug in the Git import routine. check-in: 9c31866404 user: drh tags: trunk
2010-11-15
20:10
Do not use the "time_fudge" temp-table if it has not been created by a prior call to manifest_crosslink_begin(). Ticket [289844a2cb535a465] check-in: 80c42a3312 user: drh tags: trunk
20:07
Update the built-in SQLite to an alpha of version 3.7.4. check-in: ea442f3704 user: drh tags: trunk
19:50
Fix graph display for file history. Tickets [5c7565d157b13fe0c30b7] and [a734fe24da8f75758cf4]. check-in: bb045dbdbd user: drh tags: trunk
2010-11-13
23:45
Change the "branch list" command to provide output more like Git. check-in: 761a6a9dcf user: drh tags: trunk
23:29
Disable automatic pull of shun records for the time being. check-in: 3c2500c765 user: drh tags: trunk
23:23
Move the "updated-to:" text to the end of the display for the "update" command, and separately from the changed files by "---------". This at the request of the emacs integration effort. check-in: 3af6cf0993 user: drh tags: trunk
12:48
On a "tree checksum does not match repository" error on a commit, go back and do a file-by-file comparison of the repository and the working checkout to try to discover what the problem is. Ticket [a483f0ab3f0d4da0]. check-in: 64459dd091 user: drh tags: trunk
02:17
Fixed typo in the help message for the deconstruct command check-in: f7cf6dd7ba user: aku tags: trunk
02:16
Fixed typos in commit [aa2fdc286c]. check-in: 8cf380a48e user: aku tags: trunk
01:56
Refinements to the "sync protocol" document. check-in: aa2fdc286c user: drh tags: trunk
2010-11-12
23:27
More typos in the fossil-v-git document. check-in: a17ed85c08 user: drh tags: trunk
22:12
Wait to record the sync password until after the user has actually entered the sync password. Ticket [8b46db87f1bfa942b] check-in: 328fc92ceb user: drh tags: trunk
21:51
Add the fossil_nameofexe() function to use in place of g.argv[0]. check-in: a04a650870 user: drh tags: trunk
20:57
Fixed typos reported by ticket [a3336458f6864db0404b6d45b144be0b17526fb0]. check-in: 03b53ca4ca user: aku tags: trunk
16:37
Incorporate the "addremove" command (with edits) from the StvPrivateHook2 branch. check-in: ceab53718f user: drh tags: trunk
15:17
A simple tweak to the graph javascript gets it working on IE6. Ticket [a734fe24da8f75758cf] check-in: e0eceb7892 user: drh tags: trunk
00:24
Added documentation on ways to identify a check-in. check-in: aaf8cfa296 user: drh tags: trunk
2010-11-11
23:08
Change the name of the special "ckout" tag to "current". Also allow "previous" in addition to "prev" for the parent of the current checkout. check-in: badb9ff231 user: drh tags: trunk
22:04
Add support for "magic" tags "ckout", "prev" and "next". Show the version updating to when performing an "update". check-in: 5ea9ad379d user: drh tags: trunk
21:36
Fix a minor memory leak. check-in: 3541444d9d user: drh tags: trunk
20:33
Further refinements to the Fossil-versus-Git document. check-in: 8f4d5314ae user: drh tags: trunk
20:01
typo check-in: 71f7103494 user: bch tags: trunk
18:21
Add information on the Git-to-Fossil converter and a comparison article on Fossil and Git. check-in: ae0628aa99 user: drh tags: trunk
13:36
a stab at fast-import/export support building on the 'import' branch from drh. Closed-Leaf check-in: 7043db15b8 user: gcw tags: gcw-fast
13:36
Fix the "fossil import" command so that it correctly handles cases where a file is deleted then replaced by a directory with the same name. check-in: e5a734a19a user: drh tags: trunk
01:16
Cast strlen() to int when used as a printf() argument. check-in: 5fa4dfc286 user: drh tags: trunk
2010-11-10
21:00
Fix a bug in processing of "merge" records for "fossil import". check-in: 6b76effa92 user: drh tags: trunk
20:56
Improved handling of branches and tags in the "fossil import" command. check-in: b2f637510a user: drh tags: trunk
19:11
Allow a manifest to have no F-cards. check-in: 6f8cd72b08 user: drh tags: trunk
18:44
Drop the temporary time_fudge table once we are done with it. check-in: 172e16aeec user: drh tags: trunk
18:42
Fix the code for adding "mlink" entries so that it records file deletions on a baseline manifest. check-in: 0ba2c86d2b user: drh tags: trunk
13:36
Fix the "divider" lines in the timeline display. Add the --force option to the "import" command. check-in: ef68b04449 user: drh tags: trunk
01:43
Tweak check-in times slightly so that parents always come before their children. check-in: 0e87f42762 user: drh tags: trunk
00:43
The "fossil import" command works well enough to import the Git self-hosting repository. There are still issues and no doubt many bugs yet to be found. But this is a good start. check-in: 6c827ff02e user: drh tags: trunk
2010-11-09
18:15
Partial implementation of the "fossil import" command. It is incomplete and does not work. check-in: ba837f5e88 user: drh tags: trunk
17:51
Merge in the latest changes from venks-emacs. check-in: 7d2d1d3228 user: drh tags: trunk
17:37
Merge with trunk check-in: 96c0c68a86 user: venkat tags: venks-emacs
13:52
Make "init" an alias for "new". check-in: 21880ca1b6 user: drh tags: trunk
11:59
The "export" command now exports tags. check-in: 06bc2fb7cc user: drh tags: trunk
11:05
Merge the import/export changes into trunk. Even though they are incomplete, they do not threaten the correctness of other commands and can be developed in trunk. check-in: 0f024d3e30 user: drh tags: trunk
10:48
Do not use a subdirectory named "obj" for building. Ticket [6e51013097c17ead]. check-in: e663bac6f7 user: drh tags: trunk
10:44
For cloning and syncing, give all users the privileges of both "nobody" and "anonymous" without requiring a login message. Ticket [1318677c15af04480b]. check-in: 134f5b374e user: drh tags: trunk