- 12 May, 2006 1 commit
-
-
rswindell authored
-
- 20 Apr, 2006 1 commit
-
-
deuce authored
-
- 07 Apr, 2006 2 commits
-
-
deuce authored
-
deuce authored
on the passed path... For fexist() simply return TRUE if access()!=-1 && !isdir() For fexistcase() *try* the access()/isdir() method first, then do the full search. Should make a reasonable difference. Profileing suggests that iniFileName() is quite slow due to the fexistcase() calls. As the general case is that the passed path is correct, this should speed up most calls to fexist*().
-
- 08 Feb, 2006 2 commits
- 17 Nov, 2005 2 commits
- 28 Sep, 2005 2 commits
- 05 Sep, 2005 1 commit
-
-
deuce authored
Consider doing the same for all .h files. Consider the meaning of sanity.
-
- 30 Aug, 2005 1 commit
-
-
deuce authored
present.
-
- 22 Jun, 2005 1 commit
-
-
rswindell authored
-
- 14 Jun, 2005 1 commit
-
-
deuce authored
-
- 03 Jun, 2005 1 commit
-
-
deuce authored
-
- 20 Apr, 2005 1 commit
-
-
rswindell authored
-
- 19 Apr, 2005 1 commit
-
-
rswindell authored
over-write backslash with forwardslash (rather than just appending it, creating and invalid path string).
-
- 18 Apr, 2005 1 commit
-
-
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?
-
- 01 Apr, 2005 1 commit
-
-
deuce authored
delimiter everywhere in the world.
-
- 25 Mar, 2005 1 commit
-
-
deuce authored
-
- 28 Oct, 2004 1 commit
-
-
rswindell authored
filename is an absolute (no relative directories at all), or is a full (rooted) path.
-
- 22 Jul, 2004 1 commit
-
-
rswindell authored
it doesn't return directory entries beginning with a period (e.g. '.' and '..') unless the GLOB_PERIOD flag is specified.
-
- 20 Jul, 2004 1 commit
-
-
rswindell authored
-
- 03 Jun, 2004 1 commit
-
-
rswindell authored
-
- 23 Mar, 2004 1 commit
-
-
deuce authored
-
- 11 Feb, 2004 1 commit
-
-
rswindell authored
filename) if passed a path that included both foward and back-slashes.
-
- 18 Oct, 2003 1 commit
-
-
rswindell authored
included in directory and '.' included in extensions.
-
- 08 Sep, 2003 1 commit
-
-
rswindell authored
path/filename (or NULL if no extension exists).
-
- 22 Aug, 2003 1 commit
-
-
rswindell authored
long filenames) on Win32.
-
- 30 Jul, 2003 1 commit
-
-
rswindell authored
-
- 24 Jul, 2003 1 commit
-
-
rswindell authored
-
- 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.
-
- 17 May, 2003 1 commit
-
-
rswindell authored
(truncates the slash before calling stat).
-
- 23 Apr, 2003 3 commits
- 27 Mar, 2003 1 commit
-
-
deuce authored
-
- 20 Mar, 2003 3 commits