Fossil

Timeline
Login

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

5 check-ins using file src/printf.c version f82a361fa9

2018-06-24
19:27
Do not report errors to the error log on a 304 reply. check-in: 60c8eca305 user: drh tags: trunk
18:47
Fix the /doc webpage so that it does not call fossil_fatal() when it cannot find the requested document. It simply does a 404 routine. By not calling fossil_fatal(), it avoids unnecessary entries in the error log. check-in: 29cb8260c0 user: drh tags: trunk
18:22
Only invoke the email alert sender after a successful HTTP request. Mark Not Found requests as 404, unsuccessful. check-in: 4eb3e0f20e user: drh tags: trunk
17:51
Improvements to the /test-warning webpage. check-in: 8d9ad7501e user: drh tags: trunk
17:44
Extra defenses against running the digest alert generator in a context where the transaction will rollback, thus failing to record the new digest time. Change the "fossil server" and "fossil ui" commands to always log errors to the console if no other error logging is defined. check-in: f87fb02780 user: drh tags: trunk