summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* add comment from event MPM's fdqueue ap_pop_pool() regardingChris Darroch2008-03-041-0/+8
* * lfi is already a pointer in contrast fi which was used before.Ruediger Pluem2008-03-031-1/+1
* core: fix SymlinksIfOwnerMatch checking:Nick Kew2008-03-031-2/+3
* * Add hint to PR in comment. No functional change.Ruediger Pluem2008-02-232-2/+2
* * Second part of fix for PR 44402:Ruediger Pluem2008-02-222-3/+9
* Worker MPM: fix race conditionNick Kew2008-02-221-3/+7
* As per PR 41823 - s/apache.exe/httpd.exeTony Stevenson2008-02-081-1/+1
* Avoid core dumps by getting the signal_description only ifMartin Kraemer2008-02-011-2/+5
* * server/mpm_common.c (reclaim_one_pid): Retrieve the exit status fromJoe Orton2008-01-181-1/+6
* * server/mpm/prefork/prefork.c (child_main): If apr_pollset_poll()Joe Orton2008-01-181-0/+6
* * server/mpm/prefork/prefork.c (child_main): Unlock the mutex beforeJoe Orton2008-01-181-0/+1
* Eliminate silly redundancyWilliam A. Rowe Jr2008-01-061-6/+2
* Copying this code requires a (global) pool and rv declaration.William A. Rowe Jr2008-01-061-4/+6
* Resolve console-mode stdout file descriptor issues for mod_perl by replacingWilliam A. Rowe Jr2008-01-061-0/+18
* winnt_mpm: Restore Win32DisableAcceptEx On directive and Win9x platformWilliam A. Rowe Jr2008-01-051-1/+1
* Close the child_exit_event which lives only for the scopeWilliam A. Rowe Jr2007-12-311-0/+2
* On win32, we must never, never close the parent's copy of theWilliam A. Rowe Jr2007-12-311-1/+12
* Fix winnt bucket_alloc to borrow memory from the transactionWilliam A. Rowe Jr2007-12-291-2/+3
* Fix typo in error message (noticed by gryzor on IRC)Nick Kew2007-12-281-1/+1
* * Revert to old behaviour: Even if we detect a bad character: Formally decodeRuediger Pluem2007-12-251-0/+2
* * Do not set filter context brigade to NULL (and thus need to recreate it eachRuediger Pluem2007-12-111-3/+1
* * Enable the proxy to keep connections persistent in the HTTPS case.Ruediger Pluem2007-12-081-0/+12
* Alternate fix... profiling indicates that the stringJim Jagielski2007-12-081-4/+1
* Further to r599711; document new API guarantee for handling non-NULLJoe Orton2007-12-031-2/+3
* * Use the correct pool when adding connection level filters.Ruediger Pluem2007-11-301-1/+1
* Ignore ctags/etags output, some small Doxygen fixesSander Temme2007-11-131-1/+1
* core: Add the option to keep aside a request body up to a certainGraham Leggett2007-11-081-0/+10
* * Use the same declaration for ap_time_process_request as in the header file.Ruediger Pluem2007-11-041-1/+1
* Add in SeeRequestTail directive, to handle the shortcomingJim Jagielski2007-10-311-12/+38
* Otherwise it doesn't compile on HP-UX when using cc.Jean-Frederic Clere2007-10-301-1/+1
* Prevent 1-byte overflow on 8192 boundary (see PR 43310)Jim Jagielski2007-10-291-1/+1
* Fix possible crash at startup in case of nonexistent DocumentRoot.Nick Kew2007-10-271-0/+3
* Add option not to send&clear response headers in ap_send_interim_response.Nick Kew2007-10-271-3/+5
* Actually re-fix Christian's recommendation, someone previously caught this.William A. Rowe Jr2007-10-241-2/+2
* MMN major bump required; this API is altogether inconsistent, transparentWilliam A. Rowe Jr2007-10-241-3/+9
* Unless I've misread this, POD is write-blocking, read nonblocking timeout 0.William A. Rowe Jr2007-10-241-1/+2
* We now have an API to describe pipe creation timeout states, so use itWilliam A. Rowe Jr2007-10-241-2/+3
* * server/util_filter.c (ap_filter_flush): Tweak comment; no functionalJoe Orton2007-10-111-6/+5
* * server/util_filter.c (ap_filter_flush): Ensure that the brigade isJoe Orton2007-10-111-1/+12
* Introduce ap_send_interim_response function and API, for interimNick Kew2007-10-071-0/+35
* Share a single write-pipe handle for piped stderr logging, thisWilliam A. Rowe Jr2007-09-281-0/+10
* redux, use Rudgier's instead, better comments.William A. Rowe Jr2007-09-281-6/+0
* Correct the approach to std file handles by simplifying the approach William A. Rowe Jr2007-09-282-50/+27
* Logging fixes, round two. Authored and Reviewed by both rplume and wroweWilliam A. Rowe Jr2007-09-281-0/+6
* Reinstate location walk for subrequestsNick Kew2007-09-261-7/+3
* PR 40037: try to avoid risk of misleading the lusers when theyNick Kew2007-09-241-2/+2
* Fix r578332 for backslashing filesystems, as noted by rpluemNick Kew2007-09-221-0/+4
* * Rationalise the two ap_unescape_url versionsNick Kew2007-09-221-43/+36
* Some minor cleanups:Jim Jagielski2007-09-121-13/+12
* lb_score is bigger proxy_worker_stat. Prevent wasting space.Jean-Frederic Clere2007-09-121-10/+21