aboutsummaryrefslogtreecommitdiff
path: root/utils/rrdtool1
Commit message (Collapse)AuthorAge
* rrdtool1: change download URL to httpsFlorian Eckert2024-03-21
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* rrdtool1: add license informationFlorian Eckert2024-03-21
| | | | | | | See the license information on the rrdtool homepage. https://oss.oetiker.ch/rrdtool/license.en.html Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* rrdtool: update PKG_SOURCE_URLRyan Shi2022-10-06
| | | Signed-off-by: Ryan Shi <qweaszxcdf@users.noreply.github.com>
* rrdtool: Keep time as 'long' despite 64bit time_t in muslHannu Nyman2021-10-10
| | | | | | | | | | | | | | | | | Adjust to the 64 bit time_t in musl 1.2.2 by keeping time internally in RRD still as 'long', so that old databases created during musl 1.1.x still work in 32 bit targets. That also helps with several interal functions that use 'long' for calculations and printf formatting. * Define internal type TIME_INT as 'long', and use that internally in calculations * Use time_t vs. TIME_INT casting when necessary * Provide time_t variable pointers for functions expecting a time_t pointer. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* rrdtool1: don't build docsRosen Penev2021-07-22
| | | | | | Fixes compilation without host pod2man. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* rrdtool1: modify logarithmic scale labellingKevin Darbyshire-Bryant2020-05-05
| | | | | | | | | | | | The y-axis graph labels in logarithmic mode display in 'scientific' notation eg: '1e+00' for 0, '1e+01' for 10, '1e+02' for 100 and so on. This IMO is a pain in the backside for non scientific humans to read. Modified output to display numbers up to 99,999 in conventional decimal format and to revert to scientific notation for larger, thus the same display space is taken. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* treewide: Capitalize submenusEneas U de Queiroz2019-07-25
| | | | | | Fixed a typo in tcpreplay. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* rrdcgi1/rrdtool1: move to database submenuAlberto Bursi2016-10-23
| | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* treewide: replace my defunct email addressJo-Philipp Wich2016-06-07
| | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)Etienne CHAMPETIER2014-10-15
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* rrdtool1: add missing maintainer lineJo-Philipp Wich2014-06-11
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* rrdtool1: import from packages, add myself as maintainerJo-Philipp Wich2014-06-11
While we're at it, relocate from libs/ to utils/ as it provides executables and change the directory name from rrdtool-1.0.x to rrdtool1 to make it match the source package name. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>