- 11 Jan, 2016 6 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
- en-/decoding implementation details in separate sources - enforce the en-/decode interfaces with typedefs
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
- establish a common interface for encoders and decoders, and re-implement the existing functions accordingly - encoders always convert STRING_LIST to BLOB, decoders vice versa - VMOD encode() and decode() write the new data to workspace - transcode() writes the temporary BLOB to stack, then encodes it into a STRING in workspace - if the same encoding is specified in transcode() for encode and decode, just return the concatenated STRING - XXX: except this won't reject illegal decodings - simplify hex_encode(), and fix hex_en-/decode_l() (was backwards) - add a macro to skip over empty and undefined strings in a STRING_LIST
-
- 04 Jan, 2016 6 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
- implement base64_encode(), no test yet - added encodings BASE64URL and BASE64URLNOPAD
-
Nils Goroll authored
-
- 09 Jul, 2015 2 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
- 08 Jul, 2015 1 commit
-
-
Nils Goroll authored
-
- 17 Jun, 2015 2 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
- 29 May, 2015 1 commit
-
-
Dag Haavi Finstad authored
better error handling, fixes for parallel make, remove generated files from dist
-
- 28 May, 2015 4 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
On getting dependencies right: See automake doc 9.4.1 Built Sources Example / Recording Dependencies manually
-
Nils Goroll authored
-
Nils Goroll authored
-
- 24 May, 2015 1 commit
-
-
Nils Goroll authored
-
- 16 Mar, 2015 4 commits
-
-
Lasse Karstensen authored
-
Lasse Karstensen authored
Conflicts: configure.ac
-
Lasse Karstensen authored
-
Lasse Karstensen authored
define PKG_CHECK_VAR if it doesn't exist
-
- 11 Mar, 2015 1 commit
-
-
Nils Goroll authored
-
- 07 Mar, 2015 1 commit
-
-
Nils Goroll authored
Fixes #19
-
- 06 Mar, 2015 2 commits
-
-
Lasse Karstensen authored
Master: Fixes for #6 and #13
-
Lasse Karstensen authored
4.0: Fixes for #6 and #13
-
- 03 Mar, 2015 9 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
Access pkg-config variables the autoconf-way Fixes #13 (github issue)
-
Nils Goroll authored
Fixes #6 (github issue)
-
Nils Goroll authored
Access pkg-config variables the autoconf-way Fixes #13 (github issue)
-
Nils Goroll authored
Fixes #6 (github issue)
-
Lasse Karstensen authored
-
Lasse Karstensen authored
-
Lasse Karstensen authored
To make it more clear that we provide this as an example for anyone to use for whatever purpose, change the license to public domain. Fixes: #12 (github issue) Conflicts: configure.ac
-