1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/libc
David Steele 1f66bda02e Fix non-compliant JSON for options passed from C to Perl.
We have been using a hacked-up JSON generator to pass options from C to Perl since the C binary was introduced.  This generator was not very compliant which led to issues with \n, ", etc. inside strings.

We have a fully-compliant JSON generator now so use that instead.

Reported by Leo Khomenko.
2019-02-22 12:02:26 +02:00
..
build/lib/pgBackRestLibC Rename PGBACKREST/BACKREST constants to PROJECT. 2018-11-24 19:05:03 -05:00
xs Rename cipherBlock*() functions to cipherBlock*C(). 2018-11-27 22:49:24 -05:00
LibC.h Add storagePathRemove() and use it in the Perl Posix driver. 2018-04-11 08:21:09 -04:00
LibC.xs Merge crypto/random module into crypto/crypto. 2018-11-06 20:04:16 -05:00
Makefile.PL Fix non-compliant JSON for options passed from C to Perl. 2019-02-22 12:02:26 +02:00
typemap Move cryptographic hash functions to C using OpenSSL. 2018-06-11 14:52:26 -04:00