summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * server/util_filter.c (ap_save_brigade): Be more tolerant of a bucketJoe Orton2004-11-021-3/+8
* Change core connection handling so that a connection-orientedJeff Trawick2004-11-011-1/+16
* add ap_log_cerror(); use it in a couple of places in core output filterJeff Trawick2004-10-292-10/+28
* Use a more descriptive error message, and make it an INFO insteead of NOTICE.Paul Querna2004-10-251-2/+2
* PR: 31875Nick Kew2004-10-251-0/+10
* This will put some messages in the error log when some people try a lamePaul Querna2004-10-251-1/+4
* veto and revert win64 patch: 64bit changes must percolate from theRoy T. Fielding2004-10-246-59/+47
* WIN64: API changes to clean up Windows 64bit compile warningsAllan K. Edwards2004-10-226-47/+59
* Minor comment fixes, no code changes:Erik Abele2004-10-111-1/+1
* parm cast should be DWORDAllan K. Edwards2004-10-061-2/+2
* remove dead codeJeff Trawick2004-10-061-4/+0
* clarify select() usage on WindowsAllan K. Edwards2004-10-061-1/+2
* WIN64: fix some windows specific 64bit warningsAllan K. Edwards2004-10-061-2/+2
* WIN64: SOCKET is not int on 64bit platformsAllan K. Edwards2004-10-051-6/+6
* * server/util_filter.c (ap_save_brigade): Handle an ENOTIMPL setasideJoe Orton2004-09-261-4/+15
* * server/mpm_common.c (dummy_connection): Log the address if theJoe Orton2004-09-231-1/+1
* * server/log.c (log_error_core): For APLOG_DEBUG on Unix, if __FILE__Joe Orton2004-09-221-1/+8