Fossil

Timeline
Login

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

4 check-ins using file src/db.c version 9d4a61e86b

2018-07-17
15:10
Fix a mimetype typo that prevents email notification from running. check-in: adc23c107d user: drh tags: trunk
2018-07-16
13:33
Initialize variable to quell compiler warning about potentially unitialized variable. check-in: 0cb83decdd user: andybradford tags: trunk
11:35
Merge enhancements from trunk. check-in: 03a9b6f897 user: drh tags: webmail
2018-07-15
19:56
Clarify the difference between fossil_fatal() and fossil_panic(). The fossil_panic() interface puts a message on the error log when generating webpages. Otherwise the two routines are identical. Convert some fossil_fatal() calls into fossil_panic() where appropriate. The goal here is to limit messages on the error log to things that require attention from the system administrator, or represent bugs. check-in: 3f5ab71744 user: drh tags: trunk