- Apr 18, 2005
-
-
rswindell authored
the prefix isn't used in the FTP virtual directories.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Do we REALLY need these in CVS?
-
deuce authored
-
deuce authored
longer than the one in the buffer currently.
-
deuce authored
-
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?
-