]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/log
thirdparty/rrdtool-1.x.git
9 years agofix style 716/head
Marek Schimara [Mon, 27 Jun 2016 09:04:37 +0000 (11:04 +0200)] 
fix style

   src/rrd_cgi.c
   src/rrd_create.c
   src/rrd_daemon.c
   src/rrd_dump.c
   src/rrd_fetch.c
   src/rrd_first.c
   src/rrd_flushcached.c
   src/rrd_graph_helper.c
   src/rrd_info.c
   src/rrd_last.c
   src/rrd_lastupdate.c
   src/rrd_update.c

9 years agosrc/rrd_cgi.c: fix Coverity CID#13625 Truncated stdio return value
Marek Schimara [Fri, 17 Jun 2016 11:40:08 +0000 (13:40 +0200)] 
src/rrd_cgi.c: fix Coverity CID#13625 Truncated stdio return value

9 years agosrc/rrd_daemon.c: fix Coverity CID#13627 Unchecked return value from library
Marek Schimara [Fri, 17 Jun 2016 11:33:55 +0000 (13:33 +0200)] 
src/rrd_daemon.c: fix Coverity CID#13627 Unchecked return value from library

        CWE-252 / https://cwe.mitre.org/data/definitions/252.html

9 years agosrc/rrd_fetch_libdbi.c: fix Coverity CID#13630 Unchecked return value
Marek Schimara [Fri, 17 Jun 2016 11:27:07 +0000 (13:27 +0200)] 
src/rrd_fetch_libdbi.c: fix Coverity CID#13630 Unchecked return value

        CWE-252 / https://cwe.mitre.org/data/definitions/252.html

9 years agosrc/rrd_fetch_libdbi.c: fix Coverity CID#13634 Logically dead code
Marek Schimara [Fri, 17 Jun 2016 11:19:43 +0000 (13:19 +0200)] 
src/rrd_fetch_libdbi.c: fix Coverity CID#13634 Logically dead code

        CWE-561 / https://cwe.mitre.org/data/definitions/561.html

        NOTE: this seems like a copy & paste error; either we compare
        'h1' to (char)-1 in which case the code cannot be reached (the
        same test is already done & it returns from the function), or
        (more likely) it should be 'h2' instead.

9 years agosrc/rrd_daemon.c: fix Coverity CID#13637 Missing unlock
Marek Schimara [Fri, 17 Jun 2016 11:16:50 +0000 (13:16 +0200)] 
src/rrd_daemon.c: fix Coverity CID#13637 Missing unlock

        CWE-667 / https://cwe.mitre.org/data/definitions/667.html

9 years agosrc/rrd_xport.c: fix Coverity CID#13640 Array compared against 0
Marek Schimara [Fri, 17 Jun 2016 11:08:27 +0000 (13:08 +0200)] 
src/rrd_xport.c: fix Coverity CID#13640 Array compared against 0

        CWE-398 / https://cwe.mitre.org/data/definitions/398.html

        (im->gdes[i].legend == 0) doesn't make sense;
        im->gdes[i].legend declared as
          char      legend[FMT_LEG_LEN + 5];  /* legend */

        NOTE: fix to be checked to ensure it conserves the intended functionality.

9 years agosrc/rrd_graph_helper.c: fix Coverity CIDs#13641,#13642 Dereference null return value
Marek Schimara [Fri, 17 Jun 2016 11:01:40 +0000 (13:01 +0200)] 
src/rrd_graph_helper.c: fix Coverity CIDs#13641,#13642 Dereference null return value

        CWE-476 / https://cwe.mitre.org/data/definitions/476.html

