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
Improve byte string format decoding options
#550
fxamacker
closed
5 months ago
2
Bump github/codeql-action from 3.25.7 to 3.25.8
#549
dependabot[bot]
closed
5 months ago
1
Bump golangci-lint to 1.56.2
#548
fxamacker
closed
5 months ago
1
Bump github/codeql-action from 3.25.6 to 3.25.7
#547
dependabot[bot]
closed
5 months ago
0
Disable conflicting encode options when marshaling cbor.Tag.
#546
benluddy
closed
6 months ago
2
Using `ByteSliceMode` (unreleased new feature) can encode invalid CBOR data
#545
fxamacker
closed
6 months ago
3
Use "cbor:" prefixed error msg when decoding with non-default TimeTagToAnyMode setting
#544
fxamacker
closed
6 months ago
0
Bump golangci-lint from 1.53.3 to 1.54.2
#543
fxamacker
closed
6 months ago
1
Refactor and improve code
#542
fxamacker
closed
6 months ago
1
Bump github/codeql-action from 3.25.5 to 3.25.6
#541
dependabot[bot]
closed
6 months ago
0
Fix invalid RFC 3339 in TimeTagToAny (unreleased new feature)
#540
benluddy
closed
6 months ago
1
Bump github/codeql-action from 3.25.4 to 3.25.5
#539
dependabot[bot]
closed
6 months ago
0
Bump actions/checkout from 4.1.5 to 4.1.6
#538
dependabot[bot]
closed
6 months ago
0
Refactor sorted map encode to use fewer buffers for nested maps.
#537
benluddy
closed
6 months ago
0
feature: Option to Ignore JSON Tags While Encoding and Decoding
#536
fabiobulgarella
closed
6 months ago
2
Bump actions/checkout from 4.1.4 to 4.1.5
#535
dependabot[bot]
closed
6 months ago
0
Bump github/codeql-action from 3.25.3 to 3.25.4
#534
dependabot[bot]
closed
6 months ago
0
Improve speed & memory use for Diagnose() and DiagnoseFirst()
#533
benluddy
closed
6 months ago
0
Bump actions/setup-go from 4.1.0 to 5.0.1
#532
dependabot[bot]
closed
6 months ago
0
Refactor to reuse functions and improve code coverage
#531
fxamacker
closed
7 months ago
2
Bump actions/checkout from 4.1.3 to 4.1.4
#530
dependabot[bot]
closed
7 months ago
0
Bump github/codeql-action from 3.25.1 to 3.25.3
#529
dependabot[bot]
closed
7 months ago
0
feature: Options to disable bignum support
#528
benluddy
closed
6 months ago
1
Add option to reject decoding bignum tags and encoding big.Int.
#527
benluddy
closed
6 months ago
0
Add options to disable BinaryMarshaler/BinaryUnmarshaler support.
#526
benluddy
closed
6 months ago
0
feature: Option to disable built-in support for BinaryMarshaler and BinaryUnmarshaler
#525
benluddy
closed
6 months ago
2
Add a decoding option to allow decoding byte string into time.Time.
#524
benluddy
closed
7 months ago
1
Bump github/codeql-action from 3.24.10 to 3.25.1
#523
dependabot[bot]
closed
7 months ago
0
Bump actions/checkout from 4.1.2 to 4.1.3
#522
dependabot[bot]
closed
7 months ago
0
Add a method for marshaling directly into a user-provided buffer.
#521
benluddy
closed
6 months ago
1
feature: Let users provide their own buffer to encode into
#520
benluddy
closed
6 months ago
2
Encode structs directly to output buffer.
#519
benluddy
closed
7 months ago
3
Bump github/codeql-action from 3.24.9 to 3.24.10
#518
dependabot[bot]
closed
7 months ago
0
Add decoding option to allow decoding CBOR byte string into Go time.Time
#517
ssuriyan7
closed
7 months ago
2
Bypass sorting overhead for single-entry maps.
#516
benluddy
closed
8 months ago
0
Add SortMode to encode struct fields in a less predictable order.
#515
benluddy
closed
7 months ago
0
feature: Add a new SortMode to encode struct fields in a less predictable order
#514
benluddy
closed
7 months ago
3
Allow rejection of NaN and Inf float values on encode and decode.
#513
benluddy
closed
7 months ago
3
feature: Options to reject floating-point NaN and Inf values on encode and decode
#512
benluddy
closed
6 months ago
2
Bump github/codeql-action from 3.24.7 to 3.24.9
#511
dependabot[bot]
closed
8 months ago
0
Bump github/codeql-action from 3.24.6 to 3.24.7
#510
dependabot[bot]
closed
8 months ago
0
Bump actions/checkout from 4.1.1 to 4.1.2
#509
dependabot[bot]
closed
8 months ago
0
feature: add support for handling CBOR enumerated alternative data items
#508
agaffney
opened
8 months ago
7
feature: Add new interface as alternative to existing `Marshaler` interface
#507
fxamacker
opened
8 months ago
1
Add decoding option TimeTagToAny to produce RFC3339 when decoding time into interface{}
#506
ssuriyan7
closed
8 months ago
2
How to convert CBOR to JSON
#505
kant777
closed
8 months ago
3
Enable more linters in .golangci.yml
#504
fxamacker
closed
8 months ago
1
Decouple time.Time parsing from empty interface behavior.
#503
benluddy
closed
8 months ago
1
Bump github/codeql-action from 3.24.5 to 3.24.6
#502
dependabot[bot]
closed
9 months ago
0
Bug: decoding CBOR byte string into `time.Time` is allowed if decoding option `DefaultByteStringType` is set to `reflect.TypeOf("")`
#501
fxamacker
closed
8 months ago
3
Previous
Next