| Commit message (Expand) | Author | Age | Files | Lines |
* | add ap_set_content_type_ex to differentiate | Eric Covener | 2024-06-24 | 1 | -0/+11 |
* | handle large writes in ap_rputs | Eric Covener | 2022-06-01 | 1 | -1/+21 |
* | Merge PR 311: | Stefan Eissing | 2022-04-13 | 1 | -5/+19 |
* | * Fix typo | Ruediger Pluem | 2022-04-04 | 1 | -1/+1 |
* | *) core: add ap_h1_append_header() for single header values. | Stefan Eissing | 2022-04-04 | 1 | -0/+10 |
* | *) core/mod_http/mod_http2: | Stefan Eissing | 2022-04-04 | 1 | -0/+292 |
* | http: Enforce that fully qualified uri-paths not to be forward-proxied | Yann Ylavic | 2021-12-13 | 1 | -0/+7 |
* | Revert spurious commit r1895340. | Yann Ylavic | 2021-11-25 | 1 | -7/+0 |
* | Trigger ci. | Yann Ylavic | 2021-11-25 | 1 | -0/+7 |
* | *) core: provide ap_ssl_* functions in new http_ssl.h header file. | Stefan Eissing | 2021-03-26 | 1 | -156/+0 |
* | Changed ap_ssl_answer_challenge() and its hook to provide PEM data for | Stefan Eissing | 2021-03-03 | 1 | -8/+19 |
* | Adding more ap_ssl_* functions and hooks to the core server. | Stefan Eissing | 2021-03-02 | 1 | -0/+85 |
* | *) core: Adding SSL related inquiry functions to the server API. | Stefan Eissing | 2021-02-23 | 1 | -0/+60 |
* | "[mod_dav_fs etag handling] should really honor the FileETag setting". | Graham Leggett | 2020-06-28 | 1 | -1/+38 |
* | core, h2: common ap_parse_request_line() and ap_check_request_header() code. | Yann Ylavic | 2020-04-17 | 1 | -0/+14 |
* | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 1 | -1/+1 |
* | Revert r1869222, wrong files committed. | Yann Ylavic | 2019-10-31 | 1 | -24/+0 |
* | mod_proxy_http: follow up to r1869216. | Yann Ylavic | 2019-10-31 | 1 | -0/+24 |
* | Axe ap_rgetline_core(), not used anymore. | Yann Ylavic | 2018-04-22 | 1 | -20/+0 |
* | http: add ap_fgetline() and AP_GETLINE_NONBLOCK flag. | Yann Ylavic | 2018-04-20 | 1 | -29/+39 |
* | core: Add and handle AP_GETLINE_NOSPC_EOL flag in ap_rgetline_core(). | Yann Ylavic | 2018-04-19 | 1 | -1/+3 |
* | Fix some doxygen comment | Christophe Jaillet | 2018-03-22 | 1 | -4/+3 |
* | CVE-2017-3167: add documentation to ap_get_basic_auth_pw() | Jacob Champion | 2017-06-21 | 1 | -2/+9 |
* | core: deprecate and replace ap_get_basic_auth_pw | Eric Covener | 2017-05-26 | 1 | -1/+24 |
* | http: Allow unknown response status' lines returned in the form of: | Yann Ylavic | 2016-11-15 | 1 | -0/+11 |
* | New optional flag to enforce <CR><LF> line delimiters in ap_[r]getline, | William A. Rowe Jr | 2016-08-30 | 1 | -5/+12 |
* | Fix a small doxygen issue | Christophe Jaillet | 2016-03-12 | 1 | -1/+1 |
* | added AP_DECLARE for new ap_create_request | Stefan Eissing | 2016-03-09 | 1 | -1/+1 |
* | core: Split ap_create_request() from ap_read_request() | Graham Leggett | 2016-03-08 | 1 | -0/+7 |
* | * include/http_protocol.h: Tweak wording. | Joe Orton | 2016-02-26 | 1 | -2/+2 |
* | first request on master connection only reports more preferred protocols in U... | Stefan Eissing | 2015-10-26 | 1 | -1/+6 |
* | announce protocol choices on first request | Stefan Eissing | 2015-10-23 | 1 | -1/+16 |
* | new ap_is_allowed_protocol() for testing configured protocols, added H2Upgrad... | Stefan Eissing | 2015-10-20 | 1 | -0/+17 |
* | improvements in ap_select_protocol(), supplied by yann ylavic | Stefan Eissing | 2015-09-04 | 1 | -1/+1 |
* | changed Protocols default to http/1.1 only, updated documentation, changed ap... | Stefan Eissing | 2015-09-03 | 1 | -2/+6 |
* | Allowing protocol_propose hooks to be called with offers=NULL, clarifying sem... | Stefan Eissing | 2015-08-27 | 1 | -9/+19 |
* | adding ap_get_protocol(c) which safeguards against NULL returns, for use inst... | Stefan Eissing | 2015-08-26 | 1 | -6/+22 |
* | new Protocols directive and core API changes to enable protocol switching on ... | Stefan Eissing | 2015-07-24 | 1 | -0/+103 |
* | Correct typo in comments for ap_map_http_request_error(). | Chris Darroch | 2013-10-07 | 1 | -1/+1 |
* | ap_rputs() silently truncated size_t to int, resulting in 130+ warnings | Jeff Trawick | 2013-10-05 | 1 | -1/+1 |
* | core: Stop the HTTP_IN filter from attempting to write error buckets | Graham Leggett | 2013-05-14 | 1 | -0/+17 |
* | core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions() | Graham Leggett | 2013-05-07 | 1 | -0/+66 |
* | fix comment typo | Stefan Fritsch | 2012-11-09 | 1 | -1/+1 |
* | Typo fix | Daniel Gruno | 2012-08-02 | 1 | -1/+1 |
* | bad header info: ap_rflush does not return the number of bytes flushed, it re... | Daniel Gruno | 2012-08-02 | 1 | -1/+1 |
* | Rename ap_func_attr_* macros to AP_FN_ATTR_* | Stefan Fritsch | 2012-01-09 | 1 | -1/+1 |
* | Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitly | William A. Rowe Jr | 2012-01-06 | 1 | -2/+4 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -4/+4 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -37/+37 |
* | typo in comment | Eric Covener | 2011-09-08 | 1 | -1/+1 |