]> granicus.if.org Git - apache/history - server
update transformation
[apache] / server /
2016-03-09 Stefan Eissingdeclaring ap_create_request for external linkage
2016-03-07 Graham Leggettcore: Split ap_create_request() from ap_read_request()
2016-03-01 Yann Ylavicmpms: follow up to r1629925: more error reports.
2016-03-01 Yann Ylavicmpms: follow up to r1629925: more error reports.
2016-03-01 Yann Ylavicmpms: follow up to r1629925: more error reports.
2016-03-01 Yann YlavicRevert changes on mpm_event and mpm_worker from r1711479.
2016-02-29 Yann Ylavicmpm_motorz: add missing APLOGNO()s.
2016-02-28 Christophe JailletFix a bug in <UnDefine ...> directive processing. When...
2016-02-25 Christophe JailletSave a few bytes in conf pool when parsing 'Mutex'...
2016-02-25 Christophe JailletSave a few bytes in conf pool when parsing 'DocumentRoo...
2016-02-25 Christophe JailletSave a few bytes in conf pool when parsing 'DefaultRunt...
2016-02-24 Jim Jagielskiuse APR
2016-02-24 Jim Jagielskicorrect type
2016-02-23 Rainer JungJoin multi-line MPM startup log messages into
2016-02-19 Stefan Eissingmaking complete_connection addition compile, hopefully...
2016-02-19 Graham Leggettmpm: Add a complete_connection hook that confirms wheth...
2016-02-18 Jim Jagielskicatch by jchampion
2016-02-18 Jim Jagielskihandle compiler warning
2016-02-18 Jim JagielskiImpl ThreadLimit so we can have sane scoreboard sizes :)
2016-02-18 Jim Jagielskiensure sane defaults
2016-02-17 Ruediger Pluem* c is set to cs->c. So use it.
2016-02-16 Jim JagielskiGet rid of all this min/max server stuff. Keep it simple.
2016-02-15 Jim Jagielskitimer is really just timeout
2016-02-15 Jim Jagielskistart of timeout handling
2016-02-15 Jim JagielskiUpdate the motorz MPM with some logging and some minor...
2016-02-12 William A. Rowe JrA rather ugly patch since the code was refactored recen...
2016-02-12 William A. Rowe Jrhostname: Test and log useragent_host per-request acros...
2016-02-12 William A. Rowe JrIntroduce an ap_get_useragent_host() accessor to replac...
2016-02-12 William A. Rowe JrUnwind commit 1729901 (and 1729926), it was not ready...
2016-02-12 Rainer JungFix compile error:
2016-02-11 William A. Rowe JrIntroduce an ap_get_useragent_host() accessor to replac...
2016-02-11 William A. Rowe JrRevert r1729897, 1729898, my copy of core.c was pollute...
2016-02-11 William A. Rowe JrIntroduce an ap_get_useragent_host() accessor to replac...
2016-02-09 Eric Covener1726233 temporarily broke UDS r->handler case sensitivity
2016-02-05 Christophe JailletRemove now useless apr_pstrdup.
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...
next