]> granicus.if.org Git - apache/history - modules/http/http_core.c
Remove MPM-private stuff from conn_state_t
[apache] / modules / http / http_core.c
2011-11-19 Stefan FritschRemove MPM-private stuff from conn_state_t
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-15 Stefan FritschCreate wrapper API for apr_random;
2011-06-13 Stefan FritschIntroduce new function ap_get_conn_socket() to access...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-11-22 Takashi SatoKeepAlive no longer accepts other than On|Off.
2009-10-18 Stefan FritschUse the new ap_update_child_status_from_conn() to put...
2009-04-02 Jeff Trawickhandle an unfortunate implication of loadable MPMs:
2009-01-12 Takashi SatoEnhance KeepAliveTimeout to support a value in millisec...
2008-09-20 Paul QuernaIntroduce Suspendable Requests to the Event MPM.
2008-04-11 Graham LeggettMove the KeptBodySize directive, kept_body filters...
2008-04-08 Guenter KnaufNO var declarations in the middle of the code.
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-07 Paul QuernaRemove calls to ap_graceful_stop_signalled, and replace...
2008-04-06 William A. Rowe JrIf you study all of the directive implementations,...
2007-11-07 Graham Leggettcore: Add the option to keep aside a request body up...
2007-10-02 Jim JagielskiEnsure the URI is "*" and not something like "*foo"
2007-10-02 Jim JagielskiWe should return
2007-10-02 Roy T. FieldingReduce the last change to a minimum, since OPTIONS...
2007-10-02 Jim JagielskiOPTIONS * does not map to storage, so handle this
2007-06-12 Paul QuernaFixup style nitpicks:
2007-06-12 Paul QuernaAdd a clogging_input_filters variable to the conn_rec...
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
2005-12-20 Jim JagielskiMorph the ap_http_broken_backend_filter() proxy "specific"
2005-12-18 Ruediger Pluem* Move code for broken backend detection out of core...
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-30 Brian PaneMoved the extended_status scoreboard update from ap_pro...
2005-10-24 Brian PaneAsync write completion for Event MPM
2005-10-24 Brian PaneRedesign of request cleanup and logging to use End...
2005-10-23 Brian PaneAdd new connection states for handler and write completion
2005-10-06 William A. Rowe Jr NET_TIME, as a standalone feature, was a horrid idea.
2005-10-06 William A. Rowe Jr Spare us a wasted variable, csd is initialized null...
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-13 Paul Querna* Style fixes only. No functional changes. Remove two...
2004-12-02 Joe Orton* modules/http/mod_core.h: Prototype ap_http_chunk_filter.
2004-11-26 Greg Amesap_process_http_async_connection (used by the Event...
2004-11-20 Paul QuernaThe Event MPM.
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-11-16 Cliff Woolleyget rid of _FOREACH
2003-04-15 Jeff Trawickfix some discrepancies between format strings and argum...
2003-02-03 André Malofinished that boring job:
2002-11-19 Jeff Trawickbucket length parameter is apr_size_t, which isn't...
2002-07-15 William A. Rowe Jr http occurances to update for apr_socket_opt_get/set
2002-07-07 Bill StoddardOptimize reading keep-alive requests with APR_INCOMPLET...
2002-06-28 Justin ErenkrantzAdd a filter_init function to the filters so that a...
2002-06-26 Justin ErenkrantzChange conn_rec->keepalive to an enumerated value of
2002-06-12 William A. Rowe Jr Solve the 80/20 by initializing and storing server_re...
2002-04-05 William A. Rowe Jr Correct partitioning of filter handles between core...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-25 Cliff WoolleyFix a segfault because ap_method_registry_init() was...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-07 Justin ErenkrantzAs hinted on dev@httpd, change filter naming schemes...
2002-03-07 Justin ErenkrantzFix prototype and return value of http_create_request...
2002-03-07 Ryan BloomThere is no reason to insert the protocol filters in...
2002-03-04 Ryan BloomAdding the same filters over and over again used to...
2002-03-03 Ryan BloomClassify some of the input filters as the correct types...
2002-01-29 Bill StoddardThis patch restores most of Ryan's patch (11/12/2001...
2002-01-27 Brian PaneReplaced some more ap_add_output_filter() calls with
2002-01-27 Bill StoddardRemove the create_connection hook and put the client_so...
2002-01-10 William A. Rowe Jr Fix a handful of AP_MODULE_DECLARE_DATA exports for...
2001-12-18 Jeff TrawickChange core code to allow an MPM to set hard thread...
2001-12-14 Bill StoddardDetabify the chunk filter. No function change.
2001-11-21 Ryan BloomFix the timeout logic that I broke last week. This...
2001-11-12 Ryan BloomBegin to abstract out the underlying transport layer.
2001-09-30 Justin ErenkrantzRemove unnecessary initialization and add a comment...
2001-09-29 Justin ErenkrantzRemove the lameo create_req hack and delay the addition...
2001-09-29 Justin ErenkrantzInput filtering rewrite. Consolidate how we handle...
2001-08-25 William A. Rowe Jr Introduce the map_to_storage hook, which allows modul...
2001-07-12 Greg AmesProvide vhost and abbreviated request strings on Extend...
2001-06-26 Bill StoddardFix problem handling FLUSH bucket in the chunked encodi...
2001-06-07 Jeff Trawickdon't add BYTERANGE, CONTENT_LENGTH, or HTTP_HEADER for
2001-06-01 Graham LeggettMove the addition of default AP_HTTP_HTTP_HEADER filter...
2001-05-30 Doug MacEachernback out filter change that is preventing headers to...
2001-05-21 Graham LeggettMove the addition of default AP_HTTP_HTTP_HEADER filter...
2001-05-19 Ken Coar Fix function type to match hook declaration.
2001-04-21 Roy T. FieldingRevert the change that moved keepalives out of conn_rec...
2001-04-21 Roy T. FieldingRevert addition of HTTP logging hhok for connection...
2001-04-18 Ryan BloomAllow modules to specify their own logging format speci...
2001-04-18 Ryan BloomMove the keepalives field out of the conn_rec and into...
2001-04-11 Ryan BloomWhen I initially pulled the BYTERANGE filter into the...
2001-03-27 Jeff Trawickmake sure we have the prototype for strcasecmp()
2001-03-04 Ryan BloomMove more code from the http module into the core serve...
2001-02-28 Greg Steincore_pre_config isn't needed
2001-02-28 Cliff WoolleyRemove references to apr_bucket_init_types() and
2001-02-27 Cliff WoolleyUpdate to reflect the absence of the apr_bucket_shared
2001-02-25 Cliff WoolleySimplify by using apr_bucket_delete(e) where possible.
2001-02-24 Greg Stein*) fix inline handling. we had: apr_inline, APR_INLINE...
2001-02-18 Greg Stein- more ap_conf_vector_t fixup.
2001-02-18 Greg Stein*) Introduce "ap_conf_vector_t" type to assist with...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-15 Ryan BloomRemove the coalesce filter. With the addition of the...
next