Timeline
Not logged in

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

50 most recent check-ins that include changes to files matching 'tools/*'

2026-02-11
06:41
Tiny nip-tuck for info text. Leaf check-in: 031f1e6d9f user: brickviking tags: bv-infotool
2026-02-10
21:58
Tidying up the script comments. check-in: 663d33c226 user: brickviking tags: bv-infotool
08:49
Latest merge from trunk. check-in: d03791648f user: brickviking tags: bv-infotool
2026-01-10
14:17
Sync with trunk. Leaf check-in: ceee00be59 user: florian tags: standard-cli-colors
14:10
Sync with trunk. Leaf check-in: e4556126da user: florian tags: diff-word-wrap
14:05
Sync with trunk. Leaf check-in: facfbbd552 user: florian tags: diff-keyboard-navigation
14:02
Sync with trunk. check-in: c50c8ed9d7 user: florian tags: timeline-keyboard-navigation
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: e4685667af user: drh tags: timestamp-vfs
2025-12-27
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
16:06
Assorted fixes of typos and grammar in code comments. No functional changes. check-in: e2bdc10572 user: danield tags: trunk
2025-12-19
22:05
Merge from trunk. check-in: 6759efcc81 user: brickviking tags: bv-infotool
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-11-26
14:12
Sync with trunk. check-in: b81b4c6c3c user: florian tags: standard-cli-colors
2025-11-15
12:32
Document the new -? alias for --help. check-in: ce13c6735e user: danield 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
2025-11-01
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-30
12:11
Added a quick note for the future. No change to code.

In the future, we'd like to be able to use tools available in a common Linux/BSD environment to search for the phrase "Options:" and insert the texinfo commands "@table @options", after which we turn each of the individual options into @item lines. I haven't worked out how to do this yet, thou... check-in: 5c452f613d user: brickviking tags: bv-infotool

2025-10-29
11:10
Merge from trunk. check-in: 50b56eec70 user: brickviking tags: bv-infotool
2025-10-23
13:16
Update the email notification transfer daemon script. check-in: 4163ef006d user: drh tags: trunk
11:24
Updates to the email-sender.tcl script. check-in: 334f7f4267 user: drh tags: trunk
08:14
Merge from trunk. check-in: 0ffacb525a user: brickviking tags: bv-infotool
2025-10-08
14:40
Fix a harmless UBSAN warning in makeheaders.c check-in: a456dcbbac user: drh tags: trunk
2025-08-21
12:08
Sync with trunk. check-in: 286a900699 user: florian tags: standard-cli-colors
12:07
Sync with trunk. check-in: a0377ebb9d user: florian tags: diff-word-wrap
12:06
Sync with trunk. check-in: 5ee83f2807 user: florian tags: diff-keyboard-navigation
12:04
Sync with trunk. check-in: bab295db10 user: florian tags: timeline-keyboard-navigation
2025-08-15
19:07
Add the "robot-squelch" defense against bot-nets. Still incomplete, but sufficient to hold off the latest attacks. check-in: de66eeaab7 user: drh tags: trunk
13:55
Prototyping new defenses against bot-nets check-in: 3f4885a983 user: drh tags: robot-squelch
2025-07-28
02:32
Merge from trunk. check-in: 53010e9688 user: brickviking tags: bv-infotool
2025-07-21
12:23
Sync with trunk. check-in: e17d35e796 user: florian tags: standard-cli-colors
12:20
Sync with trunk. check-in: 931e7065bb user: florian tags: diff-word-wrap
12:16
Sync with trunk. check-in: 75244ee4fd user: florian tags: diff-keyboard-navigation
12:14
Sync with trunk. check-in: a2a1e4a7dc user: florian tags: timeline-keyboard-navigation
2025-06-14
20:47
Merge trunk check-in: 37a48b6b92 user: js tags: morphos
2025-06-05
13:07
Add SQLITE_ENABLE_SETLK_TIMEOUT to the default SQLite configuration. check-in: c953e01c9e user: drh tags: trunk
2025-05-24
16:31
merge current trunk check-in: 8cbcf36be3 user: jkosche tags: quickfilter
2025-05-18
02:50
Merge trunk check-in: f993a870a1 user: js tags: morphos
2025-05-14
13:20
Update the unix makefile to correct a dependency problem discovered by --shuffle=reverse in Gnu make. check-in: ae137399cb user: drh tags: trunk
10:43
Updates to the unix makefile so that it works with Gnu-make 4.4 and later with --shuffle=reverse. [forum:/forumpost/664f41bf733c019a|forum thread 664f41bf7] Closed-Leaf check-in: 70464b4032 user: drh tags: shuffle-reverse
2025-05-04
05:56
Added fossil settings pages, and modified menu. check-in: a993a4411b user: brickviking tags: bv-infotool
02:35
Merge from trunk. check-in: fd1a5afe1e user: brickviking tags: bv-infotool
2025-04-25
11:01
Merge the latest trunk enhancements into the quickfilter branch. check-in: e14c75676c user: drh tags: quickfilter
2025-04-16
11:40
Add the test/fake-smtpd.tcl script used for testing. It will likely come in handy someday. See header comments on the file for details. check-in: f031f744f0 user: drh tags: trunk
2025-04-12
01:24
Corrected gsed switches for swapping { and } with @{ and @}. check-in: 2bcbc6e397 user: brickviking tags: bv-infotool
01:21
Merge from trunk. check-in: a241019fb5 user: brickviking tags: bv-infotool
2025-03-30
09:51
Update documentation for the /test_env to /test-env change. check-in: 5df726ab25 user: drh tags: trunk
2025-03-29
10:55
Add comments with usage hints to the tools/find-fossil-cgis.tcl script. check-in: e8f3f411a5 user: drh tags: trunk
10:44
New command-line options for find-fossil-cgis.tcl: --print, --symlink, and -v. check-in: 609f885a02 user: drh tags: trunk
00:22
Add the --has and --hasnot options to the find-fossil-cgis.tcl script. check-in: ccb7cc4ecd user: drh tags: trunk
00:04
Add the utility script tools/find-fossil-cgis.tcl. check-in: f8fe5be2c3 user: drh tags: trunk