summaryrefslogtreecommitdiffstats
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-03* Use a loop instead of recursion to iterate over pool siblingsRuediger Pluem1-7/+6
2020-03-03Fix travis config validation warnings.Joe Orton1-3/+2
2020-03-03Switch to using httpd-tests git repo.Joe Orton2-18/+5
2020-03-02restore/explain new session creationEric Covener1-0/+9
2020-03-02 *) mod_http2: Fixes issue where mod_unique_id would generate non-unique req...Stefan Eissing6-35/+37
2020-03-02PR56040: add SessionCookieMaxAge On/OffEric Covener3-2/+52
2020-03-01bubble up an error if none of the passhrases workEric Covener1-0/+2
2020-03-01PR56052: resolve problems with expired sessionsEric Covener2-9/+11
2020-03-01formatting [skip ci]Eric Covener1-2/+2
2020-02-29fr doc rebuild.Lucien Gentis4-3/+11
2020-02-29fr doc XML file update.Lucien Gentis1-1/+10
2020-02-28PR64140: Allow %{Content-Type} in health check expressionsEric Covener2-0/+10
2020-02-28Slighly simplify code.Christophe Jaillet1-12/+4
2020-02-28Remove duplicated "CookieTracking" directive in 'command_rec'.Christophe Jaillet1-2/+0
2020-02-27mod_ssl: simpler "goto" logic for stapling_renew_response().Yann Ylavic1-13/+8
2020-02-27mod_ssl: Fix memory leak of OCSP stapling response.Yann Ylavic2-7/+15
2020-02-27Revert r1874574: wrong patch.Yann Ylavic2-20/+10
2020-02-27mod_ssl: Fix memory leak of OCSP stapling response.Yann Ylavic2-10/+20
2020-02-27"?:" is a GNU extension, use standard syntaxGiovanni Bechis2-2/+2
2020-02-26Avoid printing NULL strings in logsGiovanni Bechis1-1/+1
2020-02-26Add an i386 build using a multilib packages and "gcc -m32".Joe Orton1-1/+29
2020-02-25fr doc rebuild.Lucien Gentis62-913/+938
2020-02-25fr doc XML files updates.Lucien Gentis123-557/+751
2020-02-25* modules/generators/cgi_common.h (cgi_handle_request): CatchJoe Orton1-1/+4
2020-02-25Add note on using scoped literal IPv6 addresses in Listen. [skip ci]Joe Orton1-0/+9
2020-02-25* modules/generators/cgi_common.h (cgi_handle_request): Factor outJoe Orton3-158/+115
2020-02-25* Another whitespace fixRuediger Pluem1-1/+0
2020-02-25* Whitespace fixRuediger Pluem1-1/+1
2020-02-24malloc -> ap_mallocGiovanni Bechis1-2/+2
2020-02-23PR64172: drop severity of AH01666Eric Covener2-1/+3
2020-02-22PR64077: samesite/httponly/secure flags for usertrackEric Covener3-0/+127
2020-02-22Avoid printing NULL strings in logsGiovanni Bechis1-1/+1
2020-02-22handle LOCAL ver_cmd proxy headersGiovanni Bechis1-0/+3
2020-02-21more correct explanation about certificates handlingGiovanni Bechis1-1/+1
2020-02-21mod_ssl: follow up to r1861950: allow for OPENSSL_init_ssl() without autoconf.Yann Ylavic2-5/+7
2020-02-21mod_md: re-applying the parts of r1873985 that got overwritten by the latest ...Stefan Eissing10-23/+23
2020-02-21mpm_event: avoid possible KeepAlveTimeout off by -100 ms.Yann Ylavic2-7/+9
2020-02-20fr doc XML file update.Lucien Gentis1-1/+36
2020-02-20Add gcc 9 job, enable enhanced malloc debugging for pool-debug job.Joe Orton2-4/+38
2020-02-20PKCS#11 URIs usable from 2.4.42 and later now. [skip ci]Joe Orton1-2/+2
2020-02-19Add Travis job which runs under UBSan ("Undefined Behaviour Sanitizer").Joe Orton2-0/+25
2020-02-19mod_md: fixed version string by removing -git, thanks for spotting @steffenal.Stefan Eissing1-1/+1
2020-02-19Warn against using "nobody" for User/Group since it's bad practice.Joe Orton1-7/+10
2020-02-18* support/suexec.c (clean_env): Revert use of ap_calloc inJoe Orton1-1/+1
2020-02-18convert malloc(3) into ap_mallocGiovanni Bechis5-12/+12
2020-02-17Fix spelling errors in docs found by codespell. [skip ci]Mike Rumph35-46/+46
2020-02-17* module/dav/main/util.c (dav_check_bufsize): Don't callJoe Orton1-1/+5
2020-02-17Cleanup of backported entries in CHANGES.Stefan Eissing1-46/+0
2020-02-17mod_md: adding documentation for new MDContactEmail directive.Stefan Eissing1-3/+22
2020-02-17 *) mod_md:Stefan Eissing18-87/+163