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_rrdtool.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[multiple] fdevent_waitpid() wrapper
Glenn Strauss
2020-12-24
1
-2
/
+1
*
[multiple] inline chunkqueue where always alloc'd
Glenn Strauss
2020-10-11
1
-2
/
+2
*
[mod_accesslog,mod_rrdtool] HTTP/2 basic accounting
Glenn Strauss
2020-10-03
1
-0
/
+6
*
[core] reset connection counters per connection
Glenn Strauss
2020-10-03
1
-2
/
+2
*
[multiple] split con, request (very large change)
Glenn Strauss
2020-07-08
1
-5
/
+5
*
[multiple] copy small struct instead of memcpy()
Glenn Strauss
2020-07-08
1
-1
/
+2
*
[multiple] reduce direct use of srv->errh
Glenn Strauss
2020-07-08
1
-5
/
+4
*
[multiple] extern log_epoch_secs
Glenn Strauss
2020-07-08
1
-2
/
+2
*
[multiple] connection hooks no longer get (srv *)
Glenn Strauss
2020-07-08
1
-1
/
+0
*
[multiple] prefer (connection *) to (srv *)
Glenn Strauss
2020-07-08
1
-11
/
+6
*
[multiple] plugin.c handles common FREE_FUNC code
Glenn Strauss
2020-07-08
1
-9
/
+4
*
[mod_rrdtool] use config_plugin_values_init()
Glenn Strauss
2020-07-08
1
-274
/
+253
*
[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 key for *_patch_connection()
Glenn Strauss
2020-02-24
1
-1
/
+1
*
[multiple] cleaner calloc use in SETDEFAULTS_FUNC
Mohammed Sadiq
2019-04-20
1
-1
/
+1
*
[core] some header cleanup
Glenn Strauss
2018-04-08
1
-0
/
+1
*
[mod_rrdtool] handle_trigger returns HANDLER_GO_ON
Glenn Strauss
2017-09-10
1
-4
/
+4
*
[core] SIGCHLD handle_waitpid hook for modules
Glenn Strauss
2017-09-10
1
-18
/
+67
*
[core] attempt to quiet coverity false positives
Glenn Strauss
2017-08-12
1
-22
/
+12
*
[core] consolidate fork()/execve() code (#1393)
Glenn Strauss
2017-07-15
1
-83
/
+20
*
[core] silence compiler warnings if !HAVE_FORK
Gaël PORTAY
2017-05-15
1
-2
/
+3
*
[core] remove some unused header includes
Glenn Strauss
2017-03-28
1
-2
/
+0
*
[mod_vhostdb_ldap] fix inverted logic (coverity)
Glenn Strauss
2017-02-26
1
-1
/
+1
*
[mod_rrdtool] no error if loaded but no config
Glenn Strauss
2017-01-31
1
-0
/
+5
*
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
-4
/
+5
*
fix segfaults in many plugins if they failed configuration
Stefan Bühler
2015-05-14
1
-0
/
+2
*
Use buffer API to read and modify "used" member
Stefan Bühler
2015-02-08
1
-7
/
+5
*
Remove buffer_prepare_copy() and buffer_prepare_append()
Stefan Bühler
2015-02-08
1
-5
/
+6
*
fix buffer, chunk and http_chunk API
Stefan Bühler
2015-02-08
1
-6
/
+6
*
force assertion: setting FD_CLOEXEC must work (if available)
Stefan Bühler
2014-02-16
1
-4
/
+2
*
add force_assert() to enforce assertions as simple assert()s are disabled by ...
Stefan Bühler
2014-02-16
1
-1
/
+1
*
[mod_rrdtool] fix invalid read (string not null terminated)
Stefan Bühler
2014-02-14
1
-2
/
+3
*
fix/silence bugs reported by ccc-analyzer (clang)
Stefan Bühler
2013-11-13
1
-1
/
+3
*
mod_rrdtool: fix creating file if it doesn't exist (#1788)
Stefan Bühler
2009-10-31
1
-4
/
+4
*
Fix header inclusion order, always include "config.h" before any system header
Stefan Bühler
2009-10-11
1
-8
/
+7
*
Fix issues found with clang analyzer
Stefan Bühler
2009-07-21
1
-2
/
+2
*
Add server.breakagelog, a "special" stderr (fixes #1863)
Stefan Bühler
2009-06-21
1
-2
/
+0
*
Fix mixed declarations and code in mod_rrdtool
Stefan Bühler
2009-04-05
1
-1
/
+1
*
- adjust identing after patch
Elan Ruusamäe
2009-03-11
1
-40
/
+40
*
- Create rrd file for empty rrdfile in mod_rrdtool (#1788)
Elan Ruusamäe
2009-03-11
1
-3
/
+7
*
Added some extra warning options in cmake and fix the resulting warnings (unu...
Stefan Bühler
2009-03-07
1
-1
/
+2
*
Fix useless redirection of stderr in mod_rrdtool, as it gets redirected to /d...
Stefan Bühler
2009-03-03
1
-8
/
+1
*
Fix rrd error after graceful restart (fixes #419)
Stefan Bühler
2009-02-19
1
-3
/
+6
*
Handle EINTR in mod_rrdtool (fixes #604)
Stefan Bühler
2009-02-19
1
-5
/
+46
*
Use FD_CLOEXEC if possible (fixes #1821)
Stefan Bühler
2008-12-07
1
-0
/
+5
*
Replace buffer_{append,copy}_string with the _len variant where possible (#17...
Stefan Bühler
2008-07-30
1
-22
/
+23
*
Implement a clean way to open /dev/null and use it to close stdin/out/err in ...
Stefan Bühler
2008-04-29
1
-1
/
+3
*
- white space cleanup part 2 this time 1.4 ;)
Marcus Rückert
2006-10-04
1
-106
/
+106
[next]