-
Notifications
You must be signed in to change notification settings - Fork 295
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ugorji/go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.11
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ugorji/go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 18 files changed
- 3 contributors
Commits on Mar 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 41e7844 - Browse repository at this point
Copy the full SHA 41e7844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a08a64 - Browse repository at this point
Copy the full SHA 3a08a64View commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 879e7ea - Browse repository at this point
Copy the full SHA 879e7eaView commit details -
codecgen: use base32 with unique letters for type names
We previously used base64 with duplicate letters. This fails from go1.22 Fixes #407
Configuration menu - View commit details
-
Copy full SHA for 8286c2d - Browse repository at this point
Copy the full SHA 8286c2dView commit details -
CBOR: Reject malformed and invalid indefinite-length strings (#405)
* Test UTF-8 validation of indefinite-length CBOR text string chunks. Per the CBOR spec, each chunk of an indefinite-length text string must be valid, or the entire indefinite-length string is invalid. * Test indefinite-length CBOR string chunks match parent type. An indefinite-length text or byte string is not well-formed unless all of its chunks are of the same major type as the indefinite-length string. * CBOR: Reject malformed/invalid indefinite strings. This addresses two conformance issues: 1. All chunks of an indefinite-length text string must be valid, so if UTF-8 validation is enabled for text strings in DecodeOptions, it should be applied to each chunk. 2. All of the chunks of an indefinite-length text or byte string must have the same major type as the indefinite-length string itself. Indefinitely-length text strings can't contain byte strings and vice versa.
Configuration menu - View commit details
-
Copy full SHA for f7f63a0 - Browse repository at this point
Copy the full SHA f7f63a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 126da48 - Browse repository at this point
Copy the full SHA 126da48View commit details -
Configuration menu - View commit details
-
Copy full SHA for a315d04 - Browse repository at this point
Copy the full SHA a315d04View commit details -
codec: cbor: cbor: use fmtTime instead of time.Format for RFC3339Nano
This saves on some possible allocation, at the expense of a 5-word increase in the cborEncDriver structure. Fixes #394
Configuration menu - View commit details
-
Copy full SHA for 1acedc2 - Browse repository at this point
Copy the full SHA 1acedc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48ba79b - Browse repository at this point
Copy the full SHA 48ba79bView commit details -
codec: json: document behaviour differences vs encoding/json package
- case sensitive struct name matching - etc Fixes #400
Configuration menu - View commit details
-
Copy full SHA for 77eda90 - Browse repository at this point
Copy the full SHA 77eda90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 190086c - Browse repository at this point
Copy the full SHA 190086cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43b79bf - Browse repository at this point
Copy the full SHA 43b79bfView commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 23d384a - Browse repository at this point
Copy the full SHA 23d384aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 407a57a - Browse repository at this point
Copy the full SHA 407a57aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10952fa - Browse repository at this point
Copy the full SHA 10952faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d571c5 - Browse repository at this point
Copy the full SHA 2d571c5View commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07c54c2 - Browse repository at this point
Copy the full SHA 07c54c2View commit details
There are no files selected for viewing