summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [core] use C23 memset_explicit() were availableGlenn Strauss2023-03-011-0/+10
* [mod_extforward] manage remote addr per request (fixes #3192)Glenn Strauss2023-02-281-98/+81
* [multiple] store ptrs to remote addr in request_st (#3192)Glenn Strauss2023-02-2814-28/+32
* [mod_maxminddb] check remote IP each request (fixes #3191)Glenn Strauss2023-02-281-33/+84
* [core] cache format secs for high prec errlogGlenn Strauss2023-02-141-19/+26
* [build] skip build separate modules for built-insGlenn Strauss2023-02-134-103/+0
* - next is 1.4.70Glenn Strauss2023-02-104-4/+4
* [autotools] chmod u+w configparser.c for lemonGlenn Strauss2023-02-101-0/+1
* [doc] NEWSlighttpd-1.4.69Glenn Strauss2023-02-101-0/+49
* [core] remove extra HTTP/2 HEADERS frame len checkGlenn Strauss2023-02-101-1/+1
* [core] fix HTTP/2 HEADERS frame parsing bugGlenn Strauss2023-02-101-2/+1