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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mod_ajp13,mod_fastcgi] check resp w/ content len
Glenn Strauss
2021-10-27
1
-0
/
+2
*
[core] disable streaming response with authorizer (fixes #3106)
Glenn Strauss
2021-10-01
1
-1
/
+1
*
[multiple] internal control for backend read bytes
Glenn Strauss
2021-09-28
1
-0
/
+1
*
[core] improve handling of suboptimal backend wr
Glenn Strauss
2021-09-08
1
-3
/
+4
*
[multiple] Y2038 32-bit signed time_t mitigations
Glenn Strauss
2021-09-04
1
-2
/
+2
*
[multiple] static file optimization; reuse cache
Glenn Strauss
2021-05-06
1
-1
/
+3
*
[core] consistent inclusion of sys-time.h
Glenn Strauss
2021-04-28
1
-2
/
+2
*
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
Glenn Strauss
2021-03-07
1
-10
/
+0
*
[mod_ajp13] AJPv13 Tomcat connector for lighttpd
Glenn Strauss
2021-01-29
1
-5
/
+5
*
[multiple] employ http_date.h, sys-time.h
Glenn Strauss
2020-12-24
1
-2
/
+2
*
[core] http_response_buffer_append_authority()
Glenn Strauss
2020-11-10
1
-0
/
+1
*
[core] relay 1xx from backend over HTTP/2
Glenn Strauss
2020-10-11
1
-0
/
+5
*
[core] h2_send_headers() specialized for resp hdrs
Glenn Strauss
2020-10-11
1
-0
/
+4
*
[core] isolate more resp code in response.c
Glenn Strauss
2020-10-03
1
-5
/
+2
*
[multiple] isolate more con code in connections.c
Glenn Strauss
2020-10-03
1
-0
/
+4
*
[core] http_response_comeback()
Glenn Strauss
2020-07-08
1
-0
/
+4
*
[multiple] split con, request (very large change)
Glenn Strauss
2020-07-08
1
-16
/
+16
*
[core] static buffers for mtime_cache
Glenn Strauss
2020-07-08
1
-1
/
+4
*
[multiple] connection hooks no longer get (srv *)
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[multiple] prefer (connection *) to (srv *)
Glenn Strauss
2020-07-08
1
-13
/
+12
*
[core] gw_backend config_plugin_values_init_block
Glenn Strauss
2020-07-08
1
-2
/
+2
*
[core] add xsendfile* check if xdocroot is NULL
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[core] (const buffer *) from strftime_cache_get()
Glenn Strauss
2020-05-23
1
-1
/
+1
*
[core] add const to callers of http_header_*_get()
Glenn Strauss
2020-02-24
1
-1
/
+1
*
[core] extend dir redirection to take HTTP status
Glenn Strauss
2019-03-13
1
-1
/
+1
*
[core] pass (fdnode *) for registered fdevent fd
Glenn Strauss
2019-03-07
1
-1
/
+1
*
[core] remove fde_ndx member outside fdevents
Glenn Strauss
2019-03-07
1
-1
/
+1
*
[core] http_response_buffer_append_authority()
Glenn Strauss
2018-12-30
1
-0
/
+1
*
[core] code reuse with http_response_body_clear()
Glenn Strauss
2018-09-23
1
-0
/
+1
*
[core] abstraction layer for HTTP header manip
Glenn Strauss
2018-09-23
1
-4
/
+0
*
[core] some header cleanup
Glenn Strauss
2018-04-08
1
-1
/
+3
*
[core] shared code for socket backends
Glenn Strauss
2017-07-23
1
-1
/
+2
*
[core] act as transparent proxy after con Upgrade
Glenn Strauss
2017-05-14
1
-0
/
+1
*
[mod_fastcgi] consolidate backend read code
Glenn Strauss
2017-05-10
1
-0
/
+2
*
[core] collect ioctl FIONREAD code
Glenn Strauss
2017-03-28
1
-0
/
+1
*
[core] consolidate dynamic handler response parse
Glenn Strauss
2017-03-19
1
-1
/
+18
*
[mod_openssl] move openssl code into mod_openssl
Glenn Strauss
2017-01-14
1
-3
/
+0
*
[TLS] set SSL_PROTOCOL, SSL_CIPHER* (fixes #2511)
Glenn Strauss
2016-10-11
1
-0
/
+3
*
consistent, shared code to create CGI env
Glenn Strauss
2016-10-10
1
-0
/
+10
*
http_response_backend_error()
Glenn Strauss
2016-06-19
1
-0
/
+1
*
[core] stream response to client (#949)
Glenn Strauss
2016-06-19
1
-0
/
+1
*
[mod_fastcgi] use http_response_xsendfile() (fixes #799, fixes #851, fixes #2...
Glenn Strauss
2016-04-27
1
-0
/
+1
*
[core] http_response_send_file() shared code (#2017)
Glenn Strauss
2016-04-25
1
-0
/
+1
*
consistent inclusion of config.h at top of files (fixes #2073)
Glenn Strauss
2016-03-19
1
-0
/
+1
*
Fix header inclusion order, always include "config.h" before any system header
Stefan Bühler
2009-10-11
1
-2
/
+2
*
- Combine Cache-Control header value in mod_expire to existing HTTP header if...
Elan Ruusamäe
2009-09-21
1
-0
/
+1
*
moved last-modifed handling to response.c and let mod_cml_lua.c use it.
Jan Kneschke
2005-08-31
1
-1
/
+1
*
added function declaration
Jan Kneschke
2005-08-18
1
-0
/
+3
*
moved code to mod_staticfile, mod_dirlisting and mod_indexfile
Jan Kneschke
2005-08-15
1
-4
/
+1
*
moved last-modified handling into a exported function and let mod_cml use it
Jan Kneschke
2005-07-23
1
-0
/
+1
[next]