9 years agobindings/perl-shared/RRDs.xs: fix Coverity CID#13647 Resource leak
Marek Schimara [Fri, 17 Jun 2016 09:28:17 +0000 (11:28 +0200)] 
bindings/perl-shared/RRDs.xs: fix Coverity CID#13647 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_cgi.c: fix Coverity CID#13652 Resource leak
Marek Schimara [Fri, 17 Jun 2016 09:17:51 +0000 (11:17 +0200)] 
src/rrd_cgi.c: fix Coverity CID#13652 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_cgi.c: fix Coverity CID#13654 Resource leak
Marek Schimara [Fri, 17 Jun 2016 09:09:28 +0000 (11:09 +0200)] 
src/rrd_cgi.c: fix Coverity CID#13654 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_cgi.c: fix Coverity CID#13655 Resource leak
Marek Schimara [Fri, 17 Jun 2016 08:54:29 +0000 (10:54 +0200)] 
src/rrd_cgi.c: fix Coverity CID#13655 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_daemon.c: fix Coverity CIDs#13659,#13660 Resource leak
Marek Schimara [Fri, 17 Jun 2016 08:38:22 +0000 (10:38 +0200)] 
src/rrd_daemon.c: fix Coverity CIDs#13659,#13660 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_hw.c: fix Coverity CIDs#13664,#13665 Resource leak
Marek Schimara [Fri, 17 Jun 2016 08:15:31 +0000 (10:15 +0200)] 
src/rrd_hw.c: fix Coverity CIDs#13664,#13665 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_open.c: fix Coverity CID#13666 Resource leak
Marek Schimara [Fri, 17 Jun 2016 08:10:05 +0000 (10:10 +0200)] 
src/rrd_open.c: fix Coverity CID#13666 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_xport.c: fix Coverity CIDs#13670,#13671 Resource leak
Marek Schimara [Fri, 17 Jun 2016 08:04:46 +0000 (10:04 +0200)] 
src/rrd_xport.c: fix Coverity CIDs#13670,#13671 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_daemon.c: fix Coverity CID#13672 Pointer to local outside scope
Marek Schimara [Fri, 17 Jun 2016 07:52:55 +0000 (09:52 +0200)] 
src/rrd_daemon.c: fix Coverity CID#13672 Pointer to local outside scope

        CWE-562 / https://cwe.mitre.org/data/definitions/562.html

9 years agosrc/rrd_graph_helper.c: fix Coverity CID#13675 Dereference before null check
Marek Schimara [Fri, 17 Jun 2016 07:47:25 +0000 (09:47 +0200)] 
src/rrd_graph_helper.c: fix Coverity CID#13675 Dereference before null check

        CWE-476 / https://cwe.mitre.org/data/definitions/476.html

9 years agosrc/rrd_open.c: fix Coverity CID#13676 Dereference before null check
Marek Schimara [Fri, 17 Jun 2016 07:45:28 +0000 (09:45 +0200)] 
src/rrd_open.c: fix Coverity CID#13676 Dereference before null check

        CWE-476 / https://cwe.mitre.org/data/definitions/476.html

9 years agosrc/rrd_utils.c: fix Coverity CID#13677 Sizeof not portable
Marek Schimara [Fri, 17 Jun 2016 07:40:47 +0000 (09:40 +0200)] 
src/rrd_utils.c: fix Coverity CID#13677 Sizeof not portable

        CWE-467 / https://cwe.mitre.org/data/definitions/467.html

9 years agosrc/rrd_fetch_libdbi.c: fix Coverity CID#13678 Copy into fixed size buffer (buffer...
Marek Schimara [Fri, 17 Jun 2016 07:37:46 +0000 (09:37 +0200)] 
src/rrd_fetch_libdbi.c: fix Coverity CID#13678 Copy into fixed size buffer (buffer overflow)

        CWE-120 / https://cwe.mitre.org/data/definitions/120.html

9 years agosrc/rrd_parsetime.c: fix Coverity CID#13692 Missing varargs init or cleanup
Marek Schimara [Fri, 17 Jun 2016 07:19:54 +0000 (09:19 +0200)] 
src/rrd_parsetime.c: fix Coverity CID#13692 Missing varargs init or cleanup

        CWE-573 / https://cwe.mitre.org/data/definitions/573.html

9 years agosrc/rrd_client.c: fix Coverity CID#17400 Resource leak
Marek Schimara [Fri, 17 Jun 2016 06:44:29 +0000 (08:44 +0200)] 
src/rrd_client.c: fix Coverity CID#17400 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

        + possible segfault when accessing res->message and res == NULL

9 years agosrc/rrd_client.c: fix Coverity CID#17401 Resource leak
Marek Schimara [Thu, 16 Jun 2016 14:51:13 +0000 (16:51 +0200)] 
src/rrd_client.c: fix Coverity CID#17401 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_xport.c: fix Coverity CID#23524 Uninitialized scalar variable
Marek Schimara [Thu, 16 Jun 2016 14:09:00 +0000 (16:09 +0200)] 
src/rrd_xport.c: fix Coverity CID#23524 Uninitialized scalar variable

        CWE-457 / https://cwe.mitre.org/data/definitions/457.html

