Additional debug features
[geeqie.git] / src / secure_save.c
2017-06-22 Colin ClarkAdditional debug features
2016-05-24 Klaus EthgenUpdate copyright in all files
2015-08-11 Klaus EthgenMerge requests 12, 13 and 14 into master
2014-11-30 Michael Schwendtfix include statements for large file support on 32-bit
2012-10-02 Klaus EthgenMerge branch 'master' into ke-lua
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2009-03-15 Laurent Moningint -> gboolean.
2009-02-21 Laurent MoninGlibification.
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2008-11-26 Laurent MoninPrint a message if chown() or chmod() fail.
2008-10-07 Vladimir NadvornikAdding a vim modeline to all files - patch by Klaus...
2008-08-27 Laurent Moninconst gpointer -> gconstpointer.
2008-08-26 Laurent MoninUse gpointer instead of void *.
2008-08-26 Laurent MoninFor the sake of consistency, use glib basic types every...
2008-05-20 Laurent MoninDo not use glib posix wrappers since they were introduc...
2008-05-20 Laurent MoninUse access() instead of g_access() which is only availa...
2008-05-16 Laurent MoninInclude debug.h from main.h since debug macros may...
2008-05-01 Laurent MoninAdd a wrapper to fwrite().
2008-04-24 Laurent MoninMove debug macros from main.h to new debug.h.
2008-04-24 Laurent MoninHandle the newline in DEBUG_N() macro instead of adding one
2008-04-23 Laurent MoninIntroduce macros to display debug messages.
2008-04-21 Vladimir Nadvornikupdated copyright in source files
2008-04-20 Laurent MoninEffectively drop empty newlines at end of files (missin...
2008-04-20 Laurent MoninBig whitespaces cleanup:
2008-04-11 Laurent MoninSecure save now unlinks temporary file on error by...
2008-04-11 Laurent MoninPreserve permissions of the destination file when using...
2008-04-11 Laurent MoninRevert part of the previous patch, let the caller take...
2008-04-11 Laurent MoninUse path_from_utf8() on the passed filename.
2008-04-11 Laurent MoninMove secure save code to its own files: secure_save...