Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
11 check-ins using file src/db.c version a7c749fe34
|
2018-07-19
| ||
| 15:58 | At the end of CGI processing, close the output pipe before starting backoffice processing, in order to let higher levels know that the CGI is finished. check-in: a32a92d227 user: drh tags: trunk | |
| 15:52 | Backoffice only runs for successful webpage that have the database open. Add "refresh" and "Show All" buttons on the /errorlog page. check-in: aa17077eaf user: drh tags: trunk | |
| 15:43 | Run the backoffice processing after every webpage. Fix a memory error in one of the backoffice error messages. check-in: 0fdca8c78f user: drh tags: trunk | |
| 15:35 | The configuration loader automatically creates the subscriber table if necessary. This fixes the "fossil clone" command for privileged users. check-in: 06586ef70f user: drh tags: trunk | |
| 13:29 | Improved error logging following a segfault. check-in: a8d220b9ff user: drh tags: trunk | |
| 13:24 | Add support for backtrace in the ./configure script Closed-Leaf check-in: 3e03913b6f user: drh tags: segvhandler | |
| 13:13 | Add a segfault simulator to the test-warning page. check-in: c4dcb00dcc user: drh tags: segvhandler | |
| 11:40 | Add GCC backtraces to the segv handler. check-in: cc8c33ee8a user: drh tags: segvhandler | |
| 02:37 | Fix the backoffice delay so that it extends the deadline for the follow-on process if the current process runs overtime. This prevents multiple follow-ons. check-in: 5542cd43b3 user: drh tags: trunk | |
|
2018-07-18
| ||
| 20:32 | The pop3d command allows the username to contain an extra @domain suffix. check-in: 86b0a3d3f3 user: drh tags: trunk | |
| 19:22 | Use the new SQLITE_FCNTL_DATA_VERSION interface in SQLite to limit running the backoffice processing to case when the repository file changes. check-in: 752ea432d1 user: drh tags: trunk | |