summaryrefslogtreecommitdiffstats
path: root/modules/echo (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-10 *) mod_http2: fixed a bug that prevented proper stream cleanup when connectionStefan Eissing6-108/+180
2019-07-09 * moving the openssl related new hooks into mod_ssl_openssl.hStefan Eissing4-50/+56
2019-07-09 * using mod_ssl_openssl.h to see hooks in new placeStefan Eissing1-3/+3
2019-07-09* include/ssl/mod_ssl.h: Include apr_tables.h and use apr_array_header_tJoe Orton1-6/+5
2019-07-09update after mod_md backportStefan Eissing1-25/+0
2019-07-09mod_md: adding log tag numbersStefan Eissing3-9/+9
2019-07-08* support/htpasswd.c (usage): More usage fixes for SHA-2; describeJoe Orton1-6/+6
2019-07-05Update transform.Joe Orton1-9/+21
2019-07-05* support/htpasswd.c (usage): Document SHA-256/512 support.Joe Orton1-3/+7
2019-07-05Transforms.Joe Orton18-382/+806
2019-07-05Document SHA-2 support.Joe Orton1-17/+52
2019-07-05 * applying v4 of the patch for PR 63534.Stefan Eissing1-3/+3
2019-07-03 *) mod_http2/mpm_event: Fixes the behaviour when a HTTP/2 connection has no...Stefan Eissing4-5/+18
2019-07-02* All backportedRuediger Pluem1-11/+0
2019-07-02* Backported in r1862410Ruediger Pluem1-3/+0
2019-07-01 *) mod_ssl/mod_md: Stefan Eissing4-27/+114
2019-06-28* Replace apr_psprintf with apr_pstrcat where the format strings onlyRuediger Pluem6-47/+55
2019-06-27* modules/metadata/mod_mime_magic.c: Constify some constantJoe Orton1-7/+6
2019-06-27* docs/conf/magic: Allow mod_mime_magic to return "audio/x-wav" forJoe Orton1-1/+1
2019-06-26 mod_md: silencing unsed warnings when no mod_ssl hooks are not availableStefan Eissing1-0/+3
2019-06-25 *) mod_ssl/mod_md: reversing dependency by letting mod_ssl offer hooks forStefan Eissing5-99/+171
2019-06-25* server/main.c (main): Don't create a separate subpool for pcommandsJoe Orton1-2/+1
2019-06-25 mod_md: updated documenation with new directives and chapters about wildcard...Stefan Eissing1-95/+454
2019-06-25* modules/proxy/mod_proxy.c (create_proxy_config): Tag the pool.Joe Orton2-0/+3
2019-06-25* modules/dav/main/mod_dav.c (dav_send_multistatus): Tag the pool.Joe Orton1-0/+1
2019-06-25 mod_md: copy recent fixes, adding new sources to mod_md.dspStefan Eissing6-35/+141
2019-06-25* modules/dav/main/props.c (dav_do_prop_subreq): Allocate escaped URIJoe Orton1-1/+1
2019-06-25Simplify handling of short-lived pool for dav_propdb in mod_dav. NoJoe Orton3-18/+26
2019-06-24Set connectiontimeout for mod_proxy_hcheck.Jean-Frederic Clere1-0/+4
2019-06-24 *) mod_md: bringing over v2.0.6 from github.Stefan Eissing49-3397/+7539
2019-06-23mod_ssl: use OPENSSL_init_ssl() to initialise OpenSSL on versions 1.1+.Graham Leggett3-8/+29
2019-06-23After reinstatement of DSO support in APR/APR-util, revert r1837437,Graham Leggett6-119/+61
2019-06-22French doc rebuild.Lucien Gentis4-6/+2
2019-06-22french doc rebuild.Lucien Gentis17-259/+289
2019-06-22Version num update.Lucien Gentis1-1/+1
2019-06-22Version num mismatch.Lucien Gentis1-1/+1
2019-06-22Misplaced contextlist tag.Lucien Gentis2-2/+2
2019-06-22xml fr doc update.Lucien Gentis6-18/+43
2019-06-21Add support for SHA-2 crypt() algorithm in htpasswd.Joe Orton4-6/+79
2019-06-21* configure.in, acinclude.m4: Inline APACHE_GEN_MAKEFILES in AC_CONFIG_COMMANDSJoe Orton2-7/+6
2019-06-21* configure.in: Move modules.c creation to config.status.Joe Orton1-4/+5
2019-06-21* configure.in: Fix enabling httpdunit w/o --enable-reduced-exports.Joe Orton1-1/+1
2019-06-21* build/config_vars.sh.in: Remove test-suite (builddir-specific) varsJoe Orton1-0/+1
2019-06-21* server/scoreboard.c (open_scoreboard): Create the scoreboard in theJoe Orton1-12/+5
2019-06-20* server/util.c: Make "nul" symbol private.Joe Orton1-1/+1
2019-06-20Add an --enable-reduced-exports configure option to link libmain.aJoe Orton5-7/+33
2019-06-20Clarify pool lifetime constraints when modifying ap_server_config_defines.Joe Orton1-2/+4
2019-06-18followup to r1861542: return early from error pathEric Covener1-2/+2
2019-06-17add RedirectRelative directive to allow relative Redirect targetsEric Covener2-47/+82
2019-06-17style: cmd_rec at the bottomEric Covener1-27/+28