summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD: Use the httpready accept filter instead of dataready onJeff Trawick2004-02-041-0/+6
* Commenting out the DBINFO defineJean-Jacques Clar2004-02-021-1/+1
* Adding missing parenthesis in DBINFO codeJean-Jacques Clar2004-02-021-2/+2
* * server/Makefile.in: Remove buildmarked.c from clean.Joe Orton2004-02-021-1/+1
* Delete some make-generated files in the server directory duringJeff Trawick2004-02-021-3/+2
* Keep focus of ITERATE and ITERATE2 on the current module whenGeoffrey Young2004-01-301-5/+11
* worker MPM: fix stack overlay bug that could cause the parentJeff Trawick2004-01-281-1/+2
* avoid losing a subpool (until restart) on a rare error pathJeff Trawick2004-01-271-0/+2
* Unix MPMs: Stop dropping connections when the file descriptorJeff Trawick2004-01-274-40/+0
* * server/protocol.c (ap_rgetline_core): Fix folding if header isJoe Orton2004-01-261-0/+1
* * server/protocol.c (ap_rgetline_core): Re-indent function after beingJoe Orton2004-01-261-148/+143
* Add core version query function ap_get_server_revision andAndré Malo2004-01-251-0/+8
* * server/Makefile.in: Simpler fix to ensure that buildmark.lo isJoe Orton2004-01-191-6/+2
* Win32: Tweak Jeff's patch to correctly handle setting server state in the par...Bill Stoddard2004-01-151-5/+3
* bump MAX_SERVER_LIMIT by 10x (hoping to stay ahead of Moore's Law for a littleGreg Ames2004-01-151-1/+1
* use the UNSAFE designation for unescaped errorlogsAndré Malo2004-01-121-4/+4
* allow unescaped errorlogs via compile time switchAndré Malo2004-01-121-3/+19
* Win32: Simplify. Issue message if the Win32DisableAcceptEx directive toggles ...Bill Stoddard2004-01-091-10/+4
* Fix regeneration of build datestamp on every make invocation (aJoe Orton2004-01-092-2/+8
* Win32: plug a socket handle leak on Win9x and when using Win32DisableAcceptex...Bill Stoddard2004-01-091-0/+10
* Oops, fixed a bit too muchBradley Nicholes2004-01-081-1/+1
* If large file support is enabled allow the file to be split into AP_MAX_SENDF...Bradley Nicholes2004-01-081-2/+6
* PR:Martin Kraemer2004-01-051-4/+4
* Make handling of 0 back compatible.Ben Laurie2004-01-031-4/+4
* typoBen Laurie2004-01-031-1/+1
* Make forensic logging safe for POST data. The issue with strchr and NUL isBen Laurie2004-01-031-7/+3
* Make forensic logging EBCDIC-safe.Ben Laurie2004-01-031-1/+12
* update license to 2004.André Malo2004-01-0166-67/+67
* add support for querying MPM state to ap_mpm_query() for the WinNT MPMJeff Trawick2003-12-173-1/+12
* Added mpm_state to ap_mpm_query() for the NetWare MPMBradley Nicholes2003-12-161-0/+8
* Win32: Rename WindowsSocketsWorkaround directive to Win32DisableAcceptEx.Bill Stoddard2003-12-153-20/+28
* switch to APR 1.0 other-child APIJeff Trawick2003-12-151-1/+1
* Fix some piped log problems: bogus "piped log program '(null)'Jeff Trawick2003-12-131-14/+23
* remove inadvertent commit of clumsy gdb workaround (sorry!)Jeff Trawick2003-12-131-5/+0
* update leader, threadpool, and worker MPMs to return MPM stateJeff Trawick2003-12-133-8/+80
* update threadpool MPM to build and appear to work with the current APRJeff Trawick2003-12-131-26/+45
* update leader MPM to build and appear to work with the current APRJeff Trawick2003-12-131-24/+42
* fix the name of the failing API call in a log messageJeff Trawick2003-12-131-1/+1
* fix a problem where a crash of a non-MPM child process couldJeff Trawick2003-12-111-1/+8
* Win32: Tweak MaxMemFree patch. Allocate ptrans specifying pchildBill Stoddard2003-12-111-2/+2
* Fix <Limit> and <LimitExcept> parsing to require a closing '>'Jeff Trawick2003-12-101-10/+17
* add new MPM query -- AP_MPMQ_MPM_STATE -- to find out what the MPMJeff Trawick2003-12-101-2/+26
* * server/Makefile.in: Revert changes to use an absolute path toJoe Orton2003-12-101-9/+2
* * server/main.c (suck_in_expat): Remove function, USE_EXPAT is neverJoe Orton2003-12-101-10/+0
* stop using apr_sockaddr_port_get() accessor function, as it willJeff Trawick2003-12-053-5/+5
* Fix the display of the terminate and restarting console messagesBradley Nicholes2003-12-041-2/+2
* Clean up httpd -V output: Instead of displaying the MPM sourceJeff Trawick2003-12-041-5/+43
* Add restart and shutdown thread counters to the console displayBradley Nicholes2003-11-261-3/+6
* Add fatal exception hook for use by debug modules. The hook is onlyJeff Trawick2003-11-261-0/+24
* tidy up some charset recoding issuesJeff Trawick2003-11-263-35/+2