summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a timed out connection going into the keep-alive state after a timeoutStefan Fritsch2011-05-141-0/+7
* Log messages at the various points where mod_deflate returns APR_EGENERAL.Stefan Fritsch2011-05-141-0/+31
* Update xformsJim Jagielski2011-05-131-0/+2
* Add in new mod_proxy "extension" module: mod_proxy_express.Jim Jagielski2011-05-131-0/+228
* Fix configure error when configuring module set "reallyall".Rainer Jung2011-05-121-1/+1
* Use APR_STATUS_IS_... in some more cases.Stefan Fritsch2011-05-112-2/+2
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-098-8/+8
* PR51163: Resolve crashes when LDAP is used for authorization-onlyEric Covener2011-05-081-8/+8
* replace recent AJP direct comparisons to APR_TIMEUP with APR_STATUS_IS_TIMEUP.Eric Covener2011-05-072-2/+2
* avoid compiler warnings with gccStefan Fritsch2011-05-011-2/+2
* fix some dead assignments found by the clang analyzerJeff Trawick2011-04-3010-23/+6
* Follow on to 1057048:Jeff Trawick2011-04-271-6/+9
* Fix double free in out-of-mem situationStefan Fritsch2011-04-261-8/+1
* mod_ldap: Make LDAPSharedCacheSize 0 create a non-shared-memory cache perStefan Fritsch2011-04-253-26/+42
* Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,Stefan Fritsch2011-04-251-1/+1
* Report filename and line number in config warningStefan Fritsch2011-04-251-1/+2
* avoid useless call to apr_pstrdupStefan Fritsch2011-04-221-1/+1
* Fixed missing struct member error introduced with r1092076.Guenter Knauf2011-04-141-1/+1
* try to prevent a single long request marking a worker in error.Jean-Frederic Clere2011-04-142-1/+10
* Remove unused variableStefan Fritsch2011-04-091-1/+0
* mod_ssl, ab: Support OpenSSL compiled without SSLv2 supportStefan Fritsch2011-04-083-6/+17
* rework choice of cgi implementation, handling MinGWJeff Trawick2011-04-071-6/+21
* Fixed sysinclude; removed trailing 0; fixed indent.Guenter Knauf2011-04-051-4/+3
* * add the constructed filter at TRACE1 to authn, and to existing debug authz Eric Covener2011-04-041-4/+7
* better error messageJim Jagielski2011-04-041-1/+2
* Fixed only some proxy prototype formats.Guenter Knauf2011-04-031-8/+12
* Fixed NetWare build for proxy modules.Guenter Knauf2011-04-038-18/+68
* *) mod_proxy_ajp: Add support for 'ProxyErrorOverride on'. PR 50945.Jim Jagielski2011-04-011-47/+93
* *) mod_proxy_fcgi: Add support for 'ProxyErrorOverride on' PR 50913.Jim Jagielski2011-04-011-50/+61
* More cleanups at cleanup... move to using pconf and then removeJim Jagielski2011-04-011-10/+16
* wrong stashJim Jagielski2011-04-011-0/+2
* Make the 'need to reset' more generic by extending its reachJim Jagielski2011-03-311-5/+6
* Better knowledge of when to adjust.Jim Jagielski2011-03-311-3/+6
* Implement reset() funcs for the LBmethods...Jim Jagielski2011-03-313-3/+28
* If we change the LB method, or we take add in a newJim Jagielski2011-03-313-2/+14
* Don't kill me mister...Jim Jagielski2011-03-311-8/+4
* Add in a configuration generation... this is independent ofJim Jagielski2011-03-311-1/+3
* Change the ap_cfg_getline() and ap_cfg_getc() to return an error code.Stefan Fritsch2011-03-291-4/+5
* change signed single-bit fields to unsignedJeff Trawick2011-03-295-69/+69
* Note util_ldap.h for convenienceWilliam A. Rowe Jr2011-03-291-0/+4
* mod_info: Dump config to stdout during startup if -DDUMP_CONFIG is Stefan Fritsch2011-03-281-23/+90
* always use (via break) the LDAP connection we're looking at once it's a match,Eric Covener2011-03-281-5/+2
* fix incorrect type of LDAP connection pool member, fix naming forsEric Covener2011-03-281-8/+8
* Resolve disagreement with its prototypeWilliam A. Rowe Jr2011-03-281-1/+1
* enable DEFAULT_REL_RUNTIMEDIR on NetWare and WindowsJeff Trawick2011-03-272-10/+0
* fix doxygen warningsJeff Trawick2011-03-272-1/+2
* Or, perhaps that's even clearer, without getting too verbose.Rich Bowen2011-03-231-1/+1
* Attemps to clarify a rather cryptic error message.Rich Bowen2011-03-231-2/+3
* Create dav.imp dynamically from header to catch all exports.Guenter Knauf2011-03-201-64/+0
* Removed dav_get_limit_xml_body() from mod_dav.h.Guenter Knauf2011-03-201-3/+0