Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
15 check-ins using file src/main.c version e4d498e8c5
|
2018-08-07
| ||
| 23:01 | Fix harmless compiler warning. check-in: 7014c2ddf1 user: mistachkin tags: trunk | |
| 21:45 | In the backoffice module, use GETPID macro consistently, fix compiler warning with MinGW, and add an assert(). check-in: af87fa5bcd user: mistachkin tags: trunk | |
| 21:44 | Fix harmless compiler warning. check-in: 014bb2d7de user: mistachkin tags: trunk | |
| 21:43 | Fix error when compiling with JSON support enabled (TODO: review semantics to preserve JSON error handling). check-in: f430f6234a user: mistachkin tags: trunk | |
| 21:42 | Update the custom MinGW makefile. check-in: 32641d15d8 user: mistachkin tags: trunk | |
| 21:21 | Report the time of the last backoffice run in the /stat page for administrators. check-in: ae6e8d9771 user: drh tags: trunk | |
| 20:58 | Improved windows code for the backoffice. Properly check to see if processes still exist. Provide a timeout feature. check-in: 43c29877be user: drh tags: trunk | |
| 20:11 | Use the Windows _wspawnv() interface with the _P_NOWAIT option to start a separate backoffice process whenever necessary. Add the backoffice-logfile setting for monitoring backoffice operation. check-in: 2583cae18a user: drh tags: trunk | |
| 18:53 | Allow manifest artifacts to omit the C and U cards, because otherwise there are some historical manifest artifacts in Fossil itself that will not parse, and there may be similar artifacts in other repositories. check-in: b3ccc4bf34 user: drh tags: trunk | |
| 18:30 | Improvements to the way backoffice is launched, especially on unix where it now runs in a separate process using fork(). Also fix some minor bugs in other parts of the system that were found while testing backoffice. check-in: 4180dc6b5a user: drh tags: trunk | |
| 18:28 | Improvements to comments. No code changes. Closed-Leaf check-in: 1b54dd79bf user: drh tags: fork-backoffice | |
| 17:48 | Fix the separate-process backoffice so that it works smoothly on linux. Still work to be done on Windows. check-in: af7d67c6a2 user: drh tags: fork-backoffice | |
| 15:12 | A new implementation for "Forum" in which each forum post is an artifact. This merge includes lots of enhancements to email notification, backoffice, configuration, and other subsystems, all in support of the new forum artifacts. The forum feature is not complete nor bug-free but at this point it seems good enough to continue development on trunk. check-in: 99fcc43f5d user: drh tags: trunk | |
| 13:52 | Disable the backoffice for SSH clients. Closed-Leaf check-in: 4b4e133a8c user: drh tags: forum-v2 | |
| 13:28 | More conversions of fossil_panic() into fossil_fatal(). check-in: 666b0ce6a7 user: drh tags: forum-v2 | |