]> granicus.if.org Git - apache/shortlog
apache
2018-01-18 Yann YlavicFollow up to r1821526: style, no functional change.
2018-01-18 Yann YlavicFollow up to r1821526: opacify fdqueue types.
2018-01-18 Yann YlavicFollow up to r1821526: mpm_unix.h needs this includes...
2018-01-18 Yann YlavicFollow up to r1821526: mpm_unix.h
2018-01-18 Yann YlavicShare fdqueue code between MPMs event and worker.
2018-01-18 Yann YlavicFollow up to r1821504: same comment in event than in...
2018-01-18 Yann Ylavicmpm_{event,worker}: Mask signals for threads created...
2018-01-18 Yann YlavicRevert r1821499, will re-commit the right change.
2018-01-18 Yann Ylavicmpm_event,worker: Mask signals for threads created...
2018-01-17 Stefan EissingOn the trunk:
2018-01-17 Stefan EissingOn the trunk:
2018-01-15 Gregg Lewis... fix copy & paste error, util_cookies.h is in include...
2018-01-15 Daniel FerradalFixed word 'Directive' placement in the directives...
2018-01-14 Luca Toscanodocs: update the prettify.js files with new directives
2018-01-14 Lucien GentisRebuild.
2018-01-14 Lucien GentisNew XML file.
2018-01-14 Stefan Eissingmod_md manual: updated version and added note about...
2018-01-13 Daniel FerradalInitial version of Spanish Translation for mod_status.xml
2018-01-13 Yann YlavicWe track merges at the root only.
2018-01-13 Lucien GentisRebuild.
2018-01-13 Lucien GentisXML update.
2018-01-13 Gregg Lewis... Apache-apr2.dsw
2018-01-11 Daniel FerradalInitial version of Spanish Translation for mod_ssl...
2018-01-11 Yann YlavicFollow up to r1740910: CHANGES entry.
2018-01-11 Yann YlavicFollow up to r1802618: CHANGES entry.
2018-01-10 Eric Coveneravoid ap_set_content_type when processing a _Request_He...
2018-01-10 Gregg Lewis... mod_socache_redis seems to be missing
2018-01-10 Eric CovenerPR 61980: AH01215 CGI stderr forwarding msg improvement
2018-01-10 Eric CovenerPR 61983: "Header unset Content-Type" doesn't work
2018-01-08 Yann Ylavicmod_md: maxsize was less than the resulting image size
2018-01-08 Luca ToscanoDocumentation rebuild
2018-01-08 Luca Toscanoevent.xml: follow up r1820466 with Yann's suggestions
2018-01-07 Luca Toscanomod_md's docs rebuild
2018-01-07 Luca Toscanomod_md.xml: update MDCertificateAgreement's links
2018-01-06 Lucien GentisRebuild.
2018-01-06 Lucien GentisXML update.
2018-01-05 Luca Toscanodocumentation rebuild
2018-01-05 Stefan Eissingmod_md: adding new directive to manual.
2018-01-05 Stefan EissingOn the trunk:
2018-01-04 Lucien GentisAdding new french translated XML file.
2018-01-04 Lucien GentisRebuild.
2018-01-04 Lucien GentisXML updates.
2018-01-04 Eric Covenerincorporate review comments from Rüdiger
2018-01-04 Rainer JungHappy New Year 2018
2018-01-04 Eric Covenermmn bump for r1820098.
2018-01-04 Eric CovenerAdd "AcceptErrorsNonFatal" directive
2018-01-04 Luca ToscanoHappy new year's documentation rebuild
2018-01-04 Christophe... Add missing APLOGNO.
2018-01-04 Christophe... Add missing APLOGNO
2018-01-03 Luca Toscanocommon.xsl: update year to 2018 in the footer
2018-01-03 Yann Ylavicmod_proxy_html: output filter rework.
2018-01-03 Yann Ylavicmod_proxy_html: don't depend on NUL terminated bucket...
2018-01-03 Yann Ylavicmod_proxy_html: follow up to r1599012.
2018-01-03 Stefan EissingOn the trunk:
2018-01-02 Eric CovenerFix upgrading examples
2018-01-02 Yann Ylavicmpm_event: wakeup the listener to re-enable listening...
2018-01-02 Stefan EissingOn the trunk:
2018-01-02 Yann Ylavicmpm_event: remove atomics for timeout_queue's total...
2018-01-02 Yann Ylavicmpm_event: worker factor vs pollset.
2018-01-02 Yann Ylavicmpm_event: make sure wakeup_listener() does its minimal...
2018-01-02 Yann Ylavicmpm_event: avoid unexpected compiler optimizations.
2018-01-02 Yann Ylavicmod_md: fix leaks in md_cert_get_issuers_uri() and...
2017-12-31 Eric Covenerstray char
2017-12-31 Eric Covenerup to date xform
2017-12-31 Eric Covenerxform
2017-12-31 Eric Covenermod_substitute: allow opt-in to expressions in substitu...
2017-12-30 André Maloupdate transformation
2017-12-30 André Malosvn:eol-style = native
2017-12-27 Luca Toscanodocumentation rebuild
2017-12-27 Luca Toscanoevent documentation rebuild
2017-12-27 Luca Toscanoevent.xml: add a note about lingering close
2017-12-24 Yann Ylavicmpm_event: follow up to r1818804 and r1818960.
2017-12-22 Yann Ylavicmpm_event: follow up to r1818804 and r1818951.
2017-12-21 Rich Bowentiny formatting/readability tweak in example
2017-12-21 Yann Ylavicmpm_event: follow up to r1818804.
2017-12-21 Yann Ylavicmpm_event: follow up to r1818804 and r1818951.
2017-12-21 Rich Bowenrebuild
2017-12-21 Rich BowenMake this example actually work.
2017-12-21 Yann Ylavicmpm_event: follow up to r1818804.
2017-12-21 Yann Ylavicap_add_common_vars(): use apr_pstrmemdup().
2017-12-20 Stefan EissingOn the trunk:
2017-12-20 Rich Bowenrebuild
2017-12-20 Rich BowenFix markup to pass valid XML check.
2017-12-20 Rich BowenDefine "delimiter", as per a complaint in the comments.
2017-12-20 Yann Ylavicmod_dumpio: follow up to r1818802.
2017-12-20 Yann Ylavicmpm_event: close connections not reported as handled...
2017-12-20 Yann Ylavicmod_dumpio: do nothing below log level TRACE7.
2017-12-20 Stefan EissingOn the trunk:
2017-12-19 Yann Ylavicmod_proxy: allow SSLProxyCheckPeer* usage for all proxy...
2017-12-19 Yann Ylavicmd: fix warning about unused variable 'cert'.
2017-12-19 Eric Covenerclarify/reword RegisterHTTPMethod and add some seealso's
2017-12-18 Christophe... Fix some style
2017-12-18 Vincent DeffontainesUpdated .fr translation to latest .en version
2017-12-18 Vincent DeffontainesUpdated .fr translation to latest .en version
2017-12-18 Vincent DeffontainesUpdated .fr translation to latest .en version
2017-12-18 Vincent DeffontainesUpdated .fr translation to latest .en version
2017-12-18 Vincent DeffontainesUpdated .fr translation to latest english version
2017-12-18 Vincent DeffontainesUpdated mod_log_config's fr translation to #1818346
2017-12-18 Vincent DeffontainesUpdated content to latest english revision
2017-12-18 Vincent DeffontainesIntroducing 6 .fr translations
next