Differences From Artifact [e0cb269da4]:
- File src/main.c — part of check-in [fd3198322a] at 2018-07-25 13:20:15 on branch trunk — Add the 'D' Debug user capability. This is designed to show additional information and controls on webpages for debugging purposes. Also take steps to avoid trying to generate a webpage error message after the webpage has already gone out. (user: drh size: 99149) [more...]
To Artifact [5c4ad2d026]:
- File src/main.c — part of check-in [07356e44c1] at 2018-07-30 13:25:56 on branch trunk — Backoffice processing improvements: Set a timer on the backoffice to prevent it from running too long. Report errors on failed attempts to open /dev/null. Use "NUL" instead of "/dev/null" on Windows. (user: drh size: 99124)
| ︙ | ︙ | |||
2480 2481 2482 2483 2484 2485 2486 |
#endif
#endif
/*
** Send a time-out reply
*/
void sigalrm_handler(int x){
| | < < | 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
#endif
#endif
/*
** Send a time-out reply
*/
void sigalrm_handler(int x){
fossil_panic("TIMEOUT");
}
/*
** COMMAND: server*
** COMMAND: ui
**
** Usage: %fossil server ?OPTIONS? ?REPOSITORY?
|
| ︙ | ︙ |