- Oct 14, 2004
-
-
deuce authored
snprintf() behaviour!
-
rswindell authored
-
rswindell authored
(getting tired of typing "memset(var,0,sizeof(var))").
-
rswindell authored
Bugfix: flagging a node for "re-run" (e.g. when saving changes in SCFG) recycles the server , rather than just reloading the .cnf files. This fixes the problem with JS events not running (even crashing) after a rerun/reload without recycle.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
* using scfg.data_dir before calling load_cfg() * using stftime(%G), which isn't supported by MSVC * using too small a buffer for the time portion of the log string * thread leak: http_logging_thread() would wait forever on log_sem (never terminate) Fixed bug in read_mime_types(): * wasn't resetting mime_count (e.g. after recycle) Added missing socket descriptor to many lprintf() calls. Fixed bug regarding checking recycle semaphore file (websrvr.rec) date/time (wasn't initializing the "initialized" timestamp variable).
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
.cols and .rows, not .charwidth and .charheight (Sheesh!)
-
deuce authored
Add reinclusion protection to vidmodes.h
-
deuce authored
I was diving into.
-
rswindell authored
-
rswindell authored
-
rswindell authored
requests to allow differentiation between received responses (ACK/NAK) and remote option requests. This solves the problem with Kermit-95 waiting forever for a response (ACK or NAK) to its initial option requests (i.e. "Negotiate About Window Size" and "New Environment Option").
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
truncate (e.g. avoids segfaults w/call of truncsp("")).
-
- Oct 13, 2004
-
-
rswindell authored
unlock() returns failure (non-zero). smb_open() now checks return value of smb_unlockmsghdr().
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
allocated and calling listFree() in cleanup().
-
rswindell authored
HTTP_LOGGING Options bit. The default base filename is now "data/logs/http-" (using the correctly configured data_dir) and can be over- ridden with the "HttpLogFile" key (the "LogFile" key is preserved for use with sbbsctrl-Win32). The http_logging_thread() is only started if http logging is enabled.
-
rswindell authored
Removed copyright from version display. Moved occurance of "-pause" for debugging.
-
- Oct 12, 2004