Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around b7430ba100f68f92.
2018-08-07
| ||
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:55 | Adjust include directories list to pick up autoconfig.h ... (check-in: ad12f35c98 user: ashepilko tags: cmake-ide) | |
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) | |
17:41 | • Edit [e882081f8df0170e|e882081f8d]: Mark "Closed". ... (artifact: dc76f293e6 user: drh) | |
15:50 | Use the fork() system call (when available) to start backoffice, in an attempt to avoid unseemly delays in upstream. ... (check-in: a4b59c3207 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) | |
13:20 | Change two instances of fossil_panic() into fossil_fatal(). ... (check-in: 342bd06b6a user: drh tags: forum-v2) | |
00:22 | For non-digest subscribers, alerts for new forum posts are now in separate emails with each email having a subject which is the title of the forum thread, and with appropriate Message-Id and In-Reply-To header fields so that email clients can string together the email thread. Digest subscribes still get just the synopsis. ... (check-in: 4d6591736e user: drh tags: forum-v2) | |
2018-08-06
| ||
21:21 | • Edit [174ab076eb801cbc|174ab076eb]: Mark "Closed". ... (artifact: 487edab1d2 user: drh) | |
21:20 | Merge the mkbuiltin.c fix from trunk. ... (check-in: 427e257532 user: drh tags: forum-v2) | |
21:19 | Fix the mkbuiltin.c code generator so that it tolerates Windows-style backslash path separators on its arguments. This fixes the windows build that was busted by check-in [774bdc83556442c5]. ... (check-in: 030bf2002f user: drh tags: trunk) | |
20:47 | Boo. All day I have been checking in changes to the failed-fix branch when I should have been putting them on the forum-v2 branch. This is a cherry-pick merge that moves all of the changes from today from failed-fix over to forum-v2 in one go. The "email" command is renamed to "alert" and is revised for a better interface. Events that are waiting on moderator approval are not shown to non-moderator users. ... (check-in: 3c532ec55b user: drh tags: forum-v2) | |
20:40 | Merge enhancements from trunk. ... (check-in: 725bf3ba3b user: drh tags: forum-v2) | |
20:39 | Bug fix: Do not send non-digest subscribers the daily digest email. ... (Closed-Leaf check-in: 174ab076eb user: drh tags: failed-fix) | |
19:39 | Rearrange some of the subcommands on "fossil alerts" for better UX. Fix a problem in the /webmail display for messages with no subject. Improved comments. ... (check-in: 81c254311e user: drh tags: failed-fix) | |
19:15 | Improvements to email notification. Rename the "email" command to "alerts". Try to avoid sending alerts about unapproved events, except it is ok to send such alerts to moderators. This is a work in progress. ... (check-in: efbd6caa7c user: drh tags: failed-fix) | |
12:51 | Merge enhancements from trunk. ... (check-in: ce3d571837 user: drh tags: failed-fix) | |
2018-08-04
| ||
11:08 | Pass the build command in verbatim mode. ... (check-in: 2809447506 user: ashepilko tags: cmake-ide) | |
11:01 | Enumerate tests to preserve the order, MSVS2017 does not seem to follow test dependencies. ... (check-in: a5dff3141f user: ashepilko tags: cmake-ide) | |
10:55 | Change the order of extra build flags to allow overrides. ... (check-in: f59ccb03a8 user: ashepilko tags: cmake-ide) | |
10:47 | Fix PDB file handling; should apply only for Debug build. ... (check-in: b7430ba100 user: ashepilko tags: cmake-ide) | |
2018-08-03
| ||
21:06 | Merged in ben-json-timeline (adds /json/timeline/event). ... (check-in: 74c908e709 user: stephan tags: trunk) | |
2018-08-02
| ||
11:58 | Merge updates from trunk. ... (check-in: b6a0c0015d user: mistachkin tags: cmake-ide) | |
11:56 | Use the native directory separator for the extra files in the MSVC makefile. ... (check-in: 774bdc8355 user: mistachkin tags: trunk) | |
11:44 | Improve comment. ... (check-in: f9ba9d94ac user: mistachkin tags: cmake-ide) | |
09:55 | Allow out-of-source build with MSVC on Windows. ... (check-in: fc8281ee9c user: ashepilko tags: cmake-ide) | |
09:37 | Allow reading the list of input resources from a file with --reslist option. ... (check-in: ba8ba160f9 user: ashepilko tags: cmake-ide) | |
09:24 | Build Fossil via ExternalProject ... (check-in: cddc7bb0e4 user: ashepilko tags: cmake-ide) | |
08:32 | Merge from trunk. ... (check-in: 19997e99c4 user: ashepilko tags: cmake-ide) | |
08:10 | Create new branch named "cmake-ide" ... (check-in: 2150860bed user: ashepilko tags: cmake-ide) | |
06:54 | Refactor to fix an unused var warning in debug build ... (check-in: 811333a501 user: ashepilko tags: trunk) | |
03:53 | Exit with error status when halt is triggered on error ... (check-in: ccc6676374 user: ashepilko tags: trunk) | |
03:41 | • Edit [889bc0f79488ccc9|889bc0f794]: Edit check-in comment. ... (artifact: cc2061babc user: ashepilko) | |
03:35 | Include winsock2.h for WinXP compatibility; was breaking the build ... (check-in: 889bc0f794 user: ashepilko tags: trunk) | |
03:05 | Just in case, modify backofficeTimeout() to handle being called more than once on Win32. ... (Closed-Leaf check-in: 0ef0e10557 user: mistachkin tags: win32Proc) | |
03:03 | Wrap use of getpid() in the trace statements. ... (check-in: 842bf225d2 user: mistachkin tags: win32Proc) | |
02:27 | When sleeping inside the backoffice work loop, permit the sleep to be interrupted on Win32, which stops processing. ... (check-in: 9840313b1c user: mistachkin tags: win32Proc) | |
01:53 | More Win32 support for the backoffice processing. ... (check-in: f13ae35f5e user: mistachkin tags: win32Proc) | |
01:49 | • Edit [a9578f7870ced305|a9578f7870]: Move to branch win32Proc. ... (artifact: 3f715401f7 user: mistachkin) | |
2018-08-01
| ||
07:10 | • Edit [1073593e901e1791|1073593e90]: Move to branch failed-fix. Edit check-in comment. ... (artifact: b962e5c589 user: drh) | |
06:49 | Extra efforts to close higher-numbered file descriptors prior to starting CGI. ... (check-in: d6053249ec user: drh tags: failed-fix) | |
06:43 | Change the backoffice-nodelay setting back to default off. Work around a bug in althttpd by making sure CGI runs with no file descriptors open other than 0, 1, and 2. (Edit:) These changes proved insufficient to clear the problem. ... (check-in: 1073593e90 user: drh tags: failed-fix) | |
2018-07-31
| ||
23:38 | Make backoffice-nodelay consistently default on. ... (check-in: 71260ba25e user: drh tags: forum-v2) | |
23:37 | Make the backoffice-nodelay a setting visible on the settings display, and make it on by default. This is a temporary fix to avoid webserver problems until such time as I can figure out what it is about backserver sleeping that is causing the webserver to latch up. ... (check-in: 2566a37efa user: drh tags: forum-v2) | |
20:34 | Use the fork() system call (when available) to start backoffice, in an attempt to avoid unseemly delays in upstream. ... (Closed-Leaf check-in: e882081f8d user: drh tags: fork-backoffice) | |