9 years agosrc/rrd_fetch_libdbi.c: fix Coverity CID#26513 Buffer not null terminated
Marek Schimara [Thu, 16 Jun 2016 13:57:27 +0000 (15:57 +0200)] 
src/rrd_fetch_libdbi.c: fix Coverity CID#26513 Buffer not null terminated

        CWE-170 / https://cwe.mitre.org/data/definitions/170.html

9 years agosrc/rrd_graph.c: fix Coverity CID#26514 Buffer not null terminated
Marek Schimara [Thu, 16 Jun 2016 13:54:17 +0000 (15:54 +0200)] 
src/rrd_graph.c: fix Coverity CID#26514 Buffer not null terminated

        CWE-170 / https://cwe.mitre.org/data/definitions/170.html

9 years agosrc/rrd_flushcached.c: fix Coverity CID#26516 Resource leak
Marek Schimara [Thu, 16 Jun 2016 13:49:32 +0000 (15:49 +0200)] 
src/rrd_flushcached.c: fix Coverity CID#26516 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_lastupdate.c: fix Coverity CID#26518 Resource leak
Marek Schimara [Thu, 16 Jun 2016 13:43:55 +0000 (15:43 +0200)] 
src/rrd_lastupdate.c: fix Coverity CID#26518 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_graph_helper.c: fix Coverity CID#26523 Buffer not null terminated
Marek Schimara [Thu, 16 Jun 2016 13:35:22 +0000 (15:35 +0200)] 
src/rrd_graph_helper.c: fix Coverity CID#26523 Buffer not null terminated

        CWE-170 / https://cwe.mitre.org/data/definitions/170.html

9 years agosrc/rrd_fetch.c: fix Coverity CID#26524 Resource leak
Marek Schimara [Thu, 16 Jun 2016 11:55:39 +0000 (13:55 +0200)] 
src/rrd_fetch.c: fix Coverity CID#26524 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_daemon.c: fix Coverity CID#26525 Buffer not null terminated
Marek Schimara [Thu, 16 Jun 2016 11:45:54 +0000 (13:45 +0200)] 
src/rrd_daemon.c: fix Coverity CID#26525 Buffer not null terminated

        CWE-170 / https://cwe.mitre.org/data/definitions/170.html

9 years agosrc/rrd_graph_helper.c: fix Coverity CID#26527 Buffer not null terminated
Marek Schimara [Thu, 16 Jun 2016 11:31:26 +0000 (13:31 +0200)] 
src/rrd_graph_helper.c: fix Coverity CID#26527 Buffer not null terminated

        CWE-170 / https://cwe.mitre.org/data/definitions/170.html

9 years agosrc/rrd_first.c: fix Coverity CID#26528 Resource leak
Marek Schimara [Thu, 16 Jun 2016 11:23:39 +0000 (13:23 +0200)] 
src/rrd_first.c: fix Coverity CID#26528 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_create.c: fix Coverity CID#26529 Resource leak
Marek Schimara [Thu, 16 Jun 2016 11:18:37 +0000 (13:18 +0200)] 
src/rrd_create.c: fix Coverity CID#26529 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_last.c: fix Coverity CID#26531 Resource leak
Marek Schimara [Thu, 16 Jun 2016 09:37:01 +0000 (11:37 +0200)] 
src/rrd_last.c: fix Coverity CID#26531 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_update.c: fix Coverity CID#26532 Resource leak
Marek Schimara [Thu, 16 Jun 2016 09:31:41 +0000 (11:31 +0200)] 
src/rrd_update.c: fix Coverity CID#26532 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_dump.c: fix Coverity CID#26534 Resource leak
Marek Schimara [Thu, 16 Jun 2016 09:19:49 +0000 (11:19 +0200)] 
src/rrd_dump.c: fix Coverity CID#26534 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_info.c: fix Coverity CID#26535 Resource leak
Marek Schimara [Thu, 16 Jun 2016 09:16:48 +0000 (11:16 +0200)] 
src/rrd_info.c: fix Coverity CID#26535 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_cgi.c: fix Coverity CIDs#17398,#13656 Resource leak
Marek Schimara [Thu, 16 Jun 2016 09:02:27 +0000 (11:02 +0200)] 
src/rrd_cgi.c: fix Coverity CIDs#17398,#13656 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_cgi.c: fix Coverity CID#13656 Resource leak
Marek Schimara [Thu, 16 Jun 2016 07:06:45 +0000 (09:06 +0200)] 
src/rrd_cgi.c: fix Coverity CID#13656 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_daemon.c: fix Coverity CID#32399 Buffer not null terminated
Marek Schimara [Wed, 15 Jun 2016 14:40:05 +0000 (16:40 +0200)] 
src/rrd_daemon.c: fix Coverity CID#32399 Buffer not null terminated

        CWE-170 / https://cwe.mitre.org/data/definitions/170.html

