An open API service providing commit metadata for open source projects.

GitHub / JuliaIO/TranscodingStreams.jl / commits

Simple, consistent interfaces for any codec.

SHA Message Author Date Stats
f6ac3c8d Bump julia-actions/setup-julia from 2 to 3 (#255)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
3230c72c Bump actions/checkout from 5 to 6 (#252) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
a5ad01ff Bump actions/checkout from 4 to 5 (#250)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
5091c441 Remove debug logging (#249) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
6532b4d3 Small docstring fix (#248) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
ea4533af Fix docs typo (#245) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
76c44c59 update CI (#244) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
709967d2 Add test for reusing encoder after finalize (#243) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ad1f984b Bump codecov/codecov-action from 4 to 5 (#242)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
b0ff2522 Bump version to 0.11.3 (#240) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
d3d4197b Add optional `pledgeinsize` function to transcoding protocol (#239) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
130a1ff0 remove TestExt.jl (#238) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
5c00be7f Copy license to subdir package (#237) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
8f9953e6 Copy testing utilities into separate package (#235) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
466b6d03 Fix `test_roundtrip_write` (#233) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
76543edb Bump version to 0.11.0 (#232) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
1dbf35cd BREAKING: remove generic `seekend` method (#229) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
670ebca7 BREAKING: `eof` errors if stream isn't readable (#230)
Co-authored-by: Mark Kittisopikul <m****i@u****m>
Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
f62b761c Bump version to 0.10.10 (#231) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
0875466c Add missing `ready_to_read!` to `unread` (#228) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
2e7f5fcb Deprecate `Memory(::ByteData)` constructor (#219) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
2a7af65f Allow non 1-based arrays in `readbytes!` (#200) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
fa0bd1f2 Reset position in `seekstart` (#227) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
74ac5c8d Add `GC.@preserve` when using pointers (#221) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
bcad9e0d Fix printing of fuzz.jl results (#226) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
6b13d1f4 Fix position of underlying stream when sharing buffers (#222) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
b5b03e6f Fix peek Char (#225) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
d92fd8b9 Avoid double counting in `stats` `out` when writing to nested streams (#204) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
7988463c Bump version to 0.10.9 (#220) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9f342c67 Add `test_roundtrip_seekstart` function to help test that `seekstart` resets ... Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7893d746 Bump julia-actions/cache from 1 to 2 (#214)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
85418910 Add a GC.@preserve when calling unsafe_transcode! (#216) Mark Kittisopikul <m****i@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a32fdfec Bump version to 0.10.8 (#213) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
2d2d4200 Allow `unread` of `AbstractVector{UInt8}` (#212) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a79c78f1 Unread extra data when stopping (#209) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8fdabeda Fix interaction between unread and mark (#208) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8f7cbb6e Add ZipStreams.jl to downstream tests (#206) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1a1990cf Bump julia-actions/setup-julia from 1 to 2 (#205)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
182b14fd Fixes for `position` with nested `NoopStreams` (#203) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9617908b Make `mark` consistent with `skip` and `IOBuffer` (#201) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e81cd34b Remove unneeded `Base.unsafe_read` `NoopStream` method (#199) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5bcbdcca Add HTTP.jl to downstream tests (#197) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
c4932155 Bump version to 0.10.7 (#195) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9d695862 Avoid infinite loop in `readbytes!(s, UInt8[], 1)` (#194) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fc11ad72 Formatting: align arguments (#192) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a7df41a1 Fix reading nested streams with `stop_on_end=true` set. (#191) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
3be43615 Close underlying stream after process failure in `close` (#182) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
710dff17 Remove internal checkmode macro (#184) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
3bf110ae Add basic Supposition.jl tests (#190) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
39409a57 Implement `isreadable` and `iswritable` (#185) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
3c187f4c Bump version to 0.10.6 (#189) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9cf5343f Fix reading nested NoopStreams with sharebuf=false produces garbage data (#187) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
96d5147d Bump version to 0.10.5 (#181) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
50d384fb Add RData.jl downstream test (#180) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7ebda4a9 Safely error in generic `Base.seekend` if in write mode (#179) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0a46abfb Fix `stop_on_end = true` closing underlying stream (#178) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f2916c94 Add done mode (#177) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0915fe93 Aqua.jl tests and more downstream tests (#176) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0a26a541 Make `Noop` `process` type stable (#174) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
17636ebd Remove `VERSION >= v"1.4"` checks (#173) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
efccf5bf Bump version to 0.10.4 (#175) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4b7f8ad0 Flush buffer to avoid deleting data when seeking `NoopStream` (#172) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
db9b0ede Add more tests (#171) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
92adcd82 Bump codecov/codecov-action from 3 to 4 (#169)
Co-authored-by: dependabot[bot] <4****]@u****m>, Nathan Zimmerberg <3****2@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
570e2a43 improve readbyte performance (#168) Jameson Nash <v****h@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d7e83709 Remove some unused internal code (#164) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b2207286 Add Random as test dependency Jakob Nybo Nissen <j****n@g****m> over 2 years ago
28d6845a Bump actions/checkout from 2 to 4 (#162)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
cad4d820 Add compat for standard libraries (#161) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
5557f4ea Bump version to 0.10.2 Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
7a1680c2 Safely error in generic `Base.seekstart` if in write mode. (#159) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
e38857b6 Bump actions/checkout from 3 to 4 (#151)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
35edb684 Fixup: Switch to ErrorException Jakob Nybo Nissen <j****n@g****m> almost 3 years ago
00f2fdbe Test if `seekstart` after `write` deletes data. (#157) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
0cf79a4e Tests: Do not assume empty vectors alias Jakob Nybo Nissen <j****n@g****m> almost 3 years ago
1cb583d1 Base.seek and Base.skip should return stream (#156) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
337f4184 Set Random and Test to be weak deps (#152) Jakob Nybo Nissen <j****n@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
3eb6a801 Remove MIToS downstream test Jakob Nybo Nissen <j****n@g****m> almost 3 years ago
98ca527d Bump Documenter to 1.0 Jakob Nybo Nissen <j****n@g****m> almost 3 years ago
c8b83695 Move downstream tests to GitHub CI (#153) Jakob Nybo Nissen <j****n@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
9671895f Update Project.toml Viral B. Shah <V****h@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
9703f651 Update CI.yml Viral B. Shah <V****h@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
e7525a22 Update CI.yml Viral B. Shah <V****h@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
7b5a7704 Delete Manifest.toml Viral B. Shah <V****h@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
3eaef520 Replace Base.nb_available with Base.bytesavailable in docs (#148) Nathan Zimmerberg <3****2@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
43af210d Bump to version 0.9.13 (#146) Jakob Nybo Nissen <j****n@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
41eeb0f2 Bump codecov/codecov-action from 2 to 3 (#145) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
408e636f Bump actions/checkout from 2 to 3 (#144) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
b8f4719c enable dependabot for GitHub actions (#135) Hendrik Ranocha <r****a@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
9b8f5ab9 Skip unbound arg test on Julia 1.0 (#143) Mark Kittisopikul <m****i@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
8423b71b assert that input and output buffers passed to transcode! are independent (#140)
Co-authored-by: Mark Kittisopikul <m****i@u****m>, Mark Kittisopikul <m****i@u****m>
Ben Baumgold <4****d@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
eda3444e Resolve `transcode` method ambiguity (#141) Joris Kraak <m****e@j****l>
Committed by: GitHub <n****y@g****m>
over 3 years ago
1bc44589 test ambiguities & unbound args (#142)
Co-authored-by: Dani Pinyol <d****i@a****m>
Daniel Pinyol <d****l@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
3583abe1 Fix docs deploy (#138) Mark Kittisopikul <m****i@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
50226249 Prepare for version 0.9.12 (#137) Mark Kittisopikul <m****i@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
3ece750a #132 allow users to optionally provide an output buffer when calling transcod...
Co-authored-by: Mark Kittisopikul <m****i@u****m>, Mark Kittisopikul <m****i@u****m>, Mark Kittisopikul <m****i@u****m>, Mark Kittisopikul <m****i@u****m>, Joao Aparicio <j****o@g****m>, Joao Aparicio <j****o@g****m>, Mark Kittisopikul <m****i@u****m>, Joao Aparicio <j****o@g****m>
Ben Baumgold <4****d@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
de62b63f Do not reserve exponentially growing margin (#130) Jakob Nybo Nissen <j****n@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
79738b51 Bump version to 0.9.10 Jacob Quinn <q****d@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
18dbb58f Add splitkwargs methods to avoid excessive allocations (#126)
Co-authored-by: Nick Robinson <n****1@g****m>, Nick Robinson <n****1@g****m>
Jacob Quinn <q****d@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
fa08baed Bump version to 9.9 Mark Kittisopikul <m****i@u****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago

← Back to repository