Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2015-07-15 10:31:33.
|
2015-10-05
| ||
| 13:15 | Enhancements to the /timewarps page. check-in: c9b0b7cacb user: drh tags: trunk | |
|
2015-10-03
| ||
| 21:35 | New enhancements to the /timewarps page. Closed-Leaf check-in: a766e7501e user: drh tags: timewarp-enhancements | |
|
2015-10-02
| ||
| 20:38 | Update the built-in SQLite to the latest 3.8.12 beta. check-in: 1059aae93c user: drh tags: trunk | |
|
2015-09-28
| ||
| 21:26 | Improved /timewarp webpage. Formerly known as /test_timewarp. check-in: 583e2f8f2c user: drh tags: trunk | |
| 14:53 | Update the built-in SQLite to an 3.8.12 alpha version that fixes the ONEPASS optimization bug. check-in: 292659684c user: drh tags: trunk | |
|
2015-09-25
| ||
| 00:02 | Update the built-in SQLite to the 3.8.12 alpha that includes the ShmBarrier fix. check-in: 96e698d23c user: drh tags: trunk | |
|
2015-09-24
| ||
| 02:03 | Do not allow a login to occur if the USER.INFO field contains the text "expires YYYY-MM-DD" where YYYY-MM-DD is not in the future. check-in: 9271b4bb35 user: drh tags: trunk | |
|
2015-09-15
| ||
| 18:58 | Make sure memory returned from db_get() has been properly reallocated if it uses the default value. check-in: 868404c0a3 user: drh tags: trunk | |
|
2015-09-12
| ||
| 19:18 | Fix the "fossil diff --undo" option so that it works even when called from a subdirectory of the project. check-in: f6c13632bb user: drh tags: trunk | |
|
2015-09-11
| ||
| 13:53 | Add support for the --undo option to the "fossil diff" command. check-in: 485aa80625 user: drh tags: trunk | |
| 13:14 | Fix some commenting and variable naming convensions in the diff code. No logical changes. check-in: 4140eb3575 user: drh tags: trunk | |
| 11:43 | Update the built-in SQLite to the latest SQLite (3.8.12 alpha). check-in: cc0c939202 user: drh tags: trunk | |
|
2015-08-13
| ||
| 18:41 | Fix a faulty assert() in the search blob_append(). check-in: 915d61933c user: drh tags: trunk | |
|
2015-08-12
| ||
| 04:51 | Fix a harmless compiler warning. check-in: c64989d5a0 user: drh tags: trunk | |
| 00:51 | Fix the day-of-week activity report to be more accurate. Also fix a crash bug that occurs when trying to run "fossil ui" on a fresh repo. check-in: e747dd8563 user: drh tags: trunk | |
|
2015-07-27
| ||
| 16:16 | Update the built-in SQLite to version 3.8.11. check-in: f8e26879ac user: drh tags: trunk | |
|
2015-07-25
| ||
| 14:53 | Adjust the "lndebug()" macro in linenoise so that it works on older compilers that do not support varargs macros. check-in: acab077c4c user: drh tags: trunk | |
|
2015-07-23
| ||
| 22:14 | Update the built-in SQLite to the second 3.8.11 beta. check-in: eb423a74b5 user: drh tags: trunk | |
|
2015-07-16
| ||
| 18:24 | Update the built-in SQLite to the latest 3.8.11 beta. check-in: 82206af110 user: drh tags: trunk | |
|
2015-07-15
| ||
| 21:47 | Fix the "foci" virtual table so that it is able to correctly handle non-existant manifest numbers. check-in: 31c3c599ff user: drh tags: trunk | |
| 21:05 | Add the test-delta-analyze command. check-in: fd302a2611 user: drh tags: trunk | |
| 15:34 | Fix "fossil stash" so that it works with the undo enhancements. check-in: 3c0d8c2679 user: drh tags: trunk | |
| 10:38 | Do not attempt to attach the local database while processing "ckout" in the /doc page if that database is not already open. check-in: b9b9d7e739 user: drh tags: trunk | |
| 10:33 | Fix a typo in a comment. No changes to code. check-in: d1a8238783 user: drh tags: trunk | |
| 10:31 | Fix the /doc page so that it correctly handles an empty document name in the same way that it handles a NULL document name. check-in: c99b4e34dd user: drh tags: trunk | |
|
2015-07-14
| ||
| 00:38 | Make the "fossil clean" command undoable. check-in: 1bf792eeeb user: drh tags: trunk | |
|
2015-07-08
| ||
| 16:48 | Build the included zlib library by default when using the Makefile.msc makefile. check-in: 0f62aac027 user: drh tags: trunk | |
| 16:25 | Update the built-in SQLite to the 3.8.11 alpha that includes the pcache1 preallocation enhancement. check-in: 8fb4269a31 user: drh tags: trunk | |
|
2015-07-03
| ||
| 21:38 | Fix typo in the help text for the "fossil cache" command. check-in: e5dbe8b331 user: drh tags: trunk | |
| 17:56 | Update to the latest SQLite 3.8.11 alpha, including ifdefery to prevent OpenBSD from trying to use __builtin_bswap32(), which it does not support. check-in: 548f96963c user: drh tags: trunk | |
|
2015-06-30
| ||
| 15:18 | Update the built-in SQLite to the latest 3.8.11 alpha version. check-in: 0fc8b9df0c user: drh tags: trunk | |
| 15:17 | Patch to linenoise.c to get it to compile on SunOS. check-in: 52e1f54bba user: drh tags: trunk | |
|
2015-06-27
| ||
| 21:47 | Once again attempt to fix "fossil server --repolist" so that it ignores ".fossil" database files. check-in: 63fc62d9ec user: drh tags: trunk | |
|
2015-06-26
| ||
| 17:48 | In the "fossil server --repolist" command, to not accept ".fossil" as a valid fossil repository. Require at least one character before the ".". check-in: ceeb1c331b user: drh tags: trunk | |
|
2015-06-19
| ||
| 14:40 | Remove ugly and zero-information comment text from linenoise.c. check-in: 7bc11da241 user: drh tags: trunk | |
|
2015-06-11
| ||
| 15:34 | • Changes to wiki page "Release Build How-To" artifact: b2f47e7c62 user: drh | |
| 15:28 | Build-in the linenoise command-line editing library on unix. check-in: 8514856576 user: drh tags: trunk | |
| 15:20 | Build-in Antirez's linenoise library for command-line editing on the "fossil sql" command on unix. Closed-Leaf check-in: 2d79355f9c user: drh tags: linenoise | |
|
2015-06-05
| ||
| 18:07 | Add a quote from Linus Torvalds to the "On The Usability of Git" section of the quotes.wiki page. check-in: e2411525c1 user: drh tags: trunk | |
|
2015-05-29
| ||
| 17:52 | Update the built-in SQLite to 3.8.11 alpha. check-in: 2b1261a59e user: drh tags: trunk | |
|
2015-05-28
| ||
| 17:05 | Fix a logic bug in the RSS page. check-in: 282ae5e4de user: drh tags: trunk | |
|
2015-05-24
| ||
| 00:53 | Simplify the computation of descendants using a recursive CTE. check-in: 31fcde837d user: drh tags: trunk | |
|
2015-05-23
| ||
| 11:45 | Add the release date to version 1.33 in the change log. check-in: bdc2f11d28 user: drh tags: trunk | |
| 11:36 | • Changes to wiki page "Release Build How-To" artifact: 8d5e7fa8ed user: drh | |
| 11:11 | Version 1.33 check-in: 9c65b5432e user: drh tags: trunk, release, version-1.33 | |
| 10:12 | Update the built-in SQLite to version 3.8.10.2. check-in: 36c457b086 user: drh tags: trunk | |
|
2015-05-19
| ||
| 10:32 | Remove unnecessary code from the "fossil clean" command. Closed-Leaf check-in: fc87154337 user: drh tags: noDirPrompt | |
| 10:24 | Enhancements to the /reports interface, including improved filtering by user. check-in: 16ab6ee852 user: drh tags: trunk | |
| 10:20 | Minor adjustments to drop-down menus on the /reports page. Closed-Leaf check-in: 529492b9de user: drh tags: andygoth-user-reports | |
|
2015-05-18
| ||
| 22:18 | Pull in the memory allocation fix from trunk. check-in: 879958277a user: drh tags: andygoth-user-reports | |