summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prevent the server from crashing when entering infinite loops. TheAndré Malo2003-05-192-0/+173
* fix a bogus check for IPv6 support that led to an unnecessaryJeff Trawick2003-05-131-1/+1
* Porting to BS2000: the antique interface (BS2000Account) no longer existsMartin Kraemer2003-05-091-16/+0
* Throw a warning if AllowOverride is used inside of <Location> or <Files>.André Malo2003-05-021-0/+7
* prefork MPM: Use the right permissions for the directory createdJeff Trawick2003-04-241-1/+4
* the error code is in the apr_status_t, not errnoJeff Trawick2003-04-241-1/+1
* improve -DONE_PROCESS handling with prefork MPM so thatJeff Trawick2003-04-231-4/+13
* Fix ap_construct_url() so that it surrounds IPv6 literal addressJeff Trawick2003-04-221-1/+18
* fix some discrepancies between format strings and arguments,Jeff Trawick2003-04-161-3/+3
* Enable ap_sock_disable_nagle for Windows. This along with the addition ofAllan K. Edwards2003-04-161-1/+1
* consolidate code related to sig_coredumpJeff Trawick2003-04-0911-337/+142
* Add .NOTPARALLEL target for exports.c. This allows a parallel make build toJustin Erenkrantz2003-04-061-0/+3
* Don't run regex cleanups before execBrian Pane2003-03-311-1/+2
* Quit registering *two* cleanups listening sockets prior to exec.William A. Rowe Jr2003-03-311-2/+13
* Simplify and shorten the code path for scanning request headersBrian Pane2003-03-291-81/+31
* ap_rgetline_core: set the number of bytes read & copied into the caller'sGreg Ames2003-03-271-0/+3
* Need to report a select() error vs a timeout. Also avoid hogging the CPU onBradley Nicholes2003-03-261-1/+7
* ap_get_mime_headers_core: allocate space for the trailing null when thereGreg Ames2003-03-241-3/+4
* Oops - undo wrong commitMartin Kraemer2003-03-241-2/+0
* On failures, try to add a hint what went wrongMartin Kraemer2003-03-242-2/+4
* SECURITY: Eliminated leaks of several file descriptors to childWilliam A. Rowe Jr2003-03-203-2/+8
* Fixed a small logic problem when printing out the console command helpBradley Nicholes2003-03-181-1/+1
* After discussions at length on dev@apr/httpd, it is determined thatWilliam A. Rowe Jr2003-03-112-2/+2
* clean up the invocation of APR_CHECK_APR_DEFINE()...Jeff Trawick2003-03-071-1/+1
* Minor MMN bump:André Malo2003-03-072-2/+65
* Linux 2.4+: enable coredumps when Apache is started as root ifGreg Ames2003-03-061-0/+2
* * include/http_config.hSander Striker2003-03-061-6/+56
* Added the WindowsSocketsWorkaroud directive for Windows NT/2000/XPAllan K. Edwards2003-03-043-11/+58
* Apache hooks return int: so s/apr_status_t/int/Stas Bekman2003-03-011-1/+1
* fix some license text which was inadvertently lostJeff Trawick2003-02-281-1/+1
* Win32: Avoid busy wait which consumes 100% of the CPU when all the workerBill Stoddard2003-02-261-52/+84
* check the return value of ap_run_pre_connection(). So if theStas Bekman2003-02-261-2/+6
* add a hint about handling of IPv4-mapped IPv6 addressesJeff Trawick2003-02-221-1/+6
* After consultations on the APR list, it was decided that /map files areWilliam A. Rowe Jr2003-02-201-4/+4
* remove unused variable.André Malo2003-02-181-1/+1
* While processing filters on internal redirects, remember seen EOSAndré Malo2003-02-181-0/+10
* Don't emit an error when there is no body.Justin Erenkrantz2003-02-171-0/+5
* Allow restart of httpd to occur even with syntax errors in the configJustin Erenkrantz2003-02-172-12/+26
* Rework ap_xml_parse_input to work with bucket brigades rather than doing allJustin Erenkrantz2003-02-171-24/+45
* Rework the delete-exports target once more. Leave a comment there explainingJustin Erenkrantz2003-02-171-7/+15
* fill out parms->err_directive while looking for open parents.André Malo2003-02-151-1/+3
* Avoid passing too many characters to getenv. Make sure that only theBradley Nicholes2003-02-121-1/+3
* Fix an existing problem with error handling in piped_log_spawn().Jeff Trawick2003-02-101-11/+27
* Make failing piped loggers work more like apache-1.3 byJeff Trawick2003-02-041-7/+3
* finished that boring job:André Malo2003-02-0366-66/+66
* Enabled the -n parameter on NetWare to allow the administrator to renameBradley Nicholes2003-01-292-1/+11
* Conditionally revert the otherchild logic from the WinNT MPM, based onWilliam A. Rowe Jr2003-01-291-4/+21
* Fix typo in echo statement.Justin Erenkrantz2003-01-281-1/+1
* Throw out export_files if exports.c is out-of-date as well.Justin Erenkrantz2003-01-281-2/+2
* Fix "Satisfy Any" logic. The access_checker has nothing to do withAndré Malo2003-01-281-6/+2