{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":103504768,"defaultBranch":"master","name":"rrdtool-1.x","ownerLogin":"c72578","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2017-09-14T08:09:34.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/371551?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1722696895.0","currentOid":""},"activityList":{"items":[{"before":"cc1511e665be6be2483c24166aa59c6e32c27d8e","after":"9f6c6cc0d4cb41ec0fc31d60675a09b7f88b2070","ref":"refs/heads/2024-08-03_Update_GitHub_Actions","pushedAt":"2024-08-03T14:56:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Update GitHub Actions\n\n- The following GitHub Actions are deprecated:\n actions/checkout@v2, actions/checkout@v3,\n actions/upload-artifact@v3,\n codecov/codecov-action@v3,\n github/codeql-action/init@v1, github/codeql-action/analyze@v1\n- Update GitHub Actions to current versions:\n actions/checkout@v4\n actions/upload-artifact@v4,\n codecov/codecov-action@v4,\n github/codeql-action/init@v3, github/codeql-action/analyze@v3","shortMessageHtmlLink":"Update GitHub Actions"}},{"before":null,"after":"cc1511e665be6be2483c24166aa59c6e32c27d8e","ref":"refs/heads/2024-08-03_Update_GitHub_Actions","pushedAt":"2024-08-03T14:54:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Update_GitHub_Actions\n\n- The following GitHub Actions are deprecated:\n actions/checkout@v2, actions/checkout@v3,\n actions/upload-artifact@v3,\n codecov/codecov-action@v3,\n github/codeql-action/init@v1, github/codeql-action/analyze@v1\n- Update GitHub Actions to current versions:\n actions/checkout@v4\n actions/upload-artifact@v4,\n codecov/codecov-action@v4,\n github/codeql-action/init@v3, github/codeql-action/analyze@v3","shortMessageHtmlLink":"Update_GitHub_Actions"}},{"before":"522b228d74da7054594b6ed9c289058acd6cd3e7","after":"98b2944d3b41f6e19b6a378d7959f569fdbaa9cd","ref":"refs/heads/master","pushedAt":"2024-08-03T08:38:55.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Merge pull request #1262 from ensc/bug/1261\n\ncompat-cloexec: fix HAVE_DECL checks","shortMessageHtmlLink":"Merge pull request oetiker#1262 from ensc/bug/1261"}},{"before":"b8565c0c8c419b7c5f8203d8f5d1fb40ad5b193e","after":"42593af13a124420447a23da083f1f9aa59d10f5","ref":"refs/heads/2024-07-29_Update_version_to_1.9.0_for_further_files","pushedAt":"2024-07-30T03:47:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Update further files to version 1.9.0\n\nIncludes version and copyright year updates to files after running the\nrrdtool-release script.","shortMessageHtmlLink":"Update further files to version 1.9.0"}},{"before":null,"after":"b8565c0c8c419b7c5f8203d8f5d1fb40ad5b193e","ref":"refs/heads/2024-07-29_Update_version_to_1.9.0_for_further_files","pushedAt":"2024-07-29T17:38:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Update version to 1.9.0 for further files\n\nIncludes version and copyright year updates to files after running the\nrrdtool-release script.","shortMessageHtmlLink":"Update version to 1.9.0 for further files"}},{"before":"e66ec714d322a627c73fd9e05765b9af4297c6c8","after":"522b228d74da7054594b6ed9c289058acd6cd3e7","ref":"refs/heads/master","pushedAt":"2024-07-29T17:17:38.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"1.9 (#1258)\n\n* updated version","shortMessageHtmlLink":"1.9 (oetiker#1258)"}},{"before":"b76e3c578f1e9f582e9c28f50d82b1f569602075","after":"e66ec714d322a627c73fd9e05765b9af4297c6c8","ref":"refs/heads/master","pushedAt":"2024-01-08T21:38:26.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Fix string truncation warnings related to PATH_MAX (#1244)\n\nThere are a number of places where rrdtool combines multiple PATH_MAX\r\nsized strings into one.\r\n\r\nPATH_MAX is a constant that tends to work in practice a lot of the time\r\nbut may not reflect the real capabilities of the system in real time.\r\n\r\nIn place of on-stack buffers of PATH_MAX size allocate memory\r\ndynamically. Initialize the pointers to NULL so they can be all freed\r\nunconditionally on exit.\r\n\r\nFixes: #1223\r\n\r\nSigned-off-by: Michal Suchanek ","shortMessageHtmlLink":"Fix string truncation warnings related to PATH_MAX (oetiker#1244)"}},{"before":"9acbf8391d0abdfe854229eb95e09dc22645e49e","after":"9f05fe6b49b79865de93538955f703f563fc2067","ref":"refs/heads/2024-01-06_Fix_failing_test_pdp-calc1","pushedAt":"2024-01-07T07:51:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"oetiker","name":"Tobias Oetiker","path":"/oetiker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/429279?s=80&v=4"},"commit":{"message":"Merge branch 'master' into 2024-01-06_Fix_failing_test_pdp-calc1","shortMessageHtmlLink":"Merge branch 'master' into 2024-01-06_Fix_failing_test_pdp-calc1"}},{"before":"c302e25f33b3a4645309f8b130cba852439f0f6b","after":"9acbf8391d0abdfe854229eb95e09dc22645e49e","ref":"refs/heads/2024-01-06_Fix_failing_test_pdp-calc1","pushedAt":"2024-01-06T17:26:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Fix failing test pdp-calc1\n\nThe number of decimal places or the format can be different in the\noutput depending on the platform.\n\n- The failing test has appeared under msys2 (MINGW32 and MINGW64),\n where the exponential notation has changed:\n E.g. e+000 instead of e+00\n- Use DIFF9 also in test pdp-calc1, which reduces the number of\n decimal places to 7 using \"%0.7e\". See DIFF9 in tests/functions.\n- Update the pdp-calc1 output files accordingly\n- Fixes failing test pdp-calc1 under msys2","shortMessageHtmlLink":"Fix failing test pdp-calc1"}},{"before":null,"after":"c302e25f33b3a4645309f8b130cba852439f0f6b","ref":"refs/heads/2024-01-06_Fix_failing_test_pdp-calc1","pushedAt":"2024-01-06T17:10:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Fix failing test pdp-calc1\n\nThe number of decimal places or the format can be different in the\noutput depending on the platform.\n\n- The failing test has appeared under msys2 (MINGW32 and MINGW64),\n where the exponential notation has changed:\n E.g. e+000 instead of e+00\n- Use DIFF9 also in test pdp-calc1, which reduces the number of\n decimal places to 7 using \"%0.7e\". See DIFF9 in tests/functions.\n- Update the pdp-calc1 output files accordingly\n- Fixes failing test under msys2","shortMessageHtmlLink":"Fix failing test pdp-calc1"}},{"before":"c1be8ba03ffdd11532f68b4e7411dd77f1255b18","after":"b76e3c578f1e9f582e9c28f50d82b1f569602075","ref":"refs/heads/master","pushedAt":"2024-01-06T17:00:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Constify argv, fix warnings. (#1242)\n\n* Fix perl warnings\r\n\r\n - cast POPs to void to avoid unused value warning\r\n - declare functions that don't set RETVAL as returning void\r\n\r\nSigned-off-by: Michal Suchanek \r\n\r\n* Constify argv\r\n\r\nrrd has no business modifying the string pointed to by passed agrv, and\r\nas far as gcc can see it does indeed not modify them because it compiles\r\nwith const argv.\r\n\r\nThis fixes warnings when passing const strings into rrd, and avoids the\r\nneed to duplicate all strings in the tcl bindings.\r\n\r\nThis fixes warnings like these:\r\n[ 3s] prog/sensord/rrd.c: In function 'rrdInit':\r\n[ 3s] prog/sensord/rrd.c:302:40: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]\r\n[ 3s] 302 | ret = rrd_create(argc, (char**) argv);\r\n[ 3s] | ^\r\n[ 3s] prog/sensord/rrd.c: In function 'rrdUpdate':\r\n[ 3s] prog/sensord/rrd.c:458:42: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]\r\n[ 3s] 458 | if ((ret = rrd_update(3, (char **) /* WEAK */ argv))) {\r\n[ 3s] | ^\r\n\r\nSigned-off-by: Michal Suchanek \r\n\r\n* tcl: Do not duplicate const strings\r\n\r\n---------\r\n\r\nSigned-off-by: Michal Suchanek ","shortMessageHtmlLink":"Constify argv, fix warnings. (oetiker#1242)"}},{"before":"f142cc18c359973998ab00007472db6bf00bfd19","after":"c1be8ba03ffdd11532f68b4e7411dd77f1255b18","ref":"refs/heads/master","pushedAt":"2024-01-03T20:00:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Use new vcpkg libffi dll name ffi-8.dll (#1237)\n\nvcpkg has been updated to 2023.10.19 Release, commit 8eb5735 in #1235.\r\nThe name of libffi.dll has changed to ffi-8.dll.\r\n\r\n- Update `collect_rrdtool_vcpkg_files.bat`, which is used by the\r\n `release-windows.yml` GitHub Action:\r\n libffi.dll -> ffi-8.dll","shortMessageHtmlLink":"Use new vcpkg libffi dll name ffi-8.dll (oetiker#1237)"}},{"before":"e41c7ef0c00812fdd6d115adfdbaa971da656bba","after":"af1741d474760515b19f1e6de5925cb10b29f660","ref":"refs/heads/2023-10-20_Update_vcpkg_GitHub_Action","pushedAt":"2023-10-21T04:55:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Use new vcpkg libffi dll name ffi-8.dll\n\nvcpkg has been updated to 2023.10.19 Release, commit 8eb5735 in #1235.\nThe name of libffi.dll has changed to ffi-8.dll.\n\n- Update `collect_rrdtool_vcpkg_files.bat`, which is used by the\n `release-windows.yml` GitHub Action:\n libffi.dll -> ffi-8.dll","shortMessageHtmlLink":"Use new vcpkg libffi dll name ffi-8.dll"}},{"before":"d8923c5c01904880c218fd94844eb8ea21f815f0","after":"f142cc18c359973998ab00007472db6bf00bfd19","ref":"refs/heads/master","pushedAt":"2023-10-21T04:42:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"rrdcached dump support (#1235)\n\n* add missing newlines (\\n) for TUNE\r\n\r\nHelp strings for TUNE command were lacking the trailing newline\r\ncharacter. This causes the FLUSH syntax printed in the same line as\r\nTUNE's.\r\n\r\n* fix sendall edge cases\r\n\r\nThe `sendall` func is implemented as a loop over multiple send() calls until all bytes are sent. Previously on subsequent calls the incorrect buffer was used for sending.\r\nThis change also forbids `allow_retry` when at least one byte was successfully sent already. This would otherwise mess up the protocol, when retrying from the start.\r\n\r\n* rrcached: implement DUMP\r\n\r\n* update tests for remote dump support\r\n\r\nPreviously, tests replaced the daemon-based dump use with a local use.\r\nThis is changed in this commit as dump is now supported via daemon.\r\n\r\n* update doc/rrddump\r\n\r\n* fix format argument type\r\n\r\n* update to latest windows vcpkg tag","shortMessageHtmlLink":"rrdcached dump support (oetiker#1235)"}},{"before":"af49ba169b82a467f562982e957ff8b0525ee783","after":"e41c7ef0c00812fdd6d115adfdbaa971da656bba","ref":"refs/heads/2023-10-20_Update_vcpkg_GitHub_Action","pushedAt":"2023-10-20T19:21:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Update vcpkg GitHub Action\n\n- Update vcpkg to current release 2023.10.19 Release, commit 8eb5735\n- Current versions of libraries are e.g.:\n cairo 1.17.8, expat 2.5.0, fontconfig 2.14.2, freetype 2.12.1,\n gettext 0.21.1, glib 2.78.0, libpng 1.6.39, pango 1.50.14,\n pcre2 10.40, libxml2 2.11.5 and zlib 1.3\n- win32/collect_rrdtool_vcpkg_files.bat:\n libffi.dll has been renamed to ffi-8.dll","shortMessageHtmlLink":"Update vcpkg GitHub Action"}},{"before":null,"after":"af49ba169b82a467f562982e957ff8b0525ee783","ref":"refs/heads/2023-10-20_Update_vcpkg_GitHub_Action","pushedAt":"2023-10-20T16:11:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Update vcpkg GitHub Action\n\n- Update vcpkg to current release 2023.10.19 Release, commit 8eb5735\n- Current versions of libraries are e.g.:\n cairo 1.17.8, expat 2.5.0, fontconfig 2.14.2, freetype 2.12.1,\n gettext 0.21.1, glib 2.78.0, libpng 1.6.39, pango 1.50.14,\n pcre2 10.40, libxml2 2.11.5 and zlib 1.3","shortMessageHtmlLink":"Update vcpkg GitHub Action"}},{"before":"39365cc68ee3b21f343f8cfd32571a8716fef4b8","after":"d8923c5c01904880c218fd94844eb8ea21f815f0","ref":"refs/heads/master","pushedAt":"2023-10-20T15:51:35.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Fix for overlapping areas in transparent mode (#1226)\n\n* Fix for overlapping areas in transparent mode","shortMessageHtmlLink":"Fix for overlapping areas in transparent mode (oetiker#1226)"}},{"before":"97e0c81695bfde3bbd2bc42cf417254e067000ed","after":"39365cc68ee3b21f343f8cfd32571a8716fef4b8","ref":"refs/heads/master","pushedAt":"2023-04-20T15:57:28.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"doc/rrdbuild: Add 'dc' to Debian build dependencies (#1224)\n\nWithout `dc` the `create-with-source-4` test fails.\r\n\r\nCo-authored-by: Tobias Oetiker ","shortMessageHtmlLink":"doc/rrdbuild: Add 'dc' to Debian build dependencies (oetiker#1224)"}},{"before":"665f625c6023f15fb652b4ac9d2423d60414ea4f","after":"875e4a3ac3810ab79c22b3301286149790303d14","ref":"refs/heads/2023-04-18_Update_vcpkg_GitHub_Action","pushedAt":"2023-04-18T17:54:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Update vcpkg GitHub Action\n\n- Update vcpkg to current release 2023.04.15, commit 501db0f\n- Current versions of libraries are e.g.:\n cairo 1.17.8, expat 2.5.0, fontconfig 2.14.2, freetype 2.12.1,\n gettext 0.21.1, glib 2.76.1, libpng 1.6.39, pango 1.50.12,\n pcre2 10.40, libxml2 2.10.3 and zlib 1.2.13\n- Switch from windows-2019 to windows-2022, which includes\n Visual Studio Enterprise 2022","shortMessageHtmlLink":"Update vcpkg GitHub Action"}},{"before":null,"after":"665f625c6023f15fb652b4ac9d2423d60414ea4f","ref":"refs/heads/2023-04-18_Update_vcpkg_GitHub_Action","pushedAt":"2023-04-18T16:44:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Update vcpkg GitHub Action\n\n- Update vcpkg to current release 2023.04.15, commit 501db0f\n- Current versions of libraries are e.g.:\n cairo 1.17.8, expat 2.5.0, fontconfig 2.14.2, freetype 2.12.1,\n gettext 0.21.1, glib 2.76.1, libpng 1.6.39, pango 1.50.12,\n pcre2 10.40, libxml2 2.10.3 and zlib 1.2.13","shortMessageHtmlLink":"Update vcpkg GitHub Action"}},{"before":"f71039b4114de3784969de01612f9f0c5a68089f","after":"97e0c81695bfde3bbd2bc42cf417254e067000ed","ref":"refs/heads/master","pushedAt":"2023-04-18T16:41:31.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"c72578","name":"Wolfgang Stöggl","path":"/c72578","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/371551?s=80&v=4"},"commit":{"message":"Suppress more implicit fall through warnings. (#1222)","shortMessageHtmlLink":"Suppress more implicit fall through warnings. (oetiker#1222)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0wM1QxNDo1NjoxOS4wMDAwMDBazwAAAASQ5bbo","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0wM1QxNDo1NjoxOS4wMDAwMDBazwAAAASQ5bbo","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNC0xOFQxNjo0MTozMS4wMDAwMDBazwAAAAMbWsCb"}},"title":"Activity · c72578/rrdtool-1.x"}