| Commit message (Expand) | Author | Age | Files | Lines |
* | add comment from event MPM's fdqueue ap_pop_pool() regarding | Chris Darroch | 2008-03-04 | 1 | -0/+8 |
* | * lfi is already a pointer in contrast fi which was used before. | Ruediger Pluem | 2008-03-03 | 1 | -1/+1 |
* | core: fix SymlinksIfOwnerMatch checking: | Nick Kew | 2008-03-03 | 1 | -2/+3 |
* | * Add hint to PR in comment. No functional change. | Ruediger Pluem | 2008-02-23 | 2 | -2/+2 |
* | * Second part of fix for PR 44402: | Ruediger Pluem | 2008-02-22 | 2 | -3/+9 |
* | Worker MPM: fix race condition | Nick Kew | 2008-02-22 | 1 | -3/+7 |
* | As per PR 41823 - s/apache.exe/httpd.exe | Tony Stevenson | 2008-02-08 | 1 | -1/+1 |
* | Avoid core dumps by getting the signal_description only if | Martin Kraemer | 2008-02-01 | 1 | -2/+5 |
* | * server/mpm_common.c (reclaim_one_pid): Retrieve the exit status from | Joe Orton | 2008-01-18 | 1 | -1/+6 |
* | * server/mpm/prefork/prefork.c (child_main): If apr_pollset_poll() | Joe Orton | 2008-01-18 | 1 | -0/+6 |
* | * server/mpm/prefork/prefork.c (child_main): Unlock the mutex before | Joe Orton | 2008-01-18 | 1 | -0/+1 |
* | Eliminate silly redundancy | William A. Rowe Jr | 2008-01-06 | 1 | -6/+2 |
* | Copying this code requires a (global) pool and rv declaration. | William A. Rowe Jr | 2008-01-06 | 1 | -4/+6 |
* | Resolve console-mode stdout file descriptor issues for mod_perl by replacing | William A. Rowe Jr | 2008-01-06 | 1 | -0/+18 |
* | winnt_mpm: Restore Win32DisableAcceptEx On directive and Win9x platform | William A. Rowe Jr | 2008-01-05 | 1 | -1/+1 |
* | Close the child_exit_event which lives only for the scope | William A. Rowe Jr | 2007-12-31 | 1 | -0/+2 |
* | On win32, we must never, never close the parent's copy of the | William A. Rowe Jr | 2007-12-31 | 1 | -1/+12 |
* | Fix winnt bucket_alloc to borrow memory from the transaction | William A. Rowe Jr | 2007-12-29 | 1 | -2/+3 |
* | Fix typo in error message (noticed by gryzor on IRC) | Nick Kew | 2007-12-28 | 1 | -1/+1 |
* | * Revert to old behaviour: Even if we detect a bad character: Formally decode | Ruediger Pluem | 2007-12-25 | 1 | -0/+2 |
* | * Do not set filter context brigade to NULL (and thus need to recreate it each | Ruediger Pluem | 2007-12-11 | 1 | -3/+1 |
* | * Enable the proxy to keep connections persistent in the HTTPS case. | Ruediger Pluem | 2007-12-08 | 1 | -0/+12 |
* | Alternate fix... profiling indicates that the string | Jim Jagielski | 2007-12-08 | 1 | -4/+1 |
* | Further to r599711; document new API guarantee for handling non-NULL | Joe Orton | 2007-12-03 | 1 | -2/+3 |
* | * Use the correct pool when adding connection level filters. | Ruediger Pluem | 2007-11-30 | 1 | -1/+1 |
* | Ignore ctags/etags output, some small Doxygen fixes | Sander Temme | 2007-11-13 | 1 | -1/+1 |
* | core: Add the option to keep aside a request body up to a certain | Graham Leggett | 2007-11-08 | 1 | -0/+10 |
* | * Use the same declaration for ap_time_process_request as in the header file. | Ruediger Pluem | 2007-11-04 | 1 | -1/+1 |
* | Add in SeeRequestTail directive, to handle the shortcoming | Jim Jagielski | 2007-10-31 | 1 | -12/+38 |
* | Otherwise it doesn't compile on HP-UX when using cc. | Jean-Frederic Clere | 2007-10-30 | 1 | -1/+1 |
* | Prevent 1-byte overflow on 8192 boundary (see PR 43310) | Jim Jagielski | 2007-10-29 | 1 | -1/+1 |
* | Fix possible crash at startup in case of nonexistent DocumentRoot. | Nick Kew | 2007-10-27 | 1 | -0/+3 |
* | Add option not to send&clear response headers in ap_send_interim_response. | Nick Kew | 2007-10-27 | 1 | -3/+5 |
* | Actually re-fix Christian's recommendation, someone previously caught this. | William A. Rowe Jr | 2007-10-24 | 1 | -2/+2 |
* | MMN major bump required; this API is altogether inconsistent, transparent | William A. Rowe Jr | 2007-10-24 | 1 | -3/+9 |
* | Unless I've misread this, POD is write-blocking, read nonblocking timeout 0. | William A. Rowe Jr | 2007-10-24 | 1 | -1/+2 |
* | We now have an API to describe pipe creation timeout states, so use it | William A. Rowe Jr | 2007-10-24 | 1 | -2/+3 |
* | * server/util_filter.c (ap_filter_flush): Tweak comment; no functional | Joe Orton | 2007-10-11 | 1 | -6/+5 |
* | * server/util_filter.c (ap_filter_flush): Ensure that the brigade is | Joe Orton | 2007-10-11 | 1 | -1/+12 |
* | Introduce ap_send_interim_response function and API, for interim | Nick Kew | 2007-10-07 | 1 | -0/+35 |
* | Share a single write-pipe handle for piped stderr logging, this | William A. Rowe Jr | 2007-09-28 | 1 | -0/+10 |
* | redux, use Rudgier's instead, better comments. | William A. Rowe Jr | 2007-09-28 | 1 | -6/+0 |
* | Correct the approach to std file handles by simplifying the approach | William A. Rowe Jr | 2007-09-28 | 2 | -50/+27 |
* | Logging fixes, round two. Authored and Reviewed by both rplume and wrowe | William A. Rowe Jr | 2007-09-28 | 1 | -0/+6 |
* | Reinstate location walk for subrequests | Nick Kew | 2007-09-26 | 1 | -7/+3 |
* | PR 40037: try to avoid risk of misleading the lusers when they | Nick Kew | 2007-09-24 | 1 | -2/+2 |
* | Fix r578332 for backslashing filesystems, as noted by rpluem | Nick Kew | 2007-09-22 | 1 | -0/+4 |
* | * Rationalise the two ap_unescape_url versions | Nick Kew | 2007-09-22 | 1 | -43/+36 |
* | Some minor cleanups: | Jim Jagielski | 2007-09-12 | 1 | -13/+12 |
* | lb_score is bigger proxy_worker_stat. Prevent wasting space. | Jean-Frederic Clere | 2007-09-12 | 1 | -10/+21 |