{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":264779511,"defaultBranch":"master","name":"libcdada","ownerLogin":"msune","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-05-17T23:56:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1881210?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1722289615.0","currentOid":""},"activityList":{"items":[{"before":"a611de6990f4aed7afbfcaaec430dd3bde806fcb","after":"02bbaef3a008b6031cc74dce5b8e2c9e108b7a06","ref":"refs/heads/gh-pages","pushedAt":"2024-07-29T21:57:24.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/master' into gh-pages","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/master' into gh-pages"}},{"before":"0ab6a5e863b5e81a20b9a6c6b7f06df4306ea6de","after":"ca5bf9bc0fe28559aa0ae87540d2cef6b3415d8a","ref":"refs/heads/master","pushedAt":"2024-07-29T21:55:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"CHANGELOG|VERSION: bump v0.6.1\n\nPrepare v0.6.1","shortMessageHtmlLink":"CHANGELOG|VERSION: bump v0.6.1"}},{"before":"bfbad69001caed628926b7851406ec441b121603","after":null,"ref":"refs/heads/cleanup_configure_ac","pushedAt":"2024-07-29T21:46:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"}},{"before":"4147848d5ebd50239f2c9bd3d1c06fe808ce3f81","after":"ca5bf9bc0fe28559aa0ae87540d2cef6b3415d8a","ref":"refs/heads/devel","pushedAt":"2024-07-29T21:44:51.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"CHANGELOG|VERSION: bump v0.6.1\n\nPrepare v0.6.1","shortMessageHtmlLink":"CHANGELOG|VERSION: bump v0.6.1"}},{"before":null,"after":"bfbad69001caed628926b7851406ec441b121603","ref":"refs/heads/cleanup_configure_ac","pushedAt":"2024-07-29T21:35:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"configure.ac: remove deprecated/unnecessary MACROs\n\nRemove unnecessary (and deprecated) AC_PROG_LD, AC_GNU_SOURCE.","shortMessageHtmlLink":"configure.ac: remove deprecated/unnecessary MACROs"}},{"before":"4147848d5ebd50239f2c9bd3d1c06fe808ce3f81","after":null,"ref":"refs/heads/test_cleanup","pushedAt":"2024-07-29T21:27:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"}},{"before":"222a937d0f86e9548c24a407e4e40d56cc4120ef","after":"4147848d5ebd50239f2c9bd3d1c06fe808ce3f81","ref":"refs/heads/devel","pushedAt":"2024-07-29T21:27:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"test: remove --quiet option WITH_VALGRIND\n\nRun tests/ with full valgrind output when running WITH_VALGRIND","shortMessageHtmlLink":"test: remove --quiet option WITH_VALGRIND"}},{"before":null,"after":"4147848d5ebd50239f2c9bd3d1c06fe808ce3f81","ref":"refs/heads/test_cleanup","pushedAt":"2024-07-29T21:11:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"test: remove --quiet option WITH_VALGRIND\n\nRun tests/ with full valgrind output when running WITH_VALGRIND","shortMessageHtmlLink":"test: remove --quiet option WITH_VALGRIND"}},{"before":"62d7a2884695fac0fa6b7097b81bd3b526908a7f","after":"222a937d0f86e9548c24a407e4e40d56cc4120ef","ref":"refs/heads/devel","pushedAt":"2024-07-29T21:10:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"map: set ptr_not_null to a valid pointer\n\nptr_not_null should contain a valid pointer, otherwise the map_test can\nsegfault. Common patter used in __map_internal.h is\n\n T* aux;\n aux = (T*)key;\n it = m_u->find(*aux);\n\nThe key is set to (void*)0x123 in multiple test_basics test cases. It is\ncast to (int*) and dereferenced in find method call. This is the place\nwhere map_test can segfault as it cannot access memory at address 0x123.\n\nThis issue is fixed by using a real accessible pointer to an integer\nwith value 0x123.","shortMessageHtmlLink":"map: set ptr_not_null to a valid pointer"}},{"before":"1df511b70b201f8fa6edf1f50f080d297c80846d","after":null,"ref":"refs/heads/add_petr_vanek_contrib","pushedAt":"2024-07-26T08:28:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"}},{"before":"068ba76629511e75aad8bf64d24b672510b9b40a","after":"62d7a2884695fac0fa6b7097b81bd3b526908a7f","ref":"refs/heads/devel","pushedAt":"2024-07-26T08:28:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"AUTHORS: add Petr Vaněk as contributor\n\nAdd Petr to the list of contributors.\n\nCo-authored-by: Petr Vaněk ","shortMessageHtmlLink":"AUTHORS: add Petr Vaněk as contributor"}},{"before":"2e832787f8032069447d6f011c55bb3e646b506c","after":"1df511b70b201f8fa6edf1f50f080d297c80846d","ref":"refs/heads/add_petr_vanek_contrib","pushedAt":"2024-07-26T08:28:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"AUTHORS: add Petr Vaněk as contributor\n\nAdd Petr to the list of contributors.\n\nCo-authored-by: Petr Vaněk ","shortMessageHtmlLink":"AUTHORS: add Petr Vaněk as contributor"}},{"before":"f335276879469065a25da269d2b9683f5a84939e","after":"2e832787f8032069447d6f011c55bb3e646b506c","ref":"refs/heads/add_petr_vanek_contrib","pushedAt":"2024-07-26T08:26:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"Update AUTHORS\n\nCo-authored-by: Petr Vaněk ","shortMessageHtmlLink":"Update AUTHORS"}},{"before":"921203939501ec6d7dc58045363e3dd12efe08aa","after":"f335276879469065a25da269d2b9683f5a84939e","ref":"refs/heads/add_petr_vanek_contrib","pushedAt":"2024-07-25T21:29:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"AUTHORS: add Petr Vaněk as contributor\n\nAdd Petr to the list of contributors.","shortMessageHtmlLink":"AUTHORS: add Petr Vaněk as contributor"}},{"before":null,"after":"921203939501ec6d7dc58045363e3dd12efe08aa","ref":"refs/heads/add_petr_vanek_contrib","pushedAt":"2024-07-25T21:29:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"AUTHORS: add Petr Vaněk as contributor\n\nAdd Petr in the list of contributors.","shortMessageHtmlLink":"AUTHORS: add Petr Vaněk as contributor"}},{"before":"722edce044d2223681218deb2608c519cb35c118","after":"068ba76629511e75aad8bf64d24b672510b9b40a","ref":"refs/heads/devel","pushedAt":"2024-07-25T21:24:14.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"str: use correct cdada comparison function for a regular C string\n\nThe cdada_str_ncmp_c function must be used for comparison with regular C\nstring, otherwise str_test aborts.\n\nFixes: be47ae8cb148 (\"str: add cdada_str_ncmp/cdada_str_ncmp_c\")","shortMessageHtmlLink":"str: use correct cdada comparison function for a regular C string"}},{"before":"97b7312c2bdd89376ae200813146a7c095c49d57","after":null,"ref":"refs/heads/fix_node_issues_in_ghactions","pushedAt":"2024-07-14T10:50:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"}},{"before":"722edce044d2223681218deb2608c519cb35c118","after":"0ab6a5e863b5e81a20b9a6c6b7f06df4306ea6de","ref":"refs/heads/master","pushedAt":"2024-07-14T10:50:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"ci: fix some github action mess with node (?)\n\nPipelines started to fail due to:\n\n```\n/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)\n```\n\nNot sure what is that, and why, and I think I don't want to know.\nApplying the work-around as per discussed here... sigh:\n\nhttps://github.com/actions/checkout/issues/1590\n\nAnd bumping to checkout actions v3 (because the work doesn't seem\nto work for v4, 2x sigh...)","shortMessageHtmlLink":"ci: fix some github action mess with node (?)"}},{"before":"f2966c241eab87f6585858d76c39ccabb00153f9","after":"97b7312c2bdd89376ae200813146a7c095c49d57","ref":"refs/heads/fix_node_issues_in_ghactions","pushedAt":"2024-07-14T10:39:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"ci: fix some github action mess with node (?)\n\nPipelines started to fail due to:\n\n```\n/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)\n```\n\nNot sure what is that, and why, and I think I don't want to know.\nApplying the work-around as per discussed here... sigh:\n\nhttps://github.com/actions/checkout/issues/1590","shortMessageHtmlLink":"ci: fix some github action mess with node (?)"}},{"before":"97278f66f934115b0e19e34623bccc72a19d7267","after":"f2966c241eab87f6585858d76c39ccabb00153f9","ref":"refs/heads/fix_node_issues_in_ghactions","pushedAt":"2024-07-14T10:36:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"ci: fix some github action mess with node (?)\n\nPipelines started to fail due to:\n\n```\n/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)\n```\n\nNot sure what is that, and why, and I think I don't want to know.\nApplying the work-around as per discussed here... sigh:\n\nhttps://github.com/actions/checkout/issues/1590","shortMessageHtmlLink":"ci: fix some github action mess with node (?)"}},{"before":"5b97d5de20629fbacdb2c41ac16d0f322002ee0c","after":"97278f66f934115b0e19e34623bccc72a19d7267","ref":"refs/heads/fix_node_issues_in_ghactions","pushedAt":"2024-07-14T10:31:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"Tc","shortMessageHtmlLink":"Tc"}},{"before":"3206f41389fc3a4a23290095ed30e557445a2ce1","after":"5b97d5de20629fbacdb2c41ac16d0f322002ee0c","ref":"refs/heads/fix_node_issues_in_ghactions","pushedAt":"2024-07-14T10:30:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"Tc","shortMessageHtmlLink":"Tc"}},{"before":"b229065b15c8d9debc9ec4dd47f96bd9eb75464a","after":"3206f41389fc3a4a23290095ed30e557445a2ce1","ref":"refs/heads/fix_node_issues_in_ghactions","pushedAt":"2024-07-14T10:29:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"Tc","shortMessageHtmlLink":"Tc"}},{"before":"2c3ea29fe6cc59e9708d4d149368ce9b5816aa68","after":"b229065b15c8d9debc9ec4dd47f96bd9eb75464a","ref":"refs/heads/fix_node_issues_in_ghactions","pushedAt":"2024-07-14T10:26:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"ci: fix some github action mess with node (?)\n\nPipelines started to fail due to:\n\n```\n/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)\n```\n\nNot sure what is that, and why, and I think I don't want to know.\nApplying the work-around as per discussed here... sigh:\n\nhttps://github.com/actions/checkout/issues/1590","shortMessageHtmlLink":"ci: fix some github action mess with node (?)"}},{"before":"714153c1f28bcc1585b428c7cc9b7780c494106b","after":"2c3ea29fe6cc59e9708d4d149368ce9b5816aa68","ref":"refs/heads/fix_node_issues_in_ghactions","pushedAt":"2024-07-14T10:19:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"ci: fix some github action mess with node (?)\n\nPipelines started to fail due to:\n\n```\n/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)\n```\n\nNot sure what is that, and why, and I think I don't want to know.\nApplying the work-around as per discussed here... sigh:\n\nhttps://github.com/actions/checkout/issues/1590","shortMessageHtmlLink":"ci: fix some github action mess with node (?)"}},{"before":"402865ceeeeae16b1beff8cd203b7e66c95af036","after":"714153c1f28bcc1585b428c7cc9b7780c494106b","ref":"refs/heads/fix_node_issues_in_ghactions","pushedAt":"2024-07-14T10:17:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"ci: fix some github action mess with node (?)\n\nPipelines started to fail due to:\n\n```\n/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)\n```\n\nNot sure what is that, and why, and I think I don't want to know.\nApplying the work-around as per discussed here... sigh:\n\nhttps://github.com/actions/checkout/issues/1590","shortMessageHtmlLink":"ci: fix some github action mess with node (?)"}},{"before":"8ef28415966246396ac0a7ec5e407c895c9f5592","after":"402865ceeeeae16b1beff8cd203b7e66c95af036","ref":"refs/heads/fix_node_issues_in_ghactions","pushedAt":"2024-07-14T10:14:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"tc","shortMessageHtmlLink":"tc"}},{"before":"dbf9569124f0a794f09565d6d66e7f837c190d45","after":"8ef28415966246396ac0a7ec5e407c895c9f5592","ref":"refs/heads/fix_node_issues_in_ghactions","pushedAt":"2024-07-14T10:13:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"tc","shortMessageHtmlLink":"tc"}},{"before":null,"after":"dbf9569124f0a794f09565d6d66e7f837c190d45","ref":"refs/heads/fix_node_issues_in_ghactions","pushedAt":"2024-07-14T10:07:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"ci: fix some github action mess with node (?)\n\nPipelines started to fail due to:\n\n```\n/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)\n```\n\nNot sure what is that, and why, and I think I don't want to know.\nApplying the work-around as per discussed here... sigh:\n\nhttps://github.com/actions/checkout/issues/1590","shortMessageHtmlLink":"ci: fix some github action mess with node (?)"}},{"before":"7e8df7bad87a01f1e37cf45f6c89bc05fd34efb7","after":"a611de6990f4aed7afbfcaaec430dd3bde806fcb","ref":"refs/heads/gh-pages","pushedAt":"2024-04-17T14:01:24.000Z","pushType":"push","commitsCount":22,"pusher":{"login":"msune","name":"Marc Suñé","path":"/msune","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881210?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/master' into gh-pages","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/master' into gh-pages"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0yOVQyMTo1NzoyNC4wMDAwMDBazwAAAASMXMzj","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0yOVQyMTo1NzoyNC4wMDAwMDBazwAAAASMXMzj","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0xN1QxNDowMToyNC4wMDAwMDBazwAAAAQzJ8RA"}},"title":"Activity · msune/libcdada"}