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
/
configparser.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
[multiple] remove buffer_init_buffer()
Glenn Strauss
2022-01-07
1
-1
/
+1
*
[multiple] remove buffer_init_string()
Glenn Strauss
2022-01-07
1
-1
/
+1
*
[core] parse $HTTP["remote-ip"] CIDR mask at start
Glenn Strauss
2021-08-27
1
-63
/
+4
*
[multiple] reduce redundant NULL buffer checks
Glenn Strauss
2021-08-27
1
-21
/
+21
*
[core] move data_{array,integer,string} to array.c
Glenn Strauss
2021-05-20
1
-7
/
+7
*
[core] tolerate dup array config values if match
Glenn Strauss
2021-05-06
1
-3
/
+14
*
[multiple] use buffer_append_* aggregates
Glenn Strauss
2021-04-02
1
-18
/
+22
*
[core] defer pcre_compile until after config parse
Glenn Strauss
2021-03-22
1
-17
/
+0
*
[core] tighten struct data_config and related code
Glenn Strauss
2021-01-29
1
-189
/
+201
*
[core] fix (startup) mem leaks in configparser.y
Glenn Strauss
2020-10-24
1
-2
/
+7
*
[core] extend (data_string *) to store header id
Glenn Strauss
2020-10-11
1
-0
/
+5
*
[multiple] use *(unsigned char *) with ctypes
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[multiple] split con, request (very large change)
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[core] array_init() arg for initial size
Glenn Strauss
2020-07-08
1
-2
/
+2
*
[core] buffer string in data_config
Glenn Strauss
2020-02-24
1
-3
/
+3
*
[core] const char *op in data_config
Glenn Strauss
2020-02-24
1
-8
/
+8
*
[core] inline array as part of data_array value
Glenn Strauss
2020-02-24
1
-4
/
+3
*
[core] inline buffer as part of data_string value
Glenn Strauss
2020-02-24
1
-13
/
+8
*
[core] inline buffer as part of DATA_UNSET key
Glenn Strauss
2020-02-24
1
-30
/
+30
*
[core] differentiate array_get_* for ro and rw
Glenn Strauss
2020-02-24
1
-7
/
+11
*
[core] perf: array.c performance enhancements
Glenn Strauss
2020-02-24
1
-1
/
+1
*
[core] mark startup/shutdown funcs cold
Glenn Strauss
2019-02-04
1
-1
/
+1
*
[core] perf: simplify buffer_move()
Glenn Strauss
2018-11-25
1
-2
/
+4
*
[core] perf: simple, quick buffer_clear()
Glenn Strauss
2018-11-23
1
-1
/
+1
*
[core] prefer buffer_append_string_len()
Glenn Strauss
2018-09-23
1
-1
/
+1
*
[core] more memory-efficient fn table for data_*
Glenn Strauss
2018-09-23
1
-20
/
+20
*
[core] data_config_pcre_compile,exec()
Glenn Strauss
2018-08-05
1
-39
/
+4
*
[core] some header cleanup
Glenn Strauss
2018-04-08
1
-0
/
+5
*
[core] adjust parser for valid variable expansion
Glenn Strauss
2017-10-20
1
-1
/
+3
*
[core] optional condition in config "else" clause (fixes #1268)
Glenn Strauss
2017-05-15
1
-0
/
+1
*
[core] perf: skip redundant strlen() if len known
Glenn Strauss
2017-05-15
1
-9
/
+9
*
[core] configparser: fix resource handling in error cases (fixes #2809)
Stefan Bühler
2017-05-14
1
-38
/
+50
*
[core] omit default port from normalized host str
Glenn Strauss
2017-04-25
1
-5
/
+5
*
[core] remove some unused header includes
Glenn Strauss
2017-03-28
1
-1
/
+0
*
[core] allow overriding prior config values (fixes #2799)
Philip Prindeville
2017-03-23
1
-0
/
+17
*
[core] config match w/ arbitrary HTTP request hdrs (fixes #1556)
Glenn Strauss
2017-01-31
1
-5
/
+19
*
[core] restrict where config "else" clauses occur (#1268)
Glenn Strauss
2016-10-09
1
-9
/
+78
*
[core] optional condition in config "else" clause (fixes #1268)
Glenn Strauss
2016-10-09
1
-0
/
+22
*
[core] $HTTP["remoteip"] must handle IPv6 w/o []
Glenn Strauss
2016-07-21
1
-6
/
+41
*
use buffer_string_set_length() to truncate strings
Glenn Strauss
2016-05-23
1
-1
/
+1
*
[config] normalize IP strings in lighttpd.conf
Glenn Strauss
2016-05-19
1
-1
/
+52
*
[configparser] fix small leak on config failure
Stefan Bühler
2016-03-26
1
-1
/
+5
*
validate return values from strtol, strtoul (fixes #2564)
Glenn Strauss
2016-03-26
1
-1
/
+11
*
[core] replace array weakref with vector
Stefan Bühler
2016-03-19
1
-4
/
+4
*
consistent inclusion of config.h at top of files (fixes #2073)
Glenn Strauss
2016-03-19
1
-0
/
+1
*
[core] configparser: error on duplicate keys in array merge (fixes #2685)
Glenn Strauss
2016-03-15
1
-1
/
+7
*
[core] provide array_extract_element and use it
Stefan Bühler
2016-03-15
1
-21
/
+1
*
[core] fix memory leak in configparser_merge_data
Stefan Bühler
2016-03-15
1
-0
/
+1
*
[core] improve array API to prevent theoretical memory leaks
Stefan Bühler
2016-03-15
1
-5
/
+14
*
[config] extend duplicate-array-key error (fixes #2704)
Stefan Bühler
2016-02-23
1
-1
/
+1
[next]