History log of /spdk/lib/json/json_util.c (Results 26 – 29 of 29)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7883a289 24-May-2017 Seth Howell <seth.howell@intel.com>

json_util: fixed off by 1 error.

Also add tests to ensure against regressions on this fix.

Change-Id: Ic617f75f1865f17121896f7622290e64020bb2d6
Signed-off-by: Seth Howell <seth.howell@intel.com>
Re

json_util: fixed off by 1 error.

Also add tests to ensure against regressions on this fix.

Change-Id: Ic617f75f1865f17121896f7622290e64020bb2d6
Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/362275
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>

show more ...


# 46af047a 02-May-2017 Daniel Verkamp <daniel.verkamp@intel.com>

json/util: simplify if (p) free(p) -> free(p)

Change-Id: I874b9893afcf2bdf333b14557feedcacad47d355
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>


Revision tags: v17.03
# 1bc2c5ab 02-Mar-2017 Pawel Wodkowski <pawelx.wodkowski@intel.com>

rpc: add bool-type decoder

Allow passing booleans in JSON.

Change-Id: I0b8f6c1579d8382b5b19a987ef5d913b4423c954
Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>


Revision tags: v16.12, v16.08, v16.06
# f9193f4c 09-May-2016 Daniel Verkamp <daniel.verkamp@intel.com>

json: add JSON parser and encoder libraries

Change-Id: Id73fb7e300d66d31a7c3986c0334b6f56e284905
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>


12