9 years agosrc/rrd_create.c: fix Coverity CID#32400 Buffer not null terminated
Marek Schimara [Wed, 15 Jun 2016 14:30:32 +0000 (16:30 +0200)] 
src/rrd_create.c: fix Coverity CID#32400 Buffer not null terminated

        CWE-170 / https://cwe.mitre.org/data/definitions/170.html

9 years agosrc/rrd_graph_helper.c: fix Coverity CID#32401 Buffer not null terminated
Marek Schimara [Wed, 15 Jun 2016 14:19:16 +0000 (16:19 +0200)] 
src/rrd_graph_helper.c: fix Coverity CID#32401 Buffer not null terminated

        CWE-170 / https://cwe.mitre.org/data/definitions/170.html

9 years agosrc/rrd_open.c: fix Coverity CID#32402 Unchecked return value from library
Marek Schimara [Wed, 15 Jun 2016 14:12:47 +0000 (16:12 +0200)] 
src/rrd_open.c: fix Coverity CID#32402 Unchecked return value from library

        CWE-252 / https://cwe.mitre.org/data/definitions/252.html

9 years agosrc/rrd_modify.c: fix Coverity CID#32405 Logically dead code
Marek Schimara [Wed, 15 Jun 2016 13:53:52 +0000 (15:53 +0200)] 
src/rrd_modify.c: fix Coverity CID#32405 Logically dead code

        CWE-561 / https://cwe.mitre.org/data/definitions/561.html

9 years agosrc/rrd_modify.c: fix Coverity CID#32406 Logically dead code
Marek Schimara [Wed, 15 Jun 2016 13:48:34 +0000 (15:48 +0200)] 
src/rrd_modify.c: fix Coverity CID#32406 Logically dead code

        CWE-561 / https://cwe.mitre.org/data/definitions/561.html

        Either
                finalout = rrd_modify_structure == NULL => goto done;
        or
                finalout = rrd_modify_structure != NULL => rc = 0;

9 years agosrc/rrd_daemon.c: fix Coverity CID#32408 Missing unlock
Marek Schimara [Wed, 15 Jun 2016 13:36:28 +0000 (15:36 +0200)] 
src/rrd_daemon.c: fix Coverity CID#32408 Missing unlock

        CWE-667 / https://cwe.mitre.org/data/definitions/667.html

9 years agosrc/rrd_client.c: fix Coverity CID#32409 Missing unlock
Marek Schimara [Wed, 15 Jun 2016 13:31:27 +0000 (15:31 +0200)] 
src/rrd_client.c: fix Coverity CID#32409 Missing unlock

        CWE-667 / https://cwe.mitre.org/data/definitions/667.html

9 years agosrc/rrd_daemon.c: fix Coverity CID#32412 Nesting level does not match indentation
Marek Schimara [Wed, 15 Jun 2016 13:03:35 +0000 (15:03 +0200)] 
src/rrd_daemon.c: fix Coverity CID#32412 Nesting level does not match indentation

        CWE-483 / https://cwe.mitre.org/data/definitions/483.html

9 years agosrc/rrd_graph.c: fix Coverity CID#32414 Array compared against 0
Marek Schimara [Wed, 15 Jun 2016 12:52:33 +0000 (14:52 +0200)] 
src/rrd_graph.c: fix Coverity CID#32414 Array compared against 0

        CWE-398 / https://cwe.mitre.org/data/definitions/398.html

        'im' declared as:      image_desc_t *im
        im->gdes[i] is:        graph_desc_t *gdes; /* points to an array of graph elements */
        im->gdes[i].format is: char format[FMT_LEG_LEN + 5];  /* format for PRINT AND GPRINT */

        Comparing a stack variable to NULL doesn't make sense.

