Fossil

Timeline
Login

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

18 check-ins using file src/robot.c version 8cc72e4e4d

2025-10-03
17:27
Improve the recommented value for robot-exception. check-in: 3bbd18a284 user: drh tags: trunk
16:05
Allow URLs of the form /tarball/TAG/VERSION/NAME.tar.gz for the tarball page where TAG must be a non-branch tag associated with VERSION. This is so that the robot-exception pattern can match things like /tarball/release while will allowing access to historical releases via the VERSION section of the URL. check-in: 57c8bec816 user: drh tags: trunk
14:36
Remove a pointless source code test from "make test" check-in: 871f6b36e9 user: drh tags: trunk
14:09
Disable the "settings" test module, which doesn't work for unknown reasons, and because it does not seem to accomplish very much for all the TCL complication that it adds. check-in: 4619d2efab user: drh tags: trunk
2025-10-02
19:36
Align the delta_parse() debug function with the SQLite sources. check-in: a8dbbac969 user: drh tags: trunk
14:14
Update the built-in SQLite to the latest trunk check-in for beta testing. check-in: 3ca3a6a667 user: drh tags: trunk
01:48
Correct some of the calculations and reduce code by reusing existing decoder. Leaf check-in: 08df9ea0de user: andybradford tags: md5-color-hash
2025-10-01
05:33
Attempt to preserve more of the randomness generated by MD5. check-in: f9d361804e user: andybradford tags: md5-color-hash
2025-09-30
18:13
Update the version number 2.28 to begin the next dev cycle. check-in: c8fcc9714e user: drh tags: trunk
11:03
Version 2.27 check-in: 99675884a9 user: drh tags: trunk, release, version-2.27
10:59
Change to the wrong branch. Closed-Leaf check-in: 5255854698 user: drh tags: mistake
05:17
Use MD5 to generate the color hash as it's a random function. check-in: d4caf785e3 user: andybradford tags: md5-color-hash
2025-09-27
16:26
Switch to time based color hash generation for other pages (brlist, finfo, info, and ci_edit). Now abandoned. Closed-Leaf check-in: 4a90f3352d user: andybradford tags: datetime-color-hash
15:05
Avoid an unnecessary mprintf(). check-in: bd4cec1240 user: danield tags: trunk
11:57
Further reduce divergence between the SQLite and Fossil implementations of regexp.c. Fix compiler warnings for MSVC. check-in: a18dab4184 user: drh tags: trunk
11:10
Update the built-in SQLite to the latest trunk version so that it will compile without warnings on Windows. check-in: 702a56d116 user: drh tags: trunk
00:47
Use the datetime of the start of the branch as the input for the color hash. See suggestion made by Stephan Beal in [forum:/forumpost/a9a92d73c4a172f9|forum post a9a92d73c4a172f9]. check-in: 1851b26d2b user: andybradford tags: datetime-color-hash
2025-09-26
20:07
Add a new setting "regexp-limit" that determines the maximum size of a REGEXP virtual machine. Default value 1000. check-in: 82888a0d35 user: drh tags: trunk