index
:
delta/lighttpd-git.git
master
personal/gstrauss/master
personal/stbuehler/1.4.48-mod-proxy-fix
personal/stbuehler/ci-build
personal/stbuehler/cleanup-build
personal/stbuehler/fix-fdevent
personal/stbuehler/leaks
personal/stbuehler/mod-csrf
personal/stbuehler/mod-csrf-old
git.lighttpd.net: lighttpd/lighttpd1.4.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
request.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[core] hxcon "base class" for h2con
Glenn Strauss
2023-05-03
1
-2
/
+9
*
[core] r->x union w/ structs for r->x.{h1,h2}
Glenn Strauss
2023-04-29
1
-6
/
+8
*
[core] r->x union w/ structs for r->x.{h1}
Glenn Strauss
2023-04-29
1
-5
/
+12
*
[core] expose request_set_state() for internal use
Glenn Strauss
2023-04-24
1
-0
/
+14
*
[core] add members to http_header_parse_ctx
Glenn Strauss
2023-04-04
1
-0
/
+1
*
[multiple] store ptrs to remote addr in request_st (#3192)
Glenn Strauss
2023-02-28
1
-0
/
+3
*
[core] h2: avoid sending small WINDOW_UPDATE frames
Glenn Strauss
2022-06-07
1
-0
/
+1
*
[multiple] simplify bytes_in/bytes_out accounting
Glenn Strauss
2022-05-11
1
-0
/
+6
*
[core] reusable code for r->state strings
Glenn Strauss
2022-05-11
1
-0
/
+28
*
[core] HTTP/2 PRIORITY_UPDATE frame (experimental)
Glenn Strauss
2022-04-10
1
-0
/
+1
*
[core] request_config bitmasks for smaller struct
Glenn Strauss
2022-04-04
1
-18
/
+18
*
[multiple] WebSockets over HTTP/2 (fixes #3151)
Glenn Strauss
2022-03-25
1
-0
/
+1
*
[multiple] remove r->physical.etag
Glenn Strauss
2021-12-12
1
-2
/
+0
*
[core] fix reqpool mem corruption in 1.4.62 (fixes #3118)
Glenn Strauss
2021-12-04
1
-0
/
+1
*
[core] save config regex captures only if used
Glenn Strauss
2021-11-19
1
-1
/
+2
*
[multiple] de-dup file and piped loggers (fixes #3101)
Glenn Strauss
2021-09-13
1
-3
/
+2
*
[multiple] Y2038 32-bit signed time_t mitigations
Glenn Strauss
2021-09-04
1
-1
/
+1
*
[core] reduce memcmp in http_request_parse_header
Glenn Strauss
2021-08-27
1
-1
/
+1
*
[core] request_config_reset()
Glenn Strauss
2021-08-27
1
-1
/
+1
*
[multiple] static file optimization; reuse cache
Glenn Strauss
2021-05-06
1
-0
/
+3
*
[core] consistent inclusion of sys-time.h
Glenn Strauss
2021-04-28
1
-1
/
+1
*
[mod_auth] close HTTP/2 connection after bad pass
Glenn Strauss
2021-02-06
1
-1
/
+1
*
[core] track Content-Length from backend (fixes #3046)
Glenn Strauss
2020-12-16
1
-0
/
+1
*
[core] li_restricted_strtoint64()
Glenn Strauss
2020-12-15
1
-0
/
+2
*
[core] remove unused r->content_length
Glenn Strauss
2020-10-13
1
-1
/
+0
*
[multiple] inline chunkqueue where always alloc'd
Glenn Strauss
2020-10-11
1
-3
/
+5
*
[core] reuse r->start_hp.tv_sec for r->start_ts
Glenn Strauss
2020-10-11
1
-1
/
+0
*
[core] http_header_e <=> lshpack_static_hdr_idx
Glenn Strauss
2020-10-11
1
-3
/
+4
*
[multiple] extend enum http_header_e list
Glenn Strauss
2020-10-11
1
-2
/
+2
*
[core] http_request_parse_header() specialized
Glenn Strauss
2020-10-11
1
-0
/
+17
*
[core] h2_send_headers() specialized for resp hdrs
Glenn Strauss
2020-10-11
1
-0
/
+1
*
[core] h2.[ch] with stub funcs (incomplete)
Glenn Strauss
2020-10-11
1
-0
/
+4
*
[core] move http_request_headers_process()
Glenn Strauss
2020-10-03
1
-1
/
+1
*
[core] reset connection counters per connection
Glenn Strauss
2020-10-03
1
-0
/
+2
*
[core] server.feature-flags to enable h2
Glenn Strauss
2020-08-13
1
-0
/
+2
*
[core] decode Transfer-Encoding: chunked from gw
Glenn Strauss
2020-08-02
1
-0
/
+8
*
[core] remove r->uri.path_raw; generate as needed
Glenn Strauss
2020-07-08
1
-1
/
+0
*
[core] http_request_parse_target()
Glenn Strauss
2020-07-08
1
-0
/
+1
*
[core] C99 restrict on some base funcs
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[multiple] split con, request (very large change)
Glenn Strauss
2020-07-08
1
-45
/
+80
*
[core] move request state into (request_st *)
Glenn Strauss
2020-07-08
1
-0
/
+17
*
[core] move addtl request-specific struct members
Glenn Strauss
2020-07-08
1
-0
/
+7
*
[core] move plugin_ctx into (request_st *)
Glenn Strauss
2020-07-08
1
-0
/
+1
*
[core] move addtl request-specific struct members
Glenn Strauss
2020-07-08
1
-2
/
+10
*
[core] move addtl request-specific struct members
Glenn Strauss
2020-07-08
1
-1
/
+7
*
[core] move request start ts into (request_st *)
Glenn Strauss
2020-07-08
1
-0
/
+4
*
[core] rename content_length to reqbody_length
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[core] remove unused request_st member 'request'
Glenn Strauss
2020-07-08
1
-3
/
+0
*
[core] pass (request_st *) to request.c funcs
Glenn Strauss
2020-07-08
1
-3
/
+6
*
[core] move request_st,request_config to request.h
Glenn Strauss
2020-07-08
1
-0
/
+94
[next]