{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":52115335,"defaultBranch":"main","name":"zstd-rs","ownerLogin":"gyscos","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-02-19T20:44:03.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/564903?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1700672738.0","currentOid":""},"activityList":{"items":[{"before":"fb6b490b7cf991216e815ca3f63b20ae037c9b4b","after":"2b63859f04732add93f740c07ef29e4b3e50d1af","ref":"refs/heads/main","pushedAt":"2024-05-24T18:06:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Make ref_prefix available (#273)","shortMessageHtmlLink":"Make ref_prefix available (#273)"}},{"before":"a2125e3ebcc142928f723e7099fed3e24738f5b0","after":"fb6b490b7cf991216e815ca3f63b20ae037c9b4b","ref":"refs/heads/main","pushedAt":"2024-05-24T18:05:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"wasm32-unknown-unknown: Fix undefined malloc/free/calloc symbols (#275)\n\nAs discussed in https://github.com/gyscos/zstd-rs/issues/250, in some\r\ncases the definitions of `malloc`, `free`, and `calloc` are used but\r\ndon't get linked in, leading to undefined symbols (i.e. reference to the\r\nsymbol in \"env\").\r\n\r\nI was not able to determine exactly why this is happening, but it seems\r\nto be related to `malloc`, `calloc`, and `free` being defined as inline\r\nfunctions. When building in debug mode there are undefined symbols;\r\nwhen building in release mode there are not, presumably because the\r\nfunctions are inlined.\r\n\r\nSwitching to macros avoids issues of inlining and fixes this issue for\r\nme.","shortMessageHtmlLink":"wasm32-unknown-unknown: Fix undefined malloc/free/calloc symbols (#275)"}},{"before":"e470f0021d25cd5f79431acba0b7456301c00b82","after":"a2125e3ebcc142928f723e7099fed3e24738f5b0","ref":"refs/heads/main","pushedAt":"2024-05-24T18:01:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Fix wasm32-unknown-unknown support (#274)\n\n`XXH_STATIC_ASSERT` appears to already have a reasonable definition, and\r\ndefining it to `0` breaks uses of it.","shortMessageHtmlLink":"Fix wasm32-unknown-unknown support (#274)"}},{"before":"1779b385b42b08f958b767a37878dfa6a0b4f6a4","after":"e470f0021d25cd5f79431acba0b7456301c00b82","ref":"refs/heads/main","pushedAt":"2024-03-27T15:03:27.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Bump zstd to 0.13.1","shortMessageHtmlLink":"Bump zstd to 0.13.1"}},{"before":"386288c71d6b5743035a24ddca14067b7d3bdcd7","after":"1779b385b42b08f958b767a37878dfa6a0b4f6a4","ref":"refs/heads/main","pushedAt":"2024-03-22T15:25:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Add zstd::dict::from_sample_iterator","shortMessageHtmlLink":"Add zstd::dict::from_sample_iterator"}},{"before":"ed106b224b2d386a95dd54c7feb7b558ea2745d0","after":"386288c71d6b5743035a24ddca14067b7d3bdcd7","ref":"refs/heads/main","pushedAt":"2024-03-21T13:47:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Make CCtx and DCtx Sync","shortMessageHtmlLink":"Make CCtx and DCtx Sync"}},{"before":"66e95518970616165cb6d42f9e264b10e2cc7945","after":null,"ref":"refs/heads/dependabot/cargo/zstd-safe/zstd-sys/bindgen-0.69","pushedAt":"2023-11-22T17:05:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"92f87dca4987555fe8a87504dea68b37a29d62b9","after":"ed106b224b2d386a95dd54c7feb7b558ea2745d0","ref":"refs/heads/main","pushedAt":"2023-11-22T17:05:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Update bindgen requirement from 0.68 to 0.69 in /zstd-safe/zstd-sys (#252)\n\nUpdates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version.\r\n- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)\r\n- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.68.0...v0.69.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: bindgen\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update bindgen requirement from 0.68 to 0.69 in /zstd-safe/zstd-sys (#…"}},{"before":null,"after":"66e95518970616165cb6d42f9e264b10e2cc7945","ref":"refs/heads/dependabot/cargo/zstd-safe/zstd-sys/bindgen-0.69","pushedAt":"2023-11-02T12:46:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Update bindgen requirement from 0.68 to 0.69 in /zstd-safe/zstd-sys\n\nUpdates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version.\n- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)\n- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.68.0...v0.69.0)\n\n---\nupdated-dependencies:\n- dependency-name: bindgen\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Update bindgen requirement from 0.68 to 0.69 in /zstd-safe/zstd-sys"}},{"before":"49fb724c692b2d4199995ba3dca5f78567bb634e","after":"92f87dca4987555fe8a87504dea68b37a29d62b9","ref":"refs/heads/main","pushedAt":"2023-10-13T13:49:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Add no_wasm_shim feature","shortMessageHtmlLink":"Add no_wasm_shim feature"}},{"before":"9d7b44ab86fd246a8367f74d90863917e55461a2","after":"49fb724c692b2d4199995ba3dca5f78567bb634e","ref":"refs/heads/main","pushedAt":"2023-10-12T14:21:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Fix doc for bulk::decompress","shortMessageHtmlLink":"Fix doc for bulk::decompress"}},{"before":"ba0e8512b0f9fac1854e76ddbc515212bce07091","after":"9d7b44ab86fd246a8367f74d90863917e55461a2","ref":"refs/heads/main","pushedAt":"2023-10-11T15:48:47.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Bump zstd to 0.13.0\n\nChanges:\n* Bump zstd-safe to 7.0.0.\n* Fix potential buffer overflow (#231).\n* Some doc improvement.","shortMessageHtmlLink":"Bump zstd to 0.13.0"}},{"before":"bd13b98ae2e04b4198476e39bbc3165ff3c38466","after":"ba0e8512b0f9fac1854e76ddbc515212bce07091","ref":"refs/heads/main","pushedAt":"2023-10-11T15:09:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Improve doc for stream::raw::Status::remaining","shortMessageHtmlLink":"Improve doc for stream::raw::Status::remaining"}},{"before":"47107c3cab37a039afb92c5c4e6fb1286a29f261","after":"bd13b98ae2e04b4198476e39bbc3165ff3c38466","ref":"refs/heads/main","pushedAt":"2023-10-11T14:03:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Improve doc","shortMessageHtmlLink":"Improve doc"}},{"before":"e52aa163afd701d7165f6d4b7f8864c52e5f4dd4","after":"47107c3cab37a039afb92c5c4e6fb1286a29f261","ref":"refs/heads/main","pushedAt":"2023-10-10T20:50:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Cleanup readme","shortMessageHtmlLink":"Cleanup readme"}},{"before":"0f6268df415e458a29e03df0486dc9a99ed049e9","after":"e52aa163afd701d7165f6d4b7f8864c52e5f4dd4","ref":"refs/heads/main","pushedAt":"2023-10-10T20:16:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Add wasm badge","shortMessageHtmlLink":"Add wasm badge"}},{"before":"105535756ec1aadb34115fbbf3f83e562c39c317","after":"0f6268df415e458a29e03df0486dc9a99ed049e9","ref":"refs/heads/main","pushedAt":"2023-10-10T20:12:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Fix windows CI","shortMessageHtmlLink":"Fix windows CI"}},{"before":"e1c631c6b63abf9ccc0411c7af05a2aaeb536789","after":"105535756ec1aadb34115fbbf3f83e562c39c317","ref":"refs/heads/main","pushedAt":"2023-10-10T20:03:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Do not implement clock on wasm32, just return 0","shortMessageHtmlLink":"Do not implement clock on wasm32, just return 0"}},{"before":"8bce1c4638d40504508b81ea3fc8a4b797da92f2","after":"e1c631c6b63abf9ccc0411c7af05a2aaeb536789","ref":"refs/heads/main","pushedAt":"2023-10-10T19:59:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Bump windows CI toolchain action","shortMessageHtmlLink":"Bump windows CI toolchain action"}},{"before":"ffb7a9b5da247cf1cedc2372368717a6090671d4","after":"8bce1c4638d40504508b81ea3fc8a4b797da92f2","ref":"refs/heads/main","pushedAt":"2023-10-10T18:00:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Add wasm32 CI","shortMessageHtmlLink":"Add wasm32 CI"}},{"before":"86c5f6c7731e1a9d51eeab396c46b06f8a2621f6","after":"ffb7a9b5da247cf1cedc2372368717a6090671d4","ref":"refs/heads/main","pushedAt":"2023-10-10T15:05:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Add more wasm shims to enable zdict builder","shortMessageHtmlLink":"Add more wasm shims to enable zdict builder"}},{"before":"fc180beb65b8e8b59c50546fc86ccd9e3dac81a0","after":"86c5f6c7731e1a9d51eeab396c46b06f8a2621f6","ref":"refs/heads/main","pushedAt":"2023-10-09T22:41:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Remove zstd-rs submodule","shortMessageHtmlLink":"Remove zstd-rs submodule"}},{"before":"d0e661781653c9fbc33824938b28d2889f556603","after":"fc180beb65b8e8b59c50546fc86ccd9e3dac81a0","ref":"refs/heads/main","pushedAt":"2023-10-09T22:20:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Use core::ffi and alloc instead of std","shortMessageHtmlLink":"Use core::ffi and alloc instead of std"}},{"before":"1232b0fe759934bfd14be2395cf84f5207a9c1aa","after":"d0e661781653c9fbc33824938b28d2889f556603","ref":"refs/heads/main","pushedAt":"2023-10-09T22:15:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"fix wasm_shim allocation behavior as per #248 (#249)\n\n* fix wasm_shim allocation behavior as per #248\r\n\r\n* calloc calls malloc\r\n\r\n* refactor and calloc zeros memory","shortMessageHtmlLink":"fix wasm_shim allocation behavior as per #248 (#249)"}},{"before":"d84bac590aa12f40e0eb1722593f9d10690eb541","after":"1232b0fe759934bfd14be2395cf84f5207a9c1aa","ref":"refs/heads/main","pushedAt":"2023-10-09T21:18:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Keep the std-import feature needed by wasm","shortMessageHtmlLink":"Keep the std-import feature needed by wasm"}},{"before":"29e24ec4eead24c5adb07b57267279796c910821","after":"d84bac590aa12f40e0eb1722593f9d10690eb541","ref":"refs/heads/main","pushedAt":"2023-09-11T02:09:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Cleanup crate packages (#241)","shortMessageHtmlLink":"Cleanup crate packages (#241)"}},{"before":"cc6ecb8743661c8070a14d11bb02fe991df28f67","after":null,"ref":"refs/heads/dependabot/cargo/zstd-safe/zstd-sys/bindgen-0.68","pushedAt":"2023-09-11T02:07:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"dbb0a4288422830e59630f5e5aae314c5474997c","after":"29e24ec4eead24c5adb07b57267279796c910821","ref":"refs/heads/main","pushedAt":"2023-09-11T02:07:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Update bindgen requirement from 0.66 to 0.68 in /zstd-safe/zstd-sys (#245)\n\nUpdates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version.\r\n- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)\r\n- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.66.0...v0.68.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: bindgen\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update bindgen requirement from 0.66 to 0.68 in /zstd-safe/zstd-sys (#…"}},{"before":"50ad04dbc92597ae35894e13d166793a7c9d45e4","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4","pushedAt":"2023-09-11T02:06:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"90bc5928b006cd1a40b9bf00ca244085f1c3c4dc","after":"dbb0a4288422830e59630f5e5aae314c5474997c","ref":"refs/heads/main","pushedAt":"2023-09-11T02:06:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gyscos","name":"Alexandre Bury","path":"/gyscos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/564903?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 3 to 4 (#243)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\r\n- [Release notes](https://github.com/actions/checkout/releases)\r\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/actions/checkout/compare/v3...v4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/checkout\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/checkout from 3 to 4 (#243)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEU0vutwA","startCursor":null,"endCursor":null}},"title":"Activity · gyscos/zstd-rs"}