Fossil

Timeline
Login

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

50 most recent check-ins by user drh

2025-12-27
14:45
Minor fix to the previous check-in. (leaf check-in: c91fd40bea ... 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: 6eeb27aab9 ... 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: 10006db404 ... 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: 5f65ed513d ... 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: fa63c94422 ... user: drh tags: ssl-with-socket)
2025-12-19
13:01
Add documentation for network control command-line options, such as --ipv4. (check-in: 5ef8ac82c3 ... user: drh tags: trunk)
12:17
Add the --ipv6 option to "fossil clone" to force the use of IPv6. (check-in: 6f55dbd00b ... 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. (self check-in: 654fe05f4f ... 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: 82dc70d5ab ... user: drh tags: trunk)
2025-12-15
21:49
Fix a typo in differentiating timeouts from other panics in the error log. (check-in: 11bd17cb33 ... 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: ae7e3f0485 ... user: drh tags: trunk)
23:24
Pervent integer overflow caused by a malicious delta. (check-in: 2b660bd174 ... user: drh tags: trunk)
13:01
Ensure that the TEMP TRIGGERs that keep the chat FTS index up-to-date exist before inserting new entries into the chat table itself. (check-in: 614b3f7559 ... user: drh tags: trunk)
12:51
Put a warning at the bottom of the /setup_chat page if FTS entries for chat are missing. (check-in: d5504f9deb ... user: drh tags: trunk)
12:40
Add the "fossil chat reindex" command. Add buttons in the /srchsetup and /setup_chat pages that will rebuild the chat FTS index. (check-in: 43af043bd7 ... user: drh tags: trunk)
11:24
Add the (undocumented) "fossil chat purge" command, for debugging. (check-in: 3fe805acb6 ... user: drh tags: trunk)
2025-12-09
12:41
The access-log should default to ON, in all cases. Forum post a16a4e1556. (check-in: fc79c57c59 ... user: drh tags: trunk)
2025-12-08
11:23
The /errorlog page (Admin access only) now recognizes timeouts and WAL recovery notifications as separate error categories. (check-in: 9225f7d3e0 ... user: drh tags: trunk)
2025-12-06
14:01
Update to the latest SQLite that includes recent CLI enhancements, for testing of those enhancements using the "fossil sql" command. Enable percentile SQL functions, also for testing. (check-in: 709b566431 ... user: drh tags: trunk)
2025-12-05
16:04
Update OpenSSL usage to avoid deprecated APIs. (check-in: 0d239b52b0 ... user: drh tags: trunk)
14:13
Update the built-in SQLite to the latest trunk version, for testing. (check-in: d326547cf3 ... user: drh tags: trunk)
2025-11-28
19:25
Bring in the latest SQLite sources from upstream for testing, especially the renovated CLI code. (check-in: f4b3b598c0 ... user: drh tags: trunk)
2025-11-26
11:27
Patch the default ticket display TH1 script, as suggested by forum post 5e0a68ccc9. (check-in: f0a30252d6 ... user: drh tags: trunk)
2025-11-25
19:16
Do not show hidden files on Windows with "fossil sys ls" unless the -a option is used. Do show "." and ".." if -a is used. (check-in: f39852d371 ... user: drh tags: trunk)
18:25
Update to the latest SQLite that contains split-column bug fixes. Add options to force column mode and colorization in the "fossil sys ls" command. (check-in: 6ae9c9aa5b ... user: drh tags: trunk)
16:42
Colorize the output of the "fossil sys ls" command. (check-in: b91ec5ad0e ... user: drh tags: trunk)
16:15
Remove the test-terminal-size command as now we have "sys stty size" (check-in: 33b17c8b67 ... user: drh tags: trunk)
15:50
Implement "fossil sys stty size" (check-in: 4dd0affa17 ... user: drh tags: trunk)
14:03
Update to the latest SQLite for testing. Reimplement "fossil sys ls" using the new split-column mode of QRF. (check-in: 45de97fa3e ... user: drh tags: trunk)
2025-11-23
11:06
Update to the latest SQLite, so as to gain access to the improved layout of the ".tables" and ".indexes" commands in the SQLite CLI. (check-in: 9aee493cf3 ... user: drh tags: trunk)
2025-11-22
21:16
Documentation updates for the robot-restrict changes of the previous check-in. (check-in: 3481761e6c ... user: drh tags: trunk)
20:53
Enhance the robot-restrict setting with the ability to block robots from specific extensions. (check-in: 423159860c ... user: drh tags: trunk)
19:31
Show tags associated with the download check-in on the /rchvdwnld page. (check-in: bee49c13f8 ... user: drh tags: trunk)
2025-11-21
17:32
Update to the latest SQLite from upstream to fix minor problems in the shell. (check-in: f07aa62601 ... user: drh tags: trunk)
2025-11-20
00:40
Update the www/fossil_prompt.sh demonstration script to the latest version used by the lead SQLite developer. (check-in: 077430469f ... user: drh tags: trunk)
2025-11-19
19:40
Update to a newer SQLite that fixes harmless compiler warnings in shell.c (check-in: 0276100da6 ... user: drh tags: trunk)
2025-11-18
18:15
Bring in the latest SQLite upstream for beta testing. (check-in: 4f7645916a ... user: drh tags: trunk)
2025-11-03
20:42
Merge in the new "system" command. It is not complete, but it is harmless and out of the way so we might as well continue development on trunk. (check-in: ff7fe39421 ... user: drh tags: trunk)
17:20
For the "fossil sys ls -l" command, show the mtime to a resolution of one second. Use the minimum amount of width required to show file size. (closed check-in: 2c855a5348 ... user: drh tags: system-cmd)
2025-11-02
11:33
Add options to "fossil sys ls": -S, -m, and -d. (check-in: 13de44edf7 ... user: drh tags: system-cmd)
2025-11-01
23:15
Improvements to the "fossil sys ls" command. (check-in: ab03e5067e ... user: drh tags: system-cmd)
21:13
Add the new "fossil system" command (expected to abbreviate to "fossil sys" with commands that are useful on unprovisioned Windows machines, such as "ls". The "fossil which" command is change to "fossil sys which". Still a work in progress. (check-in: 27baef45ca ... user: drh tags: system-cmd)
2025-10-31
17:22
Update the built-in SQLite again, this time to beta-test the recent fix to ambiguous column name detection. (check-in: fb173ae1a8 ... user: drh tags: trunk)
13:48
Update the built-in SQLite to the latest trunk check-in for beta testing. (check-in: 8690598e51 ... user: drh tags: trunk)
13:29
Allow symbolic names for the name= query parameter to the /rchvdwnld. (check-in: 50b810013f ... user: drh tags: trunk)
2025-10-28
14:15
Try to always honor the main-branch setting rather than hard-coding "trunk". (check-in: 3a6dd83947 ... user: drh tags: trunk)
14:09
Update the built-in SQLite to the latest 3.51.0 code for beta-testing. (check-in: 92871e0c79 ... user: drh tags: trunk)
2025-10-23
13:16
Update the email notification transfer daemon script. (check-in: 4163ef006d ... user: drh tags: trunk)
11:33
Fix the archive_base_name() routine so that it works even if no project name is defined. Harden the sanitize_name() routine so that it works even if the argument is a NULL pointer. Fix for the problem reported in forum post 31e880a7e. (check-in: 2f27f4b096 ... user: drh tags: trunk)
11:24
Updates to the email-sender.tcl script. (check-in: 334f7f4267 ... user: drh tags: trunk)