Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
83 check-ins using file src/db.c version d1fbc4dbb4
|
2016-12-08
| ||
| 06:17 | Update to SQLite 3.15.2 Closed-Leaf check-in: 8b03934ead user: jan.nijtmans tags: branch-1.36 | |
|
2016-11-04
| ||
| 23:16 | Update to SQLite 3.15.1 check-in: a8a67989fc user: jan.nijtmans tags: branch-1.36 | |
|
2016-11-03
| ||
| 09:52 | Cherrypick 3 bug-fixes from SQLite trunk, discovered just after the SQLite 3.15 release, among them a fix to VACUUM to prevent it from running out of memory on very large databases See [http://www.sqlite.org/src/info/34a579141b2c5ac|34a579141b2c5ac] and [http://www.sqlite.org/src/info/fef4bb4bd9185ec8f|fef4bb4bd9185ec8f] (most likely, those 3 will be in SQLite 3.15.1, if ever released) check-in: 360694a797 user: jan.nijtmans tags: branch-1.36 | |
| 09:33 | (cherry-pick): Fix the build on MSVC. check-in: 83a359ff39 user: jan.nijtmans tags: branch-1.36 | |
|
2016-11-02
| ||
| 19:26 | Minor tweaks to proposed help text for possible enhanced changes command check-in: b18735fc4a user: andygoth tags: andygoth-changes | |
|
2016-10-26
| ||
| 21:28 | Fixes for incremental Git import/export. check-in: 27c8985cc1 user: mistachkin tags: trunk | |
| 21:26 | Add the 'project_description' variable to TH1. check-in: cd219d31c1 user: mistachkin tags: trunk | |
| 21:24 | Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. check-in: 1b5b69f3cf user: mistachkin tags: trunk | |
| 21:21 | Enhance 'brlist' page to make use of branch colors. check-in: 796c9abacd user: mistachkin tags: trunk | |
| 21:14 | Update change log. check-in: 94f7de8b2d user: mistachkin tags: trunk | |
| 21:08 | Remove the 'fusefs' command from builds that do not have underlying support enabled. check-in: 75ef451128 user: mistachkin tags: trunk | |
| 20:54 | Draft fix for issue with 'ticket set +icomment' reported by Venkat Iyer on the mailing list. check-in: 0b646cea7c user: mistachkin tags: trunk | |
| 19:58 | Update fedora version, being used for Docker image. Minor fix in changelog check-in: f014e83bc4 user: jan.nijtmans tags: trunk | |
| 02:07 | Merge trunk check-in: b5edfa3b3c user: andygoth tags: andygoth-timeline-ms | |
|
2016-10-25
| ||
| 20:25 | Add the --command option to "fossil diff". check-in: eb67f09c9a user: drh tags: trunk | |
| 20:12 | Fix the download hyperlink on the homepage. check-in: be88817fad user: drh tags: trunk | |
| 01:21 | Fix the mkdownload.tcl script so that it generates a correctly-formatted download.html page. check-in: 1d028af6c7 user: drh tags: trunk | |
|
2016-10-24
| ||
| 21:53 | Remove BOM (byte-order-mark) from the change log. check-in: a2f4710221 user: mistachkin tags: trunk | |
| 20:00 | Typo in the change log. check-in: 7f2af9d8eb user: drh tags: trunk | |
| 18:37 | Correct change description. Intermingling declarations and code was added in C99, not C89. check-in: 291ca60f54 user: andygoth tags: trunk | |
| 18:33 | Revert unintended, incomplete change to timeline.c check-in: 5cb36bdd52 user: andygoth tags: andygoth-timeline-ms | |
| 18:32 | Merge changes.wiki style update check-in: 780c0150c2 user: andygoth tags: andygoth-timeline-ms | |
| 18:20 | Update the version number to 1.37 and start the 1.37 change log. check-in: a212bd1899 user: drh tags: trunk | |
| 18:15 | Fix the build on MSVC. check-in: 65e69b8dd8 user: drh tags: trunk | |
| 17:57 | Further improvements to the mkdownload.tcl script. check-in: 529941901a user: drh tags: trunk | |
| 17:03 | Add fragment anchors in the changes.wiki page. Update the mkdownload.tcl script so that it works with the new unversioned-file download. check-in: d0c77c7ce0 user: drh tags: trunk | |
| 15:52 | Add comments describing each local variable in tagMatchExpression() check-in: 1219bffce0 user: andygoth tags: andygoth-timeline-ms | |
| 15:47 | Inconsequential whitespace changes check-in: 9ffc501710 user: andygoth tags: andygoth-timeline-ms | |
| 15:44 | Push to 1.37 check-in: 4d1bee54ee user: andygoth tags: andygoth-timeline-ms | |
| 14:59 | Version 1.36 check-in: c24373934d user: drh tags: trunk, release, version-1.36 | |
| 14:58 | Set the 1.36 release dates on the change log. check-in: fdebeba5a0 user: drh tags: trunk | |
| 04:51 | Draft fix for issue with 'ticket set +icomment' reported by Venkat Iyer on the mailing list. Closed-Leaf check-in: 0d247d57b4 user: mistachkin tags: tktSetFix | |
|
2016-10-23
| ||
| 21:50 | Optimize REGEXP matching by folding all regular expressions into one check-in: b4800dc53d user: andygoth tags: andygoth-timeline-ms | |
| 15:42 | Improve comment check-in: c1afe56ffa user: andygoth tags: andygoth-timeline-ms | |
| 15:36 | Add ms=EXACT|LIKE|GLOB|REGEXP timeline query parameter which changes the interpretation of the t= and r= query parameters to exact (default), SQL LIKE, glob, or regular expression matching. Other than exact matching, the t= or r= parameter value is interpreted as a whitespace- or comma-delimited list of match patterns, with the option to quote a pattern using single or double quotes in case it contains commas or whitespace. For regular expression matching only, backslash can also be used to inhibit delimiter interpretation of the next character. At this point, the only way to use this feature is to type ms= directly into the URL; the UI still needs to be updated. Be aware for LIKE interpretation that % needs to be written as %25. check-in: be58684514 user: andygoth tags: andygoth-timeline-ms | |
| 01:46 | Add the 'project_description' variable to TH1. check-in: 345c580d0a user: mistachkin tags: experimental | |
| 01:45 | Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. check-in: a5fd16fe88 user: mistachkin tags: experimental | |
| 01:42 | Enhance 'brlist' page to make use of branch colors. check-in: 435ca5d2e4 user: mistachkin tags: experimental | |
| 01:28 | Minor enhancement to 'mkversion'. check-in: f59f4e1f6e user: mistachkin tags: trunk | |
|
2016-10-22
| ||
| 19:52 | Begin the transaction block before inserting any content. Addresses one of the bugs reported by Venkat Iyer on ML. check-in: 1b6635a47f user: andybradford tags: trunk | |
| 08:37 | Fix typo on a wiki page. check-in: f65fe580e7 user: mistachkin tags: trunk | |
| 08:26 | Add the 'test-prompt-user' command. check-in: 8817b0ed6e user: mistachkin tags: trunk | |
|
2016-10-20
| ||
| 17:04 | Add text for the '--ssl-identity' global option to the 'Environment Variables and Global Options' page. check-in: 7c7597220a user: mistachkin tags: trunk | |
| 16:53 | Revert unintended change to stash usage summary check-in: 63ac71e571 user: andygoth tags: trunk | |
| 16:48 | Remove extra newlines from calls to fossil_fatal() check-in: 2c42b217e5 user: andygoth tags: trunk | |
| 16:13 | "stash cat" worked the same as "stash diff", yet "stash cat -tk" worked the same as "stash show -tk". Make "stash cat" behave like "stash show" which matches the -tk case and also the documentation. Also add mention of DIFF-OPTIONS to the stash show|cat|diff|gdiff usage text. Remove unnecessary variable initialization in stash_get_id(), plus show the bad stash ID string rather than "0" if a non-numeric was used. check-in: 48ecfe6645 user: andygoth tags: trunk | |
| 12:51 | Enhancements to wiki MIME types supported for the JSON API. check-in: ce8937facc user: drh tags: trunk | |
|
2016-10-18
| ||
| 21:55 | Make the new wiki MIME type handling more consistent with the existing code. Closed-Leaf check-in: 0dc1187e79 user: mistachkin tags: jsonWikiMimeTypes | |
| 08:22 | Enhancements to wiki MIME types supported for the JSON API. check-in: 7a14176ee0 user: mistachkin tags: jsonWikiMimeTypes | |
|
2016-10-16
| ||
| 01:21 | Merge fixes in this branch to trunk prior to release. check-in: b2d51b1b22 user: andybradford tags: trunk | |
| 00:22 | Merge updates from trunk. Closed-Leaf check-in: 5634375d0b user: mistachkin tags: stash-fixes | |
|
2016-10-15
| ||
| 05:02 | Coding style, removing superfluous 'then' clauses from tester.tcl. check-in: 4946b5b186 user: mistachkin tags: trunk | |
| 04:56 | Further revise the 'test_start_server' and 'test_stop_server' test suite helper procedures to make it possible to actually delete the temporary output-capture file on Windows. check-in: b0081d9786 user: mistachkin tags: trunk | |
|
2016-10-14
| ||
| 22:49 | Add the --localhost argument to the fossil server command invoked by test_start_server in test/tester.tcl. This change causes the server to only bind to localhost:8080, which does not trigger the Windows Firewall to panic about a program attempting to communicate with the world. Tested on a 64-bit binary built from VS2010, and a 32-bit binaray build from MinGW GCC 4.2.7, both under Windows 10 Pro. I expect the flag works and is harmless on other platforms. check-in: 6c8cec7341 user: rberteig tags: trunk | |
| 20:34 | Merge fork check-in: 3a35ac58bb user: andygoth tags: trunk | |
| 20:32 | Show all files in fusefs directory listings. Previously, if one file's name is a prefix of another file's name in the same directory, the file with the longer name is not included in directory listings. check-in: f8f5a8159e user: andygoth tags: trunk | |
| 19:35 | Adjustments to the 'test_start_server' Fossil test suite procedure to make it work better on Windows. check-in: a88ca0d7dd user: mistachkin tags: trunk | |
| 19:04 | Update test_start_server procedure to return the port as well because fossil server dynamically allocates a port. check-in: b66d5bca70 user: andybradford tags: trunk | |
| 14:32 | Update the built-in SQLite to version 3.15.0 final. check-in: 4a0c94838a user: drh tags: trunk | |
|
2016-10-13
| ||
| 14:52 | Change webui.wiki to remove the exception about the download page, which is no longer the case. check-in: 47beb495c4 user: drh tags: trunk | |
|
2016-10-12
| ||
| 22:51 | Update the built-in SQLite again for a bug fix. check-in: 78fcfd46ad user: drh tags: trunk | |
| 22:04 | Closing because functionality already available in Fossil by clicking on the date in the info page Closed-Leaf check-in: 4f92a66387 user: andygoth tags: andygoth-circa | |
| 18:35 | Merge trunk check-in: a7d576ddb2 user: andygoth tags: andygoth-circa | |
| 16:05 | Update the built-in SQLite to the next 3.15.0 beta for testing. check-in: 6ef1500850 user: drh tags: trunk | |
| 13:31 | Tweak stash help text for internal consistency check-in: de4e4e2a30 user: andygoth tags: trunk | |
| 13:20 | Change "-modified" to "-changed" to be consistent with the terminology used by the diff commands check-in: ffee6e812c user: andygoth tags: andygoth-changes | |
| 03:45 | Revise proposed changes options and help text to accommodate merges. check-in: 69b4168265 user: andygoth tags: andygoth-changes | |
|
2016-10-11
| ||
| 21:07 | Propose an enhanced changes command. At this point, there is no implementation, only help text describing the new options and behaviors. check-in: 2bfdbf97c6 user: andygoth tags: andygoth-changes | |
|
2016-10-10
| ||
| 18:54 | Cosmetic TH1 doc tweaks. check-in: 0b50909c5f user: mistachkin tags: trunk | |
| 18:53 | Cosmetic TH1 doc tweaks. Closed-Leaf check-in: 2a163d5cb6 user: mistachkin tags: th1Unversioned | |
| 07:10 | Improve 'unversioned list' TH1 command comment. check-in: 484f26e3a0 user: mistachkin tags: th1Unversioned | |
| 07:07 | Slightly simplify code. Add and modify tests. Merge changes from trunk. check-in: a3f04386fe user: mistachkin tags: th1Unversioned | |
| 06:32 | Minor correction to the TH1 docs, fixing ordering. check-in: f36f95b35a user: mistachkin tags: trunk | |
| 06:29 | Add the 'unversioned content' and 'unversioned list' commands to TH1. check-in: e81fbfd028 user: mistachkin tags: th1Unversioned | |
| 05:55 | Merge updates from trunk. Closed-Leaf check-in: 82d77c23a6 user: mistachkin tags: prjDesc | |
|
2016-10-06
| ||
| 18:56 | Add a couple more unversioned command tests. check-in: e727b3d50b user: mistachkin tags: trunk | |
|
2016-10-05
| ||
| 23:06 | Add another test for the unversioned command. check-in: d2a4757500 user: mistachkin tags: trunk | |
| 12:59 | Ensure that inputs to delta_create() are always memory aligned as if obtained from malloc(). check-in: c91e487140 user: drh tags: trunk | |
| 08:41 | Update delta1 test cases to normalize the result so they pass again. Add additional tests to cover assertion failure caused by empty delta inputs. check-in: 4ede0df9df user: andybradford tags: trunk | |
| 08:21 | Modify expected results for one of the TH1 hooks tests to account for the changes in [274e537bb064db9d]. check-in: 6c1359d367 user: mistachkin tags: trunk | |
| 08:10 | The changes in [b045d0774ed48936] are too far reaching. Instead, add a -keepNewline option and use it where appropriate. check-in: 561402f2e0 user: mistachkin tags: trunk | |
| 06:54 | Given that the buffer may not actually be memory obtained by malloc(), make sure that it is, that checksum() doesn't fail an assertion. Closed-Leaf check-in: 75ddc3687a user: andybradford tags: pending-review | |
| 06:40 | The 'manifest' setting still needs to be marked as 'versionable'. check-in: 3604802d55 user: mistachkin tags: trunk | |