- Sep 08, 2011
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Default max number of files per directory is now 10000.
-
rswindell authored
in a directory. Win32 glob() now excludes hidden files by default.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
termios.h now via comio.h
-
- Sep 07, 2011
- Sep 06, 2011
- Sep 05, 2011
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
(or at least unusable) pthread_t which is fine on FreeBSD as it's a pointer. I've left the recursive stuff in with an #ifdef __linux__ wrapper though it's a Bad Thing. After I talk to DigitalMan, this may all get ripped out in favour of proper pthread mutex usage, but I'm not sure why he wants recursive mutexes.
-
- Sep 03, 2011
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
on Linux are working).
-
sbbs authored
This may need tweaking for FreeBSD or OS-X support.
-
rswindell authored
defined). Use recursive mutex for mutex-protected linked-lists on *nix (the only kind of mutex/critical-section on Windows).
-
rswindell authored
apparently non-POSIX! This is a temporary fix until I can look at this more next week.
-
rswindell authored
Enabled row-select, disabled minimize.
-
rswindell authored
user if the "From" user is not a valid account.
-
rswindell authored
Added loginAttemptListClear().
-
rswindell authored
used). listFreeNods() now locks the list.
-
rswindell authored
-
rswindell authored
-
- Sep 02, 2011
-
-
rswindell authored
-
rswindell authored
since that is the currently logged-in user (whoops).
-
rswindell authored
Added 'c' command to show connected clients.
-
rswindell authored
unique application-defined searchable identifier without requring the node data (or pointer) comparisons. If anyone uses the listAdd* functions, they'll need to add the additional tag parameter (this ain't C++). Added support for primitive non-thread-safe list locking and an "isLocked" query function.
-
rswindell authored
-