index
:
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
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
/
src
/
value.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-20
value, pack: use key length from json_object iternals
Maxim Zhukov
1
-10
/
+18
2020-09-01
reuse key len from loop check for better performance
Maxim Zhukov
1
-13
/
+21
2020-09-01
introduce new fixed-size key API
Maxim Zhukov
1
-5
/
+44
2020-08-12
pass length of the key to internal API
Maxim Zhukov
1
-10
/
+11
2020-05-23
Handle vsnprintf corner cases.
Tobias Stoeckmann
1
-2
/
+4
2019-10-21
Tweak clang-format configuration a bit
Petri Lehtinen
1
-44
/
+65
2019-10-21
Run clang-format on *.c, *.h
Petri Lehtinen
1
-351
/
+217
2019-10-12
add loop check for json_object_update_recursive function
allen
1
-7
/
+43
2019-10-11
Add json_object_update_recursive()
Henrique Cabral
1
-0
/
+20
2019-09-16
add the loop key length macro for circular reference detect
allen
1
-3
/
+3
2019-08-12
add loop check in json deep copy #457
allen
1
-6
/
+51
2018-08-31
removed various warnings
Maximilian Röhrle
1
-4
/
+0
2018-07-25
Call va_end after va_copy in json_vsprintf
Xin Long
1
-5
/
+12
2018-02-15
Improve test coverage.
Corey Farrell
1
-8
/
+1
2018-02-09
Add json_sprintf and json_vsprintf
json_sprintf
Petri Lehtinen
1
-0
/
+34
2018-02-01
json_dump: Fix thread safety issue.
Corey Farrell
1
-4
/
+0
2017-12-13
json_object_iter_set_new: Fix error branch leak.
Corey Farrell
1
-0
/
+3
2017-08-19
Make json_equal() const-correct
Petri Lehtinen
1
-8
/
+8
2016-09-18
Update copyrights for 2016
Petri Lehtinen
1
-1
/
+1
2016-06-20
Always preserve insertion order of object items
Petri Lehtinen
1
-4
/
+1
2016-02-03
[Optimized functions]
Maxim Zhukov
1
-67
/
+74
2014-04-08
use __sun instead of sun
Karl Lew
1
-1
/
+1
2014-04-06
SmartOS build fix
Karl Lew
1
-0
/
+2
2014-02-11
Merge branch '2.6'
Petri Lehtinen
1
-0
/
+16
2014-02-11
CVE-2013-6401: Change hash function, randomize hashes
Petri Lehtinen
1
-0
/
+16
2014-01-28
Update copyrights for 2014
Petri Lehtinen
1
-1
/
+1
2013-12-28
Check for key == NULL in json_object_get and json_object_del
nmlgc
1
-2
/
+2
2013-10-03
paper bag bug: json_string_set* functions should set the length too
Chip Salzenberg
1
-0
/
+1
2013-09-27
Support \u0000 - add size_t string lengths to API, load and dump \u000, etc.
Chip Salzenberg
1
-15
/
+87
2013-07-23
Update copyrights for 2013
Petri Lehtinen
1
-1
/
+1
2013-07-08
Make the argument of json_deep_copy() const
Petri Lehtinen
1
-11
/
+19
2013-04-02
Merge pull request #108 from Zillode/1edff47af38a2335f88300ee6dc437118f5a20ff
Petri Lehtinen
1
-0
/
+2
2013-03-14
Do not define _GNU_SOURCE is already defined
Lode Hoste
1
-0
/
+2
2012-12-04
Really fix the off-by-one error in json_array_remove()
Petri Lehtinen
1
-1
/
+1
2012-12-04
Fix an off-by-one error in json_array_remove()
Petri Lehtinen
1
-1
/
+4
2012-09-13
Disallow NaN or Inf real values
Petri Lehtinen
1
-2
/
+15
2012-09-13
Fix json_real_set() to return -1 on error
Petri Lehtinen
1
-1
/
+1
2012-04-29
Support building on Windows
Petri Lehtinen
1
-2
/
+2
2012-03-20
Update copyright notices for 2012
Petri Lehtinen
1
-1
/
+1
2012-01-24
Add json_object_update_{existing,missing}
Petri Lehtinen
1
-0
/
+32
2012-01-24
Implement json_object_foreach()
Petri Lehtinen
1
-46
/
+22
2012-01-24
Make hashtable less generic
Petri Lehtinen
1
-79
/
+7
2012-01-24
Fix a potential memory leak
Petri Lehtinen
1
-2
/
+2
2011-11-14
Avoid problems with object's serial number growing too big
Petri Lehtinen
1
-0
/
+2
2011-06-17
Check that target is string and value is not NULL in json_string_set()
Petri Lehtinen
1
-0
/
+3
2011-04-21
Fix a leak when memory allocation fails in json_object_set() & friends
2.0
Petri Lehtinen
1
-0
/
+3
2011-03-30
Fix invalid object key hashing in json_unpack() strict checking mode
Petri Lehtinen
1
-12
/
+23
2011-03-21
Fix json_object_size() return value
Petri Lehtinen
1
-1
/
+1
2011-02-17
Add custom memory allocation
Petri Lehtinen
1
-25
/
+26
2011-01-25
Add validation features to json_unpack()
Petri Lehtinen
1
-3
/
+4
[next]