summaryrefslogtreecommitdiff
path: root/src/mod_rrdtool.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [core] _WIN32 sys-unistd.h to wrap <unistd.h>Glenn Strauss2023-05-031-1/+1
* [multiple] _WIN32 stat() compat sys-stat.hGlenn Strauss2023-05-031-1/+1
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-3/+2
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+2
* [multiple] simplify bytes_in/bytes_out accountingGlenn Strauss2022-05-111-10/+5
* [multiple] use buffer_append_char()Glenn Strauss2022-05-111-3/+3
* [multiple] _WIN32 fdevent_pipe_cloexec()Glenn Strauss2021-09-301-4/+2
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-6/+6
* [core] consistent inclusion of sys-time.hGlenn Strauss2021-04-281-1/+1
* [multiple] use buffer_append_* aggregatesGlenn Strauss2021-04-021-6/+9
* [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