]> granicus.if.org Git - apache/history - server
Buncha rebuilds.
[apache] / server /
2016-01-29 Stefan Eissingevent: slave connection init, vhost early config
2016-01-29 Stefan Eissingfix for wrong return check on ap_prep_lingering_close...
2016-01-29 Ruediger Pluem* Ensure that proto_num and protocol is set in another...
2016-01-27 Stefan Eissingnew hook pre_close_connection
2016-01-22 Eric Covenerfrom feedback, assume all parameters to SetHandler...
2016-01-22 Stefan Eissingexpr support for HTTP2 variable
2016-01-21 Jim Jagielskirevert
2016-01-21 Stefan Eissingscoreboard addition of protocol, new ap_udpte_child_sta...
2016-01-20 Jim Jagielskiexpand and err-check...
2016-01-20 Jim JagielskiJust in case...
2016-01-20 Jim Jagielskiap_expr now allows kept_body() function to grab/use
2016-01-19 Rainer JungAdded some more log numbers to log statements that
2016-01-19 Rainer JungAdded many log numbers to log statements that
2016-01-19 Rainer JungSilence compiler warning:
2016-01-19 Rainer JungSilence compiler warning:
2016-01-19 Christophe JailletFix a typo when building a TRACE8 message.
2016-01-19 Rainer JungAdded many log numbers to log statements that
2016-01-19 Rainer JungAdded many log numbers to log statements that
2016-01-17 Eric Covenerallow expressions to be used in SetHandler. Opt-in...
2015-12-30 Jim JagielskiNew support function: ap_getword_conf2[_nc] which acts
2015-12-30 Yann YlavicFollow up to r1715876: core directives' tokens are...
2015-12-30 Yann YlavicFollow up to r1715876: core directives are ASCII.
2015-12-29 Jim Jagielskirevert... hold off for now.
2015-12-29 Jim JagielskiOk... allow for getting "words" by also allowing the
2015-12-29 Yann YlavicSmall changes to ap_casecmpstr[n]() for better performa...
2015-12-29 Yann YlavicFollow up to r1715880: revert more abusive ap_casecmpst...
2015-12-11 Christophe JailletUse 'ap_array_str_contains' to simplify code.
2015-12-11 Christophe JailletUse 'ap_array_str_contains' to simplify code.
2015-12-10 Christophe JailletFix some minor style issue.
2015-12-10 Christophe JailletUse 'apr_pstrmemdup' instead of 'apr_pstrndup' when...
2015-12-10 Christophe JailletUse 'apr_pstrmemdup' instead of 'apr_pstrndup' when...
2015-12-10 Christophe JailletThere is no need to duplicate some memory here, the...
2015-11-24 Yann YlavicFollow up to r1715880: revert abusive ap_casecmpstr...
2015-11-23 Yann YlavicMore ap_casecmpstr[n]() usages (follow up to r1715876).
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-11-23 Yann YlavicRevert r1715789: will re-commit without spurious functi...
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-11-23 Yann YlavicBefore they are used, rename ap_str[n]casecmp() to...
2015-11-22 William A. Rowe JrIntroduce an ascii-like sortation for EBCDIC, case...
2015-11-21 Eric Covenerrevert until these functions are used.
2015-11-21 Christophe JailletRemove some useless 'return' statements.
2015-11-21 Christophe JailletRemove some useless 'return' statements.
2015-11-21 Eric Covenerstick with underlying strcasecmp on EBCDIC builds
2015-11-21 Jim Jagielskimove to simpler while loop and reduce number of returns
2015-11-21 Jim Jagielskitypo
2015-11-20 Jim Jagielskimake bill happy (if possible!)
2015-11-20 Jim JagielskiProvide our own impl of str[n]casecmp()
2015-11-19 Christophe JailletRevert r1715289 (Connection header field should use...
2015-11-19 Christophe JailletConnection header field should use "upgrade" instead...
2015-11-06 Christophe JailletSave a few bytes in conf pool when processing 'Define'.
2015-11-06 Christophe JailletSave a few bytes in conf pool when processing 'AllowOve...
2015-11-02 Stefan Eissingfixing compile errors due to if assignment warnings
2015-10-30 Jan KalužaFix crash in ap_mpm_pod_check call caused by NULL deref...
2015-10-26 Stefan Eissingfirst request on master connection only reports more...
2015-10-26 Stefan Eissingdisabling protocol upgrades on slave connections
2015-10-25 Stefan Eissingfixing compilation issue for older platform
2015-10-24 Eric Covenerfollowup to r1710380 -- refactored name and didn't...
2015-10-24 Eric CovenerMake the fix for fully qualifying REDIRECT_URL from...
2015-10-23 Stefan Eissingannounce protocol choices on first request
2015-10-22 Yann Ylaviccore: Limit to ten the number of tolerated empty lines...
2015-10-20 Stefan Eissingnew ap_is_allowed_protocol() for testing configured...
2015-10-16 Yann Ylaviccore: fix scoreboard alignment issues and crash (SIGBUS...
2015-10-12 Yann Ylaviccore: follow up to r1708084.
2015-10-12 Yann Ylaviccore: follow up to r1708084,1708088: remove tabs.
2015-10-12 Yann Ylaviccore: follow up to r1708084: we still need to take...
2015-10-12 Yann Ylaviccore: we don't want to run the subrequest's handler...
2015-10-07 Yann Ylaviceor_bucket: follow up to r1707159.
2015-10-06 Graham LeggettMake sure that transient buckets are morphed into real...
2015-10-06 Graham LeggettAdd the AsyncFilter directive that allows the asynchron...
2015-10-06 Yann Ylaviceor_bucket: follow up to r1707084: use an inner shared...
2015-10-06 Yann Ylaviceor_bucket: follow up to r1707084: fix comment.
2015-10-06 Yann Ylaviceor_bucket: don't destroy the request multiple times...
2015-10-05 Yann Ylavicm4: please any autoconf by quoting AC_DEFUN's names...
2015-10-05 Yann YlavicFollow up to r1706669: fix compile error (unknown sbh).
2015-10-04 Graham LeggettRemain compatible with legacy MPMs that passed NULL...
2015-10-04 Graham Leggettcore: Extend support for asynchronous write completion...
2015-10-03 Stefan Fritschupdate log number
2015-10-03 Stefan Fritschrename some variables to be more descriptive
2015-09-30 Jim JagielskiDo only on 2nd pass
2015-09-30 Jim JagielskiSome motorz improvements
2015-09-29 Stefan FritschWhen shutting down a process, free resources early
2015-09-25 Gregg Lewis Smithcore/util_script: relax alphanumeric filter of envirome...
2015-09-15 Yann Ylaviccore: Avoid a compiler warning when NO_LINGCLOSE is...
2015-09-15 Yann Ylavicmpm_event/worker: make ap_queue_term() atomic (acquire...
2015-09-15 Yann Ylavicmpm_winnt: make AP_MPMQ_GENERATION available in the...
2015-09-14 Stefan Eissingreverting unwanted loss of missing case
2015-09-14 Stefan Eissinghttpd compiles warning free on gcc and every new warnin...
2015-09-12 Jeff Trawickaxe unused variable
2015-09-04 Stefan Eissingimprovements in ap_select_protocol(), supplied by yann...
2015-09-04 Gregg Lewis Smiths/;;/;/
2015-09-03 Stefan Eissingchanged Protocols default to http/1.1 only, updated...
2015-09-03 Stefan Eissingfinal final change to the new ap_array_str_* functions...
2015-08-31 Christophe JailletSilence a sparse warning about inconsistent indenting...
2015-08-31 Christophe JailletSilence a sparse warning about inconsistent indenting...
2015-08-31 Christophe JailletSilence a sparse warning about inconsistent indenting
2015-08-28 Eric CovenerAvoid adding duplicate subequest filters, as they would...
2015-08-28 Stefan Eissingreversal of 1698239 due to nedless loop in t/apache...
2015-08-27 Eric Coveneravoid adding multiple subrequest filters when there...
2015-08-27 Stefan Eissinggiving ap_array_index a start parameter, adding ap_arra...
2015-08-26 Yann Ylavicmotorz: fix a compiler warning.
next