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
/
http_header.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[multiple] codespell: correct spelling in comments
Glenn Strauss
2023-01-07
1
-1
/
+1
*
[core] update cached tables with Priority header
Glenn Strauss
2022-06-07
1
-2
/
+3
*
[core] permit env w/ blank value (fix regression)
Glenn Strauss
2022-03-09
1
-1
/
+0
*
[multiple] remove base.h include where not used
Glenn Strauss
2021-09-08
1
-1
/
+1
*
[multiple] reduce redundant NULL buffer checks
Glenn Strauss
2021-08-27
1
-6
/
+6
*
[core] http_header_hkey_get() perf (better asm)
Glenn Strauss
2021-08-27
1
-16
/
+32
*
[multiple] use buffer_append_* aggregates
Glenn Strauss
2021-04-02
1
-8
/
+6
*
[multiple] http_header APIs to reduce str copies
Glenn Strauss
2021-03-26
1
-0
/
+24
*
[core] http_header_e <=> lshpack_static_hdr_idx
Glenn Strauss
2020-10-11
1
-0
/
+3
*
[multiple] extend enum http_header_e list
Glenn Strauss
2020-10-11
1
-34
/
+64
*
[core] extend (data_string *) to store header id
Glenn Strauss
2020-10-11
1
-38
/
+58
*
[core] http_header_hkey_get_lc() for HTTP/2
Glenn Strauss
2020-10-11
1
-29
/
+40
*
[core] tst,set,clr macros for r->{rqst,resp}_htags
Glenn Strauss
2020-10-11
1
-11
/
+11
*
[core] light_isupper(), light_islower()
Glenn Strauss
2020-10-11
1
-1
/
+1
*
[core] combine Cookie request headers with ';'
Glenn Strauss
2020-10-11
1
-1
/
+13
*
[core] do not require '\0' term for k,v hdr parse
Glenn Strauss
2020-10-11
1
-1
/
+1
*
[core] h2_send_headers() specialized for resp hdrs
Glenn Strauss
2020-10-11
1
-0
/
+1
*
[core] http_header_parse_hoff()
Glenn Strauss
2020-10-03
1
-0
/
+18
*
[core] HTTP2-Settings
Glenn Strauss
2020-10-03
1
-1
/
+3
*
[core] lowercase response hdr field names for h2
Glenn Strauss
2020-10-03
1
-1
/
+8
*
[core] add some missing standard includes
Glenn Strauss
2020-08-02
1
-0
/
+3
*
[core] http_header_remove_token()
Glenn Strauss
2020-08-02
1
-0
/
+30
*
[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
-0
/
+9
*
[core] perf: tighten some code in some hot paths
Glenn Strauss
2020-07-08
1
-4
/
+3
*
[core] use uint32_t in http_header.[ch]
Glenn Strauss
2020-07-08
1
-18
/
+18
*
[multiple] split con, request (very large change)
Glenn Strauss
2020-07-08
1
-35
/
+35
*
[core] move addtl request-specific struct members
Glenn Strauss
2020-07-08
1
-3
/
+3
*
[core] (const connection *) in http_header_*_get()
Glenn Strauss
2020-07-08
1
-3
/
+3
*
[core] macros CONST_LEN_STR and CONST_STR_LEN
Glenn Strauss
2020-05-23
1
-1
/
+0
*
[core] inline header and env arrays into con
Glenn Strauss
2020-05-23
1
-12
/
+12
*
[core] inline buffer as part of data_string value
Glenn Strauss
2020-02-24
1
-1
/
+1
*
[core] (data_unset *) from array_get_element_klen
Glenn Strauss
2020-02-24
1
-2
/
+2
*
[core] http_header_hkey_get() over const array
Glenn Strauss
2020-02-24
1
-4
/
+11
*
[core] differentiate array_get_* for ro and rw
Glenn Strauss
2020-02-24
1
-1
/
+1
*
[core] http_header.c internal inline funcs
Glenn Strauss
2020-02-24
1
-20
/
+23
*
[core] perf: array.c performance enhancements
Glenn Strauss
2020-02-24
1
-58
/
+26
*
[core] add User-Agent to http_header_e enum
Glenn Strauss
2020-02-24
1
-0
/
+1
*
[core] http_header_str_contains_token()
Glenn Strauss
2020-02-24
1
-0
/
+18
*
[core] improve http_headers[] data struct packing
Glenn Strauss
2019-09-07
1
-29
/
+30
*
[core] use buffer_eq_icase* funcs
Glenn Strauss
2019-06-06
1
-1
/
+1
*
[core] fix setting of headers previously reset (fixes #2919)
Glenn Strauss
2018-11-17
1
-19
/
+42
*
[core] permit env vars to be set with blank value
Glenn Strauss
2018-11-12
1
-2
/
+3
*
[core] abstraction layer for HTTP header manip
Glenn Strauss
2018-09-23
1
-0
/
+166