- 04 Jul, 2003 1 commit
-
-
rswindell authored
writeln() is now an alias for print(). log() and print() now return the string they were passed (instead of void). printf() now returns the formatted string (instead of void). Created global write() method (same as print without the CRLF).
-
- 03 Jul, 2003 1 commit
-
-
rswindell authored
Created IS_PATH_DELIM() macro (stole websrvr.c->is_slash macro). Defines BSD _PATH_TMP and _PATH_DEVNULL macros for all platforms.
-
- 02 Jul, 2003 1 commit
-
-
rswindell authored
-
- 26 Jun, 2003 1 commit
-
-
rswindell authored
-
- 07 Jun, 2003 1 commit
-
-
rswindell authored
startup structures (previously hard-coded to 2 seconds in most cases), defaults to 5 seconds. Now only checks for *.qwk-q99 files once with fexistcase (not twice).
-
- 04 Jun, 2003 1 commit
-
-
rswindell authored
or re-loading of configuration files.
-
- 18 May, 2003 1 commit
-
-
rswindell authored
-
- 17 May, 2003 1 commit
-
-
deuce authored
sonnections)
-
- 14 May, 2003 1 commit
-
-
rswindell authored
-
- 13 May, 2003 4 commits
- 12 May, 2003 1 commit
-
-
deuce authored
-
- 11 May, 2003 8 commits
- 10 May, 2003 2 commits
- 09 May, 2003 2 commits
- 08 May, 2003 7 commits
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
ctrl_dir otherwise. Each node's spy socket has a unix filename. This is done since it is expected the temp directory will be on the local file system (which will allow special files to be created).
-
rswindell authored
log spy socket error (just break loop).
-
rswindell authored
-
rswindell authored
-
rswindell authored
block size average).
-
- 07 May, 2003 3 commits
-
-
deuce authored
Removed another YIELD()-after-select() and switched another if !available YEILD() to "wait up to one ms for availability"
-
deuce authored
immediately.
-
rswindell authored
for up to 10000 byte blocks from external programs with plenty of room for telnet IAC, CRLF, or color-code expansion. Win32 named pipes, for example, will send up to 8096 byte blocks.
-
- 04 May, 2003 1 commit
-
-
rswindell authored
incom() now supports timeout parameter (defaults to 0).
-
- 01 May, 2003 1 commit
-
-
rswindell authored
-
- 30 Apr, 2003 2 commits