An open API service providing commit metadata for open source projects.

GitHub / 80avin/jsonparser / commits

SHA Message Author Date Stats
61b32cfd merge Merge pull request #241 from unxcepted/master Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
2181e839 merge Merge pull request #244 from ScaleChamp/patch-2 Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
1510b519 Added latest versions of go to tests Mikhail Faraponov <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
6fc2e488 fix: eachkey allocation unx <u****9@g****m> over 4 years ago
a6f867eb merge Merge pull request #239 from AdamKorcz/cifuzz1 Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
cbc01fdb Fuzzing: Add CIFuzz AdamKorcz <a****m@a****m> almost 5 years ago
dc92d693 merge Merge pull request #228 from jonomacd/null-handling Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
2d9d6343 merge Merge pull request #231 from carsonip/fix-parseint-overflow-check Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
608d8c5d Fix parseInt overflow check false negative Carson Ip <c****p@p****o> over 5 years ago
09bcf22e Update README.md Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
51af27e1 Added bespoke error for null cases Jono MacDougall <j****d@g****m> over 5 years ago
a0c6c18b merge Merge pull request #227 from daria-kay/leading-spaces Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
817f6399 fix index out of range daria-kay <d****0@g****m> over 5 years ago
bf062a19 merge Merge pull request #226 from daria-kay/leading-spaces Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
40b56a14 fix deletion by key with leading space daria-kay <d****0@g****m> over 5 years ago
275f2e85 merge Merge pull request #223 from Villenny/patch-3 Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
702655df merge Merge pull request #225 from janreggie/fix-224 Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
df3ea76e merge Merge pull request #221 from d-hat/CVE-2020-35381 Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
392c7161 Updated travis to build for 1.13 to 1.15 Jan Reggie Dela Cruz <j****z@g****m> over 5 years ago
449b0242 - eliminate 2 allocations in EachKey() Ryan Haksi <r****i@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
e015c376 merge Merge pull request #196 from AllenX2018/fix-issue-107 Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
1e1db9ea handle "[" as a malformed array index by returning NotFound Doran Moppert <d****t@r****m> over 5 years ago
d15cedbd introduce some tests for malformed array indexes in GetString() Doran Moppert <d****t@r****m> over 5 years ago
9b2f2997 merge Merge pull request #220 from saginadir/patch-2 Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
ee298179 Small type fix in parser.go Sagi <s****r@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
26b93019 merge Merge pull request #217 from buger/fuzz-update Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
93ae43c6 Update to use built-in fuzz function Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
1239415c merge Merge pull request #208 from xsandr/each-array-memory-optimization Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
71a899e0 merge Merge pull request #213 from nagesh4193/master Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
94ddf53e merge Merge pull request #215 from rrgilchrist/fix-repeat-paths Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
49146d08 merge Merge pull request #216 from floren/eachkey-fix Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
aa3d476e remove extraneous bitwiseFlags variable John Floren <j****n@j****t> almost 6 years ago
837dfaa1 Implement fixes for EachKey when you have lots of keys, or big arrays. John Floren <j****n@j****t> almost 6 years ago
3980c9c9 Fixed repeated paths from incorrectly incrementing data offset. Ryan Gilchrist <r****t@g****m> almost 6 years ago
dad77a89 Added Power Support ppc64le nagesh4193 <7****3@u****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
cb835d48 Update README.md Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
250c37f3 EachKey: do not allocate array if there is no need Alexandr Karasev <x****k@g****m> about 6 years ago
63af0e0b Fix index out of range panic AllenX2018 <l****r@1****m> about 6 years ago
8d8f38bc merge Merge pull request #207 from AdamKorcz/master Allen <l****r@1****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
ae587ef4 Updated build file to include all fuzzers AdamKorcz <a****m@a****m> about 6 years ago
4eafe9be merge Merge pull request #204 from jlauinger/fix-unsafe-slice-cast Allen <l****r@1****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
84562f4b merge Merge pull request #206 from AdamKorcz/oss-fuzz-build-script2 Allen <l****r@1****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
9c478dc7 merge Merge pull request #205 from AdamKorcz/master Allen <l****r@1****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
028d81d8 Added oss-fuzz build script AdamKorcz <a****m@a****m> about 6 years ago
8dad4bb6 Added max coverage to fuzzer AdamKorcz <a****m@a****m> about 6 years ago
a04c0ece fix possible memory confusion in unsafe slice cast Johannes Lauinger <j****s@l****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
277c1bf2 Fix issue #199 AllenX2018 <l****r@1****m> over 6 years ago
5754b3ea merge Merge pull request #197 from kcasctiv/fix-get-infinite-loop Allen <l****r@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
57853d84 merge Merge pull request #193 from AllenX2018/fix-issue-159 Allen <l****r@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
3fdec1a2 merge Merge pull request #195 from AllenX2018/fix-issue-165 Allen <l****r@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
47da1326 merge Merge pull request #194 from AllenX2018/fix-readme Allen <l****r@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
c912c6b9 merge Merge pull request #200 from AdamKorcz/master Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
1f477a05 Minor update to r variable Adam Korczynski <a****m@a****m> over 6 years ago
9cbc7bd8 Running Travis again Adam Korczynski <a****m@a****m> over 6 years ago
8efa2fa2 Added fuzzer for ParseString Adam Korczynski <a****m@a****m> over 6 years ago
b10e0326 Fix infinite loop in Get Mikhail Alyogin <k****v@h****m> over 6 years ago
5d321b45 improve Set performance as #issue107 descripes AllenX2018 <l****r@1****m> over 6 years ago
74af0255 fix issue #165 AllenX2018 <l****r@1****m> over 6 years ago
37674dba fix readme error AllenX2018 <l****r@1****m> over 6 years ago
50f9457f fix issue #159 AllenX2018 <l****r@1****m> over 6 years ago
f7e751ef merge add more test case (#189) Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
86818d0e merge merge master allen <l****r@1****m> over 6 years ago
cc7baf76 Attempt to fix #185 - Set overrides items (#186) Julián <j****z@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
11fa7e42 fix issue #177 #178 (#190) Allen <l****r@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
11124456 fix broken benchmark test (#191) Allen <l****r@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
91ac9689 fix issue 188 (#192) Allen <l****r@1****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
2e826edb add more test case allen <l****r@1****m> over 6 years ago
1a29609e Attempt to fix #174. If you are trying to extract "foo" and "foo.bar" (#181) John Floren <j****n@j****t>
Committed by: Leonid Bugaev <l****x@g****m>
over 6 years ago
ee4c978e add go module support + go fmt (#162) Anders Øen Fylling <7****g@u****m>
Committed by: Leonid Bugaev <l****x@g****m>
almost 7 years ago
7c4dc079 Original data should not be corrupted on a delete (#166) Bridget Lane <b****e@g****m>
Committed by: Leonid Bugaev <l****x@g****m>
almost 7 years ago
9a982e52 Prevent infinite looping in GetString on certain malformed strings (#167) Bridget Lane <b****e@g****m>
Committed by: Leonid Bugaev <l****x@g****m>
almost 7 years ago
34606305 Only allocate array if required (#173) Richard Artoul <r****l@g****m>
Committed by: Leonid Bugaev <l****x@g****m>
almost 7 years ago
bf1c66bb Bump Go versions and use '.x' to always get latest patch versions (#151) Harald Nordgren <h****n@g****m>
Committed by: Leonid Bugaev <l****x@g****m>
almost 8 years ago
52c6e146 Fixing the issue of wrong get value (#149) ABHISHEK SONI <a****6@g****m>
Committed by: Leonid Bugaev <l****x@g****m>
almost 8 years ago
6acdf747 Implemented overflow detection in the current parseInt implementation. Jesper Nielsen <l****m@u****m>
Committed by: Leonid Bugaev <l****x@g****m>
about 8 years ago
f4dd9f5a Minor fixes to panics on certain errors, with complementary unit test (can be... HC Hagen <h****n@v****m>
Committed by: Leonid Bugaev <l****x@g****m>
about 8 years ago
2cac668e Correctly handle space-comma case in Delete Jean Mertz <j****n@m****m>
Committed by: Leonid Bugaev <l****x@g****m>
over 8 years ago
6046d927 Trailing commas should be removed when last item in the object is deleted (#131) Lazarev Alexandr <d****g@g****m>
Committed by: Leonid Bugaev <l****x@g****m>
over 8 years ago
4be68c93 Update README.md Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
5096fddd merge Merge pull request #124 from vkd/fix-delete Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
2b2103c3 fix Delete() - correct walk throught different level vkd <v****e@g****m> almost 9 years ago
812fd639 add fail tests for Delete() vkd <v****e@g****m> almost 9 years ago
521e3e77 Add additional support for array indexing in Set Casey Hilland <c****d@g****m>
Committed by: Leonid Bugaev <l****x@g****m>
about 9 years ago
fda8192c merge Merge pull request #111 from zabil/patch-2 Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
ef311093 Fixed typo Zabil Cheriya Maliackal <z****l@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
8e4b7e09 merge Merge pull request #110 from jrbasso/patch-2 Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
c6caba88 Fixed GetInt docs Juan Basso <j****o@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
9addec97 merge Merge pull request #109 from stoplightio/master Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
5ef65f4c - Add documentation to readme for Delete Tom Pytleski <p****4@g****m> about 9 years ago
d79e3208 - Add test and benchmarks for delete method Tom Pytleski <p****4@g****m> about 9 years ago
3e35a05e - add delete Tom Pytleski <p****4@g****m> about 9 years ago
bb14bb6c merge Merge pull request #102 from JoshKCarroll/add-set-impl Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
0da19973 merge Merge branch 'master' into add-set-impl Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
ee118581 merge Merge pull request #60 from pendo-io/null-nomem Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
231c90d2 merge Merge pull request #103 from JoshKCarroll/array-string-bug Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
9fc8efe3 merge Merge pull request #95 from HCHagen/master Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
f4a8e0b4 merge Merge pull request #99 from soniabhishek/fix/error_handling Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
110221d8 merge Merge pull request #104 from jstroem/fix-upper-bmp Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
a4282123 merge Merge pull request #78 from a8m/bench/add-djson Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
69062e29 Update README.md Leonid Bugaev <l****x@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago

← Back to repository