index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
echo
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-10
*) mod_http2: fixed a bug that prevented proper stream cleanup when connection
Stefan Eissing
6
-108
/
+180
2019-07-09
* moving the openssl related new hooks into mod_ssl_openssl.h
Stefan Eissing
4
-50
/
+56
2019-07-09
* using mod_ssl_openssl.h to see hooks in new place
Stefan Eissing
1
-3
/
+3
2019-07-09
* include/ssl/mod_ssl.h: Include apr_tables.h and use apr_array_header_t
Joe Orton
1
-6
/
+5
2019-07-09
update after mod_md backport
Stefan Eissing
1
-25
/
+0
2019-07-09
mod_md: adding log tag numbers
Stefan Eissing
3
-9
/
+9
2019-07-08
* support/htpasswd.c (usage): More usage fixes for SHA-2; describe
Joe Orton
1
-6
/
+6
2019-07-05
Update transform.
Joe Orton
1
-9
/
+21
2019-07-05
* support/htpasswd.c (usage): Document SHA-256/512 support.
Joe Orton
1
-3
/
+7
2019-07-05
Transforms.
Joe Orton
18
-382
/
+806
2019-07-05
Document SHA-2 support.
Joe Orton
1
-17
/
+52
2019-07-05
* applying v4 of the patch for PR 63534.
Stefan Eissing
1
-3
/
+3
2019-07-03
*) mod_http2/mpm_event: Fixes the behaviour when a HTTP/2 connection has no...
Stefan Eissing
4
-5
/
+18
2019-07-02
* All backported
Ruediger Pluem
1
-11
/
+0
2019-07-02
* Backported in r1862410
Ruediger Pluem
1
-3
/
+0
2019-07-01
*) mod_ssl/mod_md:
Stefan Eissing
4
-27
/
+114
2019-06-28
* Replace apr_psprintf with apr_pstrcat where the format strings only
Ruediger Pluem
6
-47
/
+55
2019-06-27
* modules/metadata/mod_mime_magic.c: Constify some constant
Joe Orton
1
-7
/
+6
2019-06-27
* docs/conf/magic: Allow mod_mime_magic to return "audio/x-wav" for
Joe Orton
1
-1
/
+1
2019-06-26
mod_md: silencing unsed warnings when no mod_ssl hooks are not available
Stefan Eissing
1
-0
/
+3
2019-06-25
*) mod_ssl/mod_md: reversing dependency by letting mod_ssl offer hooks for
Stefan Eissing
5
-99
/
+171
2019-06-25
* server/main.c (main): Don't create a separate subpool for pcommands
Joe Orton
1
-2
/
+1
2019-06-25
mod_md: updated documenation with new directives and chapters about wildcard...
Stefan Eissing
1
-95
/
+454
2019-06-25
* modules/proxy/mod_proxy.c (create_proxy_config): Tag the pool.
Joe Orton
2
-0
/
+3
2019-06-25
* modules/dav/main/mod_dav.c (dav_send_multistatus): Tag the pool.
Joe Orton
1
-0
/
+1
2019-06-25
mod_md: copy recent fixes, adding new sources to mod_md.dsp
Stefan Eissing
6
-35
/
+141
2019-06-25
* modules/dav/main/props.c (dav_do_prop_subreq): Allocate escaped URI
Joe Orton
1
-1
/
+1
2019-06-25
Simplify handling of short-lived pool for dav_propdb in mod_dav. No
Joe Orton
3
-18
/
+26
2019-06-24
Set connectiontimeout for mod_proxy_hcheck.
Jean-Frederic Clere
1
-0
/
+4
2019-06-24
*) mod_md: bringing over v2.0.6 from github.
Stefan Eissing
49
-3397
/
+7539
2019-06-23
mod_ssl: use OPENSSL_init_ssl() to initialise OpenSSL on versions 1.1+.
Graham Leggett
3
-8
/
+29
2019-06-23
After reinstatement of DSO support in APR/APR-util, revert r1837437,
Graham Leggett
6
-119
/
+61
2019-06-22
French doc rebuild.
Lucien Gentis
4
-6
/
+2
2019-06-22
french doc rebuild.
Lucien Gentis
17
-259
/
+289
2019-06-22
Version num update.
Lucien Gentis
1
-1
/
+1
2019-06-22
Version num mismatch.
Lucien Gentis
1
-1
/
+1
2019-06-22
Misplaced contextlist tag.
Lucien Gentis
2
-2
/
+2
2019-06-22
xml fr doc update.
Lucien Gentis
6
-18
/
+43
2019-06-21
Add support for SHA-2 crypt() algorithm in htpasswd.
Joe Orton
4
-6
/
+79
2019-06-21
* configure.in, acinclude.m4: Inline APACHE_GEN_MAKEFILES in AC_CONFIG_COMMANDS
Joe Orton
2
-7
/
+6
2019-06-21
* configure.in: Move modules.c creation to config.status.
Joe Orton
1
-4
/
+5
2019-06-21
* configure.in: Fix enabling httpdunit w/o --enable-reduced-exports.
Joe Orton
1
-1
/
+1
2019-06-21
* build/config_vars.sh.in: Remove test-suite (builddir-specific) vars
Joe Orton
1
-0
/
+1
2019-06-21
* server/scoreboard.c (open_scoreboard): Create the scoreboard in the
Joe Orton
1
-12
/
+5
2019-06-20
* server/util.c: Make "nul" symbol private.
Joe Orton
1
-1
/
+1
2019-06-20
Add an --enable-reduced-exports configure option to link libmain.a
Joe Orton
5
-7
/
+33
2019-06-20
Clarify pool lifetime constraints when modifying ap_server_config_defines.
Joe Orton
1
-2
/
+4
2019-06-18
followup to r1861542: return early from error path
Eric Covener
1
-2
/
+2
2019-06-17
add RedirectRelative directive to allow relative Redirect targets
Eric Covener
2
-47
/
+82
2019-06-17
style: cmd_rec at the bottom
Eric Covener
1
-27
/
+28
[next]