issues
search
fxamacker
/
cbor
CBOR codec (RFC 8949) with CBOR tags, Go struct tags (toarray, keyasint, omitempty), float64/32/16, big.Int, and fuzz tested billions of execs.
MIT License
748
stars
61
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump github/codeql-action from 3.27.4 to 3.27.5
#603
dependabot[bot]
opened
1 week ago
0
Bump github/codeql-action from 3.27.0 to 3.27.4
#602
dependabot[bot]
closed
2 weeks ago
0
Bump github/codeql-action from 3.27.0 to 3.27.3
#601
dependabot[bot]
closed
2 weeks ago
1
Bump github/codeql-action from 3.27.0 to 3.27.1
#600
dependabot[bot]
closed
2 weeks ago
1
Bump actions/setup-go from 5.0.2 to 5.1.0
#598
dependabot[bot]
closed
3 weeks ago
0
Bump actions/checkout from 4.2.1 to 4.2.2
#597
dependabot[bot]
closed
3 weeks ago
0
Bump github/codeql-action from 3.26.13 to 3.27.0
#596
dependabot[bot]
closed
4 weeks ago
0
Bump github/codeql-action from 3.26.12 to 3.26.13
#595
dependabot[bot]
closed
1 month ago
0
Bump github/codeql-action from 3.26.11 to 3.26.12
#594
dependabot[bot]
closed
1 month ago
0
Bump actions/checkout from 4.2.0 to 4.2.1
#593
dependabot[bot]
closed
1 month ago
0
README: fix broken link to svg file
#592
fxamacker
closed
1 month ago
0
README: update to clarify CBOR benchmark comparison and resolve nits
#591
fxamacker
closed
1 month ago
0
Bump github/codeql-action from 3.26.9 to 3.26.11
#590
dependabot[bot]
closed
1 month ago
0
Bump github/codeql-action from 3.26.9 to 3.26.10
#589
dependabot[bot]
closed
2 months ago
1
README: update benchmark comparisons, etc.
#588
fxamacker
closed
2 months ago
1
Bump actions/checkout from 4.1.7 to 4.2.0
#587
dependabot[bot]
closed
2 months ago
0
Bump github/codeql-action from 3.26.8 to 3.26.9
#586
dependabot[bot]
closed
2 months ago
0
Bump github/codeql-action from 3.26.6 to 3.26.8
#585
dependabot[bot]
closed
2 months ago
0
Bump github/codeql-action from 3.26.6 to 3.26.7
#584
dependabot[bot]
closed
2 months ago
1
Mention new TinyGo feature branch in README
#582
fxamacker
closed
2 months ago
1
Mention new Tinygo feature branch in README
#581
fxamacker
closed
2 months ago
1
Bump github/codeql-action from 3.26.2 to 3.26.6
#580
dependabot[bot]
closed
3 months ago
0
Bump github/codeql-action from 3.26.2 to 3.26.5
#579
dependabot[bot]
closed
3 months ago
1
bug: Question Regarding CBOR `Unmarshal` Process
#578
tgmtime
closed
3 months ago
1
Bump github/codeql-action from 3.26.2 to 3.26.4
#577
dependabot[bot]
closed
3 months ago
1
Bump github/codeql-action from 3.26.2 to 3.26.3
#576
dependabot[bot]
closed
3 months ago
1
Bump github/codeql-action from 3.26.0 to 3.26.2
#575
dependabot[bot]
closed
3 months ago
0
Bump github/codeql-action from 3.26.0 to 3.26.1
#574
dependabot[bot]
closed
3 months ago
1
Add go1.23 to ci.yml
#573
fxamacker
closed
3 months ago
0
Bump govulncheck from 1.0.4 to 1.1.3
#572
fxamacker
closed
3 months ago
0
Bump github/codeql-action from 3.25.15 to 3.26.0
#571
dependabot[bot]
closed
3 months ago
0
CI: enable linting option to check variable shadowing
#570
fxamacker
closed
4 months ago
1
Bump github/codeql-action from 3.25.14 to 3.25.15
#569
dependabot[bot]
closed
4 months ago
0
feature: add ScalarMarshaler and ScalarUnmarshaler interfaces
#568
x448
opened
4 months ago
1
Bump github/codeql-action from 3.25.12 to 3.25.14
#567
dependabot[bot]
closed
4 months ago
0
Bump github/codeql-action from 3.25.12 to 3.25.13
#566
dependabot[bot]
closed
4 months ago
1
Bump github/codeql-action from 3.25.11 to 3.25.12
#565
dependabot[bot]
closed
4 months ago
0
Bump actions/setup-go from 5.0.1 to 5.0.2
#564
dependabot[bot]
closed
4 months ago
0
feature: Mashal/Unmarshal having only a parametrized interface
#563
aalireza
opened
4 months ago
1
Bump github/codeql-action from 3.25.10 to 3.25.11
#562
dependabot[bot]
closed
5 months ago
0
Update benchmarks in the README
#561
fxamacker
closed
2 months ago
0
Update README.md for v2.7.0 release
#560
fxamacker
closed
5 months ago
1
Bump github/codeql-action from 3.25.7 to 3.25.10
#559
dependabot[bot]
closed
5 months ago
0
Bump github/codeql-action from 3.25.7 to 3.25.9
#558
dependabot[bot]
closed
5 months ago
1
Bump actions/checkout from 4.1.6 to 4.1.7
#557
dependabot[bot]
closed
5 months ago
0
Fix panic using SortFastShuffle (unreleased new feaure) to encode a struct with no fields.
#556
benluddy
closed
5 months ago
1
Rename ByteSliceMode to ByteSliceLaterFormatMode, etc
#554
fxamacker
closed
5 months ago
1
Allow user to specify buffer by adding `cbor.MarshalToBuffer()`, `UserBufferEncMode` interface, etc.
#553
fxamacker
closed
5 months ago
1
Replace `*errors.errorString` with `InadmissibleTagContentTypeError`
#552
fxamacker
closed
5 months ago
1
Replace *errors.errorString with more specific error type for "inadmissible type for tag content"
#551
fxamacker
closed
5 months ago
0
Next