- Apr 18, 2005
-
-
deuce authored
-
deuce authored
builds and incremental builds on multiple platforms.
-
deuce authored
-
deuce authored
When select()ing for a send, timeout at 1 second.
-
deuce authored
-
deuce authored
properly.
-
deuce authored
-
deuce authored
-
deuce authored
SIGALRM isn't.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
command-line.
-
deuce authored
-
deuce authored
-
deuce authored
while not in a local screen.
-
deuce authored
-
deuce authored
-
rswindell authored
-
deuce authored
files.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
using a %f specifier to od_printf()
-
deuce authored
-
deuce authored
(* or ?) chars are present. Doing so prevents re-writing of the path parameter, so behaviour is different between the two. This would break something like: int munlink(char *glob) { char this[MAX_PATH+1]; strcpy(this,glob); while(fexistcase(this)) { unlink(this); strcpy(this,glob); } } Does Synchronet rely on the old behaviour anywhere?
-
deuce authored
-
deuce authored
-
- Apr 17, 2005
- Apr 16, 2005
-
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
the file if it doesn't exist (previously, it would always create it). External JavaScript (XJS) and CGI handler lists are now stored in memory (using "named string lists") rather than reading/parsing the .ini files for each request. Using command read_ini_list() function for reading both handler and mime_types .ini files.
-