index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fr doc XML files updates.
Lucien Gentis
2020-02-25
123
-557
/
+751
*
* modules/generators/cgi_common.h (cgi_handle_request): Catch
Joe Orton
2020-02-25
1
-1
/
+4
*
Add note on using scoped literal IPv6 addresses in Listen. [skip ci]
Joe Orton
2020-02-25
1
-0
/
+9
*
* modules/generators/cgi_common.h (cgi_handle_request): Factor out
Joe Orton
2020-02-25
3
-158
/
+115
*
* Another whitespace fix
Ruediger Pluem
2020-02-25
1
-1
/
+0
*
* Whitespace fix
Ruediger Pluem
2020-02-25
1
-1
/
+1
*
malloc -> ap_malloc
Giovanni Bechis
2020-02-24
1
-2
/
+2
*
PR64172: drop severity of AH01666
Eric Covener
2020-02-23
2
-1
/
+3
*
PR64077: samesite/httponly/secure flags for usertrack
Eric Covener
2020-02-22
3
-0
/
+127
*
Avoid printing NULL strings in logs
Giovanni Bechis
2020-02-22
1
-1
/
+1
*
handle LOCAL ver_cmd proxy headers
Giovanni Bechis
2020-02-22
1
-0
/
+3
*
more correct explanation about certificates handling
Giovanni Bechis
2020-02-21
1
-1
/
+1
*
mod_ssl: follow up to r1861950: allow for OPENSSL_init_ssl() without autoconf.
Yann Ylavic
2020-02-21
2
-5
/
+7
*
mod_md: re-applying the parts of r1873985 that got overwritten by the latest ...
Stefan Eissing
2020-02-21
10
-23
/
+23
*
mpm_event: avoid possible KeepAlveTimeout off by -100 ms.
Yann Ylavic
2020-02-21
2
-7
/
+9
*
fr doc XML file update.
Lucien Gentis
2020-02-20
1
-1
/
+36
*
Add gcc 9 job, enable enhanced malloc debugging for pool-debug job.
Joe Orton
2020-02-20
2
-4
/
+38
*
PKCS#11 URIs usable from 2.4.42 and later now. [skip ci]
Joe Orton
2020-02-20
1
-2
/
+2
*
Add Travis job which runs under UBSan ("Undefined Behaviour Sanitizer").
Joe Orton
2020-02-19
2
-0
/
+25
*
mod_md: fixed version string by removing -git, thanks for spotting @steffenal.
Stefan Eissing
2020-02-19
1
-1
/
+1
*
Warn against using "nobody" for User/Group since it's bad practice.
Joe Orton
2020-02-19
1
-7
/
+10
*
* support/suexec.c (clean_env): Revert use of ap_calloc in
Joe Orton
2020-02-18
1
-1
/
+1
*
convert malloc(3) into ap_malloc
Giovanni Bechis
2020-02-18
5
-12
/
+12
*
Fix spelling errors in docs found by codespell. [skip ci]
Mike Rumph
2020-02-17
35
-46
/
+46
*
* module/dav/main/util.c (dav_check_bufsize): Don't call
Joe Orton
2020-02-17
1
-1
/
+5
*
Cleanup of backported entries in CHANGES.
Stefan Eissing
2020-02-17
1
-46
/
+0
*
mod_md: adding documentation for new MDContactEmail directive.
Stefan Eissing
2020-02-17
1
-3
/
+22
*
*) mod_md:
Stefan Eissing
2020-02-17
18
-87
/
+163
*
Back off a little when svn export is timing out.
Joe Orton
2020-02-17
1
-1
/
+1
*
Define ap_method_mask_t (typedef for apr_uint64_t) and use for method
Joe Orton
2020-02-17
9
-15
/
+25
*
* modules/http/http_filters.c (parse_chunk_size): Reduce by four the
Joe Orton
2020-02-17
1
-2
/
+7
*
fix build with LibreSSL 2.0.7+
Giovanni Bechis
2020-02-17
2
-1
/
+3
*
Follow up to r1873941: define AP_REG_NO_DEFAULT for raw ap_regcomp() usage.
Yann Ylavic
2020-02-17
5
-12
/
+11
*
Follow up to r1874055: fix typo.
Yann Ylavic
2020-02-15
1
-1
/
+1
*
RHEL and CentOS now use dnf. Call out yum as the outlier, rather than
Rich Bowen
2020-02-15
1
-3
/
+3
*
Avoid UBSan exception calling memcpy(,NULL,0) at startup.
Christophe Jaillet
2020-02-15
1
-2
/
+3
*
* server/mpm/event/event.c (event_open_logs): Avoid UBSan exception
Joe Orton
2020-02-14
1
-2
/
+3
*
* modules/ssl/ssl_util_ocsp.c (serialize_request): Set the Connection header
Ruediger Pluem
2020-02-14
2
-0
/
+4
*
* modules/ssl/ssl_engine_init.c (ssl_init_Module): Avoid some bogus
Joe Orton
2020-02-14
1
-5
/
+8
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
101
-168
/
+168
*
don't use DOTALL from mod_substitute which leaves \n at the end of the line.
Eric Covener
2020-02-12
5
-2
/
+11
*
Add a missing APLOGNO()
Christophe Jaillet
2020-02-12
1
-1
/
+1
*
Reserve a number
Christophe Jaillet
2020-02-12
1
-1
/
+1
*
Clarify compatibility and interpretation of CGIDScriptTimeout. [skip ci]
Joe Orton
2020-02-11
1
-3
/
+2
*
Update xforms. [skip ci]
Joe Orton
2020-02-11
3
-6
/
+36
*
Add some blurb on correctly stopping the service w/mod_systemd. [skip ci]
Joe Orton
2020-02-11
1
-1
/
+16
*
*) mod_ssl: Disable client verification on ACME ALPN challenges. Fixes github
Stefan Eissing
2020-02-11
2
-0
/
+6
*
mod_systemd.xml: add basic unit example [skip ci]
Luca Toscano
2020-02-09
1
-0
/
+20
*
fr doc rebuild.
Lucien Gentis
2020-02-09
15
-93
/
+94
*
fr doc XML files updates.
Lucien Gentis
2020-02-09
6
-124
/
+123
[next]