6
I Use This!
Inactive

News

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Posted over 15 years ago
Commit by vasiljevic :: dbc8443859bc r2202 naviserver/nsthread/winthread.c: (link) Implements "kill" with some basic functionality.
Posted over 15 years ago
Commit by vasiljevic :: 6d2b483bb776 r2201 naviserver/nsd/index.c: (link) Added private version of NsBsearch and re-define the ... [More] "bsearch"to point to it for Windows builds. We found the Windowsimplementation of bsearch to be buggy. [Less]
Posted over 15 years ago
Commit by vasiljevic :: 3539dbf09a5d r2200 naviserver/nsd/dns.c: (link) Added some includes for Windows port
Posted over 15 years ago
Commit by vasiljevic :: 7da4eb605841 r2199 naviserver/nsd/log.c: (link) Open the log file with O_LARGEFILE if defined
Posted over 15 years ago
Commit by vasiljevic :: 47cbb0b3c12e r2198 naviserver/nsd/config.c: (link) The section/key/value et.al. may be passed as NULLso ... [More] make sure to handle that properly when passingthe values to Ns_Log. The Ns_Log implementation onsome platforms cannot handle NULL arguments passedover varargs. [Less]
Posted over 15 years ago
Commit by gustafn :: c6cb67c41e38 r2197 naviserver/nsd/tclcache.c: (link) let "nscache eval" allow to return TCL_BREAK and TCL_CONTINUE to tellnaviserver from tcl to omit caching of the returned result
Posted over 15 years ago
2010/03/07 -- Vasiljevic Zoran
Posted over 15 years ago
2010/03/07 -- Gustaf Neumann
Posted over 15 years ago
Commit by Gustaf Neumann :: 837647e120c5 r2196 naviserver/nsd/urlencode.c: (link) protection against path traversal attack
Posted over 15 years ago
2010/03/06 -- Stephen Deasey