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
/
response.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[core] log_error_multiline()
Glenn Strauss
2021-09-08
1
-1
/
+2
*
[core] remove HANDLER_WAIT_FOR_FD
Glenn Strauss
2021-09-08
1
-2
/
+0
*
[multiple] Y2038 32-bit signed time_t mitigations
Glenn Strauss
2021-09-04
1
-2
/
+2
*
[core] construct file path after docroot hook
Glenn Strauss
2021-08-27
1
-82
/
+17
*
[multiple] buffer_copy_string_len_lc()
Glenn Strauss
2021-08-27
1
-4
/
+2
*
[core] request_config_reset()
Glenn Strauss
2021-08-27
1
-1
/
+2
*
[multiple] reduce redundant NULL buffer checks
Glenn Strauss
2021-08-27
1
-34
/
+33
*
[core] tweaks writing response header (better asm)
Glenn Strauss
2021-08-27
1
-16
/
+19
*
[core] merge uri_raw and uri_clean hooks
Glenn Strauss
2021-05-12
1
-11
/
+0
*
[core] adjust r->http_host ptr caching
Glenn Strauss
2021-05-10
1
-2
/
+6
*
[core] http_response_prepare() OPTIONS *, CONNECT
Glenn Strauss
2021-05-07
1
-41
/
+30
*
[core] mark cold paths in http_response_config
Glenn Strauss
2021-05-07
1
-4
/
+5
*
[multiple] static file optimization; reuse cache
Glenn Strauss
2021-05-06
1
-10
/
+20
*
[core] consistent inclusion of sys-time.h
Glenn Strauss
2021-04-28
1
-1
/
+1
*
[multiple] buffer_copy_path_len2() aggregate
Glenn Strauss
2021-04-02
1
-2
/
+3
*
[core] mark debug path unlikely
Glenn Strauss
2021-04-02
1
-3
/
+0
*
[multiple] use buffer_append_* aggregates
Glenn Strauss
2021-04-02
1
-8
/
+6
*
[multiple] strftime %F and %T
Glenn Strauss
2021-04-02
1
-1
/
+1
*
[multiple] http_header APIs to reduce str copies
Glenn Strauss
2021-03-26
1
-10
/
+7
*
[multiple] do not clear physical.path if finished
Glenn Strauss
2021-03-26
1
-2
/
+1
*
[multiple] optimize primitives, buffer_extend()
Glenn Strauss
2021-03-26
1
-8
/
+12
*
[core] modify path in-place checking for path-info
Glenn Strauss
2021-03-26
1
-4
/
+8
*
[multiple] buffer_has_slash_suffix()
Glenn Strauss
2021-03-26
1
-7
/
+4
*
[core] http_response_physical_path_error()
Glenn Strauss
2021-03-26
1
-56
/
+29
*
[core] RFC 7233 Range handling for non-streaming
Glenn Strauss
2021-03-02
1
-0
/
+5
*
[mod_auth] close HTTP/2 connection after bad pass
Glenn Strauss
2021-02-06
1
-2
/
+2
*
[multiple] employ http_date.h, sys-time.h
Glenn Strauss
2020-12-24
1
-11
/
+8
*
[core] fix handling chunked response from backend (fixes #3044)
Glenn Strauss
2020-12-09
1
-2
/
+14
*
[multiple] use http_chunk_append_file_ref()
Glenn Strauss
2020-10-20
1
-6
/
+2
*
[multiple] stat_cache_path_stat() for struct st
Glenn Strauss
2020-10-19
1
-9
/
+9
*
[core,mod_deflate] leverage cache of open fd
Glenn Strauss
2020-10-19
1
-2
/
+5
*
[multiple] use light_btst() for hdr existence chk
Glenn Strauss
2020-10-11
1
-2
/
+1
*
[core] be more precise checking streaming flags
Glenn Strauss
2020-10-11
1
-1
/
+4
*
[multiple] inline chunkqueue where always alloc'd
Glenn Strauss
2020-10-11
1
-11
/
+12
*
[core] perf adjustments to avoid load miss
Glenn Strauss
2020-10-11
1
-2
/
+5
*
[multiple] code reuse chunkqueue_peek_data()
Glenn Strauss
2020-10-11
1
-9
/
+11
*
[core] relay 1xx from backend over HTTP/1.1
Glenn Strauss
2020-10-11
1
-1
/
+24
*
[multiple] extend enum http_header_e list
Glenn Strauss
2020-10-11
1
-5
/
+8
*
[core] tst,set,clr macros for r->{rqst,resp}_htags
Glenn Strauss
2020-10-11
1
-9
/
+13
*
[core] adjust response header prep for common case
Glenn Strauss
2020-10-11
1
-13
/
+12
*
[core] defer optimization to read small files
Glenn Strauss
2020-10-11
1
-0
/
+7
*
[core] h2_send_headers() specialized for resp hdrs
Glenn Strauss
2020-10-11
1
-33
/
+11
*
[core] connection transition to HTTP/2; incomplete
Glenn Strauss
2020-10-11
1
-1
/
+4
*
[core] isolate more resp code in response.c
Glenn Strauss
2020-10-03
1
-4
/
+410
*
[core] lowercase response hdr field names for h2
Glenn Strauss
2020-10-03
1
-12
/
+30
*
[core] do not send Connection: close if h2
Glenn Strauss
2020-10-03
1
-1
/
+2
*
[core] server.feature-flags to enable h2
Glenn Strauss
2020-08-13
1
-2
/
+2
*
[mod_deflate] mod_deflate subsumes mod_compress
Glenn Strauss
2020-08-02
1
-3
/
+0
*
[core] more precise check for request stream flags
Glenn Strauss
2020-07-08
1
-1
/
+4
*
[multiple] correct misspellings in comments
Glenn Strauss
2020-07-08
1
-3
/
+3
[next]