]> granicus.if.org Git - apache/history - modules/http
Introduce new config option LDAPTimeout to set the timeout for operations
[apache] / modules / http /
2010-01-09 Nick KewWe shouldn't need to create r->allowed_methods twice!
2009-12-08 Nick KewDon't keepalive when we send a non-100 response while...
2009-11-22 Takashi SatoKeepAlive no longer accepts other than On|Off.
2009-11-19 Jeff Trawickfix or complain about some invalid errno references
2009-10-18 Stefan FritschUse the new ap_update_child_status_from_conn() to put...
2009-10-04 Stefan FritschMake sure to not destroy bucket brigades that have...
2009-10-04 Stefan Fritschcore, mod_deflate, mod_sed: Reduce memory usage by...
2009-10-03 Stefan FritschMake RemoveType override the info from TypesConfig
2009-09-14 Daniel Earl Poiriermod_mime: detect invalid use of MultiviewsMatch inside...
2009-09-12 Ruediger Pluem* Add missing , to make it compile again.
2009-09-11 William A. Rowe JrCatch the somewhat absurd combination of a 417 error...
2009-09-01 Paul QuernaInitialize len to 0, since for some logic paths it...
2009-08-28 Jim JagielskiOK, might as well finish this... Allow ServerTokens Off
2009-08-23 Nick KewPreserve port over internal redirection
2009-07-09 Ruediger Pluem* Return APR_EOF if request body is shorter than the...
2009-05-15 William A. Rowe Jrwrap comment, no functional change
2009-04-27 Jeff Trawickdon't use literal '100' for HTTP_CONTINUE (searchability)
2009-04-02 Jeff Trawickhandle an unfortunate implication of loadable MPMs:
2009-03-29 Jeff Trawickaxe ancient platform checks
2009-02-18 Roy T. Fieldingonly call mutex functions if APR_HAS_THREADS
2009-01-30 Roy T. FieldingDisabled DefaultType directive and removed ap_default_t...
2009-01-12 Takashi SatoEnhance KeepAliveTimeout to support a value in millisec...
2009-01-08 Eric CovenerTranslate locally generated "100-Continue" message to
2009-01-07 Nick KewImprove canned 504 error message in the light of r72958...
2008-12-10 Jim JagielskiHopefully the final fix for the subreq/filter issue...
2008-12-09 Jim Jagielskireset chain if we need to...
2008-12-08 Ruediger Pluem* Correctly remove the SUBREQ_CORE filter from the...
2008-12-05 Paul QuernaRemove X-Pad work around.
2008-12-05 Paul QuernaImport the core parts of the DTrace patch. This is...
2008-12-01 Ruediger Pluem* Avoid sending no answer at all if a custom error...
2008-12-01 Eric CovenerTo be safe, consume the entire brigade after processing...
2008-11-24 Jim JagielskiMake %k work as it should. No regression noted in perl
2008-10-29 Paul Querna* modules/http/http_request.c
2008-09-20 Paul QuernaIntroduce Suspendable Requests to the Event MPM.
2008-09-08 Ruediger Pluem* Fix compiler warning (missing sentinel in function...
2008-09-08 Nick Kewmod_mime: don't adjust case in filename components...
2008-09-08 Nick KewRelax checks on HTTP Response status line from a backend.
2008-06-07 William A. Rowe JrConsumed by server/*.c, belongs in include/
2008-05-27 Ruediger Pluem* mod_proxy_http.c
2008-05-23 Greg AmesThe response to the TRACE method is partially garbled...
2008-05-19 Ruediger Pluem* Only send 100-continue if the status code so far...
2008-04-11 Graham LeggettMove the KeptBodySize directive, kept_body filters...
2008-04-09 Graham LeggettAdd a function to the http filters that is able to...
2008-04-08 Guenter KnaufNO var declarations in the middle of the code.
2008-04-08 Ruediger Pluem* In the case that we fail to read the response line...
2008-04-07 Joe Orton* modules/http/http_protocol.c (is_mpm_running): Fix...
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,...
2008-04-03 Jim Jagielskiclose PR 44381
2008-02-18 Nick Kewhttp_filters: Don't send 100-continue when 4xx is due
2008-01-12 Nick KewDon't add bogus duplicate Content-Language header entries.
2008-01-09 Jim Jagielskibelt and suspenders
2008-01-09 Nick Kewhttp_filters: make sure we get last byte of actual...
2008-01-08 Ruediger Pluem* Saveguard ourselves against underflows
2008-01-08 Ruediger Pluem* Address two edge cases:
2008-01-07 Ruediger Pluem* HTTP error codes are int's not apr_status_t's.
2008-01-07 Ruediger Pluem* Do not use local scoped apr_bucket_brigade. We use...
2008-01-07 Ruediger Pluem* Optimize and unify detection of blank / corrupt chunk...
2008-01-07 Ruediger Pluem* Move duplicated code for error handling into local...
2008-01-07 Ruediger Pluem* Reuse bucket brigades instead of recreating them...
2008-01-07 Ruediger Pluem* Optimize assignments by using apr_pcalloc instead...
2008-01-07 Ruediger Pluem* Optimize alignment.
2008-01-07 Ruediger Pluem* Optimize solution from r609394 and remove chunk-exten...
2008-01-06 Ruediger Pluem* Fix cases with non blocking reads from the ap_http_fi...
2007-12-19 William A. Rowe JrWhat's left can exceed size_t
2007-12-11 Jeff Trawickhttp_protocol: Escape request method in 405 error repor...
2007-12-09 Ruediger Pluem* Do not split the brigade if the flush bucket is the...
2007-12-09 Justin ErenkrantzCase statements should go on their own line. (No funct...
2007-12-08 Ruediger Pluem* If no data is available at this point of time we...
2007-12-03 William A. Rowe Jrhttp_protocol: Escape request method in 413 error repor...
2007-11-28 Nick KewTypo fix
2007-11-28 Nick KewFix patch to PR#43882 as pointed out by trawick
2007-11-17 Nick KewSafer fix to PR43882 than in r595672.
2007-11-16 Nick Kewr595672 was incomplete. We need to be sure we reject...
2007-11-16 Nick KewDeal with unrecognised Transfer-Encoding headers.
2007-11-14 Jeff Trawickcore: Avoid some unexpected connection closes by tellin...
2007-11-13 Sander TemmeIgnore ctags/etags output, some small Doxygen fixes
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-09-28 Ruediger Pluem* Revert r561352 as this breaks authentication completely.
2007-09-27 Nick KewAdd "DefaultType None" option
2007-09-10 Nick KewDon't send spurious "100 Continue" response lines.
2007-08-23 William A. Rowe JrNecessary cast; deliberately truncate to short.
2007-07-31 Greg Amesthis appears to be a "mv" rather than a "swap", so...
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2007-06-12 Paul QuernaFixup style nitpicks:
2007-06-12 Paul QuernaAdd a clogging_input_filters variable to the conn_rec...
2007-05-07 Ruediger Pluem- In AP_MODE_SPECULATIVE ap_core_input_filter returns...
2007-04-30 Greg Amescheck_pipeline: use AP_MODE_SPECULATIVE to check for...
2007-03-13 Joe Orton* modules/http/http_etag.c (etag_uint64_to_hex): Fix...
2007-03-12 Joe OrtonGenerate etags consistently across 32-bit and 64-bit...
2007-02-14 Nick KewReturn METHOD_NOT_ALLOWED, not FORBIDDEN, to a TRACE...
2007-02-07 Jim JagielskiFurther refinement for PR41056 / PR 19954 (mostly-fixed...
2007-01-11 William A. Rowe JrEmbed the .manifest files of all httpd binaries as...
2006-12-07 Ruediger Pluem* Do not replace a Date header set by a proxied backend...
2006-11-28 Jim JagielskiProtect against any sort of non-block read that
next