-
Notifications
You must be signed in to change notification settings - Fork 22
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: go-logfmt/logfmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: go-logfmt/logfmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 8 files changed
- 4 contributors
Commits on May 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for fe0e5f3 - Browse repository at this point
Copy the full SHA fe0e5f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c314f - Browse repository at this point
Copy the full SHA 10c314fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66fa38b - Browse repository at this point
Copy the full SHA 66fa38bView commit details -
Configuration menu - View commit details
-
Copy full SHA for caee5a0 - Browse repository at this point
Copy the full SHA caee5a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9a6162 - Browse repository at this point
Copy the full SHA c9a6162View commit details -
Configuration menu - View commit details
-
Copy full SHA for 538518f - Browse repository at this point
Copy the full SHA 538518fView commit details
Commits on Jun 1, 2016
-
Pool buffers for quoted strings and byte slices
This reduces allocations when writing multiple quoted strings or byte slices, by reusing bytes.Buffers, giving a nice little speed up. name old time/op new time/op delta EncodeKeyval-8 635ns ± 2% 593ns ± 0% -6.52% (p=0.008 n=5+5) name old alloc/op new alloc/op delta EncodeKeyval-8 176B ± 0% 64B ± 0% -63.64% (p=0.008 n=5+5) name old allocs/op new allocs/op delta EncodeKeyval-8 5.00 ± 0% 4.00 ± 0% -20.00% (p=0.008 n=5+5)
Configuration menu - View commit details
-
Copy full SHA for 389ef9a - Browse repository at this point
Copy the full SHA 389ef9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e11237 - Browse repository at this point
Copy the full SHA 8e11237View commit details -
Merge pull request #2 from nuss-justin/buffer-pool
Pool buffers for quoted strings and byte slices
Configuration menu - View commit details
-
Copy full SHA for d432719 - Browse repository at this point
Copy the full SHA d432719View commit details
Commits on Nov 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9b7959f - Browse repository at this point
Copy the full SHA 9b7959fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 282c134 - Browse repository at this point
Copy the full SHA 282c134View commit details -
- for parse/write/parse check, change second parse to parse the write of the parsed value instead of the original input encode: - invalidKeyRune: treat utf8.RuneError as invalid rune - add invalidKey, invalidKeyString funcs - checks len(key) == 0, invalidKeyRune, and utf8.Valid - needsQuotedValueRune: if value contains utf8.RuneError quote the value. a literal k=\ufffd encodes to k=\"\\ufffd\" - writeStringValue, writeBytesValue: quote any invalid utf8 string - the above two changes fix the "reserialized data does not match" error found during fuzz testing decode: - reject invalidKey as parse error jsonstring: - remove "&& size == 1" when checking for rune decode error fuzz testing output: - .quoted: "0=\"\xbd\x00\"" - .output: panic: reserialized data does not match: "0=\"\\ufffd\\u0000\"\n" "0=\"�\\u0000\"\n"
Configuration menu - View commit details
-
Copy full SHA for 52e29b1 - Browse repository at this point
Copy the full SHA 52e29b1View commit details
Commits on Nov 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a9a71ce - Browse repository at this point
Copy the full SHA a9a71ceView commit details -
Merge pull request #4 from judwhite/feature/fuzz
Fuzz fix, quote invalid UTF-8 values
Configuration menu - View commit details
-
Copy full SHA for 390ab79 - Browse repository at this point
Copy the full SHA 390ab79View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.0...v0.3.0