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
/
mod_evhost.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[multiple] employ ck_calloc, ck_malloc shared code
Glenn Strauss
2022-12-10
1
-4
/
+2
*
[multiple] mark mod_*_plugin_init() funcs cold
Glenn Strauss
2022-12-07
1
-0
/
+2
*
[multiple] use buffer_append_char()
Glenn Strauss
2022-05-11
1
-4
/
+6
*
[multiple] prefer r->tmp_buf to p->tmp_buf
Glenn Strauss
2021-09-13
1
-3
/
+1
*
[multiple] reduce redundant NULL buffer checks
Glenn Strauss
2021-08-27
1
-7
/
+7
*
[multiple] use stat_cache_path_isdir()
Glenn Strauss
2020-10-13
1
-5
/
+1
*
[multiple] correct misspellings in comments
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[multiple] split con, request (very large change)
Glenn Strauss
2020-07-08
1
-9
/
+9
*
[multiple] copy small struct instead of memcpy()
Glenn Strauss
2020-07-08
1
-1
/
+2
*
[multiple] quiet clang compiler warnings
Glenn Strauss
2020-07-08
1
-2
/
+2
*
[multiple] stat_cache singleton
Glenn Strauss
2020-07-08
1
-1
/
+2
*
[multiple] connection hooks no longer get (srv *)
Glenn Strauss
2020-07-08
1
-2
/
+2
*
[multiple] prefer (connection *) to (srv *)
Glenn Strauss
2020-07-08
1
-3
/
+2
*
[multiple] plugin.c handles common FREE_FUNC code
Glenn Strauss
2020-07-08
1
-17
/
+4
*
[mod_evhost] use config_plugin_values_init()
Glenn Strauss
2020-07-08
1
-170
/
+170
*
[core] const char *name in struct plugin
Glenn Strauss
2020-05-23
1
-3
/
+1
*
[core] simpler config_check_cond()
Glenn Strauss
2020-05-23
1
-3
/
+2
*
[core] inline buffer as part of data_string value
Glenn Strauss
2020-02-24
1
-4
/
+4
*
[core] inline buffer key for *_patch_connection()
Glenn Strauss
2020-02-24
1
-1
/
+1
*
[core] differentiate array_get_* for ro and rw
Glenn Strauss
2020-02-24
1
-1
/
+1
*
[core] perf: array.c performance enhancements
Glenn Strauss
2020-02-24
1
-4
/
+4
*
[mod_evhost] use local array to split values
Glenn Strauss
2020-02-24
1
-3
/
+5
*
[multiple] cleaner calloc use in SETDEFAULTS_FUNC
Mohammed Sadiq
2019-04-20
1
-1
/
+1
*
[mod_evhost] handle IPv6 literal addr; add tests
Glenn Strauss
2019-02-02
1
-0
/
+14
*
[mod_evhost] restructure for unit tests
Glenn Strauss
2018-12-03
1
-39
/
+23
*
[mod_evhost] split uri handler func for testing
Glenn Strauss
2018-12-03
1
-14
/
+19
*
[core] perf: simple, quick buffer_clear()
Glenn Strauss
2018-11-23
1
-1
/
+1
*
[multiple] code reuse: using array_*() funcs
Glenn Strauss
2018-09-23
1
-21
/
+9
*
[core] abstraction layer for HTTP header manip
Glenn Strauss
2018-09-23
1
-1
/
+0
*
[core] some header cleanup
Glenn Strauss
2018-04-08
1
-0
/
+2
*
[core] perf: skip redundant strlen() if len known
Glenn Strauss
2017-05-15
1
-2
/
+2
*
[core] remove some unused header includes
Glenn Strauss
2017-03-28
1
-1
/
+0
*
[mod_evhost] fix an incorrect error trace
Glenn Strauss
2016-12-19
1
-1
/
+1
*
[mod_evhost] partial matching patterns (fixes #1194)
Glenn Strauss
2016-10-20
1
-4
/
+43
*
consistent inclusion of config.h at top of files (fixes #2073)
Glenn Strauss
2016-03-19
1
-0
/
+2
*
[config] check config option scope; warn if server option is given in conditi...
Stefan Bühler
2015-11-07
1
-1
/
+2
*
fix segfaults in many plugins if they failed configuration
Stefan Bühler
2015-05-14
1
-1
/
+1
*
Use buffer API to read and modify "used" member
Stefan Bühler
2015-02-08
1
-7
/
+4
*
fix buffer, chunk and http_chunk API
Stefan Bühler
2015-02-08
1
-4
/
+4
*
fix/silence bugs reported by ccc-analyzer (clang)
Stefan Bühler
2013-11-13
1
-1
/
+1
*
Fix header inclusion order, always include "config.h" before any system header
Stefan Bühler
2009-10-11
1
-4
/
+4
*
Fix issues found with clang analyzer
Stefan Bühler
2009-07-21
1
-1
/
+1
*
Fix comment style
Stefan Bühler
2009-07-12
1
-2
/
+2
*
Add '%_' pattern for complete hostname in mod_evhost (fixes #1737)
Stefan Bühler
2009-04-26
1
-4
/
+16
*
Added some extra warning options in cmake and fix the resulting warnings (unu...
Stefan Bühler
2009-03-07
1
-0
/
+1
*
Fix dropping last character of evhost pattern (#161)
Stefan Bühler
2008-08-01
1
-1
/
+1
*
Replace buffer_{append,copy}_string with the _len variant where possible (#17...
Stefan Bühler
2008-07-30
1
-4
/
+4
*
- white space cleanup part 2 this time 1.4 ;)
Marcus Rückert
2006-10-04
1
-64
/
+64
*
better error-handling and cleanup (merged [257] and [282])
Jan Kneschke
2005-08-17
1
-2
/
+10
*
fixed possible uninit variables of the config-parser fails (merged [183])
Jan Kneschke
2005-08-16
1
-1
/
+1
[next]