]> granicus.if.org Git - apache/history - include/httpd.h
Doxygen fix + alignment + typo
[apache] / include / httpd.h
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...
2011-01-19 Jim JagielskiMake it clear that '_' is a possible char and accepted
2011-01-19 Jim JagielskiMake the balancer shared memory slot more human readabl...
2010-10-23 Stefan FritschClarify usage of ap_pregcomp/ap_pregfree
2010-09-05 Stefan FritschAdd ErrorLogFormat directive for configuring the error...
2010-08-18 Jim JagielskiPull out "does request have a body" logic to a central
2010-07-21 Paul QuernaCVE-2010-1452: Fix handling of missing path segments...
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-30 Stefan FritschTo save memory, make module_levels a vector of chars...
2010-06-19 Stefan FritschAdd deferred write pool to core_output_filter to clean...
2010-06-06 Stefan Fritsch- Add loglevels to request_rec and conn_rec
2010-06-06 Stefan Fritsch- Introduce log levels trace1/.../trace8
2010-02-03 Stefan FritschAdd docstring for ap_pregsub()
2009-10-28 Daniel Earl PoirierFix a lot of doxygen warnings. Thanks to Brad Hards...
2009-09-28 Joe Orton* include/httpd.h: Fix comment implying that LimitReque...
2009-09-25 Jim JagielskiEnhance ap_hook_monitor to pass along a server_rec (in
2009-09-14 Ruediger Pluem* Lower memory usage by reusing the brigade instead...
2009-08-26 Brian HavardBring back OS/2 support.
2009-04-03 Jeff Trawickthe only "retuned" in the entire server was, alas,...
2009-03-26 Jeff Trawickremove OS/2 platform support
2009-03-26 Jeff Trawickremove BeOS OS support
2009-02-09 Paul QuernaAdd conn_rec::current_thread.
2009-01-30 Roy T. FieldingDisabled DefaultType directive and removed ap_default_t...
2008-12-31 Nick KewAdd support for escaping all non-ascii chars to ap_esca...
2008-12-05 Paul QuernaMerge mod_wombat from the wombat branch:
2008-12-05 Paul QuernaNew API, ap_body_to_table, a very ineffeicent and bad...
2008-11-29 Eric CovenerPrevent AP_FILTER_ERROR from being misinterpreted as...
2008-10-22 Ruediger Pluem* Move ap_timeout_parameter_parse from mod_proxy.c...
next