9 years agosrc/rrd_daemon.c: fix Coverity CIDs#32415,#26519 Resource leak
Marek Schimara [Wed, 15 Jun 2016 11:26:55 +0000 (13:26 +0200)] 
src/rrd_daemon.c: fix Coverity CIDs#32415,#26519 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_daemon.c: fix Coverity CID#32416 Resource leak
Marek Schimara [Wed, 15 Jun 2016 11:23:51 +0000 (13:23 +0200)] 
src/rrd_daemon.c: fix Coverity CID#32416 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_daemon.c: fix Coverity CID#32417 Resource leak
Marek Schimara [Wed, 15 Jun 2016 11:17:45 +0000 (13:17 +0200)] 
src/rrd_daemon.c: fix Coverity CID#32417 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_daemon.c: fix Coverity CIDs#32418,#32419 Resource leak
Marek Schimara [Wed, 15 Jun 2016 09:34:49 +0000 (11:34 +0200)] 
src/rrd_daemon.c: fix Coverity CIDs#32418,#32419 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_daemon.c: fix Coverity CIDs#32420,#26530 Resource leak
Marek Schimara [Wed, 15 Jun 2016 09:09:34 +0000 (11:09 +0200)] 
src/rrd_daemon.c: fix Coverity CIDs#32420,#26530 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_daemon.c: fix Coverity CID#32421 Resource leak
Marek Schimara [Wed, 15 Jun 2016 08:56:37 +0000 (10:56 +0200)] 
src/rrd_daemon.c: fix Coverity CID#32421 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_create.c: fix Coverity CID#32422 Resource leak
Marek Schimara [Wed, 15 Jun 2016 08:39:44 +0000 (10:39 +0200)] 
src/rrd_create.c: fix Coverity CID#32422 Resource leak

        CWE-404 / https://cwe.mitre.org/data/definitions/404.html

9 years agosrc/rrd_tune.c: fix Coverity CID#32424 Improper use of negative value
Marek Schimara [Wed, 15 Jun 2016 07:59:25 +0000 (09:59 +0200)] 
src/rrd_tune.c: fix Coverity CID#32424 Improper use of negative value

        CWE-394 / https://cwe.mitre.org/data/definitions/394.html

        Note: optparse_init() and optparse_long() which can modify the
        'options' variable in rrd_tune() can never set options.optind
        to a negative value.

9 years agosrc/rrd_create.c: fix Coverity CID#32425 Insecure temporary file
Marek Schimara [Wed, 15 Jun 2016 07:25:45 +0000 (09:25 +0200)] 
src/rrd_create.c: fix Coverity CID#32425 Insecure temporary file

        CWE-377 / https://cwe.mitre.org/data/definitions/377.html

9 years agosrc/rrd_modify.c: fix Coverity CID#32426 Copy into fixed size buffer
Marek Schimara [Tue, 14 Jun 2016 15:02:11 +0000 (17:02 +0200)] 
src/rrd_modify.c: fix Coverity CID#32426 Copy into fixed size buffer

        CWE-120 / https://cwe.mitre.org/data/definitions/120.html

9 years agosrc/rrd_create.c: fix Coverity CID#32427 Copy into fixed size buffer (buffer overflow)
Marek Schimara [Tue, 14 Jun 2016 14:55:25 +0000 (16:55 +0200)] 
src/rrd_create.c: fix Coverity CID#32427 Copy into fixed size buffer (buffer overflow)

        CWE-120 / https://cwe.mitre.org/data/definitions/120.html

9 years agobindings/perl-shared/RRDs.xs: fix Coverity CID#32428 Uninitialized pointer read
Marek Schimara [Tue, 14 Jun 2016 14:46:46 +0000 (16:46 +0200)] 
bindings/perl-shared/RRDs.xs: fix Coverity CID#32428 Uninitialized pointer read

        CWE-457 / https://cwe.mitre.org/data/definitions/457.html

9 years agosrc/rrd_create.c: fix Coverity CID#32429 Uninitialized pointer read
Marek Schimara [Tue, 14 Jun 2016 14:05:29 +0000 (16:05 +0200)] 
src/rrd_create.c: fix Coverity CID#32429 Uninitialized pointer read

        CWE-457 / https://cwe.mitre.org/data/definitions/457.html

9 years agosrc/rrd_tune.c: fix Coverity CID#32430 Uninitialized pointer read
Marek Schimara [Tue, 14 Jun 2016 14:04:09 +0000 (16:04 +0200)] 
src/rrd_tune.c: fix Coverity CID#32430 Uninitialized pointer read

        CWE-457 / https://cwe.mitre.org/data/definitions/457.html

