summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert r1294936 (Jeff's revert) and fix NetWare / Win32 build.Guenter Knauf2012-03-212-38/+49
* revert r1294936, which fixed MPM DSO load failures on AIXJeff Trawick2012-03-162-32/+23
* BumpJim Jagielski2012-03-081-1/+1
* Docs (and minor comment change) for DefaultRuntimeDir directiveJim Jagielski2012-03-071-1/+1
* Fold on Jeff's DefaultRuntimeDir impl... docs on the wayJim Jagielski2012-03-073-0/+14
* Fix MPM DSO load failure on AIX.Jeff Trawick2012-02-292-23/+32
* Take care not to call ap_start_lingering_close from the listener thread,Stefan Fritsch2012-02-271-3/+5
* Fix another compiler warningStefan Fritsch2012-02-251-1/+1
* Fix compiler warningStefan Fritsch2012-02-251-1/+1
* Fix MMN in commentStefan Fritsch2012-02-241-1/+1
* In maintainer mode, replace apr_palloc with a version thatStefan Fritsch2012-02-242-1/+19
* Add AP_HAVE_C99 to make correct check for C99 less onerousStefan Fritsch2012-02-212-7/+10
* BZ 52623: Fix building against PCRE 8.30.Rainer Jung2012-02-112-2/+3
* Fix spelling.Graham Leggett2012-02-101-1/+1
* Replace ap_create_core_ctx()/ap_core_ctx_get_bb() with a hookStefan Fritsch2012-02-043-19/+26
* Fix various filter functions to return apr_status_t instead of intStefan Fritsch2012-02-031-3/+3
* Forgot to bump MMN when advancing theRainer Jung2012-02-011-1/+2
* I guess that makes sense.Rainer Jung2012-01-311-1/+1
* Update copyrights for externally visible and changed codeRainer Jung2012-01-311-1/+1
* Make the core input/output filter contexts private and provide accessor APIsStefan Fritsch2012-01-233-25/+39
* SECURITY (CVE-2012-0031): Fix possible crash on shutdown if a childJoe Orton2012-01-112-2/+2
* Fix cut'n'paster errorStefan Fritsch2012-01-091-1/+1
* Rename ap_func_attr_* macros to AP_FN_ATTR_*Stefan Fritsch2012-01-097-16/+31
* Core configuration: add AllowOverride option to treat syntaxNick Kew2012-01-093-3/+11
* Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitlyWilliam A. Rowe Jr2012-01-065-10/+15
* Avoid using C++ reserved word 'new' in arg name in headerStefan Fritsch2012-01-021-5/+7
* Add new ap_list_provider_groups() API for mod_infoStefan Fritsch2011-12-302-1/+16
* Allow for changing of string more easily...Jim Jagielski2011-12-141-3/+3
* Further clarify the naming of the entity that directly connects to us byGraham Leggett2011-12-141-2/+2
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-2/+2
* Limit length of lines in .htaccess to 8K again, to reduce DoS potential.Stefan Fritsch2011-12-122-3/+7
* * include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by movingJoe Orton2011-12-071-0/+1
* * include/: Various doxy markup tweaks.Joe Orton2011-12-074-12/+21
* * include/util_varbuf.h: Doxygen tweaks.Joe Orton2011-12-071-1/+2
* -1 to introducing new months so late in the release cycleStefan Fritsch2011-12-041-1/+1
* mod_proxy: Note that proxy_lb_workers was removed from the public API.Graham Leggett2011-12-031-1/+1
* MMN bump for the removals from the public mod_proxy API.Graham Leggett2011-12-031-2/+11
* update MMN, not only the commentStefan Fritsch2011-12-031-1/+1
* Add APLOGNO() macro for unique tags for every log message.Stefan Fritsch2011-12-022-0/+9
* mod_session: Use apr_status_t as a return code across the mod_session API,Graham Leggett2011-12-021-1/+2
* mod_cache: Apply the API change that allows future mod_cache providers toGraham Leggett2011-11-301-1/+2
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-4/+4
* Use varargs...Jim Jagielski2011-11-241-4/+5
* fix commentStefan Fritsch2011-11-231-1/+1
* Add ap_pass_brigade_fchk() which does a Filter CHecK on theJim Jagielski2011-11-231-0/+20
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-0/+6
* Pass ap_errorlog_info to error_log hook.Stefan Fritsch2011-11-213-23/+21
* Fix segfault caused by r1204104 on non-async mpms.Stefan Fritsch2011-11-201-1/+1
* Remove MPM-private stuff from conn_state_tStefan Fritsch2011-11-202-14/+3
* Limit recursion in ap_expr evaluation to avoid unbounded stack usageStefan Fritsch2011-11-192-1/+4