| 2020-07-01 |
Yann Ylavic | mod_ssl: release coalesced data when called from ap_fil... |
commit | commitdiff | tree | snapshot |
| 2020-07-01 |
Yann Ylavic | mod_proxy: reindent ap_proxy_transfer_between_connectio... |
commit | commitdiff | tree | snapshot |
| 2020-07-01 |
Yann Ylavic | mod_proxy: improved and reentrant tunneling loop. |
commit | commitdiff | tree | snapshot |
| 2020-06-30 |
Ruediger Pluem | * Improve formating and aligning [skip ci] |
commit | commitdiff | tree | snapshot |
| 2020-06-30 |
Ruediger Pluem | * Use isValidAddress when dumping buckets [skip ci] |
commit | commitdiff | tree | snapshot |
| 2020-06-30 |
Ruediger Pluem | * Create helper function isValidAddress to determine... |
commit | commitdiff | tree | snapshot |
| 2020-06-30 |
Ruediger Pluem | * Let dump_brigade print the length of the brigade |
commit | commitdiff | tree | snapshot |
| 2020-06-30 |
Yann Ylavic | Follow up to r1877955: don't reuse the connection for... |
commit | commitdiff | tree | snapshot |
| 2020-06-30 |
Joe Orton | Travis changes: |
commit | commitdiff | tree | snapshot |
| 2020-06-30 |
Yann Ylavic | Follow up to r1877955: always validate the Content... |
commit | commitdiff | tree | snapshot |
| 2020-06-30 |
Joe Orton | Add Travis jobs to test shared-MPMs under APR pool... |
commit | commitdiff | tree | snapshot |
| 2020-06-30 |
Yann Ylavic | Revert r1879361: 2.4.x material only. |
commit | commitdiff | tree | snapshot |
| 2020-06-30 |
Yann Ylavic | mod_proxy: unfail mixed ProxyPass/<Proxy> and ProxyPass... |
commit | commitdiff | tree | snapshot |
| 2020-06-30 |
Yann Ylavic | Follow up to r1879235: fill APLOGNO(). |
commit | commitdiff | tree | snapshot |
| 2020-06-29 |
Luca Toscano | server/util_script.c: reserve one APLOGNO number after... |
commit | commitdiff | tree | snapshot |
| 2020-06-29 |
Graham Leggett | Use a dedicated constant for the base64 sha1 length. |
commit | commitdiff | tree | snapshot |
| 2020-06-29 |
Graham Leggett | Remove tabs. |
commit | commitdiff | tree | snapshot |
| 2020-06-29 |
Graham Leggett | Begone foul tabs. |
commit | commitdiff | tree | snapshot |
| 2020-06-29 |
Graham Leggett | mod_dav: Add method_precondition hook. WebDAV extension... |
commit | commitdiff | tree | snapshot |
| 2020-06-29 |
Graham Leggett | Make sure the get and restore the file offset when... |
commit | commitdiff | tree | snapshot |
| 2020-06-29 |
Graham Leggett | Be defensive when the request is missing. |
commit | commitdiff | tree | snapshot |
| 2020-06-28 |
Graham Leggett | Add implementation of deliver_report and gather_reports... |
commit | commitdiff | tree | snapshot |
| 2020-06-28 |
Graham Leggett | Add hooks deliver_report and gather_reports to mod_dav... |
commit | commitdiff | tree | snapshot |
| 2020-06-28 |
Graham Leggett | Add dav_get_provider(), dav_open_lockdb() and dav_close... |
commit | commitdiff | tree | snapshot |
| 2020-06-27 |
Graham Leggett | "[mod_dav_fs etag handling] should really honor the... |
commit | commitdiff | tree | snapshot |
| 2020-06-27 |
Luca Toscano | server/util_script.c: tune logging Last-Modified header |
commit | commitdiff | tree | snapshot |
| 2020-06-26 |
Yann Ylavic | Follow up to r1879080 and r1879137: servlet-normalize... |
commit | commitdiff | tree | snapshot |
| 2020-06-25 |
Joe Orton | Add a plain mod_cgid build, explicitly without mod_cgi. |
commit | commitdiff | tree | snapshot |
| 2020-06-25 |
Yann Ylavic | Follow up to r1879179: CHANGES entry. |
commit | commitdiff | tree | snapshot |
| 2020-06-25 |
Yann Ylavic | EVP_PKEY_up_ref(): fix bad reference count locking. |
commit | commitdiff | tree | snapshot |
| 2020-06-24 |
Stefan Eissing | mod_http2: making filter names all uppercase again. |
commit | commitdiff | tree | snapshot |
| 2020-06-24 |
Yann Ylavic | Follow up to r1879074: don't let dav_process_if_header... |
commit | commitdiff | tree | snapshot |
| 2020-06-24 |
Yann Ylavic | Follow up to r1879079: fail early if URI path resolves... |
commit | commitdiff | tree | snapshot |
| 2020-06-24 |
Yann Ylavic | Follow up to r1879080: replace ProxyUseOriginalURI... |
commit | commitdiff | tree | snapshot |
| 2020-06-24 |
Yann Ylavic | Follow up to r1879075: ap_getparents() to return the... |
commit | commitdiff | tree | snapshot |
| 2020-06-24 |
Yann Ylavic | Follow up to r1879079, r1879080: change to DONE semanti... |
commit | commitdiff | tree | snapshot |
| 2020-06-24 |
Joe Orton | * modules/generators/mod_cgid.c (get_req): Add basic... |
commit | commitdiff | tree | snapshot |
| 2020-06-23 |
Joe Orton | * modules/generators/mod_cgid.c (cgid_handler): Bail... |
commit | commitdiff | tree | snapshot |
| 2020-06-23 |
Yann Ylavic | Follow up to r1879079: merge slashes (if configured... |
commit | commitdiff | tree | snapshot |
| 2020-06-23 |
Yann Ylavic | Follow up to r1879079: merge/walk locations for pre_tra... |
commit | commitdiff | tree | snapshot |
| 2020-06-23 |
Joe Orton | Mark fdpassing test as failing. |
commit | commitdiff | tree | snapshot |
| 2020-06-23 |
Yann Ylavic | ap_location_walk/ap_directory_walk: copy the cached... |
commit | commitdiff | tree | snapshot |
| 2020-06-23 |
Joe Orton | Disable mod_cgi to ensure mod_cgid is really being... |
commit | commitdiff | tree | snapshot |
| 2020-06-23 |
Yann Ylavic | Follow up to r1879111: gcc suggests parentheses around... |
commit | commitdiff | tree | snapshot |
| 2020-06-23 |
Yann Ylavic | Follow up to r1879110: avoid signed comparison for... |
commit | commitdiff | tree | snapshot |
| 2020-06-23 |
Yann Ylavic | Follow up to r1879094: make use_original_uri signed... |
commit | commitdiff | tree | snapshot |
| 2020-06-23 |
Joe Orton | Fix YAML syntax. |
commit | commitdiff | tree | snapshot |
| 2020-06-23 |
Joe Orton | Test mod_cgid w/fdpassing. |
commit | commitdiff | tree | snapshot |
| 2020-06-23 |
Joe Orton | Add "v6only" Listen option to enable IPV6_V6ONLY in... |
commit | commitdiff | tree | snapshot |
| 2020-06-23 |
Joe Orton | Add workaround for IPv6 configuration on non-x86 hosts... |
commit | commitdiff | tree | snapshot |
| 2020-06-22 |
Yann Ylavic | Follow up to r1879076: axe stray copy/paste in pre_tran... |
commit | commitdiff | tree | snapshot |
| 2020-06-22 |
Yann Ylavic | Follow up to r1879080: rename ProxyMappingDecoded to... |
commit | commitdiff | tree | snapshot |
| 2020-06-22 |
Yann Ylavic | Allow for proxy servlet mapping at pre_translate_name... |
commit | commitdiff | tree | snapshot |
| 2020-06-22 |
Yann Ylavic | Allow for URI-path pre_translate_name before (and/or... |
commit | commitdiff | tree | snapshot |
| 2020-06-22 |
Yann Ylavic | Validate request-target per RFC 7230 section 5.3. |
commit | commitdiff | tree | snapshot |
| 2020-06-22 |
Yann Ylavic | Declare pre_translate hook in lua/info/log_debug/exampl... |
commit | commitdiff | tree | snapshot |
| 2020-06-22 |
Yann Ylavic | Add pre_translate_name hook running before URI-path... |
commit | commitdiff | tree | snapshot |
| 2020-06-22 |
Yann Ylavic | Implement ap_getparent() using ap_normalize_path(). |
commit | commitdiff | tree | snapshot |
| 2020-06-22 |
Yann Ylavic | Add ap_normalize_path() to replace ap_getparents()... |
commit | commitdiff | tree | snapshot |
| 2020-06-20 |
Jim Jagielski | Backported to 2.4.x |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Christophe... | Axe an empty line in a dox comment in order to synch... |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Christophe... | Add a space to be consistent with surrounding code... |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Yann Ylavic | Oups, axe spurious copypasta. |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Yann Ylavic | CHANGES entry for ap_proxy_define_match_worker(). |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Yann Ylavic | ap_proxy_define_match_worker: disable connection reuse... |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Yann Ylavic | ap_proxy_define_match_worker: don't copy the url unnece... |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Joe Orton | For diagnosing weird non-x86 failures, dump /etc/hosts... |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Yann Ylavic | mod_proxy_http: always stream the request body by default. |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Ruediger Pluem | * Revert r1878939, r1878938, r1878936, the changes to |
commit | commitdiff | tree | snapshot |
| 2020-06-17 |
Ruediger Pluem | * Reset the request_rec fields protocol, proto_num... |
commit | commitdiff | tree | snapshot |
| 2020-06-17 |
Ruediger Pluem | * Reset the_request as well to reflect HTTP/2.0 [skip ci] |
commit | commitdiff | tree | snapshot |
| 2020-06-17 |
Ruediger Pluem | * Add comments to document why we do this. |
commit | commitdiff | tree | snapshot |
| 2020-06-17 |
Stefan Eissing | *) mod_http2: workaround to facilitate use of common... |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Joe Orton | mod_ldap: Use the LDAP API directly to implement the... |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Joe Orton | Update Travis LDAP testing to use new container setup... |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
Christophe... | xforms |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
Christophe... | Fix typo in r1878824 |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
Christophe... | Add some html syntax highlight to a piece of code. |
commit | commitdiff | tree | snapshot |
| 2020-06-13 |
Lucien Gentis | fr doc rebuild. |
commit | commitdiff | tree | snapshot |
| 2020-06-13 |
Lucien Gentis | fr dox XML files updates. |
commit | commitdiff | tree | snapshot |
| 2020-06-13 |
Christophe... | Update "en" generated doc files to UTF-8 |
commit | commitdiff | tree | snapshot |
| 2020-06-13 |
Christophe... | Try to fix once and for all, our "en" html file generat... |
commit | commitdiff | tree | snapshot |
| 2020-06-13 |
Christophe... | Fix a typo |
commit | commitdiff | tree | snapshot |
| 2020-06-10 |
André Malo | update transformation |
commit | commitdiff | tree | snapshot |
| 2020-06-10 |
Ruediger Pluem | * Have the HTTP 0.9 / 1.1 processing code reject reques... |
commit | commitdiff | tree | snapshot |
| 2020-06-10 |
Joe Orton | * support/htpasswd.c (usage): Fix typo. [skip ci] |
commit | commitdiff | tree | snapshot |
| 2020-06-09 |
Joe Orton | Add Travis job which runs slapd in a container to allow... |
commit | commitdiff | tree | snapshot |
| 2020-06-09 |
Joe Orton | Disable all Travis notifications for forks (hopefully... |
commit | commitdiff | tree | snapshot |
| 2020-06-09 |
Joe Orton | * Makefile.in: Add TEST_CONFIG variable to specify... |
commit | commitdiff | tree | snapshot |
| 2020-06-09 |
Joe Orton | Tail more error_log for failed test suite runs in Travi... |
commit | commitdiff | tree | snapshot |
| 2020-06-08 |
Christophe... | Rebuild trunk docs |
commit | commitdiff | tree | snapshot |
| 2020-06-08 |
Christophe... | Fix an invalid link |
commit | commitdiff | tree | snapshot |
| 2020-06-08 |
Rich Bowen | remove the term blacklist |
commit | commitdiff | tree | snapshot |
| 2020-06-06 |
Nick Kew | PR#64443: watch whether mod_proxy_html i18n might risk... |
commit | commitdiff | tree | snapshot |
| 2020-06-06 |
Rich Bowen | Remove the term blacklist from our documentation |
commit | commitdiff | tree | snapshot |
| 2020-06-06 |
Rich Bowen | rebuild docs |
commit | commitdiff | tree | snapshot |
| 2020-06-06 |
Rich Bowen | Remove 'blacklist' from our docs, as per |
commit | commitdiff | tree | snapshot |
| 2020-06-05 |
Joe Orton | Build with LDAP support for APR 1.x. |
commit | commitdiff | tree | snapshot |
| 2020-06-04 |
Jean-Frederic... | make sure the $n of the regular expressions is not... |
commit | commitdiff | tree | snapshot |
| 2020-06-04 |
Giovanni Bechis | Add error checks in md_json_readb |
commit | commitdiff | tree | snapshot |
| next |