FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for .github - KarpelesLab/compcol · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
KarpelesLab
/
compcol
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
10
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
compcol
.github
on
master
User selector
Datepicker
Commit history
Commits on Aug 16, 2026
test(fuzz): dedicated fuzz targets for rar2/rar3/rar5 decoders (#120)
Show description for f2020df
jdlien
authored
f2020df
View commit details
Copy full SHA for f2020df
View code at this point
Browse repository at this point
Commits on Jul 5, 2026
test(fuzz): add round-trip fuzz target for the encoders (#113)
Show description for c8ba494
MagicalTux
authored
c8ba494
View commit details
Copy full SHA for c8ba494
View code at this point
Browse repository at this point
Commits on Jun 15, 2026
fix: docs.rs build + add docs.rs-config CI job
Show description for 8631955
MagicalTux
and
claude
committed
8631955
View commit details
Copy full SHA for 8631955
View code at this point
Browse repository at this point
Commits on Jun 3, 2026
fuzz: add decode targets for 10 recently-added codecs (#81)
Show description for b20303d
MagicalTux
and
claude
authored
b20303d
View commit details
Copy full SHA for b20303d
View code at this point
Browse repository at this point
Commits on May 30, 2026
ci(release-plz): create the GitHub Release with RELEASE_PLZ_TOKEN (#63)
Show description for de2daff
MagicalTux
and
claude
authored
de2daff
View commit details
Copy full SHA for de2daff
View code at this point
Browse repository at this point
Add LZ5 / Lizard codec (#56)
Show description for ac3e4d4
MagicalTux
and
claude
authored
ac3e4d4
View commit details
Copy full SHA for ac3e4d4
View code at this point
Browse repository at this point
Add lzham (LZH0 framing parser; payload Unsupported) (#55)
Show description for ff9df90
MagicalTux
and
claude
authored
ff9df90
View commit details
Copy full SHA for ff9df90
View code at this point
Browse repository at this point
Add LZSS codec (Storer-Szymanski / Okumura variant) (#54)
Show description for c161332
MagicalTux
and
claude
authored
c161332
View commit details
Copy full SHA for c161332
View code at this point
Browse repository at this point
Add LZS codec (Lempel-Ziv-Stac, RFC 1974) (#53)
Show description for 158e2b5
MagicalTux
and
claude
authored
158e2b5
View commit details
Copy full SHA for 158e2b5
View code at this point
Browse repository at this point
Add ZIP method 6 (Implode) decoder (#52)
Show description for 35fb6b0
MagicalTux
and
claude
authored
35fb6b0
View commit details
Copy full SHA for 35fb6b0
View code at this point
Browse repository at this point
Add PKZip Reduce (methods 2-5, decoder-only) (#51)
Show description for 7f3bce7
MagicalTux
and
claude
authored
7f3bce7
View commit details
Copy full SHA for 7f3bce7
View code at this point
Browse repository at this point
Add ZIP method 1 (Shrink) decoder (#50)
Show description for 864c190
MagicalTux
and
claude
authored
864c190
View commit details
Copy full SHA for 864c190
View code at this point
Browse repository at this point
Add PackBits codec (Apple TN1023 RLE, encoder + decoder) (#49)
Show description for db301f3
MagicalTux
and
claude
authored
db301f3
View commit details
Copy full SHA for db301f3
View code at this point
Browse repository at this point
Add Microsoft Xpress (Plain LZ77) codec (#45)
Show description for 2274cbd
MagicalTux
and
claude
authored
2274cbd
View commit details
Copy full SHA for 2274cbd
View code at this point
Browse repository at this point
Add lznt1 (encoder + decoder) (#44)
Show description for dde18a3
MagicalTux
and
claude
authored
dde18a3
View commit details
Copy full SHA for dde18a3
View code at this point
Browse repository at this point
Add xpress_huffman (encoder + decoder) (#43)
Show description for 4466cd5
MagicalTux
and
claude
authored
4466cd5
View commit details
Copy full SHA for 4466cd5
View code at this point
Browse repository at this point
Add ppmd (PPMd / PPMII variant H, decoder-only) (#42)
Show description for 8dd4cfa
MagicalTux
and
claude
authored
8dd4cfa
View commit details
Copy full SHA for 8dd4cfa
View code at this point
Browse repository at this point
Add deflate64 (encoder + decoder) (#41)
Show description for 9dc8988
MagicalTux
and
claude
authored
9dc8988
View commit details
Copy full SHA for 9dc8988
View code at this point
Browse repository at this point
Commits on May 29, 2026
Add Amiga LZX codec (original 1995 Forbes variant, distinct from MS-CAB LZX) (#23)
Show description for 11a7737
MagicalTux
and
claude
authored
11a7737
View commit details
Copy full SHA for 11a7737
View code at this point
Browse repository at this point
Add canonical LZ4 Frame format encoder + decoder (closes #10) (#20)
Show description for 039598e
MagicalTux
and
claude
authored
039598e
View commit details
Copy full SHA for 039598e
View code at this point
Browse repository at this point
Add bzip2 (encoder + decoder) (#8)
Show description for 60d4e73
MagicalTux
and
claude
authored
60d4e73
View commit details
Copy full SHA for 60d4e73
View code at this point
Browse repository at this point
release-plz: use RELEASE_PLZ_TOKEN on the release-pr job (#6)
Show description for df5df03
MagicalTux
and
claude
authored
df5df03
View commit details
Copy full SHA for df5df03
View code at this point
Browse repository at this point
Polish + extend: Box trait impls, CLI levels, multi-member gzip, bomb defense, fuzz harness, async tokio adapters (#4)
Show description for 1e3e48c
MagicalTux
and
claude
authored
1e3e48c
View commit details
Copy full SHA for 1e3e48c
View code at this point
Browse repository at this point
Commits on May 28, 2026
Add 'all' meta-feature; update README; fix two latent CI regressions
Show description for b52e194
MagicalTux
and
claude
committed
b52e194
View commit details
Copy full SHA for b52e194
View code at this point
Browse repository at this point
Scaffold rar1/rar2/rar3/rar5 — decoder-only, encoders permanently Unsupported
Show description for 092da57
MagicalTux
and
claude
committed
092da57
View commit details
Copy full SHA for 092da57
View code at this point
Browse repository at this point
Scaffold lzo / lzx / quantum + Cargo wiring
Show description for 5f0eb4e
MagicalTux
and
claude
committed
5f0eb4e
View commit details
Copy full SHA for 5f0eb4e
View code at this point
Browse repository at this point
Remove standalone lzma2 module; xz already wraps the same LZMA2 codec
Show description for dbefb5c
MagicalTux
and
claude
committed
dbefb5c
View commit details
Copy full SHA for dbefb5c
View code at this point
Browse repository at this point
Add GitHub Actions workflows + FUNDING.yml (adapted from purecrypto)
Show description for 8f2e395
MagicalTux
and
claude
committed
8f2e395
View commit details
Copy full SHA for 8f2e395
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL