- Apr 13, 2017
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Mathieu Lirzin authored
This is more consistent with what is done for other pkg-config variables.
-
- Mar 29, 2017
-
-
Petri Lehtinen authored
CMakeLists.txt: Remove extra parenthesis
-
Petri Lehtinen authored
Fixes #333
-
- Mar 03, 2017
-
-
Nathaniel McCallum authored
-
- Mar 02, 2017
-
-
Petri Lehtinen authored
Add JSON_EMBED encoding flag
-
- Feb 28, 2017
-
-
Nathaniel McCallum authored
The JSON_EMBED encoding flag causes the opening and closing characters of the top-level array ('[', ']') or object ('{', '}') to be omitted during encoding. This feature makes it possible to concatenate multiple arrays or objects in the stream output. It also makes it possible to perform outputs of partial composes. One such example of a partial compose is when outputting a JWE object. The output is a JSON object. But it has one top-level attribute ("ciphertext") that can grow out of proportion with the rest of the metadata. With the JSON_EMBED flag, the other metadata can be composed ahead of time and dumped during the beginning of output, where the "ciphertext" and "tag" attributes can be streamed out in chunks. Thus, the header material can be composed with Jansson and the ciphertext itself can be composed manually.
-
- Jan 31, 2017
-
-
Petri Lehtinen authored
Helper functions for network IO
-
- Jan 27, 2017
-
-
Nathaniel McCallum authored
The primary use of these functions is easy loading and dumping from stream sockets. Signed-off-by:Nathaniel McCallum <npmccallum@redhat.com>
-
- Jan 26, 2017
-
-
Nathaniel McCallum authored
This function encodes the json_t object to a pre-allocated buffer. It compliments the already existing json_loadb() function and is useful for parsing JSON-RPC (among other protocols) when sent over datagram sockets. Signed-off-by:Nathaniel McCallum <npmccallum@redhat.com>
-
- Nov 16, 2016
-
-
Petri Lehtinen authored
parens for LONG_LONG_INT in cmake
-
- Nov 13, 2016
-
-
Brian Armstrong authored
when this is defined as "", cmake bails with an error about arguments in if
-
- Oct 25, 2016
-
-
Petri Lehtinen authored
part of conditional expression is always true (!done)
-
Petri Lehtinen authored
Fix passing redundant argument to error_set()
-
Petri Lehtinen authored
Allow parsing of buffers larger than 2GB on most 64 bit arch.
-
- Oct 19, 2016
-
-
Martin Lindhe authored
-
- Oct 07, 2016
-
-
Robert Mu authored
-
- Oct 02, 2016
-
-
Luke Carmichael authored
size_t is usually 64 bits on most architectures -- this allows for larger .json files
-
- Sep 18, 2016
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
- Sep 16, 2016
-
-
Petri Lehtinen authored
-
Matthew Johnston authored
-
Yuriy Romanenko authored
-
Petri Lehtinen authored
Fixes #306
-
- Sep 12, 2016
-
-
Petri Lehtinen authored
Allow install targets to be optionally defined
-
- Sep 11, 2016
-
-
Matthew Johnston authored
-
- Sep 08, 2016
-
-
Petri Lehtinen authored
Added test files to .gitignore
-
Yuriy Romanenko authored
-
- Sep 01, 2016
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Fix typo
-
Yujun Zhang authored
-
- Aug 31, 2016
-
-
Petri Lehtinen authored
Add support for the cleanup attribute in GCC/Clang
-
Nathaniel McCallum authored
The new json_auto_t macro allows easy declaration of json_t types that automatically decrement at the end of their scope.
-
Petri Lehtinen authored
Fixes #300
-
Petri Lehtinen authored
Fixes #300
-
Petri Lehtinen authored
-