summaryrefslogtreecommitdiff
path: root/src/mod_rrdtool.c
Commit message (Expand)AuthorAgeFilesLines
* [mod_rrdtool] handle_trigger returns HANDLER_GO_ONGlenn Strauss2017-09-101-4/+4
* [core] SIGCHLD handle_waitpid hook for modulesGlenn Strauss2017-09-101-18/+67
* [core] attempt to quiet coverity false positivesGlenn Strauss2017-08-121-22/+12
* [core] consolidate fork()/execve() code (#1393)Glenn Strauss2017-07-151-83/+20
* [core] silence compiler warnings if !HAVE_FORKGaël PORTAY2017-05-151-2/+3
* [core] remove some unused header includesGlenn Strauss2017-03-281-2/+0
* [mod_vhostdb_ldap] fix inverted logic (coverity)Glenn Strauss2017-02-261-1/+1
* [mod_rrdtool] no error if loaded but no configGlenn Strauss2017-01-311-0/+5
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-4/+5
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-0/+2
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-7/+5
* Remove buffer_prepare_copy() and buffer_prepare_append()Stefan Bühler2015-02-081-5/+6
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-6/+6
* force assertion: setting FD_CLOEXEC must work (if available)Stefan Bühler2014-02-161-4/+2
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-161-1/+1
* [mod_rrdtool] fix invalid read (string not null terminated)Stefan Bühler2014-02-141-2/+3
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+3
* mod_rrdtool: fix creating file if it doesn't exist (#1788)Stefan Bühler2009-10-311-4/+4
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-8/+7
* Fix issues found with clang analyzerStefan Bühler2009-07-211-2/+2
* Add server.breakagelog, a "special" stderr (fixes #1863)Stefan Bühler2009-06-211-2/+0
* Fix mixed declarations and code in mod_rrdtoolStefan Bühler2009-04-051-1/+1
* - adjust identing after patchElan Ruusamäe2009-03-111-40/+40
* - Create rrd file for empty rrdfile in mod_rrdtool (#1788)Elan Ruusamäe2009-03-111-3/+7
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-1/+2
* Fix useless redirection of stderr in mod_rrdtool, as it gets redirected to /d...Stefan Bühler2009-03-031-8/+1
* Fix rrd error after graceful restart (fixes #419)Stefan Bühler2009-02-191-3/+6
* Handle EINTR in mod_rrdtool (fixes #604)Stefan Bühler2009-02-191-5/+46
* Use FD_CLOEXEC if possible (fixes #1821)Stefan Bühler2008-12-071-0/+5
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-22/+23
* Implement a clean way to open /dev/null and use it to close stdin/out/err in ...Stefan Bühler2008-04-291-1/+3
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-106/+106
* on SEGFAULT tell were we whereJan Kneschke2005-08-211-0/+1
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-161-2/+2
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-27/+11
* cleaned up the errorlog writing, default is now stderr, syslog is requested e...Jan Kneschke2005-07-261-3/+4
* close stderr or redirect it to our logfileJan Kneschke2005-07-151-1/+7
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+457