]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/shortlog
thirdparty/rrdtool-1.x.git
2013-05-08  Steve DoughertyAdd dump support to Python bindings. 388/head
2013-05-04  Tobias OetikerMerge pull request #387 from songdongsheng/master
2013-05-04  Dongsheng SongMinor update of rrdtool dependency graph 387/head
2013-05-04  Dongsheng SongFix version information in win32/rrd_config.h
2013-05-04  Dongsheng SongMake gcc and binding happy
2013-05-04  Dongsheng SongUse CRLF line endings for Windows resource files
2013-05-04  Dongsheng SongMerge WIN32-BUILD-TIPS.txt and win32\README, then remov...
2013-05-04  Dongsheng SongAdd rrdtool dependency graph
2013-05-04  Dongsheng SongIgnore *.exp too
2013-05-04  Dongsheng SongAdd win32/Makefile.msc and related files
2013-05-04  Dongsheng SongFix for MSC compiler
2013-05-04  Dongsheng SongIgnore msvc genertaed files
2013-04-29  Tobias OetikerMerge pull request #382 from vincentbernat/gitignore
2013-04-29  Tobias OetikerMerge pull request #383 from vincentbernat/fix/out...
2013-04-24  Tobias Oetikermove to non-deprecated pango_font_map_create_context
2013-04-05  Vincent Bernatbuild: allow out-of-tree build 383/head
2013-04-04  Vincent Bernatadd a gitignore file 382/head
2013-03-19  Tobias Oetikerfixed overflow probem with partial matching
2013-03-19  Tobias OetikerLINE: should have width 1 and not width 0
2013-03-16  Tobias Oetikerraise an error if part of an CDEF is unparsable
2013-03-16  Tobias Oetikerunified return codes for parse errors
2013-03-14  Tobias Oetikerfix parsing of HRULE and VRULE with absolute values
2013-03-14  Tobias Oetikeronly \: should be handled here other escapes are handle...
2013-03-12  Tobias Oetikeradded sample data
2013-03-11  Tobias Oetikeronly add *DEF entries to the hash_table
2013-03-11  Tobias Oetikerwhen using \ to escape a character from processing...
2013-02-28  Tobias Oetikerimprove rrd_graph performance for large (>1000) number...
2013-02-25  Tobias Oetikerpositional legends in AREA and LINE are optional if...
2013-02-10  Tobias OetikerMerge pull request #369 from nhale25/master
2013-02-09  NickAdded check for graph timespan overflowing if time_t... 369/head
2013-02-09  NickFixed overflow bug.
2013-01-22  Tobias OetikerMerge pull request #360 from mkhon/master
2013-01-22  Tobias OetikerMerge pull request #365 from octo/ff/locale
2013-01-18  Florian ForsterUse the "C" locale when parsing data returned by the... 365/head
2013-01-09  Tobias OetikerMerge pull request #363 from odoucet/master
2013-01-09  Olivier DoucetUpdated rrdgraph_libdbi doc about MySQL performance... 363/head
2013-01-05  Georg LutzLT -> LE
2012-12-12  Max KhonFix build when glib is in non-standard location (e... 360/head
2012-11-19  Tobias OetikerMerge branch 'master' of github.com:oetiker/rrdtool-1.x
2012-11-19  Tobias Oetikerproperly fix handling of time_t size in rrd_restore
2012-11-16  Tobias OetikerMerge pull request #358 from jimmyngo/master
2012-11-15  jimmyngoUpdate bindings/python/rrdtoolmodule.c 358/head
2012-11-14  Tobias OetikerNormally the graphing function makes sure that the...
2012-11-13  Tobias OetikerNew rrd_update switch --skip-past-updates
2012-11-13  Antony DovgalFix for the first day of week detection logic in rrdtool
2012-11-10  Tobias Oetikerdo not die when failing to add link
2012-11-10  Tobias Oetikerfix trendnan variable access
2012-09-11  Tobias Oetikeradd git notes
2012-09-03  Tobias Oetikerfix off by 1 error
2012-08-22  Tobias Oetikerfixed pango markup link
2012-08-14  Tobias Oetikerremove a bunch of variables which were set but never...
2012-08-14  Tobias Oetikerfix locations for installing the sample programs to...
2012-08-13  Tobias Oetikerintegrate rrdinfo and rrdcreate into the rrdupdate...
2012-08-13  Tobias Oetikeruse snprintf, strdup, ... where possible to make for...
2012-08-12  Tobias Oetikeropenbsd does not know EPROTO it seems
2012-08-12  Tobias Oetikercomplete segfault fix for second axis %s format begun...
2012-07-31  Tobias OetikerRRDs.xs uses &PL_sv_undef to insert undefined values...
2012-07-28  Tobias Oetikersupport for the xport command -- Jimmy Ngo
2012-07-02  Tobias Oetikerserviced config etc files for rrdtool
2012-07-02  Tobias Oetikerwire up systemd support in autoconf -- tomek@pipebreaker.pl
2012-06-01  Tobias Oetikerrrd_graph_rpn: add a MEDIAN operator. -- Aaron Gallaghe...
2012-05-23  Tobias Oetikermake rrd_daemon systemd aware - patch by Tomasz Torcz...
2012-05-07  Tobias Oetikerfix warning: "__STRICT_ANSI__" is not defined warning...
2012-04-10  Tobias Oetikermake sure the grid and label positioner does NOT take...
2012-03-08  Tobias Oetikerif the perl bindings are to be installed together with...
2012-03-06  Tobias Oetikerintroducing the new key=value parser for graph command...
2012-03-05  Tobias Oetikerfix flush race in rrdcached -- Christian Hitz
2012-03-01  Tobias Oetikerfix regression in graph generation -- martin sperl
2012-02-25  Tobias Oetikerstart of implementation to create a new chart type...
2012-02-25  Tobias Oetikerfor RRAs with a step count of 1, treat MIN/MAX/LAST...
2012-02-24  Tobias Oetikermoved output generation for xport out of rrd_tool.c...
2012-02-23  Tobias Oetikerextra output formats for rrd_graph -- martin sperl
2012-02-22  Tobias Oetikerjson requires keys to be proper strings and thus quoted ...
2012-02-22  Tobias Oetikerkill a few warnings and properly release memory --...
2012-02-22  Tobias Oetikerimplement CSV, TSC, SSV with JSON and XML as "graphics...
2012-02-20  Tobias Oetikermaximum library version is 255
2012-02-02  Tobias Oetikerremove duplicate code in rrd_open -- Richard Laager
2012-02-02  Tobias Oetikeruse posix_fallocate when initialiying rrd files ....
2012-02-02  Tobias Oetikerfix for tcl bindings ... -- George Ross
2012-01-24  Tobias Oetikerregression fix for r2265
2012-01-24  Tobias Oetikertest for tm.tm_gmtoff presence in configure.ac fix...
2012-01-24  Tobias Oetikercheck in /usr/lib64 for tclConfig.sh too
2012-01-23  Tobias Oetikerfix shared library version number
2012-01-20  Tobias Oetikeradded a nop control for string formating, so that strin...
2012-01-20  Tobias Oetikeradded support for rrdgraph to use the yotta, zetta...
2012-01-18  Tobias Oetikerbe clearer as to what VDEF LAST/FIRST do.
2012-01-17  Tobias Oetikerremove perl 5.004 compatibility hack and make things...
2012-01-16  Tobias Oetikerfix libwrap and libdbi detection logic
2012-01-16  Tobias Oetikeraddeded documentation for json
2012-01-16  Tobias Oetikerrrdtool is assuming that rrd_xport will always return...
2012-01-15  Tobias Oetikerintegrated json support in rrdtool xport with inspirati...
2011-12-19  Tobias Oetikerbe more careful when finding pic flags
2011-12-16  Tobias Oetikerfix horyzontal alignement of lines and aread
2011-12-16  Tobias Oetikerfix grid fitting for corner cases
2011-12-16  Tobias Oetikeruse standard functions for checking
2011-12-16  Tobias Oetikersearch for tcpd.h with <>
2011-12-16  Tobias Oetikerfix win32 distributables
2011-12-15  Tobias Oetikermerged updated win32 port by Larry Adams and the cacti...
2011-12-12  Tobias Oetikerfixed some reference errors
2011-12-01  Tobias Oetikerrpn compare operators CAN return unknown ... (#293)
next