- 25 Sep, 2006 1 commit
-
-
deuce authored
-
- 24 Sep, 2006 11 commits
- 23 Sep, 2006 3 commits
- 22 Sep, 2006 2 commits
- 20 Sep, 2006 1 commit
-
-
deuce authored
-
- 19 Sep, 2006 2 commits
- 18 Sep, 2006 2 commits
- 15 Sep, 2006 11 commits
-
-
rswindell authored
instead of a bit-mask representing all the log levels to actually "see", use a single numeric (or nmemonic) level value (ERROR, WARNING, NOTICE, etc.) and less severe log levels (levels with a higher numeric value) will be filtered (e.g. not "seen" or logged). It's the basic syslog() concept.
-
deuce authored
-
deuce authored
(Where it is created) Fixes double-destroy and lock-after-destroy error on Win32.
-
rswindell authored
outbuf_write_initialized before locking/unlocking/destroying outbuf mutex.
-
rswindell authored
-
rswindell authored
-
rswindell authored
if the filename to be edited is the same as the editor's temp file name.
-
deuce authored
Don't forget... listSemTryWait return values are reversed from sem_trywait()
-
deuce authored
-
rswindell authored
Micros~1 shortened paths in the drop files. Another fix for installations to e.g. "C:\Synchronet"
-
rswindell authored
to be moved into a hashlib (todo).
-
- 14 Sep, 2006 7 commits
-
-
rswindell authored
some XSDK doors to possibly work when run from C:\Synchronet\...
-
deuce authored
Also fix incorrect type lassed to iniFreeStringList.
-
deuce authored
-
deuce authored
-
deuce authored
(Should this be a separate type then? ini_list_t or something?)
-
deuce authored
Fix sizeof(char*) leak when reading a webctrl.ini file.
-
deuce authored
None of these added FREE_AND_NULL() calls should actually do anything.
-