Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 events by user drh occurring around 2015-09-25 00:02:32.

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)
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)