2020-07-06 |
Ruediger Pluem | * Do not try to parse already aborted requests |
commit | commitdiff | tree |
2020-07-06 |
Graham Leggett | Use a brigade instead of direct reads, allow APR to... |
commit | commitdiff | tree |
2020-07-05 |
Graham Leggett | Extend method_precondition hook to be called during... |
commit | commitdiff | tree |
2020-07-04 |
Lucien Gentis | fr doc rebuild. |
commit | commitdiff | tree |
2020-07-04 |
Lucien Gentis | fr doc xml files updates. |
commit | commitdiff | tree |
2020-07-03 |
Graham Leggett | Bump log numbers. |
commit | commitdiff | tree |
2020-07-03 |
Graham Leggett | Add MMAP support to ETag generation. |
commit | commitdiff | tree |
2020-07-03 |
Graham Leggett | Bump MMN correctly. |
commit | commitdiff | tree |
2020-07-03 |
Graham Leggett | core: Remove support for the Content-MD5 header, remove... |
commit | commitdiff | tree |
2020-07-03 |
Graham Leggett | Add skeleton for new features docs for 2.6. |
commit | commitdiff | tree |
2020-07-03 |
Graham Leggett | Add log numbers to util_etag.c. |
commit | commitdiff | tree |
2020-07-03 |
Graham Leggett | Seek to the start of the file when calculating the... |
commit | commitdiff | tree |
2020-07-03 |
Graham Leggett | mod_dav: Allow other DAV modules to use dav_get_resource(). |
commit | commitdiff | tree |
2020-07-03 |
Graham Leggett | Be defensive when calculating the digest. Make sure... |
commit | commitdiff | tree |
2020-07-02 |
Yann Ylavic | Follow up to r1879449: yet better MPM poll callback... |
commit | commitdiff | tree |
2020-07-02 |
Yann Ylavic | mpm_common: add pool argument to mpm_register_poll_call... |
commit | commitdiff | tree |
2020-07-02 |
Joe Orton | Adjust for r1879447 to specify shmcb is tested when |
commit | commitdiff | tree |
2020-07-02 |
Joe Orton | * modules/ssl/ssl_scache.c (ssl_scache_init): Use ... |
commit | commitdiff | tree |
2020-07-02 |
Joe Orton | Add additional test suite runs for the prefork & event... |
commit | commitdiff | tree |
2020-07-02 |
Yann Ylavic | mod_proxy_wstunnel: follow up to r1879418: handle first... |
commit | commitdiff | tree |
2020-07-02 |
Yann Ylavic | mod_proxy_http: follow up to r1879419: clarify poll... |
commit | commitdiff | tree |
2020-07-02 |
Yann Ylavic | mpm_common: remove ap_mpm_unregister_poll_callback(). |
commit | commitdiff | tree |
2020-07-02 |
Yann Ylavic | Follow up to r1879419: CHANGES entry. |
commit | commitdiff | tree |
2020-07-02 |
Yann Ylavic | mod_proxy_http: handle async tunneling of Upgrade(d... |
commit | commitdiff | tree |
2020-07-02 |
Yann Ylavic | mod_proxy_wstunnel: avoid leaks on tunnel->pfds->pool. |
commit | commitdiff | tree |
2020-07-02 |
Yann Ylavic | mpm_event: poll callbacks fixes and improvements. |
commit | commitdiff | tree |
2020-07-01 |
Yann Ylavic | mod_ssl: release coalesced data when called from ap_fil... |
commit | commitdiff | tree |
2020-07-01 |
Yann Ylavic | mod_proxy: reindent ap_proxy_transfer_between_connectio... |
commit | commitdiff | tree |
2020-07-01 |
Yann Ylavic | mod_proxy: improved and reentrant tunneling loop. |
commit | commitdiff | tree |
2020-06-30 |
Ruediger Pluem | * Improve formating and aligning [skip ci] |
commit | commitdiff | tree |
2020-06-30 |
Ruediger Pluem | * Use isValidAddress when dumping buckets [skip ci] |
commit | commitdiff | tree |
2020-06-30 |
Ruediger Pluem | * Create helper function isValidAddress to determine... |
commit | commitdiff | tree |
2020-06-30 |
Ruediger Pluem | * Let dump_brigade print the length of the brigade |
commit | commitdiff | tree |
2020-06-30 |
Yann Ylavic | Follow up to r1877955: don't reuse the connection for... |
commit | commitdiff | tree |
2020-06-30 |
Joe Orton | Travis changes: |
commit | commitdiff | tree |
2020-06-30 |
Yann Ylavic | Follow up to r1877955: always validate the Content... |
commit | commitdiff | tree |
2020-06-30 |
Joe Orton | Add Travis jobs to test shared-MPMs under APR pool... |
commit | commitdiff | tree |
2020-06-30 |
Yann Ylavic | Revert r1879361: 2.4.x material only. |
commit | commitdiff | tree |
2020-06-30 |
Yann Ylavic | mod_proxy: unfail mixed ProxyPass/<Proxy> and ProxyPass... |
commit | commitdiff | tree |
2020-06-30 |
Yann Ylavic | Follow up to r1879235: fill APLOGNO(). |
commit | commitdiff | tree |
2020-06-29 |
Luca Toscano | server/util_script.c: reserve one APLOGNO number after... |
commit | commitdiff | tree |
2020-06-29 |
Graham Leggett | Use a dedicated constant for the base64 sha1 length. |
commit | commitdiff | tree |
2020-06-29 |
Graham Leggett | Remove tabs. |
commit | commitdiff | tree |
2020-06-29 |
Graham Leggett | Begone foul tabs. |
commit | commitdiff | tree |
2020-06-29 |
Graham Leggett | mod_dav: Add method_precondition hook. WebDAV extension... |
commit | commitdiff | tree |
2020-06-29 |
Graham Leggett | Make sure the get and restore the file offset when... |
commit | commitdiff | tree |
2020-06-29 |
Graham Leggett | Be defensive when the request is missing. |
commit | commitdiff | tree |
2020-06-28 |
Graham Leggett | Add implementation of deliver_report and gather_reports... |
commit | commitdiff | tree |
2020-06-28 |
Graham Leggett | Add hooks deliver_report and gather_reports to mod_dav... |
commit | commitdiff | tree |
2020-06-28 |
Graham Leggett | Add dav_get_provider(), dav_open_lockdb() and dav_close... |
commit | commitdiff | tree |
2020-06-27 |
Graham Leggett | "[mod_dav_fs etag handling] should really honor the... |
commit | commitdiff | tree |
2020-06-27 |
Luca Toscano | server/util_script.c: tune logging Last-Modified header |
commit | commitdiff | tree |
2020-06-26 |
Yann Ylavic | Follow up to r1879080 and r1879137: servlet-normalize... |
commit | commitdiff | tree |
2020-06-25 |
Joe Orton | Add a plain mod_cgid build, explicitly without mod_cgi. |
commit | commitdiff | tree |
2020-06-25 |
Yann Ylavic | Follow up to r1879179: CHANGES entry. |
commit | commitdiff | tree |
2020-06-25 |
Yann Ylavic | EVP_PKEY_up_ref(): fix bad reference count locking. |
commit | commitdiff | tree |
2020-06-24 |
Stefan Eissing | mod_http2: making filter names all uppercase again. |
commit | commitdiff | tree |
2020-06-24 |
Yann Ylavic | Follow up to r1879074: don't let dav_process_if_header... |
commit | commitdiff | tree |
2020-06-24 |
Yann Ylavic | Follow up to r1879079: fail early if URI path resolves... |
commit | commitdiff | tree |
2020-06-24 |
Yann Ylavic | Follow up to r1879080: replace ProxyUseOriginalURI... |
commit | commitdiff | tree |
2020-06-24 |
Yann Ylavic | Follow up to r1879075: ap_getparents() to return the... |
commit | commitdiff | tree |
2020-06-24 |
Yann Ylavic | Follow up to r1879079, r1879080: change to DONE semanti... |
commit | commitdiff | tree |
2020-06-24 |
Joe Orton | * modules/generators/mod_cgid.c (get_req): Add basic... |
commit | commitdiff | tree |
2020-06-23 |
Joe Orton | * modules/generators/mod_cgid.c (cgid_handler): Bail... |
commit | commitdiff | tree |
2020-06-23 |
Yann Ylavic | Follow up to r1879079: merge slashes (if configured... |
commit | commitdiff | tree |
2020-06-23 |
Yann Ylavic | Follow up to r1879079: merge/walk locations for pre_tra... |
commit | commitdiff | tree |
2020-06-23 |
Joe Orton | Mark fdpassing test as failing. |
commit | commitdiff | tree |
2020-06-23 |
Yann Ylavic | ap_location_walk/ap_directory_walk: copy the cached... |
commit | commitdiff | tree |
2020-06-23 |
Joe Orton | Disable mod_cgi to ensure mod_cgid is really being... |
commit | commitdiff | tree |
2020-06-23 |
Yann Ylavic | Follow up to r1879111: gcc suggests parentheses around... |
commit | commitdiff | tree |
2020-06-23 |
Yann Ylavic | Follow up to r1879110: avoid signed comparison for... |
commit | commitdiff | tree |
2020-06-23 |
Yann Ylavic | Follow up to r1879094: make use_original_uri signed... |
commit | commitdiff | tree |
2020-06-23 |
Joe Orton | Fix YAML syntax. |
commit | commitdiff | tree |
2020-06-23 |
Joe Orton | Test mod_cgid w/fdpassing. |
commit | commitdiff | tree |
2020-06-23 |
Joe Orton | Add "v6only" Listen option to enable IPV6_V6ONLY in... |
commit | commitdiff | tree |
2020-06-23 |
Joe Orton | Add workaround for IPv6 configuration on non-x86 hosts... |
commit | commitdiff | tree |
2020-06-22 |
Yann Ylavic | Follow up to r1879076: axe stray copy/paste in pre_tran... |
commit | commitdiff | tree |
2020-06-22 |
Yann Ylavic | Follow up to r1879080: rename ProxyMappingDecoded to... |
commit | commitdiff | tree |
2020-06-22 |
Yann Ylavic | Allow for proxy servlet mapping at pre_translate_name... |
commit | commitdiff | tree |
2020-06-22 |
Yann Ylavic | Allow for URI-path pre_translate_name before (and/or... |
commit | commitdiff | tree |
2020-06-22 |
Yann Ylavic | Validate request-target per RFC 7230 section 5.3. |
commit | commitdiff | tree |
2020-06-22 |
Yann Ylavic | Declare pre_translate hook in lua/info/log_debug/exampl... |
commit | commitdiff | tree |
2020-06-22 |
Yann Ylavic | Add pre_translate_name hook running before URI-path... |
commit | commitdiff | tree |
2020-06-22 |
Yann Ylavic | Implement ap_getparent() using ap_normalize_path(). |
commit | commitdiff | tree |
2020-06-22 |
Yann Ylavic | Add ap_normalize_path() to replace ap_getparents()... |
commit | commitdiff | tree |
2020-06-20 |
Jim Jagielski | Backported to 2.4.x |
commit | commitdiff | tree |
2020-06-19 |
Christophe... | Axe an empty line in a dox comment in order to synch... |
commit | commitdiff | tree |
2020-06-19 |
Christophe... | Add a space to be consistent with surrounding code... |
commit | commitdiff | tree |
2020-06-19 |
Yann Ylavic | Oups, axe spurious copypasta. |
commit | commitdiff | tree |
2020-06-19 |
Yann Ylavic | CHANGES entry for ap_proxy_define_match_worker(). |
commit | commitdiff | tree |
2020-06-19 |
Yann Ylavic | ap_proxy_define_match_worker: disable connection reuse... |
commit | commitdiff | tree |
2020-06-19 |
Yann Ylavic | ap_proxy_define_match_worker: don't copy the url unnece... |
commit | commitdiff | tree |
2020-06-19 |
Joe Orton | For diagnosing weird non-x86 failures, dump /etc/hosts... |
commit | commitdiff | tree |
2020-06-19 |
Yann Ylavic | mod_proxy_http: always stream the request body by default. |
commit | commitdiff | tree |
2020-06-19 |
Ruediger Pluem | * Revert r1878939, r1878938, r1878936, the changes to |
commit | commitdiff | tree |
2020-06-17 |
Ruediger Pluem | * Reset the request_rec fields protocol, proto_num... |
commit | commitdiff | tree |
2020-06-17 |
Ruediger Pluem | * Reset the_request as well to reflect HTTP/2.0 [skip ci] |
commit | commitdiff | tree |
2020-06-17 |
Ruediger Pluem | * Add comments to document why we do this. |
commit | commitdiff | tree |
2020-06-17 |
Stefan Eissing | *) mod_http2: workaround to facilitate use of common... |
commit | commitdiff | tree |
2020-06-16 |
Joe Orton | mod_ldap: Use the LDAP API directly to implement the... |
commit | commitdiff | tree |
next |