summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Actually change the defines and not only the comment.Ruediger Pluem2011-11-181-2/+2
* add conn_rec to error log hookJeff Trawick2011-11-182-2/+4
* Since we have branched 2.4.x we are now at 2.5.0 in trunk.Guenter Knauf2011-11-141-2/+2
* Added apreq to NetWare build.Guenter Knauf2011-11-145-52/+54
* As discussed at AC NA 2011Philip M. Gollucci2011-11-137-0/+2051
* relocate the .h files to play nice with the srclib setupPhilip M. Gollucci2011-11-108-2156/+0
* import apreq include filesPhilip M. Gollucci2011-11-108-0/+2156
* end-generation hook: Fix false notification of end-of-generation forJeff Trawick2011-11-101-0/+5
* And we are at 2.3.16-devJim Jagielski2011-11-091-2/+2
* Getting ready to tag 2.3.15-devJim Jagielski2011-11-091-1/+1
* Change def timeout from a nasty 5 mins to a more reasonable 1minJim Jagielski2011-11-081-1/+1
* Change default FileETag to be "size mtime", i.e. remove the inode. Adjust theStefan Fritsch2011-11-081-1/+2
* mod_lua: Expose SSL variables via r:ssl_var_lookup()Eric Covener2011-11-081-1/+2
* Only init the RNG once at startup. This saves some entropy and works around t...Stefan Fritsch2011-11-071-0/+2
* Call apr_random_after_fork() manually in the child processes because the MPMsStefan Fritsch2011-11-071-0/+3
* mod_include: Add support for application/x-www-form-urlencoded encodingGraham Leggett2011-10-292-1/+26
* Improve handling of maxlen = APR_SIZE_MAX, noticed by Jim.Stefan Fritsch2011-10-272-2/+2
* Limit ap_pregsub() to 64K, add ap_pregsub_ex() for longer strings and withStefan Fritsch2011-10-263-5/+31
* There is absolutely no reason to have two 4k-sized constant strmatch patternsStefan Fritsch2011-10-141-1/+3