- Nov 18, 2004
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Removed redundant ld==NULL check.
-
rswindell authored
to free the node's data pointer (list and node flags not used in determination)
-
rswindell authored
listRemoveNode() now accepts BOOL free_data argument to specify whether or not to free the node's data pointer (list and node flags not used in determination) Renamed listPopFirstNode() macro to listShiftNode(). listPopNode() and listShiftNode() macros now never free the node data pointer.
-
deuce authored
-
- Nov 17, 2004
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
Use xpdev link_list_t instead of an independant implementation Fix possible segfault handling long headers Fix information leak - would give a 404 error rather than a 403 error when trying to access an ARS protected file and no authentication done. Read headers during the initial request parsing to allow correct SSJS/CGI detection and to avoid needless copying of variables. Probobly more stuff done too...
-
rswindell authored
-
rswindell authored
(in hex) of files or strings.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
a time rather than the entire file. This is required to support large files.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
the include directory to get the new include/mozilla/nspr header files (or js_internal.c will fail to compile)! savemsg() now uses smb_addmsg() for most of it's functionality. savemsg() now accepts an optional client_t* argument, if non-NULL will automatically call msg_client_hfields(). MsgBase.save_msg() method now accepts an optional client object argument to automatically set the security log header fields (sender IP addres, hostname, protocol, and port).
-
rswindell authored
(which requires #inclusion of private jsobj.h header file) in js_socket(). To get the correct prototype for JS_GetClass, JS_THREADSAFE must be defined (next commit).
-
rswindell authored
-
- Nov 16, 2004
-
-
rswindell authored
-
rswindell authored
(e.g. bcc32, gcc).
-
rswindell authored
-
rswindell authored
portion of the e-mail address (e.g. "sysop@ 1:103/705", if included).
-
rswindell authored
No pre-compiled headers for release build.
-
deuce authored
-
rswindell authored
Added info about enable/disable and -debug command-line options.
-
rswindell authored
Waiting up to "max inactivity" for active clients to disconnect upon shutdown or recycle. Bugfix: check active_clients instead of http_threads_running (not used) when terminating/recycling.
-
rswindell authored
Waiting up to "max inactivity" for active clients to disconnect upon shutdown or recycle.
-
rswindell authored
-
rswindell authored
-
rswindell authored
from closesocket() call (socket may have been closed by another local thread).
-
rswindell authored
socket counter directly (the server must do this when it closes it's copy of the socket descriptor).
-
rswindell authored
-
rswindell authored
-