FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · eds2code/ArduinoJson · GitHub
eds2code
/
ArduinoJson
Public
forked from
bblanchon/ArduinoJson
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Feb 22, 2017
Added OpenEVSE LLC to the list of donators
bblanchon
committed
13409c4
View commit details
Copy full SHA for 13409c4
Browse repository at this point
Commits on Feb 19, 2017
Fuzzing: Run serializer too
bblanchon
committed
20431de
View commit details
Copy full SHA for 20431de
Browse repository at this point
Fuzzing: Better seed corpus
bblanchon
committed
797ea35
View commit details
Copy full SHA for 797ea35
Browse repository at this point
Added Prokhoryatov Alexey to the list of donators
bblanchon
committed
2321473
View commit details
Copy full SHA for 2321473
Browse repository at this point
Commits on Feb 11, 2017
Set version to 5.8.3
bblanchon
committed
0d5f65c
View commit details
Copy full SHA for 0d5f65c
Browse repository at this point
Fixed `JsonVariant::operator[const FlashStringHelper*]` (issue #441)
bblanchon
committed
c302417
View commit details
Copy full SHA for c302417
Browse repository at this point
Added operators `==` and `!=` for two `JsonVariant`s (issue #436)
bblanchon
committed
31827d0
View commit details
Copy full SHA for 31827d0
Browse repository at this point
JsonHttpClient: Close socket even when connection fails (issue #445)
Chris685
authored and
bblanchon
committed
7bcdf3e
View commit details
Copy full SHA for 7bcdf3e
Browse repository at this point
Commits on Jan 31, 2017
Fixed an access violation in `DynamicJsonBuffer` when memory allocation fails (issue #433)
bblanchon
committed
db9a76f
View commit details
Copy full SHA for db9a76f
Browse repository at this point
Commits on Jan 25, 2017
Added fuzzing/ to .mbedignore
bblanchon
committed
3fd87e8
View commit details
Copy full SHA for 3fd87e8
Browse repository at this point
Commits on Jan 24, 2017
Added Christoph Schmidt to the list of donators
bblanchon
committed
22a2786
View commit details
Copy full SHA for 22a2786
Browse repository at this point
Commits on Jan 22, 2017
Set version to 5.8.2
bblanchon
committed
2b5a6df
View commit details
Copy full SHA for 2b5a6df
Browse repository at this point
Added `deprecated` attribute on `asArray()`, `asObject()` and `asString()` (issue #420)
bblanchon
committed
5fefeae
View commit details
Copy full SHA for 5fefeae
Browse repository at this point
Fixed error with string of type `unsigned char*` (issue #428)
bblanchon
committed
d4f725d
View commit details
Copy full SHA for d4f725d
Browse repository at this point
Fixed error when the key of a `JsonObject` is a `char[]` and reduced code size when using const references (issue #423)
bblanchon
committed
a096098
View commit details
Copy full SHA for a096098
Browse repository at this point
Fixed ignored `Stream` timeout and made sure we don't read more that necessary (issue #422)
bblanchon
committed
cc8c047
View commit details
Copy full SHA for cc8c047
Browse repository at this point
Commits on Jan 21, 2017
Travis: Added -fsanitize to several builds
bblanchon
committed
fb55407
View commit details
Copy full SHA for fb55407
Browse repository at this point
Commits on Jan 17, 2017
Fixed parsing of comments (issue #421)
bblanchon
committed
17a17c8
View commit details
Copy full SHA for 17a17c8
Browse repository at this point
Commits on Jan 15, 2017
Set version to 5.8.1
bblanchon
committed
2e7d498
View commit details
Copy full SHA for 2e7d498
Browse repository at this point
Fixed error "Stream does not name a type" (issue #412)
bblanchon
committed
567157b
View commit details
Copy full SHA for 567157b
Browse repository at this point
Fixed error when both `ARDUINOJSON_ENABLE_STD_STREAM` and `ARDUINOJSON_ENABLE_ARDUINO_STREAM` are set to `1`
bblanchon
committed
ec6cbc5
View commit details
Copy full SHA for ec6cbc5
Browse repository at this point
Fixed errors with Variable Length Arrays (issue #416)
bblanchon
committed
8499f0b
View commit details
Copy full SHA for 8499f0b
Browse repository at this point
Commits on Jan 11, 2017
Fixed error when assigning a `volatile int` to a `JsonVariant` (issue #415)
bblanchon
committed
1143225
View commit details
Copy full SHA for 1143225
Browse repository at this point
Commits on Jan 10, 2017
Added "Breaking Changes" section for v5.8.0
bblanchon
committed
f17e1c4
View commit details
Copy full SHA for f17e1c4
Browse repository at this point
Commits on Jan 8, 2017
Added fuzzer
bblanchon
committed
6b2f6a4
View commit details
Copy full SHA for 6b2f6a4
Browse repository at this point
Commits on Jan 6, 2017
Updated copyright year from 2016 to 2017
bblanchon
committed
671329a
View commit details
Copy full SHA for 671329a
Browse repository at this point
Commits on Jan 3, 2017
Set version to 5.8.0
bblanchon
committed
7e70745
View commit details
Copy full SHA for 7e70745
Browse repository at this point
Travis: Removed XCode 6.1, 6.2 and 6.3
bblanchon
committed
aa306d5
View commit details
Copy full SHA for aa306d5
Browse repository at this point
Added support for `Stream` (issue #300)
bblanchon
committed
55669e3
View commit details
Copy full SHA for 55669e3
Browse repository at this point
Commits on Jan 1, 2017
Reduced memory consumption by not duplicating spaces and comments
bblanchon
committed
3f96e07
View commit details
Copy full SHA for 3f96e07
Browse repository at this point
Extracted `StringReader` and `StringWriter` from `JsonParser`
Show description for 8032a4b
bblanchon
committed
8032a4b
View commit details
Copy full SHA for 8032a4b
Browse repository at this point
Travis: Added Clang AddressSanitizer and UndefinedBehaviorSanitizer
bblanchon
committed
b923e8f
View commit details
Copy full SHA for b923e8f
Browse repository at this point
Commits on Dec 28, 2016
Travis: Compile all examples with PlatformIO
bblanchon
committed
c5388cf
View commit details
Copy full SHA for c5388cf
Browse repository at this point
Travis: Fixed SSL error problem with coveralls
bblanchon
committed
cb908a2
View commit details
Copy full SHA for cb908a2
Browse repository at this point
Commits on Dec 23, 2016
Added operator `==` to compare `JsonVariant` and strings (issue #402)
bblanchon
committed
cecbcd1
View commit details
Copy full SHA for cecbcd1
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL