summaryrefslogtreecommitdiff
path: root/src/mod_rrdtool.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple] fdevent_waitpid() wrapperGlenn Strauss2020-12-241-2/+1
* [multiple] inline chunkqueue where always alloc'dGlenn Strauss2020-10-111-2/+2
* [mod_accesslog,mod_rrdtool] HTTP/2 basic accountingGlenn Strauss2020-10-031-0/+6
* [core] reset connection counters per connectionGlenn Strauss2020-10-031-2/+2
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-5/+5
* [multiple] copy small struct instead of memcpy()Glenn Strauss2020-07-081-1/+2
* [multiple] reduce direct use of srv->errhGlenn Strauss2020-07-081-5/+4
* [multiple] extern log_epoch_secsGlenn Strauss2020-07-081-2/+2
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-1/+0
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-11/+6
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-9/+4
* [mod_rrdtool] use config_plugin_values_init()Glenn Strauss2020-07-081-274/+253
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-3/+1
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-1/+1
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [core] some header cleanupGlenn Strauss2018-04-081-0/+1
* [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