1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/lib/pgBackRest/Common
David Steele c688bc8627 Improve support for special characters in filenames.
% characters caused issues in backup/restore due to filenames being appended directly into a format string.

Reserved XML characters (<>&') caused issues in the S3 driver due to improper escaping.

Add a file with all common special characters to regression testing.
2018-09-10 10:54:34 -04:00
..
Http Fix missing missing URI encoding in S3 driver. 2018-09-10 10:47:00 -04:00
Io Improve performance of HTTPS client. 2018-02-18 14:53:27 -05:00
Cipher.pm The C library is now required. 2017-11-26 17:45:00 -05:00
Exception.pm Fix issue where errors raised in C were not logged when called from Perl. 2018-07-20 08:11:34 -04:00
ExceptionAuto.pm Add basic C JSON parser. 2018-08-09 08:06:23 -04:00
Ini.pm Move cryptographic hash functions to C using OpenSSL. 2018-06-11 14:52:26 -04:00
Lock.pm Improved lock implementation written in C. 2018-04-11 09:36:12 -04:00
Log.pm Improve logging. 2018-03-12 11:03:38 -04:00
String.pm Improve performance of list requests on S3. 2017-10-20 14:10:16 -04:00
Wait.pm Removed extraneous use lib directives from Perl modules. 2016-11-04 13:56:26 +02:00
Xml.pm Improve support for special characters in filenames. 2018-09-10 10:54:34 -04:00