]> granicus.if.org Git - apache/history - include/httpd.h
Introduce a per connection "peer_ip" and a per request "client_ip" to
[apache] / include / httpd.h
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...
2008-09-20 Paul QuernaIntroduce Suspendable Requests to the Event MPM.
2008-05-23 Greg AmesThe response to the TRACE method is partially garbled...
2008-04-07 Paul QuernaRemove CORE_PRIVATE.
2008-04-05 Graham LeggettRename the ap_escape_path_segment_b function as suggest...
2008-04-04 Graham Leggettmod_session: Add a generic session interface to unify...
2007-11-07 Graham Leggettcore: Add the option to keep aside a request body up...
2007-09-27 Nick KewAdd "DefaultType None" option
2007-06-12 Paul QuernaFixup style nitpicks:
2007-06-12 Paul QuernaAdd a clogging_input_filters variable to the conn_rec...
2006-09-21 Nick KewGeneric fix for PR#31759
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-07-11 Roy T. Fieldingupdate license header text
2006-05-05 Sander Temme Add optional 'scheme://' prefix to ServerName...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-02-28 Brian PaneRevert the refactoring of the request read code
2005-12-31 Brian PaneRefactoring of ap_read_request() to store partial reque...
2005-12-08 Joe Orton* include/httpd.h (conn_state_e): Remove trailing comma...
2005-10-23 Brian PaneNew version of ap_core_output_filter that does nonblock...
2005-10-23 Brian PaneAdd new connection states for handler and write completion
2005-08-31 Jim JagielskiAdd ap_append_pid(); This is performed enough to warrant
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-04-13 Rich BowenAs discussed on the list, change the default setting for
2005-02-17 Paul Querna*) include/httpd.h: Add a brigade for temporary uses...
2005-02-11 Joe Orton* include/httpd.h: Fix a comment.
2005-02-11 Joe Orton* include/ap_regex.h: Include apr.h not stdlib.h; repla...
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-12-09 Geoffrey Youngundo changes made in 111386 due to veto
2004-12-09 Geoffrey Youngadd response code 226 constant (HTTP_IM_USED) and status
2004-11-29 William A. Rowe Jr Revert my patch of this a.m. while I work out all the
2004-11-29 William A. Rowe Jr Usage was inconsistent with the rest of ap_filter_t...
2004-11-20 Paul QuernaThe Event MPM.
2004-10-23 Roy T. Fieldingveto and revert win64 patch: 64bit changes must percola...
2004-10-22 Allan K. EdwardsWIN64: API changes to clean up Windows 64bit compile...
2004-08-12 Stas Bekmancorrect struct fields comments
2004-07-14 Paul QuernaAdded 'AllowOverride Options=Indexes,MultiViews' to...
2004-02-26 Joe Orton* include/httpd.h: Double DYNAMIC_MODULE_LIMIT, httpd...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-07 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-25 André MaloAdd core version query function ap_get_server_revision and
2004-01-01 André Maloupdate license to 2004.
2003-12-14 André Malofix docco
2003-11-24 André MaloSECURITY [CAN-2003-0020]: escape arbitrary data before...
2003-11-24 Cliff Woolleyfix comment
2003-11-02 André Malo- add XHTML doctypes to httpd.h
next