index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/edk2/RedfishPkg/Library/JsonLib/jansson.git
1.0
1.1
1.2
1.3
2.0
2.1
2.10
2.11
2.12
2.13
2.2
2.3
2.4
2.5
2.6
2.7
2.8
2.9
bignum
build-fixes
c++-api
doc-utf-8
fix-build
fix-lint
fix-readthedocs
isnan-isinf-checks
json_sprintf
master
mingw
pull-126
simplify-snprintf-checks
threadsafety
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-25
Add more tests
Petri Lehtinen
6
-6
/
+6
2024-03-25
Fix tests
Petri Lehtinen
6
-1
/
+14
2024-03-25
Simplify tests even more
Petri Lehtinen
13
-18
/
+1
2024-03-21
Refactor tests to work better with CMake
Petri Lehtinen
6
-175
/
+33
2021-11-20
tests: add some cases in fixed size test
Maxim Zhukov
1
-0
/
+23
2021-09-09
Fix the check-exports tests for versioned symbols
Petri Lehtinen
1
-1
/
+1
2021-01-14
GitHub Actions
Petri Lehtinen
1
-38
/
+0
2020-11-19
Merge pull request #520 from Mephistophiles/getn
Petri Lehtinen
2
-1
/
+208
2020-11-05
Use size_t to receive result from fread()/ftell().
Kelvin Lee
1
-1
/
+1
2020-09-01
introduce new fixed-size key API
Maxim Zhukov
2
-0
/
+207
2020-08-12
sort tests by alpha order
Maxim Zhukov
1
-1
/
+1
2020-05-06
add jansson_* to shared library exports
Xℹ Ruoyao
1
-1
/
+1
2019-10-21
Run clang-format with make check
Petri Lehtinen
1
-4
/
+0
2019-10-21
Tweak clang-format configuration a bit
Petri Lehtinen
14
-300
/
+249
2019-10-21
Run clang-format on *.c, *.h
Petri Lehtinen
19
-1336
/
+1293
2019-10-17
Merge branch 'master' into fix-issue281
Petri Lehtinen
4
-8
/
+103
2019-10-17
Merge pull request #505 from AllenX2018/recursive_object_update
Petri Lehtinen
1
-0
/
+81
2019-10-17
Merge pull request #500 from AllenX2018/fix-issue426
Petri Lehtinen
1
-0
/
+4
2019-10-17
Merge pull request #506 from AllenX2018/add-json_equal-test-case
Petri Lehtinen
1
-4
/
+14
2019-10-15
fix typo & add negative test case for test_equal_complex
allen
1
-4
/
+14
2019-10-14
update the test case of json_object_update_recursive
allen
1
-3
/
+1
2019-10-12
add loop check for json_object_update_recursive function
allen
1
-1
/
+32
2019-10-11
Add json_object_update_recursive()
Henrique Cabral
1
-0
/
+52
2019-10-08
fix issue #281
allen
1
-0
/
+63
2019-10-08
fix issue #426
AllenX2018
1
-0
/
+4
2019-09-23
Merge pull request #494 from luzpaz/typos
Petri Lehtinen
2
-4
/
+4
2019-09-20
Fix various typos
luz.paz
2
-4
/
+4
2019-08-12
add loop check in json deep copy #457
allen
1
-0
/
+53
2019-07-26
Merge pull request #487 from cmeister2/cmeister2/ossfuzzcorpus
Corey Farrell
1
-0
/
+3
2019-07-26
Merge pull request #485 from cmeister2/cmeister2/fuzzerdiags
Corey Farrell
1
-8
/
+93
2019-07-24
ossfuzz: Zip up all "input" files to use as a seed corpus
Max Dymond
1
-0
/
+3
2019-07-24
Depending on the dump_mode byte, dump out as a string or as a callback.
Max Dymond
1
-7
/
+34
2019-07-24
Use the correct branch for OSS Fuzz as well.
Max Dymond
1
-1
/
+3
2019-07-24
Ensure OSS fuzz travis builds work for PRs
Max Dymond
1
-1
/
+11
2019-07-24
ossfuzz: Improvements to json_load_dump_fuzzer
Max Dymond
1
-6
/
+64
2019-07-22
Merge pull request #480 from cmeister2/cmeister2/ossfuzz
Corey Farrell
8
-1
/
+211
2019-07-22
correct spelling mistake
allen
1
-1
/
+1
2019-07-19
Move ossfuzz directory and use Makefile.am
Max Dymond
8
-1
/
+211
2019-03-12
Add runtime version checking functions
Sean Bright
3
-1
/
+62
2018-11-05
Remove inappropriate jsonp_free which caused segmentation fault.
Corey Farrell
1
-0
/
+21
2018-09-25
More work on json_pack error reporting.
Corey Farrell
1
-2
/
+52
2018-09-25
json_pack: Improve handling of formats with '?' and '*'.
Corey Farrell
1
-3
/
+46
2018-03-22
Fix error handling in json_pack
Maxim Zhukov
1
-0
/
+8
2018-03-06
More test coverage.
Corey Farrell
1
-1
/
+63
2018-02-15
Improve test coverage.
Corey Farrell
11
-1
/
+436
2018-02-09
Merge pull request #381 from phst/end-of-file-error-code
Petri Lehtinen
1
-0
/
+8
2018-02-09
Add json_sprintf and json_vsprintf
json_sprintf
Petri Lehtinen
3
-1
/
+26
2017-12-20
Use a more specific error code for premature end of input
Philipp Stephani
1
-0
/
+8
2017-12-13
json_pack: Enable more complete stealing of references.
Corey Farrell
1
-0
/
+9
2017-10-03
Use last byte of error text as numeric error code
Philipp Stephani
4
-54
/
+79
[next]