Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user jan.nijtmans occurring around 2014-08-11 15:13:27.
2014-09-04
| ||
09:27 | • Edit [3a9f3a73c2865bb7|3a9f3a73c2]: Add tag "pending-review". ... (artifact: 92a3547725 user: jan.nijtmans) | |
09:26 | • Edit [62446e2c64047abd|62446e2c64]: Cancel tag "pending-review". ... (artifact: 71985ee06a user: jan.nijtmans) | |
09:22 | Merge trunk. Implement new "max-worker-threads" setting, which controls the maximum number of auxilary worker threads that a single prepared statement may start. ... (check-in: 3a9f3a73c2 user: jan.nijtmans tags: multi-thread) | |
2014-09-03
| ||
11:37 | If we really want to do fast sorting in separate threads, SQLITE_DEFAULT_WORKER_THREADS should be set to >0. ... (check-in: 8b21690899 user: jan.nijtmans tags: multi-thread) | |
08:11 | • Edit [bc8b21d01cf3da98|bc8b21d01c]: Cancel tag "pending-review". ... (artifact: edaaf89ec8 user: jan.nijtmans) | |
08:11 | • Edit [62446e2c64047abd|62446e2c64]: Add tag "pending-review". ... (artifact: 674895ea51 user: jan.nijtmans) | |
08:10 | merge trunk ... (check-in: 62446e2c64 user: jan.nijtmans tags: multi-thread) | |
08:09 | If fossil is configured with --disable-internal-sqlite and the system SQLite is SQLite 3.8.7 (not compiled with SQLITE_THREADSAFE=0), allow fossil to use the faster sorting using multiple threads. ... (check-in: d4044fe220 user: jan.nijtmans tags: trunk) | |
2014-09-01
| ||
20:41 | • Edit [bc8b21d01cf3da98|bc8b21d01c]: Add tag "pending-review". ... (artifact: ea3038442e user: jan.nijtmans) | |
20:40 | Add thread support to fossil, so SQLite can use additional threads for sorting (experimental) ... (check-in: bc8b21d01c user: jan.nijtmans tags: multi-thread) | |
2014-08-31
| ||
08:42 | Cherry-pick [http://www.sqlite.org/src/info/f61db04be4d7fb21b7f721647c37c45e283ffbea|f61db04be4]: In the command-line shell, added options --lookaside, --pagecache, and --scratch used to configure auxiliary memories (except from the change from SQLITE_CONFIG_SINGLETHREAD -> SQLITE_CONFIG_MULTITHREAD, because fossil doesn't use multiple threads) ... (check-in: 75dcdd0bdb user: jan.nijtmans tags: trunk) | |
2014-08-30
| ||
09:03 | Cherry-pick [http://www.sqlite.org/src/info/11a70e1ae7f05d06e4e09c9d20db0444b8881584|11a70e1ae7]: Refactor the names of state objects in the command-line shell implementation ... (check-in: e4bc6f12ea user: jan.nijtmans tags: trunk) | |
2014-08-27
| ||
15:15 | strglob -> sqlite3_strglob in a few places ... (check-in: d4acf5c450 user: jan.nijtmans tags: trunk) | |
2014-08-15
| ||
13:46 | Update the built-in SQLite to version 3.8.6 ... (Closed-Leaf check-in: 1c9faaecbe user: jan.nijtmans tags: branch-1.29) | |
12:46 | Update the built-in SQLite to version 3.8.6 ... (check-in: ee46563cbd user: jan.nijtmans tags: trunk) | |
09:24 | More style fixes, e.g. c/char const/const char/ ... (check-in: 38421a9c99 user: jan.nijtmans tags: trunk) | |
07:31 | Fix gcc warning: pointer targets in initialization differ in signedness ... (check-in: 25d6a5f2b3 user: jan.nijtmans tags: trunk) | |
2014-08-14
| ||
07:06 | Cherry-pick [http://www.sqlite.org/src/info/f01d42cc8b00d2b7c4f14defcb05fdc493cf1bfd|f01d42cc8b]: Minor change to unixDelete for VxWorks with a DOS filesystem. ... (check-in: 119cc97040 user: jan.nijtmans tags: trunk) | |
06:56 | • Edit [a374824d923b2cef|a374824d92]: Edit check-in comment. ... (artifact: 36a1bf0ccc user: jan.nijtmans) | |
2014-08-13
| ||
07:21 | Update <dirent.h> for Visual Studio to latest version 1.20.1 (April 2014). See: [http://softagalleria.net/dirent.php]. ... (check-in: a374824d92 user: jan.nijtmans tags: trunk) | |
07:16 | Wiki wysiwyg formatting for IE 7/8/9/10. Patch by Warren Young. ... (check-in: b78b4610aa user: jan.nijtmans tags: branch-1.29) | |
07:12 | • Edit [c2d4bd73657709eb|c2d4bd7365]: Mark "Closed". ... (artifact: 5a71bf0ca6 user: jan.nijtmans) | |
07:06 | Wiki wysiwyg formatting for IE 7/8/9/10. Patch by Warren Young. ... (check-in: 8dfbcb457a user: jan.nijtmans tags: trunk) | |
2014-08-12
| ||
15:48 | X-UA-Compatible (MSIE) HTTP header patch from Warren Young ... (check-in: 1a9e494483 user: jan.nijtmans tags: branch-1.29) | |
2014-08-11
| ||
15:13 | Another attempt, taking VxWorks patch on trunk into account. ... (Closed-Leaf check-in: c2d4bd7365 user: jan.nijtmans tags: vxworks) | |
14:24 | • Edit [b68f65bb69a098a1|b68f65bb69]: Mark "Closed". ... (artifact: 4944552220 user: jan.nijtmans) | |
2014-08-08
| ||
06:31 | • Edit [58e3c40c2656c066|58e3c40c26]: Mark "Closed". ... (artifact: dec8ba2ef8 user: jan.nijtmans) | |
2014-08-07
| ||
10:59 | In the command-line shell, report if the ".system" command returns a non-zero result ... (check-in: bfacd6df6d user: jan.nijtmans tags: trunk) | |
10:12 | Update referenced OpenSSL version. ... (check-in: 3a93461738 user: jan.nijtmans tags: trunk) | |
10:02 | "char const" -> "const char" and various other coding style improvements. No functional change. ... (check-in: 4e18dba698 user: jan.nijtmans tags: trunk) | |
07:13 | Follow-up to [3ba28b23a4d7626691b56debae4add06cd24d4ca|3ba28b23a4]: Eliminate unnecessary calls to sqlite3_win32_is_nt(), but now for MSC and PellesC as well. ... (check-in: ffa67c1b9b user: jan.nijtmans tags: trunk) | |
2014-08-06
| ||
08:07 | Use full UUID's for /vdiff pages accessed by clicking on two different check-ins from the timeline. ... (check-in: 78fdf9f5b2 user: jan.nijtmans tags: trunk) | |
07:07 | Eliminate unnecessary calls to sqlite3_win32_is_nt(), since fossil only runs on (win32) system were the Wide API is available ... (check-in: 3ba28b23a4 user: jan.nijtmans tags: trunk) | |
07:03 | • Edit [c71efc51c071148f|c71efc51c0]: Add propagating "hidden". Mark "Closed". ... (artifact: a71393b2e6 user: jan.nijtmans) | |
2014-08-05
| ||
10:52 | Some code formatting. No change in functionality. ... (check-in: b9b3ce3b39 user: jan.nijtmans tags: trunk) | |
07:06 | Remove (newly) incorrect preprocessor check to fix build on WinRT ... (check-in: 855b1a5037 user: jan.nijtmans tags: trunk) | |
2014-08-04
| ||
04:40 | Make sure the 'server' command checks for and processes the --files-urlenc option ... (check-in: eed3946bd9 user: jan.nijtmans tags: branch-1.29) | |
2014-08-03
| ||
07:41 | merge trunk ... (check-in: b68f65bb69 user: jan.nijtmans tags: vxworks) | |
2014-07-30
| ||
20:19 | Use -DSQLITE_WIN32_NO_ANSI compiler flag on mingw. 1) This optimizes the win32 VFS so it doesn't call the function sqlite3_win32_is_nt() over and over again for every file operation. 2) It makes sure that the SQLite bug I just filed in on sqlite-dev will be fixed before the SQLite 3.8.6 release. Since fossil doesn't run on Win95/98/ME anyway, this is fully harmless. ... (Closed-Leaf check-in: fb3e64f0f3 user: jan.nijtmans tags: pending-review) | |
2014-07-28
| ||
14:27 | • Edit [0d8cb8e30a889657|0d8cb8e30a]: Cancel tag "pending-review". ... (artifact: e095d7d2fe user: jan.nijtmans) | |
2014-07-27
| ||
23:48 | Fix [http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/17266] ... (check-in: 4a1188d569 user: jan.nijtmans tags: branch-1.29) | |
23:18 | Fix [http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/17266] ... (check-in: c6c05c82fd user: jan.nijtmans tags: trunk) | |
21:33 | • Edit [0d8cb8e30a889657|0d8cb8e30a]: Add tag "pending-review". ... (artifact: 968fa0b29f user: jan.nijtmans) | |
20:52 | Proposed fix for corner-case: [http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/17266] ... (Closed-Leaf check-in: 0d8cb8e30a user: jan.nijtmans tags: no-initial-commit) | |
19:15 | Fix [http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/17346] ... (check-in: 14aea4f883 user: jan.nijtmans tags: trunk) | |
18:33 | Fix [http://comments.gmane.org/gmane.comp.version-control.fossil-scm.user/17313] ... (check-in: dcb6076572 user: jan.nijtmans tags: trunk) | |
2014-07-22
| ||
23:26 | Do not delete phantom artifacts from the unclustered table ... (check-in: 49e41bf9b4 user: jan.nijtmans tags: branch-1.29) | |
2014-07-19
| ||
08:34 | Update internal tables (used by e.g. the \w and \W specifiers in regexp expressions) to Unicode 7.0. This is fully upwards compatible, see [http://www.unicode.org/policies/stability_policy.html] ... (check-in: 3088939eb1 user: jan.nijtmans tags: trunk) | |
2014-07-18
| ||
22:03 | Improvements to the ".fullschema" command in the command-line shell. ... (check-in: 13f8ba6ca8 user: jan.nijtmans tags: trunk) | |
21:57 | Allow committing as follow-up on a closed leaf, as long as it is done in a new branch. Suggested by Matt Welland on ML. ... (check-in: 2b79c600d5 user: jan.nijtmans tags: trunk) | |