]> granicus.if.org Git - apache/history - include/httpd.h
* Let mod_proxy_wstunnel and mod_proxy_connect use ap_proxy_transfer_between_connections
[apache] / include / httpd.h
2016-01-21 Rainer JungFix typo in comment (s/patterm/pattern/).
2015-12-30 Jim JagielskiNew support function: ap_getword_conf2[_nc] which acts
2015-12-29 Jim Jagielskirevert... hold off for now.
2015-12-29 Jim JagielskiOk... allow for getting "words" by also allowing the
2015-11-23 Jim Jagielskiwe just worry about "equality" with this implementation...
2015-11-23 Yann YlavicBefore they are used, rename ap_str[n]casecmp() to...
2015-11-21 William A. Rowe JrNot strictly ASCII only, but only ASCII char case is...
2015-11-21 Jim Jagielskifurther info re impl
2015-11-20 Jim Jagielskimake bill happy (if possible!)
2015-11-20 Jim JagielskiProvide our own impl of str[n]casecmp()
2015-10-22 Yann Ylaviccore: Limit to ten the number of tolerated empty lines...
2015-10-06 Graham LeggettAdd the AsyncFilter directive that allows the asynchron...
2015-10-04 Graham Leggettcore: Extend support for asynchronous write completion...
2015-09-03 Stefan Eissingfinal final change to the new ap_array_str_* functions...
2015-08-27 Stefan Eissinggiving ap_array_index a start parameter, adding ap_arra...
2015-08-18 Stefan Eissingcreating ap_array_index in util, forwarding scheme...
2015-08-17 Stefan Eissingintroducing ap_array_index in util, used in protocol...
2015-07-09 Yann Ylavics/\<\(\w\+\)\>\s\+\<\1\>/\1/g
2015-06-12 Yann Ylavichttp, mod_ssl: Introduce and return the 421 (Misdirecte...
2015-05-28 Jim JagielskiAllow for array of multiple simul requests per connecti...
2015-04-02 William A. Rowe JrNot that hard to explain...
2015-04-01 Graham Leggetthttp: Add support for RFC2324/RFC7168.
2015-03-05 Yann Ylaviccore: Follow up to r1664071: comments on new keep_alive...
2015-03-04 Yann Ylaviccore: If explicitly configured, use the KeepaliveTimeou...
2015-03-02 Eric CovenerPR54613: protect the invoke_mtx with #if APR_HAS_THREADS.
2014-07-15 Eric Covener *) SECURITY: CVE-2013-5704 (cve.mitre.org)
2014-07-15 Joe OrtonSECURITY (CVE-2014-0117): Fix a crash in mod_proxy...
2014-05-11 Eric CovenerPR56333: Add an API to resume a connection that a handl...
2014-04-24 Christophe JailletFollow up to r1384924 .
2014-02-07 Jim JagielskiAdd in the concept of "slave" connections...
2014-01-22 Jeff Trawickdoxygen improvements
2013-09-23 Jan KalužaAdd ap_errorlog_provider to make ErrorLog logging modul...
2013-08-13 Jeff Trawickfix Doxygen warnings/comments
2013-06-26 Eric Covenerfactor out DEFAULT_HANDLER_NAME
2013-06-21 Jeff Trawickfix doc for ap_pregsub_ex() return code
2013-06-09 Stefan FritschAllow use of strtoul()
2013-06-06 Graham LeggettNote the given functions will be available in APR.
2013-05-06 Graham Leggettcore: Add the ability to do explicit matching on weak...
2013-04-22 Graham Leggettcore, mod_ssl: Lift the restriction that prevents mod_s...
2013-03-22 Stefan Fritschdisable pool alloc poisoning if APR_POOL_DEBUG is enabl...
2013-02-20 Graham LeggettCorrect some spelling.
2013-01-15 Daniel RuggeriAdd helper function to execute command w args and get...
2013-01-01 Stefan FritschAdd some caching for password hash validation.
2012-12-30 Stefan FritschAdd an option to enforce stricter HTTP conformance
2012-12-29 Stefan Fritschextend description of r->hostname
2012-12-23 Stefan Fritschadd some nonnull fn attributes
2012-12-16 Stefan Fritschadd new ap_bin2hex() utility function
2012-11-18 Stefan Fritschs/;;/;/
2012-11-18 Stefan Fritschadd attribute nonnull to a few functions
2012-10-03 Joe OrtonExtract some more data through the server load API:
2012-09-24 Jim JagielskiBreak out loadavg from Apache load.... one is quick...
2012-09-24 Jim Jagielskiminor name change, but I expect most will just want...
2012-09-24 Jim JagielskiWould be nice to have some sort of canonical definition
2012-09-14 Stefan Fritschap_sub_req_lookup_dirent() depends on the over-allocati...
2012-09-04 Daniel GrunoA dependant is depentent on a dependency (note the...
2012-08-19 Jeff Trawickfix typo in comment
2012-07-27 Daniel Grunoap_str(case)cmp_match returns the opposite of what...
2012-07-19 Jeff Trawickmodernize some commentary on APEXIT_foo values
2012-07-15 Rainer JungFix indentation.
2012-07-15 Rainer JungAdd missing HTTP status codes taken from
2012-05-10 Rich Bowens/sinlge/single as per tid 53216. Via Christophe JAILLET
2012-04-26 Stefan FritschTry to clarify what client_ip/client_addr means and...
2012-04-20 Stefan Fritschfix some comments
2012-02-27 Stefan FritschTake care not to call ap_start_lingering_close from...
2012-02-24 Stefan FritschIn maintainer mode, replace apr_palloc with a version...
2012-02-04 Stefan FritschReplace ap_create_core_ctx()/ap_core_ctx_get_bb() with...
2012-01-23 Stefan FritschMake the core input/output filter contexts private...
2012-01-09 Stefan FritschFix cut'n'paster error
2012-01-09 Stefan FritschRename ap_func_attr_* macros to AP_FN_ATTR_*
2012-01-06 William A. Rowe JrClean up size_t abuse, part 2. ap_malloc/calloc/reallo...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that directly...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-12-07 Joe Orton* include/httpd.h, server/mpm/*/*.h: Tidy up doxygen...
2011-12-07 Joe Orton* include/: Various doxy markup tweaks.
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-11-20 Stefan FritschFix segfault caused by r1204104 on non-async mpms.
2011-11-19 Stefan FritschRemove MPM-private stuff from conn_state_t
2011-11-08 Jim JagielskiChange def timeout from a nasty 5 mins to a more reason...
2011-10-29 Graham Leggettmod_include: Add support for application/x-www-form...
2011-10-27 Stefan FritschImprove handling of maxlen = APR_SIZE_MAX, noticed...
2011-10-25 Stefan FritschLimit ap_pregsub() to 64K, add ap_pregsub_ex() for...
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-19 Stefan FritschAdd wrappers for malloc, calloc, realloc that check...
2011-09-16 Stefan FritschFix cut'n'paste errors: APR_DECLARE -> AP_DECLARE
2011-09-15 Stefan FritschCreate wrapper API for apr_random;
2011-07-27 Daniel RuggeriAdd AllowOverrideList directive and documentation
2011-06-22 Stefan FritschWe already have ap_str_tolower(), so also add ap_str_to...
2011-06-19 Stefan FritschSome improvements for handling of many connections...
2011-06-05 Stefan Fritsch- Introduce concept of context prefix (which is an...
2011-04-25 Jeff Trawickspelling fix
2011-03-27 Jeff Trawickfix doxygen warnings
2011-03-16 Daniel Earl Poiriercore: AllowEncodedSlashes new option NoDecode to allow...
2011-03-03 Jeff Trawickspelling fix in a comment
2011-02-26 Guenter KnaufAxed C++ comments and tabs.
2011-02-18 Jim JagielskiExpose "new" ap_parse_form_data() function instead...
2011-02-03 Stefan FritschRaise DYNAMIC_MODULE_LIMIT to 256
2011-01-21 Stefan FritschMake ap_pstr2_alnum accept const char dest
2011-01-20 Stefan FritschAdd support to set variables with the 'Define' directiv...
next