Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 check-ins using file src/checkin.c version bb549de071
|
2012-06-29
| ||
| 11:05 | Update the test-parse-manifest test command so that it reports parse failures on standard output. check-in: 4113f5881b user: drh tags: trunk | |
|
2012-06-27
| ||
| 13:59 | Use ~/.fossil4 as the configuration database to avoid conflicts with the original fossil. Adjust SQL because INTEGER PRIMARY KEY does not auto-fill as with SQLite3. check-in: 3f624d490b user: drh tags: sqlite4 | |
| 12:30 | Begin a branch that is modified to use sqlite4 instead of sqlite3 as the storage engine. This check-in compiles (on unix) but does not work. check-in: 6823912746 user: drh tags: sqlite4 | |
|
2012-06-25
| ||
| 15:43 | Improved detection of changes to a file after a merge that do not change the size of the file. check-in: 23022a8546 user: drh tags: trunk | |
| 15:15 | Whan a commit fails because the repository checksum does match the working directory, in addition to printing the names of the files that disagree, also output the repository version of the files to separate temporary files to facilitate error analysis. check-in: edc0c9464d user: drh tags: trunk | |
|
2012-06-24
| ||
| 03:47 | Re-added the jsonApiVersion field to /json/version output. Not sure why i had removed it. /json/report/create now fails with an NYI error instead of succeeding but doing nothing. check-in: bbcc8fe351 user: stephan tags: trunk | |
|
2012-06-22
| ||
| 23:42 | Updates to test procedures. Add a test case for the hard-to-diff sqlite3.c change. check-in: f9b89f61a3 user: drh tags: trunk | |
| 23:32 | Update the built-in SQLite to the latest version from the trunk of the SQLite tree. The diff of this SQLite change will be very slow without the previous check-in that enhances the diff performance. check-in: c5b835ddc0 user: drh tags: trunk | |
| 22:39 | Huge performance improvement for certain pathological cases for diffing of very large files. check-in: 9e15437e97 user: drh tags: trunk | |
| 13:03 | Minor Makefile hack to allow "make clean" to work from ./src/. check-in: 4e4b6cc35f user: stephan tags: trunk | |
| 12:58 | MSC makefile fix for missing cson_amalgamation. Closed-Leaf check-in: 0918d1f04a user: stephan tags: stephan | |
|
2012-06-20
| ||
| 17:26 | Remove an unused variable. check-in: 2955cece33 user: drh tags: trunk | |
| 17:24 | Add the ability for an administrator to run raw SQL commands via the web interface. check-in: ca0faa88a4 user: drh tags: trunk | |
| 16:47 | comment-after-#ifdef patch from Alexander Orefkov. check-in: c5d56e4974 user: stephan tags: trunk | |
| 14:40 | Change the names of config parameters for adunits to use "-" instead of "_". Allow configuration sync of adunits as part of the skin. check-in: 4bf5cdc873 user: drh tags: trunk | |
| 14:14 | Allow ad units to be added after the menu bar. Optionally disable ads for logged in users and/or administrators. check-in: e33fc88630 user: drh tags: trunk | |
| 11:31 | Update the diff-test-1.wiki tests to include a case for side-by-side diffs of multibyte characters. check-in: c2b681e635 user: drh tags: trunk | |
| 11:02 | Account for multibyte unicode characters when computing column widths for side-by-side diffs. check-in: 484f8d29af user: drh tags: trunk | |
| 10:57 | Add a comment that contains multi-byte unicode characters. This will be used for testing diff logic. check-in: d1fc2f4a16 user: drh tags: trunk | |
|
2012-06-19
| ||
| 13:04 | Fix several MSVC compiler warnings, including a couple C99-isms. check-in: 80bfcee892 user: mistachkin tags: trunk | |