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
/
dump.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-25
Use dtoa for double to string conversion
Petri Lehtinen
1
-2
/
+2
2020-09-01
reuse key len from loop check for better performance
Maxim Zhukov
1
-16
/
+37
2020-08-12
pass length of the key to internal API
Maxim Zhukov
1
-4
/
+4
2019-10-21
Tweak clang-format configuration a bit
Petri Lehtinen
1
-37
/
+52
2019-10-21
Run clang-format on *.c, *.h
Petri Lehtinen
1
-158
/
+118
2019-09-16
add the loop key length macro for circular reference detect
allen
1
-2
/
+1
2019-08-12
add loop check in json deep copy #457
allen
1
-11
/
+2
2018-10-17
Merge pull request #436 from edgale/warnings
Corey Farrell
1
-1
/
+1
2018-10-15
fixed extra bracket
Maximilian Röhrle
1
-1
/
+1
2018-10-15
removed explicit casts
Maximilian Röhrle
1
-4
/
+4
2018-08-31
removed various warnings
Maximilian Röhrle
1
-5
/
+5
2018-08-30
This fixes https://github.com/akheron/jansson/issues/434
Maximilian Röhrle
1
-1
/
+1
2018-08-12
Rename a varialble that shadows another one
Petri Lehtinen
1
-4
/
+4
2018-02-01
json_dump: Fix thread safety issue.
Corey Farrell
1
-42
/
+48
2017-08-05
json_dump_file API returns success even when fclose fails (consider disk full...
Sanjay Kumar
1
-1
/
+3
2017-02-27
Add JSON_EMBED encoding flag
Nathaniel McCallum
1
-6
/
+10
2017-01-27
Implement json_dumpfd() and json_loadfd()
Nathaniel McCallum
1
-1
/
+20
2017-01-26
Implement json_dumpb()
Nathaniel McCallum
1
-0
/
+27
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
-29
/
+8
2015-10-05
Format %x expects unsigned int, not int
Jonas Jonsson
1
-2
/
+2
2015-10-05
Use sizeof(seq) instead of magic number 13
Jonas Jonsson
1
-2
/
+2
2015-05-01
Optimized dump_indent to reduce the number of fwrite calls.
Folkert van Heusden
1
-3
/
+7
2015-04-30
use snprintf and strncpy in place of sprintf and strcpy
Haldean
1
-2
/
+2
2014-11-28
Warnings - use size_t where appropriate to prevent warning when compilation i...
Shawn Harris
1
-2
/
+3
2014-04-30
Add JSON_REAL_PRECISION
Petri Lehtinen
1
-3
/
+7
2014-01-28
Update copyrights for 2014
Petri Lehtinen
1
-1
/
+1
2013-09-27
dump \u sequences as upper case for readability (just like error messages)
Chip Salzenberg
1
-2
/
+2
2013-09-27
Support \u0000 - add size_t string lengths to API, load and dump \u000, etc.
Chip Salzenberg
1
-7
/
+9
2013-07-23
Update copyrights for 2013
Petri Lehtinen
1
-1
/
+1
2013-04-15
Merge branch '2.4'
Petri Lehtinen
1
-0
/
+3
2013-04-15
json_dump*(): Don't crash if json is NULL and JSON_ENCODE_ANY is set
Petri Lehtinen
1
-0
/
+3
2013-04-02
Merge pull request #108 from Zillode/1edff47af38a2335f88300ee6dc437118f5a20ff
Petri Lehtinen
1
-0
/
+3
2013-03-14
Do not define _GNU_SOURCE is already defined
Lode Hoste
1
-0
/
+3
2012-12-10
Mark some constant data as const.
Jacob Potter
1
-1
/
+1
2012-06-29
Tweak slash escaping
Petri Lehtinen
1
-16
/
+11
2012-06-29
Merge branch 'fix-slash' of git://github.com/jrbasso/jansson
Petri Lehtinen
1
-6
/
+14
2012-06-28
Created flag to dump escaping slash
Juan Basso
1
-5
/
+12
2012-06-27
Escaping the slash when dump
Juan Basso
1
-2
/
+3
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
Make hashtable less generic
Petri Lehtinen
1
-14
/
+13
2011-11-14
Revert "json_dump_file: Open the output file in wb mode"
2.2
Petri Lehtinen
1
-1
/
+1
2011-11-14
Avoid problems with object's serial number growing too big
Petri Lehtinen
1
-2
/
+4
2011-10-07
json_dump_file: Open the output file in wb mode
Petri Lehtinen
1
-1
/
+1
2011-10-02
Make real number encoding and decoding work under all locales
Petri Lehtinen
1
-17
/
+3
2011-09-24
Implement all other encoding functions using json_dump_callback
Petri Lehtinen
1
-18
/
+5
2011-06-30
new typedef json_dump_callback_t, function json_dump_callback
JKL
1
-7
/
+15
2011-05-14
Add JSON_ENCODE_ANY flag to allow encoding any JSON value
Petri Lehtinen
1
-4
/
+8
2011-02-17
Add custom memory allocation
Petri Lehtinen
1
-6
/
+6
[next]