Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
28 check-ins using file src/search.c version b00e57e3b0
|
2023-08-14
| ||
| 21:09 | Make sure the EmailEvent object is completely zeroed whenever it is allocated. check-in: 33877fa50b user: drh tags: trunk | |
|
2023-08-12
| ||
| 19:24 | Update the built-in Pikchr to fix the "same" operator flow-control bug reported on the Pikchr forum. check-in: c21423eb69 user: drh tags: trunk | |
| 12:24 | Update the built-in SQLite to the latest 3.43.0 beta for testing. check-in: 16ee39539a user: drh tags: trunk | |
|
2023-08-08
| ||
| 11:26 | Disable rc_reload in the example rc(8) script in the OpenBSD docs. Reloading is unsupported by Fossil such that 'rcctl reload fossil' kills the process. Suggested by James Cook: [forum:73520532dd]. check-in: f0e1d0c958 user: mark tags: trunk | |
|
2023-08-05
| ||
| 21:18 | Two new notification options: "n" means to be notified for new forum threads only and "r" means to be notified for forum posts that are a reply to a post made by the user. check-in: d4361f6a94 user: drh tags: trunk | |
| 17:40 | Disallow user-choosen UserIDs that begin with "anonymous" or other reserved names. check-in: a7e9dd53ef user: drh tags: trunk | |
| 16:55 | Fix a typo in a comment. check-in: 19e6905cd2 user: drh tags: trunk | |
| 16:09 | Minor wording changes on the /unsubscribe page. check-in: 37f929e3ae user: drh tags: trunk | |
|
2023-08-04
| ||
| 13:27 | Update the built-in SQLite to fix a bug in json_remove(). This probably does not affect Fossil, but better safe than sorry. check-in: d3c850cf52 user: drh tags: trunk | |
|
2023-08-03
| ||
| 14:34 | Remove an overly aggressive call to cgi_check_for_malice() on the /login page. check-in: 57d3dbb11b user: drh tags: trunk | |
| 12:23 | Update to the change log. check-in: 928bac9934 user: drh tags: trunk | |
| 11:50 | Update the built-in SQLite to the latest code from the SQLite trunk, as a beta test of SQLite. check-in: 23cb537399 user: drh tags: trunk | |
|
2023-07-31
| ||
| 15:20 | Update the stale metrics at the bottom of www/aboutdownload.wiki. check-in: c9614f1b08 user: stephan tags: trunk | |
|
2023-07-28
| ||
| 16:18 | Avoid a potential 32-bit integer overflow when doing a diff on large files with large differences. check-in: 5882e9e878 user: drh tags: trunk | |
|
2023-07-25
| ||
| 12:35 | Updates to the change log. Various spelling and grammar fixes. check-in: e6569d3f63 user: danield tags: trunk | |
|
2023-07-24
| ||
| 11:58 | Deal with two C++-style comments. No functional changes. check-in: 99ab5cd8d6 user: danield tags: trunk | |
|
2023-07-23
| ||
| 20:28 | Show file sizes the the treeview. Other file browser enhancements. check-in: 73fe442a25 user: drh tags: trunk | |
| 20:27 | Improved CSS for the size field of tree-view. Closed-Leaf check-in: 06ab6d9c8b user: drh tags: filesize-listings | |
| 19:57 | Use the files_of_checkin virtual table to generate the file listings on the /dir page, instead of a bunch of C code that was written before files_of_checkin was invented. check-in: 15d9d5b097 user: drh tags: filesize-listings | |
|
2023-07-22
| ||
| 14:29 | Add the option to sort files by size in the tree-view. check-in: dedae5a123 user: drh tags: filesize-listings | |
|
2023-07-21
| ||
| 23:02 | Display file sizes in /dir and /tree, as per request in [forum:2a0cd67e77|forum post 2a0cd67e77]. check-in: fb0b7fe140 user: danield tags: filesize-listings | |
|
2023-07-18
| ||
| 13:36 | Improved defense against denial-of-service caused by hackers pounding Fossil with repeated requests that contain SQL injection attempts. If SQL injection is attempted, return a "Begone, Knave!" page with status code 418. check-in: 57f1e87254 user: drh tags: trunk | |
|
2023-07-17
| ||
| 12:31 | Fix should have gone on the verify-options-cgi branch, not on trunk. Closed-Leaf check-in: d276fd9b77 user: drh tags: verify-options-cgi | |
| 12:18 | In /raw and /secureraw, ensure that the "m" and "at" vars are fetched before the malice check. Typo fix in cgi.c. check-in: 83015b0d9a user: stephan tags: verify-options-cgi | |
| 12:13 | Improvements to the algorithm for detecting likely SQL injection text. check-in: 5d6efeee47 user: drh tags: verify-options-cgi | |
| 11:44 | Improve the error log message for 418 responses so that it includes the name of the offending query parameter. Require whitespace around keywords when trying to detect SQL. check-in: ef1702fde3 user: drh tags: verify-options-cgi | |
|
2023-07-16
| ||
| 20:55 | Fix typo on the 418 status code name. check-in: f39c878fe1 user: drh tags: verify-options-cgi | |
| 20:47 | Add calls to cgi_check_for_malice() on many more web pages. Log all 418 responses to the error log. check-in: 40266bf9b2 user: drh tags: verify-options-cgi | |