9 years agoMerge pull request #710 from nirgal/patch-4
Tobias Oetiker [Tue, 21 Jun 2016 12:18:23 +0000 (14:18 +0200)] 
Merge pull request #710 from nirgal/patch-4

 CHANGES about supported lua versions

9 years agonagle not nagel
Tobias Oetiker [Mon, 23 May 2016 15:59:43 +0000 (17:59 +0200)] 
nagle not nagel

9 years agoMerge branch 'master' of github.com:oetiker/rrdtool-1.x
Tobias Oetiker [Mon, 9 May 2016 06:39:15 +0000 (08:39 +0200)] 
Merge branch 'master' of github.com:oetiker/rrdtool-1.x

9 years agofix release number
Tobias Oetiker [Mon, 9 May 2016 06:38:57 +0000 (08:38 +0200)] 
fix release number

9 years agoMerge pull request #712 from gitter-badger/gitter-badge-1
Tobias Oetiker [Fri, 22 Apr 2016 15:19:14 +0000 (17:19 +0200)] 
Merge pull request #712 from gitter-badger/gitter-badge-1

Add a Gitter chat badge to README.md

9 years agoAdd Gitter badge 712/head
The Gitter Badger [Fri, 22 Apr 2016 15:18:29 +0000 (15:18 +0000)] 
Add Gitter badge

9 years ago CHANGES about supported lua versions 710/head
nirgal [Fri, 22 Apr 2016 15:14:41 +0000 (17:14 +0200)] 
 CHANGES about supported lua versions

lua 5.1 already was supported.
What version 1.6.0 brings is lua 5.2 and lua 5.3 support.

9 years agotravis-link
Tobias Oetiker [Tue, 19 Apr 2016 16:05:16 +0000 (18:05 +0200)] 
travis-link

9 years agoprep master for new checkins
Tobias Oetiker [Tue, 19 Apr 2016 15:50:15 +0000 (17:50 +0200)] 
prep master for new checkins

9 years agoremove extra spaces
Tobias Oetiker [Tue, 19 Apr 2016 09:17:55 +0000 (11:17 +0200)] 
remove extra spaces

9 years agofix for #707
Tobias Oetiker [Tue, 19 Apr 2016 08:01:07 +0000 (10:01 +0200)] 
fix for #707

9 years agoignore all so files in tcl
Tobias Oetiker [Tue, 19 Apr 2016 07:08:18 +0000 (09:08 +0200)] 
ignore all so files in tcl

9 years agoMerge pull request #708 from oetiker/new-calc
Tobias Oetiker [Mon, 18 Apr 2016 16:21:06 +0000 (18:21 +0200)] 
Merge pull request #708 from oetiker/new-calc

a bunch of new RPN functions coming up for 1.6

9 years agofix expected results new-calc 708/head
Tobias Oetiker [Mon, 18 Apr 2016 15:30:32 +0000 (17:30 +0200)] 
fix expected results

9 years agoadd new RPN functions: AVG, SMIN, SMAX, STDEV, POW, MEDIAN
Tobias Oetiker [Mon, 18 Apr 2016 15:13:15 +0000 (17:13 +0200)] 
add new RPN functions: AVG, SMIN, SMAX, STDEV, POW, MEDIAN

9 years agoMerge pull request #706 from stevenh/disable-nagle
Tobias Oetiker [Sun, 10 Apr 2016 08:33:58 +0000 (10:33 +0200)] 
Merge pull request #706 from stevenh/disable-nagle

Disable nagel algorithm

9 years agoDisable nagel algorithm 706/head
Steven Hartland [Sun, 10 Apr 2016 01:30:51 +0000 (01:30 +0000)] 
Disable nagel algorithm

Disable TCP's nagal algorithm which was causing massive slowdown
in processing rrdcached requests.

Also check for other setsockopt call errors.

9 years agoMerge pull request #703 from nirgal/verbose_tests
Tobias Oetiker [Thu, 24 Mar 2016 07:07:55 +0000 (08:07 +0100)] 
Merge pull request #703 from nirgal/verbose_tests

Fixed tests when VERBOSE is on

9 years agoFixed tests when VERBOSE is on 703/head
Jean-Michel Vourgère [Thu, 24 Mar 2016 05:18:01 +0000 (06:18 +0100)] 
Fixed tests when VERBOSE is on

