Fossil

Timeline
Login

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

11 check-ins using file src/db.c version 4e65c96020

2018-08-08
18:10
A simpler method of ensuring that backoffice does not cling to the standard input and output. check-in: 8c52c67412 user: drh tags: backoffice-full-close
17:57
In the backoffice process, close the 0, 1, and 2 file descriptiors and reopen them as /dev/null, on unix. check-in: 6865fb72cf user: drh tags: backoffice-full-close
17:21
Added initial version of www/forum.wiki document and a link to it from the front page. check-in: 4ed14b1f3f user: wyoung tags: trunk
16:20
If the "fds" query parameter is provided, then the /test-backoffice-lease webpage shows the open file descriptors. check-in: 918e1ddd8e user: drh tags: trunk
14:40
Turn backoffice-nodelay on by default. check-in: af599d6adc user: drh tags: trunk
2018-08-07
23:08
Improve Win32 error handling in the backoffice module and fix a compiler warning. check-in: 3c0848797d user: mistachkin tags: trunk
23:03
Make it possible to debug child processes on Windows. check-in: e285341f0c user: mistachkin tags: trunk
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