summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* clone_headers_no_body: remove all entity headers in addition to the Greg Ames2005-03-291-2/+8
* don't propagate input headers describing a body to a subrequest. this can ca...Greg Ames2005-03-231-1/+24
* Fix Windows CompContext buff size miscalculationAllan K. Edwards2005-03-221-2/+2
* sync with mod_status hacks in the worker mpm.Paul Querna2005-03-161-0/+2
* Add ReceiveBufferSize directive to control the TCP receive buffer.Justin Erenkrantz2005-03-151-0/+31
* Add ap_mpm_is_experimental and ap_mpm_is_threaded. Use these instead of chec...Paul Querna2005-03-081-2/+20
* Make sure that the secure listen sockets that are created and injected into t...Bradley Nicholes2005-03-081-1/+3
* worker MPM/mod_status: Support per-worker tracking of pid andJeff Trawick2005-03-051-0/+2
* Win32: Init the args to mpm_service_install(). Prevents nasty things like seg...Bill Stoddard2005-03-011-22/+26
* Win32: output some useful debug messages when installing the serviceBill Stoddard2005-02-181-0/+4
* Win32: Move call of mpm_service_install to rewrite_args hook but continue thr...Bill Stoddard2005-02-181-7/+32
* Fix some symbols which should -not- be exported, and decorate real_exit_codeWilliam A. Rowe Jr2005-02-185-16/+16
* Get httpd-2.1 building once again on win32.William A. Rowe Jr2005-02-181-4/+2
* Remove unused variable.Paul Querna2005-02-181-1/+0
* *) include/httpd.h: Add a brigade for temporary uses in the core input filter...Paul Querna2005-02-171-4/+25
* restore google-ability of an ancient message of great importanceJeff Trawick2005-02-161-1/+1
* * include/ap_regex.h: Include apr.h not stdlib.h; replace pointlessJoe Orton2005-02-111-8/+9
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-115-43/+249
* Only recompile buildmark.c when we have to relink httpd.Justin Erenkrantz2005-02-101-2/+1
* Remove formatting characters from ap_log_error() calls. TheseJeff Trawick2005-02-091-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0475-75/+150
* Fix --with-apr=/usr and/or --with-apr-util=/usr.Justin Erenkrantz2005-02-041-1/+6
* Keep track of time taken to process requests again.Jim Jagielski2005-02-021-3/+3
* Remove upper limit on the LimitRequestFieldSize directiveBill Stoddard2005-01-311-7/+1
* limit_req_fieldsize is signed, correct a signedness error usingWilliam A. Rowe Jr2005-01-051-1/+1
* Eliminate a very ugly race - the parallel starting threads were pickingWilliam A. Rowe Jr2005-01-021-12/+14
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-022-5/+5
* * Add bits to use APR_TCP_DEFER_ACCEPTPaul Querna2004-12-111-1/+14
* * core_filters.c: If APR_MAX_IOVEC_SIZE is defined, make sure we are under th...Paul Querna2004-12-111-0/+8
* ap_queue_push: update comment to reflect realityGreg Ames2004-12-092-6/+8
* Revert patch r104923. This patch doesn't actually fix bug 18757 andBradley Nicholes2004-12-071-4/+1
* * server/mpm/experimental/event/event.c: Go through and reformat and correctJustin Erenkrantz2004-12-041-53/+58
* fix child process aborts withGreg Ames2004-12-031-3/+49
* worker MPM: Fix a problem which could cause httpd processes toJeff Trawick2004-12-022-59/+147
* Fix gcc "no previous prototype" warnings after reorganisation:Joe Orton2004-12-023-20/+21
* Declare the ap_set_listen* functions with AP_DECLARE_NONSTD for Win32 support.Justin Erenkrantz2004-11-301-4/+8
* zap extra blank in error messageJeff Trawick2004-11-291-1/+1
* * server/core.c: Give an error instead of silently going on when a section is...Paul Querna2004-11-291-0/+37
* Properly export ap_listen_* functions.Justin Erenkrantz2004-11-281-7/+7
* Fixing various compiler error when compiling against the latest version of Li...Bradley Nicholes2004-11-271-1/+1
* listener_thread: no functional changes, formatting changes onlyGreg Ames2004-11-271-116/+115
* only need one main listener loop.Greg Ames2004-11-271-13/+5
* Initial pass at refactoring some files to eliminate our 150K C source behemoths.Justin Erenkrantz2004-11-273-870/+937
* make the type field in listener_poll_type an enum to make gdb output moreGreg Ames2004-11-271-5/+7
* If thread_num is long, this better be an %ldWilliam A. Rowe Jr2004-11-261-2/+2
* Drop a worthless emit.William A. Rowe Jr2004-11-211-1/+2
* The Event MPM.Paul Querna2004-11-2010-3/+3098
* Remove the .cvsignore files.Joe Orton2004-11-199-60/+0
* remove out-of-date comment... BillS reports thatJeff Trawick2004-11-041-5/+0
* Fix for memory consumption DoS, CVE CAN-2004-0942:Joe Orton2004-11-041-47/+22