GitHub / SpringMT/zstd-ruby / commits
Ruby binding for zstd(Zstandard - Fast real-time compression algorithm)
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| d0adf3f0 | merge Merge pull request #134 from SpringMT/renovate/snappy-0.x-lockfile |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| cad16c08 | Update dependency snappy to v0.5.1 |
renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| c6b9fcfd | bump version | Spring_MT <m****a@k****m> | 6 months ago | |
| 7bccb907 | merge Merge pull request #132 from byroot/write-barrier |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 24809ada | Implement Write Barriers | Jean Boussier <j****r@g****m> | 6 months ago | |
| 24bd92db | merge Merge pull request #131 from SpringMT/dependabot/bundler/examples/sinatra/rac... |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 11da7502 |
Bump rack from 3.2.4 to 3.2.5 in /examples/sinatra
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 430a0ad7 | merge Merge pull request #130 from SpringMT/update-gems |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| ca460292 | update gems for sample and benchmark | Spring_MT <m****a@k****m> | 6 months ago | |
| d1fb7ab7 | merge Merge pull request #129 from SpringMT/renovate/snappy-0.x-lockfile |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| 86ede8b1 | Update dependency snappy to v0.5.0 |
renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| 9e70dea7 | Bump version | Spring_MT <m****a@k****m> | 7 months ago | |
| f0b01e9e | merge Merge pull request #128 from bquorning/ci-add-ruby-4.0 |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| dcf3765f | CI: Test with Ruby 4.0 | Benjamin Quorning <b****n@q****t> | 7 months ago | |
| 5146a1be | merge Merge pull request #127 from Watson1978/performance |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| bf38e836 | Improve Zstd.decompress performance by avoiding unnecessary memory copy | Shizuo Fujita <f****a@c****m> | 8 months ago | |
| f5aa7561 | bump version | Spring_MT <m****a@k****m> | 8 months ago | |
| a536da83 | merge Merge pull request #126 from Watson1978/fix-leak3 |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 98040972 | merge Merge pull request #125 from Watson1978/fix-leak2 |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 20f4b8cc | merge Merge pull request #124 from Watson1978/fix-leak |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 31a16ad6 | Fix memory leak in compression level with non-Integer | Shizuo Fujita <f****a@c****m> | 8 months ago | |
| 317a6aec | Fix memory leak with non-String object | Shizuo Fujita <f****a@c****m> | 8 months ago | |
| e5039cde | Fix potential memory leak if zstd_compress fails | Shizuo Fujita <f****a@c****m> | 8 months ago | |
| 8ae07a13 | Update README to remove fork information |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 64d82301 | merge Merge pull request #121 from SpringMT/renovate/actions-checkout-6.x |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| aa6aa059 | Update actions/checkout action to v6 |
renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| a437c741 | bump version | Spring_MT <m****a@k****m> | 10 months ago | |
| f4b01172 | merge Merge pull request #120 from SpringMT/fix-ruby-abi-version-symbol-error |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| 7b6c6eee | add ruby-head for CI | Spring_MT <m****a@k****m> | 10 months ago | |
| 8052728e | add _ruby_abi_version | Spring_MT <m****a@k****m> | 10 months ago | |
| 85c1395f | Fix ruby_abi_version symbol error on macOS | Spring_MT <m****a@k****m> | 10 months ago | |
| cb4b3f7b | bump version | Spring_MT <m****a@k****m> | 10 months ago | |
| 7cc7e95b | merge Merge pull request #118 from Watson1978/ruby-3.5 |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| 5c6d656d | CI: Support Ruby 3.5 | Shizuo Fujita <f****a@c****m> | 10 months ago | |
| 5b13b1a5 | merge Merge pull request #117 from XrXr/fix-build-on-dev-ruby |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| 987b2881 | Darwin: Fix build on development versions of ruby | Alan Wu <X****r@u****m> | 10 months ago | |
| ceed5020 | Bump version | Spring_MT <m****a@k****m> | 11 months ago | |
| 8f272d91 | merge Merge pull request #116 from cosmo0920/fix-checksum-mismatch |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 856938dc |
Fix Zstd.decompress glitches
Signed-off-by: Hiroshi Hatake <c****c@g****m> |
Hiroshi Hatake <c****c@g****m> | 11 months ago | |
| 10dfa824 |
Make more robust for memory
Signed-off-by: Hiroshi Hatake <c****c@g****m> |
Hiroshi Hatake <c****c@g****m> | 11 months ago | |
| 93df1190 |
Handle to return for cloned region
Signed-off-by: Hiroshi Hatake <c****c@g****m> |
Hiroshi Hatake <c****c@g****m> | 11 months ago | |
| b9afed1d |
Touch context buffers frequently
Signed-off-by: Hiroshi Hatake <c****c@g****m> |
Hiroshi Hatake <c****c@g****m> | 11 months ago | |
| d362fbf7 |
FIx finalization of finish for zstd streaming compression
Signed-off-by: Hiroshi Hatake <c****c@g****m> |
Hiroshi Hatake <c****c@g****m> | 11 months ago | |
| 81e3cea1 |
Check the return value inside of the loop
Signed-off-by: Hiroshi Hatake <c****c@g****m> |
Hiroshi Hatake <c****c@g****m> | 11 months ago | |
| d1ed823a |
Use the outer environment's variable
Signed-off-by: Hiroshi Hatake <c****c@g****m> |
Hiroshi Hatake <c****c@g****m> | 11 months ago | |
| e2dcf9dd |
Ensure touching pending buffer
Signed-off-by: Hiroshi Hatake <c****c@g****m> |
Hiroshi Hatake <c****c@g****m> | 11 months ago | |
| d33423aa |
Fix inapproproate place of total size calculation
Signed-off-by: Hiroshi Hatake <c****c@g****m> |
Hiroshi Hatake <c****c@g****m> | 11 months ago | |
| c888e6f8 | Release v2.0.0 | Spring_MT <m****a@k****m> | 11 months ago | |
| 7dd75ca3 | merge Merge pull request #114 from cosmo0920/add-pending-handler-to-concat-128kb-or... |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| ddcbf26f |
Add test cases for exceeding 128kb cliff
Signed-off-by: Hiroshi Hatake <c****c@g****m> |
Hiroshi Hatake <c****c@g****m> | 11 months ago | |
| 0e6f97f9 |
Add pending mechanism to handle 128kb or more data for zstd frames
Signed-off-by: Hiroshi Hatake <c****c@g****m> |
Hiroshi Hatake <c****c@g****m> | 11 months ago | |
| ed6c63e7 | merge Merge pull request #111 from SpringMT/renovate/actions-checkout-5.x |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 6211066a | chore(deps): update actions/checkout action to v5 |
renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 2cf26b4c | merge Merge pull request #110 from SpringMT/alert-autofix-10 |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| effd03f8 |
Potential fix for code scanning alert no. 10: Workflow does not contain permi...
Co-authored-by: Copilot Autofix powered by AI <6****]@u****m> |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 204634eb | merge Merge pull request #109 from SpringMT/v2 |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 3109328d | update Gemfile | Spring_MT <m****a@k****m> | about 1 year ago | |
| 697baf64 | merge Merge pull request #108 from SpringMT/delete-deprecated-method-for-v2 |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| b2861cf5 | Remove deprecated methods for v2 | Spring_MT <m****a@k****m> | about 1 year ago | |
| 89108808 | feat: update versions | Spring_MT <m****a@k****m> | about 1 year ago | |
| 50446de0 | merge Merge pull request #107 from SpringMT/add-decompress-with-pos-docs |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| ede76e8c | Add documentation for decompress_with_pos method | Spring_MT <m****a@k****m> | about 1 year ago | |
| df8713a7 | merge Merge pull request #106 from SpringMT/add-decompress-with-pos-tests |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 97c7d075 | Add tests for decompress_with_pos method | Spring_MT <m****a@k****m> | about 1 year ago | |
| b402a77e | merge Merge pull request #88 from gucki/real_streaming_descompress |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 8fb55fab | merge Merge pull request #105 from SpringMT/add-versioning-policy |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 169185c5 | Add versioning policy for v2.0.0+ | Spring_MT <m****a@k****m> | about 1 year ago | |
| 921ea176 | merge Merge pull request #104 from SpringMT/fix/symbol-collision-issue-102 |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 331a4ab5 | Fix symbol collision with other native gems using libzstd | Spring_MT <m****a@k****m> | about 1 year ago | |
| 5894b22d | bump version | Spring_MT <m****a@k****m> | about 1 year ago | |
| 8c1100f0 | merge Merge pull request #103 from SpringMT/feature/update-zstd-1-5-7 |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| ac7de693 | fix: test | Spring_MT <m****a@k****m> | about 1 year ago | |
| e4dfef58 | feat: update Zstd 1.5.7 | Spring_MT <m****a@k****m> | about 1 year ago | |
| c9f4095d | bump version | Spring_MT <m****a@k****m> | about 1 year ago | |
| a1803215 | merge Merge pull request #101 from catlee/patch-1 |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 0720df2d | Fix ddict example in README |
Chris AtLee <c****s@a****a>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 0fe86fd2 | merge Merge pull request #100 from Watson1978/fix-build-error-with-gcc15 |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 450cd6ff | Fix build error with GCC 15 | Shizuo Fujita <f****a@c****m> | about 1 year ago | |
| f512825e | merge Merge pull request #99 from flfymoss/main |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 74841ce3 | fix: 'parameter name omitted' error during compilation | Go Murakami <g****i@a****p> | over 1 year ago | |
| 116ee47e | merge Merge pull request #98 from sekiyama58/main |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 2c0e8df0 | feat: support CDict & DDict | Tomoki Sekiyama <t****a@a****p> | over 1 year ago | |
| 08fdaa99 | merge Merge pull request #97 from SpringMT/feature/add-ruby-3-4-for-actions |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 95d7fc3e | feat: add ruby 3.4.x | Spring_MT <m****a@k****m> | over 1 year ago | |
| 8f213ded | merge Merge branch 'main' of github.com:SpringMT/zstd-ruby | Spring_MT <m****a@k****m> | over 1 year ago | |
| 6bc36e01 | fix: gitignore | Spring_MT <m****a@k****m> | over 1 year ago | |
| 8a645dc5 | merge Merge pull request #96 from zarqman/fix-deprecation-warning |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| b3cdfedd | fix deprecation warning | thomas morgan <t****m@i****m> | over 1 year ago | |
| 2b99d400 | merge Merge pull request #94 from SpringMT/renovate/benchmark-ips-2.x-lockfile |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 70668c2d | chore(deps): update dependency benchmark-ips to v2.14.0 |
renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 7ced3419 | merge Merge pull request #92 from SpringMT/feature/add-test-for-large-streaming-com... |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 4585327d | tests: add decompress with large streaming compress data | SpringMT <m****a@z****p> | about 2 years ago | |
| 16cb3a34 | feat: bump versions | makoto.haruyama <m****a@k****m> | about 2 years ago | |
| 01ebc7fd | merge Merge pull request #90 from SpringMT/fix/streaming_decomporess-compress |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| b3ed0f97 | fix: decompress with streaming compress binary | makoto.haruyama <m****a@k****m> | about 2 years ago | |
| e7f8b542 | Implements handling of partial frames by the streaming decompressor | Corin Langosch <i****o@c****m> | over 2 years ago | |
| 183e9cba | Update README.md |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| af68196a | Update README.md |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 88089796 | Update README.md |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 7e73b59e | merge Merge pull request #85 from SpringMT/feature/add-stream-wrpper-loading-and-do... |
Spring_MT <t****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago |