Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
28 check-ins using file src/export.c version 4033bdf7a0
|
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 | 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 | |