]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/shortlog
thirdparty/rrdtool-1.x.git
2014-09-09  Martin Sperlfixed argument parser to handle positional arguments... 536/head
2014-09-08  Tobias Oetikerbetter parse the matched string
2014-09-08  Tobias Oetikerdo not depend on g_lib_free_full yet ... RH6 at least...
2014-09-05  Tobias OetikerMerge pull request #531 from stamfest/create-with-sourc...
2014-09-05  Peter StamfestFix tune related test scripts to work in the presence... 531/head
2014-09-05  Peter StamfestMerge branch 'travis-fix' into create-with-source-data
2014-09-05  Peter Stamfestreplace "realpath" with "readlink -f"
2014-09-05  Peter Stamfestget rid of warnings
2014-09-04  Peter StamfestMerge branch 'tobi-master' into create-with-source...
2014-09-04  Tobias Oetikerfor the tests we need dc
2014-09-04  Tobias OetikerMerge pull request #535 from stamfest/more-tobi-fixes
2014-09-04  Tobias OetikerMerge pull request #533 from stamfest/fix-test-for...
2014-09-04  Peter StamfestFix NULL pointer dereference error introduced during... 535/head
2014-09-04  Peter StamfestHave travis run rrdcached based tests as well
2014-09-04  Peter StamfestImprove test suite. Allow to have tests run using a...
2014-09-04  Peter StamfestMake rrd create work via the caching daemon
2014-09-04  Peter Stamfestfetch data from cached with full double precision to... 534/head
2014-09-04  Peter StamfestFix rrd create via cached - file name sanitation (absol...
2014-09-04  Peter Stamfestfix "Cannot parse value line" errors because rrd_strtod...
2014-09-02  Peter Stamfestfixup implement new test style
2014-09-02  Peter Stamfestadd dc package to travis install requirements
2014-09-02  Peter Stamfestadd --template documentation
2014-09-02  Peter StamfestImplement --template option to rrdtool create
2014-09-02  Peter Stamfestsupport --sources (aka -r) in rrd daemon
2014-09-02  Peter Stamfestimplement new test "style": valgrind-logfile. This...
2014-09-01  Peter Stamfestspeed up modify4 test - especially under valgrind
2014-09-01  Peter Stamfestwhen using valgrind, make sure we set some env vars...
2014-09-01  Peter StamfestAvoid memory leak and handle out-of-memory in a forgott...
2014-09-01  Peter StamfestFix nasty off-by-one error causing access beyond alloca...
2014-09-01  Peter StamfestAvoid some valgrind errors to be either detected to...
2014-08-31  Peter StamfestDocumentation
2014-08-31  Peter StamfestRemove debug code and make "my" code warning-free.
2014-08-31  Peter StamfestImplement mapping
2014-08-31  Peter Stamfestadd DS syntax to map data-sources during create with...
2014-08-31  Peter StamfestImprove tests
2014-08-31  Peter StamfestCDP prefilling should now mostly work...
2014-08-31  Peter StamfestGeneralize RRA candidate finding
2014-08-31  Peter StamfestFactor out adding/removing of temporary RRA for CDP...
2014-08-31  Peter Stamfeststart to work on prefilling of CDPs
2014-08-31  Peter Stamfestprefill last DS values
2014-08-31  Peter Stamfestfactor out core bin-prefilling to shorten functions
2014-08-31  Peter Stamfesttake XFF into account when prefilling
2014-08-31  Peter StamfestAllow to use different selection strategies when select...
2014-08-31  Peter Stamfestadd "const" keyword to cf_conv to avoid some warnings
2014-08-31  Peter Stamfestadd custom quicksort, where the comparison function...
2014-08-31  Peter StamfestAdd new test for checking handling of CFs during prefilling
2014-08-31  Peter Stamfestadd test playing with different bin sizes
2014-08-31  Peter Stamfesttake start time from sources if unspecified
2014-08-31  Peter Stamfestimprove tests
2014-08-31  Peter Stamfestactivate create-with-source tests in standard test...
2014-08-31  Peter StamfestFix comment
2014-08-31  Peter StamfestAdd interval handling functions. These will be needed...
2014-08-31  Peter Stamfestproperly handle DS names - this allows to reorder data...
2014-08-31  Peter Stamfestreduce number of warnings - even if most are triggered...
2014-08-31  Peter StamfestFirst test for create with old data
2014-08-31  Peter Stamfestfirst real prefill implementation
2014-08-31  Peter Stamfestsome minor fixes for correctness
2014-08-31  Peter StamfestMove some functions from rrd_modify to rrd_create
2014-08-31  Peter Stamfestallow to print the actual rrdtool calls run by a test...
2014-08-31  Peter StamfestMove custom logic row-rotation logic from write_fh...
2014-08-31  Peter StamfestAdd a dump-restore test
2014-08-31  Peter StamfestKeep a pointer to the internal rrd data structure with...
2014-08-31  Peter StamfestGet rid of rrd_create_fn and use new creation infrastru...
2014-08-31  Peter Stamfestadd tests for no-overwrite functionality
2014-08-31  Peter Stamfestadd new rrdc_create_r2 function to support new sources...
2014-08-31  Peter Stamfestturn GList based sources list into C array
2014-08-31  Peter Stamfest- add support for --source options(s)
2014-08-31  Peter StamfestExtend rrd_create_r2 with a new (as of now unused)...
2014-08-31  Peter Stamfestadd rrd_init_data function
2014-08-31  Peter Stamfestfix init_cdp. The original code implicitly always used...
2014-08-31  Peter Stamfestmove write_rrd and write_fh into rrd_create.c.
2014-08-31  Peter StamfestFix rpn1 test to properly report problems 533/head
2014-08-27  Tobias OetikerMerge pull request #529 from petgit/VS2013
2014-08-27  petgituse of g_free() cause heap damage on windows if memory... 529/head
2014-08-27  petgitException calling: g_hash_table_destroy(im->rrd_map)
2014-08-20  Tobias Oetikerremove duplicate code
2014-08-20  Tobias Oetikerbetter error messages
2014-08-20  Tobias Oetikerthis is an oportunistic parser, so dont complain
2014-08-20  Tobias Oetikercleanup rrd_strtodbl calls
2014-08-20  Tobias Oetikerrrd_strtoding should be called rrd_strtodbl
2014-08-20  Tobias Oetikermake sure non of the standard *printf functions get...
2014-08-20  Tobias Oetikerwrong argument count
2014-08-07  Tobias Oetikerupdate before install
2014-08-07  Tobias OetikerMerge pull request #524 from pabigot/support-cross...
2014-08-05  Peter A. Bigotconfigure.ac: remove explicit default path for libxml2 524/head
2014-08-05  Tobias OetikerMerge pull request #523 from sshipway/master
2014-08-04  Steve ShipwayAdded new stack operations 523/head
2014-08-04  Steve ShipwayAdded new stack operations
2014-08-04  Tobias OetikerMerge pull request #518 from pabigot/fix-rrd_info-param
2014-08-04  Tobias OetikerMerge pull request #519 from aelse/python-fix-build...
2014-07-31  Tobias Oetikerexclude xport bits if compiled without graph support
2014-07-31  Tobias Oetikerworking on a fix for issue #521
2014-07-30  Tobias Oetikeronly have graph options when there is graph support
2014-07-24  petgitVS2013, modifications to compile as C++ and on Windows .
2014-07-21  Alexander ElseFix src/build paths 519/head
2014-07-20  Peter A. Bigotrrd_info: make filename argument const 518/head
2014-07-13  Tobias OetikerMerge pull request #517 from petgit/master
2014-07-13  petgitCreate rrd file: Allow only short integer numbers in... 517/head
2014-07-11  Tobias OetikerMerge pull request #514 from Sweet-kid/strtod_api
2014-07-11  UpasanaRemoved printfs left while debugging 514/head
next