aboutsummaryrefslogtreecommitdiff
path: root/src/json
Commit message (Collapse)AuthorAge
* BUILD: Move json to libMartin Schanzenbach2023-10-18
|
* NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/Martin Schanzenbach2023-10-18
| | | | | This also includes a necessary API refactoring of crypto from IDENTITY to UTIL.
* NEWS: add support for encoding/decoding double values as part of JSON to ↵Christian Grothoff2023-10-13
| | | | libgnunetjson
* BUILD: meson use correct soversion and versionMartin Schanzenbach2023-09-24
|
* BUILD: Meson - install more filesMartin Schanzenbach2023-09-23
|
* BUILD: More pkgconfig and installationMartin Schanzenbach2023-09-23
|
* BUILD: More pkgconfigMartin Schanzenbach2023-09-23
|
* BUILD: Towards libgnunet buildMartin Schanzenbach2023-09-21
|
* BUILD: Add monolith option to meson buildMartin Schanzenbach2023-09-20
|
* BUILD: Start experimental meson buildMartin Schanzenbach2023-09-20
|
* -fix loggingv0.19.5-talerdev.2Christian Grothoff2023-07-05
|
* -more loggingChristian Grothoff2023-07-04
|
* allow NULL for object/arrayv0.19.5-talerdev.1Christian Grothoff2023-06-04
|
* JSON: add const json parsers for objects/arraysChristian Grothoff2023-04-30
| | | | NEWS: adds GNUNET_JSON_spec_object_const() and GNUNET_JSON_spec_array_const()
* JSON: fix memory leaks in test.ulfvonbelow2023-02-06
| | | | | | This allows us to use sanitizers to find bugs that matter. Signed-off-by: Martin Schanzenbach <schanzen@gnunet.org>
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* BUILD: Remove gnurl. Improve curl-gnutls detectionMartin Schanzenbach2022-09-06
|
* -coverityMartin Schanzenbach2022-09-01
|
* add JSON routines for base64 encoded valuesChristian Grothoff2022-08-15
|
* relative time is in nanoseconds, kill redundant _ms variantChristian Grothoff2022-07-08
|
* timestamps are in seconds, kill redundant _ms variantChristian Grothoff2022-07-08
|
* -log more detailsChristian Grothoff2022-05-18
|
* add flag to return 'not present' status from GNUNET_JSON_spec_mark_optionalChristian Grothoff2022-04-05
|
* -allow packing with NULL field nameChristian Grothoff2022-02-08
|
* -fix ftbfsChristian Grothoff2021-12-16
|
* tolerate old style values (for now)Christian Grothoff2021-12-16
|
* enable v10 backwards compatibilityChristian Grothoff2021-12-15
|
* -fix test ftbfsChristian Grothoff2021-12-14
|
* introducing GNUNET_TIME_TimestampChristian Grothoff2021-12-14
|
* -cleanupChristian Grothoff2021-10-25
|
* -style fixesChristian Grothoff2021-10-23
|
* -indentChristian Grothoff2021-08-27
|
* 0 for absolute time is special, and should be treated as such in JSON generationChristian Grothoff2021-08-01
|
* JSON: allow NULL-passing to GNUNET_JSON_pack_data_varsizeChristian Grothoff2021-07-31
|
* -remove unnecessary options from Makefile.amChristian Grothoff2021-07-29
|
* use modern spelling for LLONG_{MAX,MIN}Thien-Thi Nguyen2021-07-29
| | | | | This fixes a FTBFS under Alpine Linux 3.13 (GNU GCC 10.2.1). See also: <https://www.sourceware.org/bugzilla/show_bug.cgi?id=5461>.
* -fix json pack bugsChristian Grothoff2021-07-28
|
* -nicer loggingChristian Grothoff2021-07-28
|
* implement typed JSON packerChristian Grothoff2021-07-26
|
* early draft for libgnunetpq event notification supportChristian Grothoff2021-07-24
|
* fail nicely if encoded text would be way too largeChristian Grothoff2021-07-18
|
* -handle corner cases in JSON parser, lift 1kb restrictionChristian Grothoff2021-07-18
|
* -improve error reportingChristian Grothoff2021-07-18
|
* -code cleanup, better error reportingChristian Grothoff2021-07-11
|
* -remove duplicate commentsChristian Grothoff2021-04-16
|
* -DESIGN: add various suggestions to gnunet_testing_ng_lib.hChristian Grothoff2021-04-06
|
* misc spelling issuesChristian Grothoff2020-11-14
|
* fix #6525: handle explicit null in JSON nicelyChristian Grothoff2020-10-25
|
* - more dep fixesMartin Schanzenbach2020-10-15
|