David Steele
c5ee56a724
Markdown update missed in 1db9e3b1
.
2019-11-19 10:34:14 -05:00
David Fetter
20162ed3fe
Fix typo.
2019-11-19 10:32:18 -05:00
David Steele
1db9e3b144
Remove *MP() macros variants.
...
Adding a dummy column which is always set by the P() macro allows a single macro to be used for parameters or no parameters without violating C's prohibition on the {} initializer.
-Wmissing-field-initializers remains disabled because it still gives wildly different results between versions of gcc.
2019-11-17 15:10:40 -05:00
Cynthia Shang
38b72eded4
Document how to contribute to pgBackRest.
...
There's a lot more to be done here, but this is a good start.
2019-10-08 15:27:17 -04:00
Cynthia Shang
56bf9d0566
Update HINT messages to conform to new standard detailed in CODING.md.
2019-09-14 12:21:08 -04:00
David Steele
0db030fa63
Add coding standards for String constants.
2018-12-04 11:46:25 -05:00
David Steele
93fdb98d15
Storage object improvements.
...
* Convert all functions to variadic functions.
* Enforce read-only storage.
* Add storageLocalWrite() helper function. Add storageExists(), storagePathCreate(), storageRemove(), and storageStat().
* Add StorageFile object and storageOpenRead()/storageOpenWrite().
2018-04-03 12:25:21 -04:00
David Steele
526acca5bd
Config parsing implemented in C.
2017-12-22 23:27:49 -05:00
David Steele
c5ea53bcf9
Add coding standards document.
2017-11-27 16:02:49 -05:00