Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2015-10-22 15:56:48.
|
2015-11-17
| ||
| 17:12 | Improved display of the user list on the setup menu. check-in: d3fbf71738 user: drh tags: user-config-revamp | |
| 14:29 | Move the side-bar documentation for the user-list page onto a separate page accessible from the "Help" submen of the user-list page, for improved readability. check-in: 18df719ed5 user: drh tags: user-config-revamp | |
|
2015-11-14
| ||
| 19:03 | Fix a memcmp() that really should be fossil_strcmp(). check-in: 5853fcf132 user: drh tags: trunk | |
| 16:16 | Enhanced description of how to set up the /proc filesystem inside of a chroot jail. check-in: 28a1da05b1 user: drh tags: trunk | |
|
2015-11-10
| ||
| 16:38 | Add the "fossil all config pull" command. check-in: d3b14a8e62 user: drh tags: trunk | |
| 12:16 | Fix a missing comma in the /test_env page. check-in: 5f962bfaf4 user: drh tags: trunk | |
|
2015-11-05
| ||
| 02:38 | Add new environment variables to the set that is displayed on the /test_env page. check-in: 690824e991 user: drh tags: trunk | |
|
2015-11-04
| ||
| 17:51 | Improved highlighting of changes in the color-coded side-by-side diff. check-in: 81cae7feac user: drh tags: trunk | |
| 00:36 | Include the release version number in the footer of all the built-in skins. check-in: 2186f0f0e7 user: drh tags: trunk | |
|
2015-11-03
| ||
| 13:49 | Updates to the "fossil clean" command: Added the -i/--prompt option. Always report if unable to delete a file. Fixed memory leaks and over-length source code lines. check-in: c985d905c6 user: drh tags: trunk | |
| 01:20 | Always print a warning if "fossil clean" is unable to remove a file, even if the --verbose option is omitted. Closed-Leaf check-in: 6c2a2087d2 user: drh tags: clean-cmd-cleanup | |
| 01:07 | Add the -i or --prompt option to the "fossil clean" command. check-in: 1c9da04a39 user: drh tags: clean-cmd-cleanup | |
| 00:46 | Fix over-length source code lines and memory leaks in the “clean” command. check-in: 4c8b1e819c user: drh tags: clean-cmd-cleanup | |
|
2015-11-02
| ||
| 20:13 | Indicate that OpenBSD builds are 5.x not 4.x. check-in: ca3ed9d49c user: drh tags: trunk | |
| 18:51 | Document the --quiet option to "fossil rebuild" check-in: a25702b019 user: drh tags: trunk | |
| 17:35 | Version 1.34 check-in: 62dcb00e68 user: drh tags: trunk, release, version-1.34 | |
|
2015-11-01
| ||
| 18:14 | Change all references to the tcl.tk domain into tcl-lang.org. check-in: 808cda318d user: drh tags: trunk | |
|
2015-10-30
| ||
| 23:04 | Update the "fossil bisect chart" display so that no check-in is shown more than once. CURRENT is marked on the right if it overlaps with a GOOD or BAD check-in. check-in: 4da2f01266 user: drh tags: trunk | |
| 12:19 | Add the missing image file from the previous check-in. check-in: f188505daf user: drh tags: trunk | |
| 12:16 | Add the [http://xkcd.com/1597/] cartoon to the set of quotes about Git. check-in: 227b837a6c user: drh tags: trunk | |
|
2015-10-27
| ||
| 18:22 | • Edit [533f8b6aeacb554f|533f8b6aea]: Mark "Closed". artifact: c214f49b76 user: drh | |
| 18:21 | Change the mimetype for .n and .man files to text/plain. check-in: addf43c0dd user: drh tags: trunk | |
| 18:19 | Updates to the change log. Trying to get the next release out... check-in: 39982e6bf5 user: drh tags: trunk | |
|
2015-10-26
| ||
| 18:00 | Automatically pull before running the "fossil merge" command, in case there have been new check-ins to the branch being merged. check-in: 16501a04a7 user: drh tags: trunk | |
|
2015-10-22
| ||
| 15:56 | Change the mimetype for “man” and “n” to text/plain. Closed-Leaf check-in: b38adc347a user: drh tags: mimetype-changes | |
|
2015-10-19
| ||
| 14:52 | On systems with case-insensitive filenames, allow "fossil rename OLD NEW" where OLD and NEW differ only in case. check-in: fd2dbf4368 user: drh tags: trunk | |
| 12:02 | Prevent duplicate entries on the file list of a timeline. check-in: 22e0427b10 user: drh tags: trunk | |
|
2015-10-16
| ||
| 20:05 | Update the built-in SQLite to version 3.9.1. check-in: 3cff1b8f0a user: drh tags: trunk | |
|
2015-10-15
| ||
| 12:16 | Update the built-in SQLite to version 3.9.0 plus a few minor fixes for harmless details. check-in: bc16590e21 user: drh tags: trunk | |
|
2015-10-14
| ||
| 13:58 | Update the version number to 1.34. Update the change log with some additional changes. Preparing for a new release. check-in: 47ee063e83 user: drh tags: trunk | |
| 12:35 | Update the built-in SQLite to version 3.9.0 final. check-in: 82d84295a8 user: drh tags: trunk | |
|
2015-10-12
| ||
| 12:12 | Add the ymd= query parameter to the /timeline page. check-in: 16ce7ef0c5 user: drh tags: trunk | |
|
2015-10-10
| ||
| 15:58 | Remove another instance of strcpy() from FTS5 in SQLite 3.9.0, to mollify OpenBSD. check-in: 921d670350 user: drh tags: trunk | |
| 15:13 | Update the SQLite 3.9.0 beta with fixing for warnings on various obscure compilers. Omit the use of strcpy() in FTS5 since OpenBSD hates strcpy(). check-in: d4a34293ae user: drh tags: trunk | |
| 14:03 | SQLite 3.9.0 beta 2. The first 3.9.0 beta gave compiler errors on some older platforms, which are fixed here. Behold the reason why I check-in SQLite betas into the Fossil trunk. check-in: 0b81254c79 user: drh tags: trunk | |
| 13:36 | Fix the show-files option for timelines so that it shows all files affected, even if they are coming in from a merge. check-in: 9431fec1ea user: drh tags: trunk | |
| 13:32 | Update the built-in SQLite to the first 3.9.0 beta. Enable JSON1 and FTS5 support (though not currently used). check-in: 7428117cbf user: drh tags: trunk | |
|
2015-10-07
| ||
| 17:31 | Update the built-in SQLite to the first 3.8.12 beta. check-in: b4b551aa66 user: drh tags: trunk | |
|
2015-10-05
| ||
| 17:41 | Improvements to the way that the CSS URL is generated. check-in: 8298f4e360 user: drh tags: trunk | |
| 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 | |