1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-16 10:20:02 +02:00
pgbackrest/src/common
David Steele a91a648019 Config parsing no longer implemented in Perl.
Options are passed to Perl as JSON from the C process.
2018-01-28 21:37:09 -05:00
..
encode Improve base64 implementation. 2017-11-18 22:49:43 -05:00
type Improve speed of C unit tests. 2018-01-26 16:41:17 -05:00
encode.c Disable -Wclobber compiler warning. 2017-11-19 16:44:33 -05:00
encode.h Add base64 encode/decode. 2017-10-18 11:14:26 -04:00
error.c Improve error module. 2018-01-16 13:29:27 -05:00
error.h Improve error module. 2018-01-16 13:29:27 -05:00
errorType.c Implement help command in C. 2018-01-23 13:34:24 -05:00
errorType.h Implement help command in C. 2018-01-23 13:34:24 -05:00
exit.c Add command and exit modules. 2018-01-17 09:15:51 -05:00
exit.h Add command and exit modules. 2018-01-17 09:15:51 -05:00
ini.c Improve String, StringList, and List objects. 2018-01-23 12:17:30 -05:00
ini.h Add Ini object. 2017-12-22 22:55:17 -05:00
log.c Config parsing no longer implemented in Perl. 2018-01-28 21:37:09 -05:00
log.h Add log module. 2018-01-16 13:52:20 -05:00
memContext.c Improve MemContext module. 2017-12-22 18:54:39 -05:00
memContext.h Improve MemContext module. 2017-12-22 18:54:39 -05:00
regExp.c Add RegExp object. 2018-01-16 12:57:23 -05:00
regExp.h Add RegExp object. 2018-01-16 12:57:23 -05:00
time.c Add Wait object and time module. 2018-01-16 13:05:00 -05:00
time.h Add Wait object and time module. 2018-01-16 13:05:00 -05:00
type.h Improve speed of C unit tests. 2018-01-26 16:41:17 -05:00
wait.c Add Wait object and time module. 2018-01-16 13:05:00 -05:00
wait.h Add Wait object and time module. 2018-01-16 13:05:00 -05:00