summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [core] _WIN32 sys-unistd.h to wrap <unistd.h>Glenn Strauss2023-05-0330-45/+125
* [multiple] _WIN32 Find*File() sys-dirent.hGlenn Strauss2023-05-034-24/+193
* [mod_dirlisting] _WIN32 Find*File()Glenn Strauss2023-05-031-8/+119
* [core] _WIN32 use gmtime_s(), localtime_s()Glenn Strauss2023-05-031-0/+8
* [core] _WIN32 minimal glob() impl for configfile.cGlenn Strauss2023-05-031-0/+106
* [multiple] _WIN32 misc compatGlenn Strauss2023-05-033-2/+67
* [core] _WIN32 signal-related compatGlenn Strauss2023-05-034-5/+101
* [core] _WIN32 uid, gid compatGlenn Strauss2023-05-032-0/+12
* [multiple] _WIN32 stat() compat sys-stat.hGlenn Strauss2023-05-0313-31/+195
* [multiple] _WIN32 protect code w/ HAVE_SYS_UN_HGlenn Strauss2023-05-032-1/+10
* [core] _WIN32 protect code w/ HAVE_IPV6Glenn Strauss2023-05-033-0/+14
* [multiple] _WIN32 protect code w/ HAVE_FORKGlenn Strauss2023-05-033-1/+20
* [multiple] _WIN32 protect code w/ HAVE_SYSLOG_HGlenn Strauss2023-05-033-0/+8
* [core] _WIN32 impl of setenv(), unsetenv()Glenn Strauss2023-05-032-0/+16
* [core] _WIN32 port compatibility headersGlenn Strauss2023-05-034-0/+586
* [multiple] optimistic client read only if HTTP/1.xGlenn Strauss2023-05-033-3/+6
* [mod_h2] HTTP/2 module: mod_h2Glenn Strauss2023-05-037-0/+43
* [core] hxcon "base class" for h2conGlenn Strauss2023-05-038-54/+60
* [core] http_dispatch[] tables for HTTP proto versGlenn Strauss2023-05-037-65/+81
* [core] r->x union w/ structs for r->x.{h1,h2}Glenn Strauss2023-04-295-115/+120
* [core] r->x union w/ structs for r->x.{h1}Glenn Strauss2023-04-294-20/+29
* [core] HTTP_VERSION_3 enum valueGlenn Strauss2023-04-294-4/+13
* [core] h2_recv_reqbody()Glenn Strauss2023-04-293-20/+61
* [core] h2_process_streams()Glenn Strauss2023-04-293-235/+265
* [core] h2_check_timeout()Glenn Strauss2023-04-293-66/+82
* [core] h2_send_goaway_graceful()Glenn Strauss2023-04-243-4/+23
* [core] expose request_set_state() for internal useGlenn Strauss2023-04-242-5/+16
* [core] CON_STATE_REQUEST_END transient stateGlenn Strauss2023-04-242-3/+5
* [core] connection_check_upgrade() h2_upgrade_h2c()Glenn Strauss2023-04-243-77/+99
* [core] quiet coverity warningGlenn Strauss2023-04-151-1/+2
* [core] remove instance of devel debug codeGlenn Strauss2023-04-151-6/+2
* [mod_magnet] support ./configure --with-lua=luajit (#3199)Glenn Strauss2023-04-112-1/+12
* [mod_extforward] recognize unix domain sockets (fixes #3198)Glenn Strauss2023-04-061-0/+1
* [core] h2 http_request_parse_header() tweakGlenn Strauss2023-04-061-0/+4
* [core] check chunk file open early in mmap viewadj (fixes #3197)Glenn Strauss2023-04-041-5/+3
* [core] connection_handle_request_start_state()Glenn Strauss2023-04-041-8/+14
* [core] reorder enum handler_tGlenn Strauss2023-04-041-1/+1
* [mod_openssl] SSL_CTX_set_options() takes uint64_tGlenn Strauss2023-04-041-1/+8
* [mod_extforward] typo in commentGlenn Strauss2023-04-041-1/+1
* [core] add members to http_header_parse_ctxGlenn Strauss2023-04-042-5/+6
* [core] permit shell HERE docs to specify configGlenn Strauss2023-03-271-18/+62
* [core] limit server.max-request-field-size <=65535Glenn Strauss2023-03-271-2/+2
* [core] h2 match w/ lsxpack pseudo-header key onlyGlenn Strauss2023-03-253-21/+15
* [core] h2 mark :status matching lsxpack enum valueGlenn Strauss2023-03-251-0/+2
* [core] h2: remove obsolete commentGlenn Strauss2023-03-251-7/+0
* [core] h2_get_stream_req() code reuseGlenn Strauss2023-03-241-26/+21
* [core] h2_recv_headers() tweak to reduce code sizeGlenn Strauss2023-03-221-8/+5
* [scons] fix static build to include builtin_modsGlenn Strauss2023-03-121-0/+3
* [core] cast to fix compiler error in prior commitGlenn Strauss2023-03-121-1/+1
* [mod_accesslog] %{mask}a to mask/anonymize IPGlenn Strauss2023-03-122-3/+59