| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, | Jeff Trawick | 2009-11-24 | 1 | -1/+2 |
* | actually modify the MMN for the dav_error change, as expected with r882274 | Jeff Trawick | 2009-11-19 | 1 | -1/+1 |
* | Remove errno from dav_error interface. Calls to dav_new_error() | Jeff Trawick | 2009-11-19 | 1 | -0/+1 |
* | Stop trying to set the referral HOP limit on each connection since most SDKs ... | Eric Covener | 2009-10-31 | 1 | -2/+3 |
* | add LDAPLibraryDebug directive to mod_ldap to turn on | Eric Covener | 2009-10-30 | 1 | -1/+2 |
* | Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch. | Daniel Earl Poirier | 2009-10-28 | 1 | -3/+5 |
* | Allow ProxyPreserveHost to work in <Proxy> sections | Stefan Fritsch | 2009-10-11 | 1 | -2/+4 |
* | mod_logio: introduce new optional function ap_logio_get_last_bytes to get | Stefan Fritsch | 2009-10-08 | 1 | -2/+4 |
* | Enhance ap_hook_monitor to pass along a server_rec (in | Jim Jagielski | 2009-09-25 | 1 | -0/+2 |
* | mod_dav: Allow other modules to add things to the DAV or Allow headers | Graham Leggett | 2009-09-14 | 1 | -0/+1 |
* | * Lower memory usage by reusing the brigade instead of constantly | Ruediger Pluem | 2009-09-14 | 1 | -1/+3 |
* | fixed typo. | Guenter Knauf | 2009-07-05 | 1 | -1/+1 |
* | Fixed comment. Submitted by Arfrever Frehtes Taifersar Arahesis. | Guenter Knauf | 2009-06-27 | 1 | -1/+1 |
* | Fix docs and bump mmn minor | William A. Rowe Jr | 2009-05-15 | 1 | -1/+2 |
* | document the key API considerations related to the changes for loadable MPMs,... | Jeff Trawick | 2009-04-02 | 1 | -2/+5 |
* | rename the new retained-data APIs to ap_retained_data_create()/ap_retained_da... | Jeff Trawick | 2009-03-30 | 1 | -1/+1 |
* | Provide ap_set_retained_data()/ap_get_retained_data() for preservation | Jeff Trawick | 2009-03-25 | 1 | -1/+2 |
* | Add conn_rec::current_thread. | Paul Querna | 2009-02-09 | 1 | -1/+2 |
* | Disabled DefaultType directive and removed ap_default_type() | Roy T. Fielding | 2009-01-30 | 1 | -1/+2 |
* | Reflect the unixd_setup_child() rename (r739151) in the MMN (mod_backdoor nee... | Jeff Trawick | 2009-01-30 | 1 | -1/+2 |
* | Add support for escaping all non-ascii chars to ap_escape_html, and use | Nick Kew | 2008-12-31 | 1 | -0/+2 |
* | Remove unused sb_type member from process_score structure and | Chris Darroch | 2008-12-12 | 1 | -2/+3 |
* | bump minor for new apis | Paul Querna | 2008-12-07 | 1 | -1/+2 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 1 | -1/+2 |
* | Prevent AP_FILTER_ERROR from being misinterpreted as SUSPENDED when checking | Eric Covener | 2008-11-29 | 1 | -2/+5 |
* | * Rip out the old flushing approach for solving lifetime issues between the | Ruediger Pluem | 2008-11-08 | 1 | -1/+4 |
* | Fix handling of authz configurations, make default authz logic replicate | Chris Darroch | 2008-11-02 | 1 | -1/+3 |
* | major not minor bump for r709708 | Chris Darroch | 2008-11-01 | 1 | -3/+3 |
* | remove unused AUTHZ_GROUP_NOTE define | Chris Darroch | 2008-11-01 | 1 | -1/+2 |
* | whitespace cleanup | Chris Darroch | 2008-11-01 | 1 | -6/+6 |
* | * Move ap_timeout_parameter_parse from mod_proxy.c to server/util.c and thus | Ruediger Pluem | 2008-10-22 | 1 | -1/+2 |
* | Minor bump when exporting mod_rewrite.h | Graham Leggett | 2008-10-15 | 1 | -1/+2 |
* | Introduce Suspendable Requests to the Event MPM. | Paul Querna | 2008-09-20 | 1 | -1/+2 |
* | mod_session_cookie, mod_session_dbd: Make sure cookies are set both | Graham Leggett | 2008-08-30 | 1 | -1/+2 |
* | The cookie attributes to fix cookie removal required an MMN bump | Graham Leggett | 2008-08-29 | 1 | -2/+3 |
* | Allow determination of whether to use ';' as | Jim Jagielski | 2008-08-21 | 1 | -1/+2 |
* | * Add the possibility to set a separate connection timeout for backend | Ruediger Pluem | 2008-08-09 | 1 | -1/+4 |
* | revert r672639 which lacked a necessary major bump, add a major MMN bump | Eric Covener | 2008-07-23 | 1 | -2/+3 |
* | fix comment associated with MMN change | Eric Covener | 2008-07-07 | 1 | -1/+1 |
* | mod_auth_digest: Detect during startup when AuthDigestProvider | Eric Covener | 2008-06-29 | 1 | -1/+2 |
* | Switch ftp_directory_charset and interpolate_env in proxy_dir_conf, | Nick Kew | 2008-05-28 | 1 | -2/+5 |
* | Currently each of the caching module includes logic to implement | Dirk-Willem van Gulik | 2008-04-17 | 1 | -1/+3 |
* | Add major bump for removing ap_graceful_stop_signalled | Paul Querna | 2008-04-07 | 1 | -2/+3 |
* | Rename the ap_escape_path_segment_b function as suggested by | Graham Leggett | 2008-04-05 | 1 | -1/+2 |
* | Attempt to correct major bump from previous commit (r644253). | Chris Darroch | 2008-04-04 | 1 | -3/+4 |
* | HTTPD Core: Implement <If> sections for conditional (runtime) configuration. | Nick Kew | 2008-04-03 | 1 | -1/+3 |
* | Flesh out ap_expr with: | Nick Kew | 2008-03-31 | 1 | -1/+2 |
* | Introduce ap_expr expression parser API | Nick Kew | 2008-03-29 | 1 | -1/+2 |
* | mmn bump for chroot (r611483) | Nick Kew | 2008-03-19 | 1 | -1/+2 |
* | Minor bump for r611199, third time's a charm (change history modified in prev... | Eric Covener | 2008-01-12 | 1 | -1/+1 |