Define RRDTOOL_V from RRDTOOL, but only after RRDTOOL is defined.
Output the header showing witch command is run on stderr, not stdout.

9 years agomake the vnames in the test a bit more interesting ... especially verify that having...
Tobias Oetiker [Thu, 18 Feb 2016 12:58:02 +0000 (13:58 +0100)] 
make the vnames in the test a bit more interesting ... especially verify that having a - and numbers in the vname is fine

9 years agore allow - in vnames since it seems to have worked for some in 1.4
Tobias Oetiker [Thu, 18 Feb 2016 08:14:25 +0000 (09:14 +0100)] 
re allow - in vnames since it seems to have worked for some in 1.4

9 years agoadded rpn1.output
Tobias Oetiker [Tue, 16 Feb 2016 07:14:39 +0000 (08:14 +0100)] 
added rpn1.output

9 years agoMerge branch 'master' of github.com:oetiker/rrdtool-1.x
Tobias Oetiker [Mon, 8 Feb 2016 12:52:24 +0000 (13:52 +0100)] 
Merge branch 'master' of github.com:oetiker/rrdtool-1.x

9 years ago- is not allowed in vnames!
Tobias Oetiker [Mon, 8 Feb 2016 12:51:40 +0000 (13:51 +0100)] 
- is not allowed in vnames!

9 years agoMerge pull request #694 from nirgal/patch-1
Tobias Oetiker [Mon, 8 Feb 2016 09:55:03 +0000 (10:55 +0100)] 
Merge pull request #694 from nirgal/patch-1

Minor spelling in documetation

9 years agomake sure people don't confuse the MASTER branche with the 1.5 branche ...
Tobias Oetiker [Thu, 28 Jan 2016 21:16:28 +0000 (22:16 +0100)] 
make sure people don't confuse the MASTER branche with the 1.5 branche ...

9 years agoMerge pull request #696 from jskiba99/fix-typo
Tobias Oetiker [Tue, 5 Jan 2016 10:14:54 +0000 (11:14 +0100)] 
Merge pull request #696 from jskiba99/fix-typo

Fix spelling typos

9 years agoFix spelling typos 696/head
Jacob [Fri, 1 Jan 2016 00:52:07 +0000 (19:52 -0500)] 
Fix spelling typos

9 years agoMinor spelling in documetation 694/head
nirgal [Sat, 26 Dec 2015 22:25:59 +0000 (23:25 +0100)] 
Minor spelling in documetation

9 years agoMerge pull request #693 from ntyni/master
Tobias Oetiker [Sun, 20 Dec 2015 10:05:43 +0000 (11:05 +0100)] 
Merge pull request #693 from ntyni/master

Use memmove instead of memcpy in rrd_write() to fix undefined behaviour

9 years agoUse memmove instead of memcpy in rrd_write() to fix undefined behaviour 693/head
Niko Tyni [Sun, 20 Dec 2015 07:49:14 +0000 (09:49 +0200)] 
Use memmove instead of memcpy in rrd_write() to fix undefined behaviour

At least rrdtune ends up calling rrd_write() with the same memory
area for the source and the destination, causing undefined behaviour
that has been observed to actually break on the mips architecture.

Bug-Debian: https://bugs.debian.org/805391
Bug: https://github.com/oetiker/rrdtool-1.x/issues/688

9 years agoMerge pull request #692 from RomeroMalaquias/master
Tobias Oetiker [Wed, 9 Dec 2015 08:56:29 +0000 (09:56 +0100)] 
Merge pull request #692 from RomeroMalaquias/master

Avoiding conditional directives that split up parts of statements.

9 years agoAvoiding conditional directives that split up parts of statements. 692/head
Romero Malaquias [Wed, 9 Dec 2015 03:42:12 +0000 (00:42 -0300)] 
Avoiding conditional directives that split up parts of statements.

9 years ago--use-mirrors is not supported anymore
Tobias Oetiker [Mon, 7 Dec 2015 07:57:49 +0000 (08:57 +0100)] 
--use-mirrors is not supported anymore

9 years agoMerge pull request #691 from pocek/typo
Tobias Oetiker [Mon, 7 Dec 2015 07:50:51 +0000 (08:50 +0100)] 
Merge pull request #691 from pocek/typo

doc: Fix a typo in an example