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
/
gw_backend.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[core] gw_host_get() comment out devel debugging
Glenn Strauss
2021-08-27
1
-74
/
+60
*
[core] calculate backend host gw_hash at startup
Glenn Strauss
2021-08-27
1
-14
/
+5
*
[multiple] reduce redundant NULL buffer checks
Glenn Strauss
2021-08-27
1
-95
/
+86
*
[core] reduce repeated work in http_cgi_headers()
Glenn Strauss
2021-08-27
1
-0
/
+5
*
[multiple] use thread-safe strerror where avail
Glenn Strauss
2021-08-27
1
-3
/
+3
*
[core] store int* ptr to common gw status counters
Glenn Strauss
2021-05-16
1
-16
/
+29
*
[core] simplify buffer_path_simplify()
Glenn Strauss
2021-05-08
1
-1
/
+1
*
[multiple] buffer_copy_path_len2() aggregate
Glenn Strauss
2021-04-02
1
-4
/
+3
*
[multiple] use buffer_append_* aggregates
Glenn Strauss
2021-04-02
1
-10
/
+15
*
[multiple] add attrs from gcc -Wsuggest-attribute=
Glenn Strauss
2021-03-26
1
-0
/
+1
*
[multiple] prefer monotonic time for internal use
Glenn Strauss
2021-03-11
1
-16
/
+16
*
[core] check EAGAIN if unix socket connect() delay
Glenn Strauss
2021-03-08
1
-1
/
+2
*
[mod_ajp13] AJPv13 Tomcat connector for lighttpd
Glenn Strauss
2021-01-29
1
-1
/
+2
*
[core] fix crash in error trace if backend is down (fixes #3052)
Glenn Strauss
2021-01-08
1
-5
/
+9
*
[core] fix bug in FastCGI uploads (#3033)
Glenn Strauss
2020-12-26
1
-4
/
+5
*
[core] fix crash after specific err in config file
Glenn Strauss
2020-12-25
1
-2
/
+3
*
buffer_append_path_len() to join paths
Glenn Strauss
2020-12-24
1
-1
/
+2
*
[multiple] fdevent_waitpid() wrapper
Glenn Strauss
2020-12-24
1
-3
/
+1
*
[core] add comment for FastCGI mem use in hctx->rb (#3033)
Glenn Strauss
2020-12-24
1
-0
/
+5
*
[core] fix crash printing trace if backend is down
Glenn Strauss
2020-12-16
1
-1
/
+1
*
[multiple] replace fall through comment with attr
Glenn Strauss
2020-12-16
1
-4
/
+4
*
[core] skip some trace if backend Upgrade (#3044)
Glenn Strauss
2020-12-09
1
-1
/
+2
*
[multiple] add back-pressure gw data pump (fixes #3033)
Glenn Strauss
2020-11-12
1
-2
/
+10
*
[core] cold func for gw_recv_response error case
Glenn Strauss
2020-11-04
1
-1
/
+12
*
[core] set last_used on rd/wr from backend (fixes #3029)
Glenn Strauss
2020-11-04
1
-3
/
+16
*
[multiple] inline chunkqueue where always alloc'd
Glenn Strauss
2020-10-11
1
-25
/
+23
*
[multiple] inline chunkqueue_length()
Glenn Strauss
2020-10-11
1
-2
/
+2
*
[core] move djbhash(), dekhash() to algo_md.h
Glenn Strauss
2020-10-11
1
-1
/
+1
*
[core] use djbhash in gw_backend to choose host
Glenn Strauss
2020-10-11
1
-16
/
+24
*
[multiple] isolate more con code in connections.c
Glenn Strauss
2020-10-03
1
-2
/
+2
*
[multiple] modules read reqbody via fn ptr
Glenn Strauss
2020-10-03
1
-1
/
+1
*
[core] disperse settings.h to appropriate headers
Glenn Strauss
2020-08-10
1
-1
/
+1
*
[multiple] rename connection_reset hook to request
Glenn Strauss
2020-08-02
1
-1
/
+1
*
[multiple] address coverity warnings
Glenn Strauss
2020-07-10
1
-0
/
+3
*
[multiple] address coverity warnings
Glenn Strauss
2020-07-10
1
-0
/
+3
*
quiet clang analyzer scan-build warnings
Glenn Strauss
2020-07-08
1
-0
/
+3
*
[multiple] add summaries to top of some modules
Glenn Strauss
2020-07-08
1
-0
/
+6
*
[multiple] correct misspellings in comments
Glenn Strauss
2020-07-08
1
-2
/
+2
*
[mod_proxy] stream request using HTTP/1.1 chunked (fixes #3006)
Glenn Strauss
2020-07-08
1
-19
/
+16
*
[core] r->uri.path always set, though might be ""
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[multiple] split con, request (very large change)
Glenn Strauss
2020-07-08
1
-175
/
+182
*
[core] store subrequest_handler instead of mode
Glenn Strauss
2020-07-08
1
-7
/
+6
*
[core] move request state into (request_st *)
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[core] move plugin_ctx into (request_st *)
Glenn Strauss
2020-07-08
1
-5
/
+5
*
[core] move addtl request-specific struct members
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[core] move addtl request-specific struct members
Glenn Strauss
2020-07-08
1
-6
/
+6
*
[core] rename content_length to reqbody_length
Glenn Strauss
2020-07-08
1
-4
/
+4
*
[multiple] omit passing srv to fdevent_handler
Glenn Strauss
2020-07-08
1
-3
/
+3
*
[core] include settings.h where used
Glenn Strauss
2020-07-08
1
-0
/
+1
*
[multiple] rename r to rc rv rd wr to be different
Glenn Strauss
2020-07-08
1
-7
/
+7
[prev]
[next]