- Apr 08, 2006
-
-
rswindell authored
-
- Apr 07, 2006
-
-
rswindell authored
[re]init.
-
rswindell authored
occurances of these calls and report them (they're bugs). Use the TERMINATE function in the strncpy version of SAFECOPY() (does it need the int-typecast Deuce?).
-
rswindell authored
(bugs found by Deuce ala Valgrind).
-
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*().
-
deuce authored
-
deuce authored
LDFLAGS from being reflected in UTIL_LDFLAGS.
-
deuce authored
-
deuce authored
-
deuce authored
No longer use socket_check() to check for readability as the recv() call in there was using up over 30% of the CPU time.
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
name or alias. More sanity checking of the RLogin-supplied "password" is probably prudent here (Deuce?).
-
- Apr 06, 2006
-
-
deuce authored
PROFILE Builds a profiled version suitable for use with gprof This option is only usefull for developers. (On most systems, the profile libraries don't exist, so this will fail) UPROFILE Generates data for profile-based optimizations. Can be used to generate heavily optimized builds... but is not trivial to use and does use extra disk space. Expert users only. GCOV Generates data for usage by gcov. Only usefull for developers. USE_UPROFILE Uses the UPROFILE generated data for more optimizations.
-
rswindell authored
-
- Apr 05, 2006
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
"external programs section".
-
rswindell authored
time-stamps.
-
rswindell authored
effect.
-
rswindell authored
-
rswindell authored
-
rswindell authored
"subject_mod = true" in the listserver.ini for the particular list (default = false).
-
rswindell authored
process_contribution(), the header has already been processed and is passed in as an argument (whoops).
-
- Apr 01, 2006
-
-
rswindell authored
listShiftNode macros) for complete thread-safety.
-
deuce authored
Previous commit also included micro-optimizations... SAFECOPY() now uses strncpy() then terminates. *BSD doesn't need to TERMINATE() snprintf().
-
deuce authored
-
rswindell authored
Introduced LAST_NODE macro to use in push/pop macros for thread-safe list modifications (can't use listLastNode function).
-
deuce authored
-
rswindell authored
-
- Mar 31, 2006
- Mar 30, 2006
-
-
rswindell authored
created.
-
- Mar 28, 2006
- Mar 27, 2006
- Mar 24, 2006
-
-
deuce authored
-