index
:
delta/libapr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
baserock/morph
evenset
gstein-pocore
master
pollcb-dev
thread-name
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
svn.apache.org: repos/asf/apr/apr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
json
Commit message (
Expand
)
Author
Age
Files
Lines
*
apr_json_decode: Return APR_ENOSPC if a decoded array is above INT_MAX.
ylavic
2022-06-23
1
-1
/
+4
*
apr_json_decode: apr_array_header_t uses ints.
ylavic
2022-06-23
1
-2
/
+2
*
Add APR_DECLARE() to apr_json_*() and apr_jose_*() functions declaration to
ivan
2019-10-08
3
-30
/
+41
*
Fix bug in apr_json_double_create().
ivan
2019-05-27
1
-1
/
+1
*
apr_json: Split apr_json_object_set() into apr_json_object_set() with
minfrin
2018-09-01
2
-6
/
+48
*
Axe the 'pool' arg from apr_json_array_add() since it's not needed.
minfrin
2018-09-01
2
-2
/
+2
*
Revert 1839755 for now to unblock apr_jose.h.
minfrin
2018-09-01
2
-15
/
+17
*
Revert 1839779 for now to unblock apr_jose.h.
minfrin
2018-09-01
2
-43
/
+17
*
apr_json: follow up to r1839755: preserve formatting when decoding object keys.
ylavic
2018-08-31
2
-17
/
+43
*
apr_json: object keys are strings.
ylavic
2018-08-31
2
-17
/
+15
*
Make it possible to iterate through JSON arrays as well as JSON objects.
minfrin
2018-08-31
3
-42
/
+113
*
Add apr_json_object_first() and apr_json_object_next(), allowing the
minfrin
2018-08-30
1
-0
/
+36
*
Teach apr_json_object_get() to support a length, to align with apr_hash_get().
minfrin
2018-08-30
1
-2
/
+3
*
Add the ability to overlay one JSON object over another.
minfrin
2018-08-03
1
-0
/
+56
*
Pass the apr_json_value_t into the apr_json_object_get() function to
minfrin
2018-08-02
1
-2
/
+6
*
Begone foul tabs, and blight not our shores.
minfrin
2018-07-16
2
-55
/
+55
*
apr_json: strengthen decoding of float and object key.
ylavic
2018-07-16
1
-13
/
+22
*
Rework the create functions to create a JSON object for each
minfrin
2018-07-15
3
-17
/
+114
*
Remove redundant checks, trailing garbage is caught elsewhere.
minfrin
2018-07-08
1
-12
/
+3
*
Create the subpool after the failure cases are all considerd.
minfrin
2018-07-08
1
-7
/
+8
*
Fix the string unescape logic for multiple escaped characters. Add
minfrin
2018-07-08
1
-13
/
+13
*
apr_json: Add support for encoding and decoding RFC8259 JSON.
minfrin
2018-07-08
3
-0
/
+1193