Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
23 check-ins using file src/db.c version 23f796fda3
|
2014-05-31
| ||
| 16:37 | Backout [636982a564], which incorrectly calculates aggregate disk checksums when selectively committing files for the initial checkin. check-in: 1a0179abd7 user: joel tags: trunk | |
| 15:34 | Link to the manifest documentation from the core concepts. check-in: 7ff74b20d6 user: andybradford tags: trunk | |
|
2014-05-30
| ||
| 18:12 | integrated wiki-keep-mimetype branch. check-in: 52d242a73b user: stephan tags: trunk | |
| 18:04 | Renamed --format|-F to --mimetype|-M. Stumbled across a char-is-signed assumption and replaced it with (int). Closed-Leaf check-in: 918d07bfac user: stephan tags: wiki-keep-mimetype | |
| 16:52 | Now only remove the ckout:... key if the repo db is writeable. May leave orphans in the config db for read-only repos, but it was doing that before, anyway. Closed-Leaf check-in: 43eeab7c52 user: stephan tags: close-cleanup-config | |
| 16:38 | 'close' now removes ckout:... entry from global config and repo. Possibly has unwanted side-effects, thus a branch. check-in: 36cb9ec476 user: stephan tags: close-cleanup-config | |
|
2014-05-28
| ||
| 20:24 | Update the build-in SQLite from upstream. The "fossil sql" command now supports the ".shell" meta-command. check-in: f6d3b81513 user: drh tags: trunk | |
| 16:06 | Added -R REPO to the timeline docs, per ML request. check-in: dadbf7825a user: stephan tags: trunk | |
| 03:55 | Fixed an off-by-one error in print_person(). The original code extracted the leading '<' of the email address as part of the user name, putting an unmatched '<' into the git dump file, and breaking fast_import. This bug was only triggered by the user's contact information actually containing an email address. check-in: de1921bad3 user: aku tags: trunk | |
| 00:17 | Fix a typo in the SCGI documentation. check-in: 6a4127f3ed user: drh tags: trunk | |
|
2014-05-27
| ||
| 23:40 | Updates to the SCGI documentation. check-in: 30a122a05e user: drh tags: trunk | |
| 20:36 | Correctly handle embedded documentation pages that contain characters that require HTTP encoding. check-in: 5d4400400a user: drh tags: trunk | |
|
2014-05-26
| ||
| 20:55 | Fix a problem in the shell when importing CSV files. If the leftmost field of the first row in the CSV file was both zero bytes in size and unquoted, no data was imported. check-in: 87130593e4 user: jan.nijtmans tags: trunk | |
| 07:45 | Give a warning when a to-be-committed text file has byte sequences which are not valid UTF-8. Can be disabled with "encoding-glob" setting. check-in: 0cb00c0b8f user: jan.nijtmans tags: trunk | |
|
2014-05-24
| ||
| 17:22 | Update the built-in SQLite to the lastest 3.8.5 beta from trunk. check-in: 85d2a1120e user: drh tags: trunk | |
| 06:27 | In "fossil sqlite", if three or more interrupt signals (control-c) are received in a row without a response from sqlite3_interrupt() then call exit(1) immediately. This allows control-C to interrupt the shell even if it is stuck in a computation or loop that does not involve the VDBE. check-in: a74d100a12 user: jan.nijtmans tags: trunk | |
| 02:23 | Clarify the documentation on shunning happening automatically by default on a "pull" operation. check-in: 03f0317c79 user: andybradford tags: trunk | |
| 00:12 | Minor correction to embedded document link to include relative path. check-in: c11f57fa48 user: andybradford tags: trunk | |
|
2014-05-23
| ||
| 11:01 | pulled in trunk. check-in: 6480287517 user: stephan tags: wiki-keep-mimetype | |
| 05:07 | Correct reference to the shun URL. check-in: b2a8924eb2 user: andybradford tags: trunk | |
|
2014-05-22
| ||
| 07:46 | merge trunk check-in: c7767cc123 user: jan.nijtmans tags: cleanX | |
| 05:14 | Merge in latest features and fixes. check-in: fbc335d39f user: andybradford tags: autosync-tries | |
| 04:47 | Make room for extra argument in array. check-in: bae2e57901 user: andybradford tags: trunk | |