log src/secure_save.c @ 1802:956aab097ea7

age author description
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Sun, 15 Mar 2009 18:06:41 +0000 zas_ gint -> gboolean.
Sat, 21 Feb 2009 18:04:52 +0000 zas_ Glibification.
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Wed, 26 Nov 2008 20:38:47 +0000 zas_ Print a message if chown() or chmod() fail.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Wed, 27 Aug 2008 16:40:21 +0000 zas_ const gpointer -> gconstpointer.
Tue, 26 Aug 2008 22:37:18 +0000 zas_ Use gpointer instead of void *.
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Tue, 20 May 2008 20:11:29 +0000 zas_ Do not use glib posix wrappers since they were introduced in 2.6
Tue, 20 May 2008 20:06:11 +0000 zas_ Use access() instead of g_access() which is only available in 2.8.
Fri, 16 May 2008 10:02:56 +0000 zas_ Include debug.h from main.h since debug macros may be used anywhere in the code.
Thu, 01 May 2008 22:27:44 +0000 zas_ Add a wrapper to fwrite().
Thu, 24 Apr 2008 08:53:39 +0000 zas_ Move debug macros from main.h to new debug.h.
Thu, 24 Apr 2008 00:15:03 +0000 zas_ Handle the newline in DEBUG_N() macro instead of adding one
Wed, 23 Apr 2008 20:47:19 +0000 zas_ Introduce macros to display debug messages.
Mon, 21 Apr 2008 21:46:38 +0000 nadvornik updated copyright in source files
Sun, 20 Apr 2008 18:07:51 +0000 zas_ Effectively drop empty newlines at end of files (missing from rev 535)
Sun, 20 Apr 2008 13:04:57 +0000 zas_ Big whitespaces cleanup:
Fri, 11 Apr 2008 16:46:21 +0000 zas_ Secure save now unlinks temporary file on error by default.
Fri, 11 Apr 2008 16:02:33 +0000 zas_ Preserve permissions of the destination file when using secure save.
Fri, 11 Apr 2008 15:27:08 +0000 zas_ Revert part of the previous patch, let the caller take care
Fri, 11 Apr 2008 14:27:55 +0000 zas_ Use path_from_utf8() on the passed filename.
Fri, 11 Apr 2008 12:31:32 +0000 zas_ Move secure save code to its own files: secure_save.{c,h}.