~ahasenack/ubuntu/+source/apache2:eoan-apache-2.4.39-update
Last commit made on
2019-08-07
- Get this branch:
-
git clone
-b eoan-apache-2.4.39-update
https://git.launchpad.net/~ahasenack/ubuntu/+source/apache2
Only
Andreas Hasenack
can upload to this branch. If you are
Andreas Hasenack
please log in for upload directions.
Branch merges
Propose for merging
Merged
into
ubuntu/+source/apache2:ubuntu/devel
at
revision 1cf51fdd7535373df460441317320374fa33d081
- Christian Ehrhardt (community): Approve
- Canonical Server: Pending requested
-
Diff: 15386 lines (+4681/-3422)140 files modifiedApache-apr2.dsw (+21/-0)
Apache.dsw (+24/-0)
CHANGES (+98/-0)
CMakeLists.txt (+1/-0)
Makefile.win (+2/-0)
build/installwinconf.awk (+1/-0)
configure (+145/-1)
debian/changelog (+29/-0)
debian/patches/series (+0/-9)
debian/patches/spelling-errors.patch (+0/-22)
dev/null (+0/-79)
docs/manual/convenience.map (+2/-0)
docs/manual/mod/core.html.de (+15/-0)
docs/manual/mod/core.html.en (+46/-0)
docs/manual/mod/core.html.es (+15/-0)
docs/manual/mod/core.html.fr.utf8 (+36/-0)
docs/manual/mod/core.html.ja.utf8 (+15/-0)
docs/manual/mod/core.html.tr.utf8 (+35/-0)
docs/manual/mod/directives.html.de (+3/-1)
docs/manual/mod/directives.html.en (+3/-1)
docs/manual/mod/directives.html.es (+3/-1)
docs/manual/mod/directives.html.fr.utf8 (+3/-1)
docs/manual/mod/directives.html.ja.utf8 (+3/-1)
docs/manual/mod/directives.html.ko.euc-kr (+3/-1)
docs/manual/mod/directives.html.tr.utf8 (+3/-1)
docs/manual/mod/directives.html.zh-cn.utf8 (+3/-1)
docs/manual/mod/mod_authnz_ldap.html.en (+11/-11)
docs/manual/mod/mod_authnz_ldap.html.fr.utf8 (+22/-154)
docs/manual/mod/mod_deflate.html.en (+23/-29)
docs/manual/mod/mod_deflate.html.fr.utf8 (+13/-22)
docs/manual/mod/mod_deflate.html.ja.utf8 (+4/-4)
docs/manual/mod/mod_deflate.html.ko.euc-kr (+4/-4)
docs/manual/mod/mod_http2.html.en (+45/-6)
docs/manual/mod/mod_http2.html.fr.utf8 (+54/-5)
docs/manual/mod/mod_log_config.html.en (+34/-30)
docs/manual/mod/mod_log_config.html.fr.utf8 (+2/-0)
docs/manual/mod/mod_log_config.html.tr.utf8 (+1/-0)
docs/manual/mod/mod_lua.html.fr.utf8 (+21/-29)
docs/manual/mod/mod_privileges.html.en (+1/-1)
docs/manual/mod/mod_privileges.html.fr.utf8 (+3/-3)
docs/manual/mod/mod_proxy_express.html.en (+17/-21)
docs/manual/mod/mod_proxy_express.html.fr.utf8 (+19/-24)
docs/manual/mod/mod_reqtimeout.html.en (+47/-28)
docs/manual/mod/mod_reqtimeout.html.fr.utf8 (+68/-49)
docs/manual/mod/mod_rewrite.html.en (+23/-0)
docs/manual/mod/mod_rewrite.html.fr.utf8 (+26/-0)
docs/manual/mod/mod_ssl.html.en (+18/-2)
docs/manual/mod/mod_ssl.html.fr.utf8 (+34/-2)
docs/manual/mod/mod_xml2enc.html.en (+5/-7)
docs/manual/mod/mod_xml2enc.html.fr.utf8 (+1/-3)
docs/manual/mod/mpm_common.html.en (+9/-3)
docs/manual/mod/mpm_common.html.fr.utf8 (+14/-9)
docs/manual/mod/mpm_common.html.tr.utf8 (+1/-0)
docs/manual/mod/overrides.html.en (+1/-1)
docs/manual/mod/quickreference.html.de (+173/-168)
docs/manual/mod/quickreference.html.en (+174/-169)
docs/manual/mod/quickreference.html.es (+174/-169)
docs/manual/mod/quickreference.html.fr.utf8 (+183/-179)
docs/manual/mod/quickreference.html.ja.utf8 (+172/-167)
docs/manual/mod/quickreference.html.ko.euc-kr (+174/-169)
docs/manual/mod/quickreference.html.tr.utf8 (+178/-173)
docs/manual/mod/quickreference.html.zh-cn.utf8 (+174/-169)
docs/manual/new_features_2_4.html.en (+3/-0)
docs/manual/new_features_2_4.html.fr.utf8 (+2/-0)
docs/manual/new_features_2_4.html.tr.utf8 (+11/-1)
docs/manual/programs/ab.html.tr.utf8 (+7/-1)
docs/manual/rewrite/rewritemap.html.en (+1/-1)
docs/manual/socache.html.en (+3/-0)
docs/manual/socache.html.fr.utf8 (+2/-0)
docs/manual/style/version.ent (+1/-1)
httpd.spec (+1/-1)
include/ap_mmn.h (+3/-1)
include/ap_release.h (+1/-1)
include/http_core.h (+1/-1)
include/httpd.h (+12/-2)
include/scoreboard.h (+3/-1)
modules/aaa/mod_auth_digest.c (+12/-14)
modules/aaa/mod_authn_dbm.c (+5/-1)
modules/cache/config.m4 (+1/-0)
modules/cache/mod_cache_socache.c (+25/-32)
modules/cache/mod_socache_redis.c (+486/-0)
modules/cache/mod_socache_redis.dep (+5/-0)
modules/cache/mod_socache_redis.dsp (+111/-0)
modules/cache/mod_socache_redis.mak (+353/-0)
modules/cluster/mod_heartmonitor.c (+1/-3)
modules/dav/main/mod_dav.c (+3/-2)
modules/dav/main/props.c (+4/-0)
modules/filters/mod_deflate.c (+1/-3)
modules/filters/mod_reqtimeout.c (+120/-107)
modules/generators/mod_info.c (+6/-6)
modules/http/http_filters.c (+14/-6)
modules/http2/config2.m4 (+0/-1)
modules/http2/h2.h (+4/-3)
modules/http2/h2_alt_svc.c (+6/-6)
modules/http2/h2_config.c (+471/-191)
modules/http2/h2_config.h (+28/-35)
modules/http2/h2_conn.c (+23/-21)
modules/http2/h2_conn.h (+4/-4)
modules/http2/h2_conn_io.c (+14/-10)
modules/http2/h2_conn_io.h (+1/-2)
modules/http2/h2_ctx.c (+9/-24)
modules/http2/h2_ctx.h (+5/-8)
modules/http2/h2_filter.c (+20/-23)
modules/http2/h2_from_h1.c (+7/-5)
modules/http2/h2_h2.c (+34/-37)
modules/http2/h2_h2.h (+4/-12)
modules/http2/h2_headers.c (+19/-12)
modules/http2/h2_mplx.c (+32/-211)
modules/http2/h2_mplx.h (+1/-31)
modules/http2/h2_proxy_session.c (+7/-50)
modules/http2/h2_proxy_session.h (+0/-3)
modules/http2/h2_request.c (+26/-9)
modules/http2/h2_session.c (+65/-42)
modules/http2/h2_session.h (+4/-15)
modules/http2/h2_stream.c (+4/-5)
modules/http2/h2_switch.c (+6/-7)
modules/http2/h2_task.c (+17/-77)
modules/http2/h2_task.h (+3/-11)
modules/http2/h2_version.h (+2/-3)
modules/http2/mod_http2.c (+10/-39)
modules/http2/mod_http2.dep (+0/-2)
modules/http2/mod_http2.dsp (+0/-4)
modules/http2/mod_http2.h (+12/-34)
modules/http2/mod_http2.mak (+0/-9)
modules/http2/mod_proxy_http2.c (+88/-296)
modules/loggers/mod_log_config.c (+9/-3)
modules/md/md_acme_authz.c (+1/-1)
modules/proxy/mod_proxy_wstunnel.c (+4/-1)
modules/proxy/proxy_util.c (+13/-0)
modules/ssl/mod_ssl.c (+24/-17)
modules/ssl/ssl_engine_init.c (+11/-1)
modules/ssl/ssl_engine_io.c (+1/-1)
modules/ssl/ssl_engine_kernel.c (+4/-1)
os/win32/BaseAddr.ref (+2/-1)
server/core.c (+13/-0)
server/mpm/event/event.c (+8/-5)
server/mpm/prefork/prefork.c (+7/-12)
server/mpm/worker/worker.c (+6/-4)
server/request.c (+11/-16)
server/util.c (+11/-3)
Branch information
- Name:
- eoan-apache-2.4.39-update
- Repository:
- lp:~ahasenack/ubuntu/+source/apache2
Recent commits
- 1cf51fd... by Andreas Hasenack
- d6e4262... by Andreas Hasenack
- 7905e4b... by Andreas Hasenack
- a483040... by Andreas Hasenack
- 40cb721... by Andreas Hasenack
- 9fc51b8... by Andreas Hasenack
- 89236ac... by Andreas Hasenack
- e3a7566... by Andreas Hasenack
- e50c73b... by Andreas Hasenack
- 544774f... by Andreas Hasenack
