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
/
mod_extforward.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[build] _WIN32 __declspec(dllexport) *_plugin_init
Glenn Strauss
2023-05-03
1
-0
/
+1
*
[core] _WIN32 check WSAGetLastError() w/ sockets
Glenn Strauss
2023-05-03
1
-1
/
+10
*
[mod_extforward] recognize unix domain sockets (fixes #3198)
Glenn Strauss
2023-04-06
1
-0
/
+1
*
[mod_extforward] typo in comment
Glenn Strauss
2023-04-04
1
-1
/
+1
*
[mod_extforward] manage remote addr per request (fixes #3192)
Glenn Strauss
2023-02-28
1
-98
/
+81
*
[multiple] codespell: correct spelling in comments
Glenn Strauss
2023-01-07
1
-1
/
+1
*
[multiple] employ ck_calloc, ck_malloc shared code
Glenn Strauss
2022-12-10
1
-9
/
+4
*
[multiple] mark mod_*_plugin_init() funcs cold
Glenn Strauss
2022-12-07
1
-0
/
+1
*
[mod_extforward] unix domain socket pedantic chks
Glenn Strauss
2022-05-07
1
-3
/
+5
*
[mod_extforward] support addtl IPv6 syntax w/ "[]"
Glenn Strauss
2022-03-30
1
-1
/
+8
*
[mod_extforward] adjust trust check for HTTP/2
Glenn Strauss
2022-03-08
1
-5
/
+11
*
[mod_extforward] fix out-of-bounds (OOB) write (fixes #3134)
povcfe
2022-01-08
1
-1
/
+1
*
[mod_extforward] support longer PROXY v2 TLV vec
Glenn Strauss
2022-01-01
1
-0
/
+1
*
[mod_extforward] keep remote IP thru request reset
Glenn Strauss
2021-10-12
1
-17
/
+1
*
[mod_extforward] HAProxy PROXY env PP2_UNIQUE_ID
Glenn Strauss
2021-09-08
1
-21
/
+30
*
[core] quiet compiler warnings
Glenn Strauss
2021-09-04
1
-1
/
+1
*
[multiple] inline struct in con->dst_addr_buf
Glenn Strauss
2021-08-27
1
-13
/
+14
*
[mod_extforward] inline some more data structures
Glenn Strauss
2021-08-27
1
-59
/
+34
*
[multiple] buffer_copy_string_len_lc()
Glenn Strauss
2021-08-27
1
-3
/
+2
*
[core] lowercase r->http_host, r->uri.authority
Glenn Strauss
2021-08-27
1
-0
/
+1
*
[multiple] reduce redundant NULL buffer checks
Glenn Strauss
2021-08-27
1
-23
/
+22
*
[core] adjust r->http_host ptr caching
Glenn Strauss
2021-05-10
1
-5
/
+10
*
[mod_extforward] shared mod_extforward_bad_request
Glenn Strauss
2021-05-06
1
-28
/
+16
*
[multiple] http_header APIs to reduce str copies
Glenn Strauss
2021-03-26
1
-3
/
+3
*
[multiple] add attrs from gcc -Wsuggest-attribute=
Glenn Strauss
2021-03-26
1
-0
/
+3
*
[multiple] replace buffer_is_equal_caseless_string
Glenn Strauss
2021-01-07
1
-1
/
+1
*
[multiple] use HTTP_HEADER_* enum before strcmp
Glenn Strauss
2021-01-07
1
-1
/
+1
*
[mod_extforward] fix extforward.headers defaults (fixes #3051)
Glenn Strauss
2021-01-07
1
-0
/
+4
*
[mod_extforward] config warning for module order
Glenn Strauss
2021-01-06
1
-0
/
+1
*
[multiple] replace fall through comment with attr
Glenn Strauss
2020-12-16
1
-1
/
+1
*
[multiple] more forgiving config str to boolean (fixes #3036)
Glenn Strauss
2020-11-16
1
-18
/
+5
*
[multiple] use light_btst() for hdr existence chk
Glenn Strauss
2020-10-11
1
-1
/
+1
*
[multiple] use sock_addr_get_family in more places
Glenn Strauss
2020-10-11
1
-2
/
+2
*
[core] extend (data_string *) to store header id
Glenn Strauss
2020-10-11
1
-2
/
+12
*
[mod_extforward] preserve changed addr for h2 con
Glenn Strauss
2020-10-03
1
-9
/
+20
*
[mod_extforward] skip after HANDLER_COMEBACK
Glenn Strauss
2020-08-13
1
-2
/
+20
*
[mod_extforward] save proto per connection
Glenn Strauss
2020-08-13
1
-3
/
+3
*
[mod_extforward] attempt to quiet Coverity warning
Glenn Strauss
2020-08-02
1
-0
/
+2
*
[multiple] rename connection_reset hook to request
Glenn Strauss
2020-08-02
1
-1
/
+1
*
[multiple] con hooks store ctx in con->plugin_ctx
Glenn Strauss
2020-08-02
1
-15
/
+13
*
quiet clang analyzer scan-build warnings
Glenn Strauss
2020-07-08
1
-1
/
+2
*
[mod_nss] NSS option for TLS (fixes #1218)
Glenn Strauss
2020-07-08
1
-0
/
+1
*
[mod_extforward] config warning for module order
Glenn Strauss
2020-07-08
1
-3
/
+6
*
[multiple] add summaries to top of some modules
Glenn Strauss
2020-07-08
1
-0
/
+6
*
[core] stricter parse of numerical digits
Glenn Strauss
2020-07-08
1
-7
/
+20
*
[multiple] correct misspellings in comments
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[multiple] split con, request (very large change)
Glenn Strauss
2020-07-08
1
-104
/
+115
*
[core] store subrequest_handler instead of mode
Glenn Strauss
2020-07-08
1
-7
/
+7
*
[core] move plugin_ctx into (request_st *)
Glenn Strauss
2020-07-08
1
-10
/
+10
*
[multiple] con->proto_default_port
Glenn Strauss
2020-07-08
1
-3
/
+5
[next]