Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins by user drh
|
2026-02-06
| ||
| 00:51 | Make extra lines like tag notifications responsive to the timeline-max-comment limit. ... (self check-in: 1f20d61a user: drh tags: trunk) | |
|
2026-02-05
| ||
| 12:04 | Update the built-in SQLite to the latest trunk version, for beta testing. ... (check-in: 7b0960d8 user: drh tags: trunk) | |
| 11:55 | Add the -h/--hash option to the "fossil whatis" command. ... (check-in: 49f93f8e user: drh tags: trunk) | |
|
2026-01-29
| ||
| 14:47 | Two new sub-commands on "fossil system": "unzip" and "zip". ... (check-in: 73e3217b user: drh tags: trunk) | |
|
2026-01-27
| ||
| 16:20 | New version of tmstmpvfs.c that fixes the WAL-checksum bug. ... (leaf check-in: 6cb48bf6 user: drh tags: timestamp-vfs) | |
| 11:21 | Fix frame number computations in the timestamp VFS. ... (check-in: 7e63541c user: drh tags: timestamp-vfs) | |
|
2026-01-26
| ||
| 21:26 | Update the tmstmpvfs.c extension module to the latest version. ... (check-in: 2a1a9c35 user: drh tags: timestamp-vfs) | |
| 21:24 | Merge the latest trunk enhancements into the timestamp-vfs branch. ... (check-in: 69d74545 user: drh tags: timestamp-vfs) | |
| 11:52 | Update the built-in SQLite to the latest trunk version, in order to beta-test the latest SQLite changes. ... (check-in: 13c221af user: drh tags: trunk) | |
|
2026-01-13
| ||
| 23:57 | Fix the "fossil get" command so that it sets the mtime on extracted files. Forum post 7239e92e0f59e407. ... (check-in: 2a387c97 user: drh tags: trunk) | |
| 19:53 | Merge the Markdown label enhancement from trunk. ... (check-in: ef15cfce user: drh tags: timestamp-vfs) | |
| 19:52 | Tag labels in Markdown with IDs that are compatible with GitHub. ... (check-in: f9ead753 user: drh tags: trunk) | |
| 19:51 | Update the change log. ... (closed check-in: a190fae4 user: drh tags: markdown-header-ids) | |
| 19:50 | A more precise implementation of "slugify". ... (check-in: 8c9810e6 user: drh tags: markdown-header-ids) | |
|
2026-01-12
| ||
| 19:54 | Merge the latest trunk changes into the timestamp-vfs branch. ... (check-in: f312c182 user: drh tags: timestamp-vfs) | |
| 19:51 | Avoid unsigned integer overflow in the delta_apply() function when handed a maliciously malformed input. ... (check-in: e417a507 user: drh tags: trunk) | |
| 18:55 | Attempt to add IDs to headers in markdown, the same way that GitHub does. Needs additional testing to confirm that unusual characters in headers are handled reasonably. ... (check-in: 21cbb8c4 user: drh tags: markdown-header-ids) | |
|
2026-01-10
| ||
| 11:52 | Do not try to use "notepad" as a text editor on non-windows systems. ... (check-in: 9b263d87 user: drh tags: trunk) | |
|
2026-01-09
| ||
| 16:46 | Merge the latest trunk enhancements into the timestamp-vfs branch. ... (check-in: b718f73b user: drh tags: timestamp-vfs) | |
| 16:44 | Update the built-in SQLite to the latest trunk check-in for testing. ... (check-in: 2b2530dd user: drh tags: trunk) | |
| 16:41 | If the reply to an HTTP request omits the content-length, assume that the server wants us to close the connection. Forum post 815e4320c8. ... (check-in: aa7a0877 user: drh tags: trunk) | |
|
2026-01-08
| ||
| 19:17 | New version of tmstmpvfs.c that names log files using ISO8601 names instead of hexadecimal milliseconds since 1970. ... (check-in: eb9f1c6d user: drh tags: timestamp-vfs) | |
| 17:54 | Fix an off-by-one error in the log file generated by tmstmpvfs.c. ... (check-in: 8fd8c9e6 user: drh tags: timestamp-vfs) | |
| 15:32 | Update the builtin SQLite to the latest trunk check-in, to capture improvements. ... (check-in: 6c3c5bef user: drh tags: timestamp-vfs) | |
|
2026-01-07
| ||
| 20:36 | This branch contains a build of Fossil that uses the tmstmpvfs extension. The purpose of this branch is to test the tmstmpvfs extension. There is no intent to ever land this branch nor make it a permanent part of Fossil. ... (check-in: e4685667 user: drh tags: timestamp-vfs) | |
|
2026-01-06
| ||
| 01:11 | Fix a documentation typo. ... (check-in: bd70ec5f user: drh tags: trunk) | |
|
2026-01-05
| ||
| 21:00 | Add the new "fossil get" command to the 2.28 change log. ... (check-in: f83134bc user: drh tags: trunk) | |
| 13:41 | Improved "help" for the new "fossil get" command. No code changes. ... (check-in: 692140d9 user: drh tags: trunk) | |
| 12:37 | Update the built-in SQLite to the latest 3.52.0 alpha version for testing. ... (check-in: 12e4a0f4 user: drh tags: trunk) | |
|
2026-01-04
| ||
| 19:45 | Reduce the amount of indentation on option-lists in the one-line help. ... (check-in: 9432ea90 user: drh tags: trunk) | |
| 10:59 | Fix minor formatting problem in the gdiff documentation. ... (check-in: 77642871 user: drh tags: trunk) | |
|
2026-01-03
| ||
| 21:31 | Fix a harmless compiler warning in the previous check-in. ... (check-in: ab72c29d user: drh tags: trunk) | |
| 21:27 | If the -s option is used on the "fossil all command" and processing stops due to an error, print a clear error message so that the stop is unambiguous and does not get lost in the clutter of the "fossil all" output. ... (check-in: b582c877 user: drh tags: trunk) | |
|
2026-01-01
| ||
| 19:12 | Improved HTML formatting of help pages. ... (check-in: ddd1c320 user: drh tags: trunk) | |
|
2025-12-30
| ||
| 20:41 | Add -s and --stop as aliases for --stop-on-error in the "fossil all" command. ... (check-in: 7ec232ab user: drh tags: trunk) | |
| 20:16 | Fix a typo in the previous check-in ... (check-in: 8e6c55ac user: drh tags: trunk) | |
| 20:11 | Fix "fossil sync" so that it returns non-zero if the sync fails. Add the --ping and --quiet options to "fossil sync". ... (check-in: 8fa8fe8e user: drh tags: trunk) | |
| 13:18 | Update the built-in SQLite to the latest trunk version for testing, and especially testing of the enhancements to the CLI. ... (check-in: b9ecacf4 user: drh tags: trunk) | |
|
2025-12-27
| ||
| 14:45 | Minor fix to the previous check-in. ... (check-in: c91fd40b user: drh tags: trunk) | |
| 14:42 | Add a new category of help: help-topics. There is initially just one named "options" which explains the command-line options available for all commands. Other topics can now be easily added simply by inserting the appropriate "TOPIC:" comments into the code. ... (check-in: 6eeb27aa user: drh tags: trunk) | |
|
2025-12-23
| ||
| 14:50 | Only require CSRF checks for /chat-send if the request was authenticated by cookie. Follow-up to [4caa8cb9ff819f7e]. ... (check-in: 10006db4 user: drh tags: trunk) | |
|
2025-12-22
| ||
| 11:31 | Update the built-in SQLite to the latest trunk version, which perhaps restores the ability to compile Fossil using WindowsXP. ... (check-in: 5f65ed51 user: drh tags: trunk) | |
|
2025-12-21
| ||
| 00:49 | Rename a new routine for consistent naming in the http_socket.c source file. ... (closed check-in: fa63c944 user: drh tags: ssl-with-socket) | |
|
2025-12-19
| ||
| 13:01 | Add documentation for network control command-line options, such as --ipv4. ... (check-in: 5ef8ac82 user: drh tags: trunk) | |
| 12:17 | Add the --ipv6 option to "fossil clone" to force the use of IPv6. ... (check-in: 6f55dbd0 user: drh tags: trunk) | |
| 10:11 | Alternative to the previous check-in that works without warning regardless of whether the native character type is signed or unsigned. ... (check-in: 654fe05f user: drh tags: trunk) | |
| 10:07 | Fix the security enhancment at [0c1419a466f2152b] so that it does not mistake multi-byte unicode characters as control characers. Forum post bfcf326231. ... (check-in: 82dc70d5 user: drh tags: trunk) | |
|
2025-12-15
| ||
| 21:49 | Fix a typo in differentiating timeouts from other panics in the error log. ... (check-in: 11bd17cb user: drh tags: trunk) | |
|
2025-12-11
| ||
| 23:27 | Update the built-in SQLite to the latest 3.52.0 alpha for testing. ... (check-in: ae7e3f04 user: drh tags: trunk) | |
| 23:24 | Pervent integer overflow caused by a malicious delta. ... (check-in: 2b660bd1 user: drh tags: trunk) | |