summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r1877955: don't reuse the connection for mixed C-L / T-E requestsYann Ylavic2020-06-301-3/+10
* Follow up to r1877955: always validate the Content-LengthYann Ylavic2020-06-301-11/+13
* server/util_script.c: reserve one APLOGNO number after r1879253Luca Toscano2020-06-291-1/+1
* Use a dedicated constant for the base64 sha1 length.Graham Leggett2020-06-291-1/+3
* Remove tabs.Graham Leggett2020-06-291-3/+3
* Make sure the get and restore the file offset when conputing the ETag. Be def...Graham Leggett2020-06-291-2/+9
* "[mod_dav_fs etag handling] should really honor the FileETag setting".Graham Leggett2020-06-282-78/+184
* server/util_script.c: tune logging Last-Modified headerLuca Toscano2020-06-271-3/+2
* Follow up to r1879079: fail early if URI path resolves above root.Yann Ylavic2020-06-241-4/+5
* Follow up to r1879075: ap_getparents() to return the empty string above root.Yann Ylavic2020-06-241-1/+4
* Follow up to r1879079, r1879080: change to DONE semantics for pre_trans hooks.Yann Ylavic2020-06-241-4/+4
* Follow up to r1879079: merge slashes (if configured to) before pre_transYann Ylavic2020-06-231-11/+6
* Follow up to r1879079: merge/walk locations for pre_trans hooks.Yann Ylavic2020-06-231-41/+53
* ap_location_walk/ap_directory_walk: copy the cached uri/filename.Yann Ylavic2020-06-231-2/+2
* Add "v6only" Listen option to enable IPV6_V6ONLY in v4mapped buildsJoe Orton2020-06-231-1/+3
* Allow for URI-path pre_translate_name before (and/or instead of) decoding.Yann Ylavic2020-06-221-10/+46
* Validate request-target per RFC 7230 section 5.3.Yann Ylavic2020-06-221-2/+17
* Add pre_translate_name hook running before URI-path decoding.Yann Ylavic2020-06-221-0/+3
* Implement ap_getparent() using ap_normalize_path().Yann Ylavic2020-06-221-63/+2
* Add ap_normalize_path() to replace ap_getparents() (with options).Yann Ylavic2020-06-221-1/+111
* Add a space to be consistent with surrounding code and to synch with 2.4.xChristophe Jaillet2020-06-191-1/+1
* * Revert r1878939, r1878938, r1878936, the changes toRuediger Pluem2020-06-191-14/+2
* * Have the HTTP 0.9 / 1.1 processing code reject requests forRuediger Pluem2020-06-101-2/+14
* util_filter: both directions for setaside/reinstate/adapt logging.Yann Ylavic2020-05-311-6/+9
* Fix a NULL pointer dereferenceRuediger Pluem2020-05-251-1/+1
* Axe an empty line to synch with 2.4.x.Christophe Jaillet2020-05-231-1/+0
* core, protocol: reject invalid Content-Length ASAP.Yann Ylavic2020-05-201-1/+12
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-202-17/+20
* Follow up to r1877785: ap_filter_should_yield() is not NULL safe :pYann Ylavic2020-05-151-1/+1
* ap_filter_output_pending(): test where each filter should yield after running.Yann Ylavic2020-05-151-2/+3
* ap_log_pid(): Windown does not implement apr_file_perms_set(), not a failure.Yann Ylavic2020-05-121-1/+1
* listen.c: follow up to r1876865: update APLOGNO.Yann Ylavic2020-05-121-1/+1
* mpm_event: reset listener_is_wakeable on reload.Yann Ylavic2020-05-101-0/+1
* util_md5: avoid temporary stack result in ap_md5_binary().Yann Ylavic2020-05-101-4/+4
* util_expr: allow to specify only one of ap_expr_eval_ctx_t's r/c/s.Yann Ylavic2020-05-101-15/+36
* util_filter: export ap_filter_adopt_brigade() since mod_ssl uses it.Yann Ylavic2020-05-102-12/+2
* ap_core_input_filter(): axe unnecessary AP_MODE_SPECULATIVE test.Yann Ylavic2020-05-061-1/+1
* Constify pointers in ap_expr lookup tables, as well as the alreadyJoe Orton2020-05-041-8/+8
* util_filter: axe misleading AP_BUCKET_IS_MORPHING() macro and fix comments.Yann Ylavic2020-04-271-21/+21
* Add optional options= argument to Listen to add listener-specificJoe Orton2020-04-231-12/+90
* config: allow for environment variable substitution fallback to default value.Yann Ylavic2020-04-221-0/+11
* core: follow up to r1876664: allow ErrorDocument to read body when applicableYann Ylavic2020-04-211-35/+40
* core, h2: common ap_parse_request_line() and ap_check_request_header() code.Yann Ylavic2020-04-171-79/+97
* core, h2: send EOR for early HTTP request failure.Yann Ylavic2020-04-171-60/+82
* * server/mpm/prefork/prefork.c (prefork_pre_config): Use pconf asJoe Orton2020-04-162-2/+2
* Add missing pool tags to help debugging.Yann Ylavic2020-04-168-0/+10
* Issue a warning for non-existent directories when running configtestEric Covener2020-04-111-0/+9
* core: add r->flushed flag and set it when the response is sent.Yann Ylavic2020-04-023-15/+27
* ap_core_output_filter: follow up to r1875947: don't swallow bucket read EOF.Yann Ylavic2020-04-011-6/+0
* core: handle morphing buckets setaside/reinstate and kill request core filter.Yann Ylavic2020-03-314-199/+140