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}.
|