| 2020-08-01 |
Christophe... | This not a hot path in RL use case, but looks to be... |
commit | commitdiff | tree | snapshot |
| 2020-08-01 |
Christophe... | Merge 2 loops in order to save a few cycles. |
commit | commitdiff | tree | snapshot |
| 2020-08-01 |
Christophe... | Simplify and speed-up ssl_io_data_dump(). |
commit | commitdiff | tree | snapshot |
| 2020-07-31 |
Eric Covener | don't try to load modules from a NULL path |
commit | commitdiff | tree | snapshot |
| 2020-07-30 |
Joe Orton | For non-trunk run a simpler APLOGNO() test using grep... |
commit | commitdiff | tree | snapshot |
| 2020-07-29 |
Joe Orton | Update some conditions. [skip ci] |
commit | commitdiff | tree | snapshot |
| 2020-07-29 |
Joe Orton | Fix the condition_not_24x condition since it's now... |
commit | commitdiff | tree | snapshot |
| 2020-07-29 |
Stefan Eissing | not my day, it seems |
commit | commitdiff | tree | snapshot |
| 2020-07-29 |
Stefan Eissing | *) mod_http2: remote support for abandoned http-wg... |
commit | commitdiff | tree | snapshot |
| 2020-07-28 |
Eric Covener | use .utf8 output |
commit | commitdiff | tree | snapshot |
| 2020-07-23 |
Yann Ylavic | Follow up to r1880205, APLOGNO(). |
commit | commitdiff | tree | snapshot |
| 2020-07-23 |
Yann Ylavic | mod_proxy_uwsgi: Error out on HTTP header larger than 16K |
commit | commitdiff | tree | snapshot |
| 2020-07-23 |
Yann Ylavic | mod_proxy_http: follow up to r1879419. |
commit | commitdiff | tree | snapshot |
| 2020-07-23 |
Yann Ylavic | mod_proxy: follow up to r1879401: call filters on tunne... |
commit | commitdiff | tree | snapshot |
| 2020-07-15 |
Joe Orton | Add some features & API changes. [skip ci] |
commit | commitdiff | tree | snapshot |
| 2020-07-15 |
Joe Orton | The cgid-fdpassing failures are fixed by r1879883 in... |
commit | commitdiff | tree | snapshot |
| 2020-07-15 |
Graham Leggett | mod_dav: Some DAV extensions, like CalDAV, specify... |
commit | commitdiff | tree | snapshot |
| 2020-07-15 |
Graham Leggett | mod_dav: Add utility functions dav_validate_root_ns(), |
commit | commitdiff | tree | snapshot |
| 2020-07-15 |
Ruediger Pluem | Avoid NULL pointer dereferences for empty environment... |
commit | commitdiff | tree | snapshot |
| 2020-07-15 |
Joe Orton | * docs/log-message-tags/update-log-msg-tags: Exit with... |
commit | commitdiff | tree | snapshot |
| 2020-07-14 |
Joe Orton | * modules/generators/mod_cgid.c (get_cgi_pid): Fix... |
commit | commitdiff | tree | snapshot |
| 2020-07-13 |
Ruediger Pluem | Consider case insensitive filessystems |
commit | commitdiff | tree | snapshot |
| 2020-07-13 |
Stefan Eissing | *) mod_http2: |
commit | commitdiff | tree | snapshot |
| 2020-07-13 |
Stefan Eissing | Can we have mercy with people working on case-preservin... |
commit | commitdiff | tree | snapshot |
| 2020-07-13 |
Joe Orton | Test VPATH build in Travis, update docs. |
commit | commitdiff | tree | snapshot |
| 2020-07-13 |
Ruediger Pluem | Add a new way to document changes |
commit | commitdiff | tree | snapshot |
| 2020-07-13 |
Joe Orton | Actually clear the cache for the worker MPM (missed... |
commit | commitdiff | tree | snapshot |
| 2020-07-10 |
Joe Orton | Try removing the cached ~/perl5 to reset the broken... |
commit | commitdiff | tree | snapshot |
| 2020-07-07 |
Joe Orton | For TEST_SSL=1 runs, test SSLSessionCache with shmcb... |
commit | commitdiff | tree | snapshot |
| 2020-07-07 |
Joe Orton | Check for and use gettid() directly if available; glibc... |
commit | commitdiff | tree | snapshot |
| 2020-07-06 |
Graham Leggett | Bump the logno. |
commit | commitdiff | tree | snapshot |
| 2020-07-06 |
Ruediger Pluem | * Update logno |
commit | commitdiff | tree | snapshot |
| 2020-07-06 |
Ruediger Pluem | * Make get_line more robust in the case that it is... |
commit | commitdiff | tree | snapshot |
| 2020-07-06 |
Ruediger Pluem | * Do not try to parse already aborted requests |
commit | commitdiff | tree | snapshot |
| 2020-07-06 |
Graham Leggett | Use a brigade instead of direct reads, allow APR to... |
commit | commitdiff | tree | snapshot |
| 2020-07-05 |
Graham Leggett | Extend method_precondition hook to be called during... |
commit | commitdiff | tree | snapshot |
| 2020-07-04 |
Lucien Gentis | fr doc rebuild. |
commit | commitdiff | tree | snapshot |
| 2020-07-04 |
Lucien Gentis | fr doc xml files updates. |
commit | commitdiff | tree | snapshot |
| 2020-07-03 |
Graham Leggett | Bump log numbers. |
commit | commitdiff | tree | snapshot |
| 2020-07-03 |
Graham Leggett | Add MMAP support to ETag generation. |
commit | commitdiff | tree | snapshot |
| 2020-07-03 |
Graham Leggett | Bump MMN correctly. |
commit | commitdiff | tree | snapshot |
| 2020-07-03 |
Graham Leggett | core: Remove support for the Content-MD5 header, remove... |
commit | commitdiff | tree | snapshot |
| 2020-07-03 |
Graham Leggett | Add skeleton for new features docs for 2.6. |
commit | commitdiff | tree | snapshot |
| 2020-07-03 |
Graham Leggett | Add log numbers to util_etag.c. |
commit | commitdiff | tree | snapshot |
| 2020-07-03 |
Graham Leggett | Seek to the start of the file when calculating the... |
commit | commitdiff | tree | snapshot |
| 2020-07-03 |
Graham Leggett | mod_dav: Allow other DAV modules to use dav_get_resource(). |
commit | commitdiff | tree | snapshot |
| 2020-07-03 |
Graham Leggett | Be defensive when calculating the digest. Make sure... |
commit | commitdiff | tree | snapshot |
| 2020-07-02 |
Yann Ylavic | Follow up to r1879449: yet better MPM poll callback... |
commit | commitdiff | tree | snapshot |
| 2020-07-02 |
Yann Ylavic | mpm_common: add pool argument to mpm_register_poll_call... |
commit | commitdiff | tree | snapshot |
| 2020-07-02 |
Joe Orton | Adjust for r1879447 to specify shmcb is tested when |
commit | commitdiff | tree | snapshot |
| 2020-07-02 |
Joe Orton | * modules/ssl/ssl_scache.c (ssl_scache_init): Use ... |
commit | commitdiff | tree | snapshot |
| 2020-07-02 |
Joe Orton | Add additional test suite runs for the prefork & event... |
commit | commitdiff | tree | snapshot |
| 2020-07-02 |
Yann Ylavic | mod_proxy_wstunnel: follow up to r1879418: handle first... |
commit | commitdiff | tree | snapshot |
| 2020-07-02 |
Yann Ylavic | mod_proxy_http: follow up to r1879419: clarify poll... |
commit | commitdiff | tree | snapshot |
| 2020-07-02 |
Yann Ylavic | mpm_common: remove ap_mpm_unregister_poll_callback(). |
commit | commitdiff | tree | snapshot |
| 2020-07-02 |
Yann Ylavic | Follow up to r1879419: CHANGES entry. |
commit | commitdiff | tree | snapshot |
| 2020-07-02 |
Yann Ylavic | mod_proxy_http: handle async tunneling of Upgrade(d... |
commit | commitdiff | tree | snapshot |
| 2020-07-02 |
Yann Ylavic | mod_proxy_wstunnel: avoid leaks on tunnel->pfds->pool. |
commit | commitdiff | tree | snapshot |
| 2020-07-02 |
Yann Ylavic | mpm_event: poll callbacks fixes and improvements. |
commit | commitdiff | tree | snapshot |
| 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 |
| next |