1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00
pgbackrest/lib/pgBackRest
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
..
Archive Migrate remote archive-get command to C. 2019-02-20 22:57:18 +02:00
Backup Remove request for S3 object info directly after putting it. 2018-11-30 10:38:02 -05:00
Check Add checksum delta for incremental backups. 2018-09-19 11:12:45 -04:00
Common Fix possible truncated WAL segments when an error occurs mid-write. 2019-02-15 11:52:39 +02:00
Config Fix non-compliant JSON for options passed from C to Perl. 2019-02-22 12:02:26 +02:00
Protocol The info command is implemented entirely in C. 2019-01-21 13:51:45 +02:00
Storage Fix possible truncated WAL segments when an error occurs mid-write. 2019-02-15 11:52:39 +02:00
Db.pm Fix check for improperly configured pg-path. 2019-02-05 18:55:07 +02:00
DbVersion.pm Fix static WAL segment size used to determine if archive-push-queue-max has been exceeded. 2018-10-27 20:00:00 +01:00
Expire.pm Rename retention-* options to repo-retention-*. 2018-02-19 15:07:24 -05:00
InfoCommon.pm Added stanza-upgrade command. 2017-04-03 10:42:55 -04:00
LibC.pm Allow command/option constants to autonumber in both C and Perl to reduce churn when a new command/option is added. 2018-08-24 19:31:45 -04:00
LibCAuto.pm Add separate archive-get-async command. 2019-02-20 15:52:07 +02:00
Main.pm Migrate remote archive-get command to C. 2019-02-20 22:57:18 +02:00
Manifest.pm Automatically enable backup checksum delta when anomalies (e.g. timeline switch) are detected. 2018-11-01 11:31:25 -04:00
Restore.pm Add error message when current user uid/gid does not map to a name. 2018-12-07 07:41:26 -05:00
RestoreFile.pm Fix delta restore failing when a linked file was missing. 2018-05-02 12:06:12 -04:00
Stanza.pm Rename CipherError to CryptoError. 2018-11-06 19:38:38 -05:00
Version.pm Begin v2.11 development. 2019-02-12 14:11:16 +02:00