Ian Barwick
8f62b4c9e6
Update copyright notice to 2016
2016-01-05 15:57:25 +09:00
Ian Barwick
4e9c58c7db
Update copyright to 2015
2015-01-03 08:12:13 +09:00
Christian Kruse
164cf9d08f
completely avoid usage of strnlen()
2014-03-06 18:34:40 +01:00
Christian Kruse
d8b8bf0e2a
pg_indent'ing all files…
2014-03-06 18:34:40 +01:00
Christian Kruse
680f23fb1d
copyright push
2014-01-23 10:37:49 +01:00
Christian Kruse
f25a709454
added an explicit type cast to avoid compiler warnings
2014-01-22 15:17:47 +01:00
Christian Kruse
b4e83cf188
Add format attribute checking for printf() like functions
...
Patch by Marco Nenciarini <mnencia@debian.org >
2014-01-21 14:14:36 +01:00
Jaime Casanova
50b7147f15
Change Copyright date to cover 2012
2012-07-04 10:47:26 -05:00
Greg Smith
27396f462a
Add strnlen on platforms that don't have it, such as OS X
2011-10-20 23:23:31 -05:00
Greg Smith
18ef5b3cf3
Convert more uses of fprintf to use logger
2011-02-23 05:59:09 -05:00
Greg Smith
45022debc6
Break out error codes, cleanup header files and HISTORY
2011-02-15 00:43:36 -05:00
Greg Smith
20af4ffc2c
Merge commit '3ef1fa126d9c9b9ba3b29deab7f67218cdf7ce10'
...
Conflicts:
.gitignore
Makefile
README.rst
check_dir.c
config.c
config.h
dbutils.h
repmgr.c
repmgr.conf
repmgr.h
repmgrd.c
2011-02-15 00:06:01 -05:00
Dan Farina
916c0492fb
sprintf to snprintf conversion
...
Move out string operations to another file, and introduce a frontend
to snprintf for various situations. This change is important for
catching and eliminating sprintf overflows, which are as of now many
times silently corrupting memory.
Signed-off-by: Dan Farina <drfarina@acm.org >
Signed-off-by: Peter van Hardenberg <pvh@heroku.com >
2010-12-21 15:19:28 -08:00