summaryrefslogtreecommitdiff
path: root/gio/glocalfileoutputstream.c
Commit message (Expand)AuthorAgeFilesLines
* GLocalFileOutputStream: Implement GFileDescriptorBasedChristian Kellner2010-02-151-7/+23
* Bug 594034 - Use g_mkstemp_full() when creating the replacement fileBenjamin Otte2009-09-041-1/+1
* Use the saved errno valueMatthias Clasen2009-08-271-1/+1
* Preserve errno when using g_set_error with _() and g_strerror()Christian Persch2009-05-201-1/+1
* Remove unused variableAlexander Larsson2009-05-151-1/+0
* Local file implementation of GFileIOStream and opsAlexander Larsson2009-05-131-15/+112
* fix attributes argument of query_info methods to be "const char *".Alexander Larsson2009-03-171-2/+2
* Bug 575555 – Use fsync() when replacing files to avoid data loss onAlexander Larsson2009-03-161-0/+26
* Bug 560564 – Replacing a symlink with its linked file truncates theAlexander Larsson2009-02-181-21/+63
* Bug 548988 - g_file_replace fails on Windows when the target file existsTor Lillqvist2008-08-231-3/+45
* Moved all relevant typedefs into these files.Cody Russell2008-07-011-0/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-161-41/+41
* chain up unconditionally in finalize() and dispose(). Also don'tMichael Natterer2008-06-161-3/+2
* Use g_unlink/g_rename instead of unlink/rename; do not pass raw filenamesAlexander Larsson2008-02-181-25/+39
* Open files with O_BINARY on windows. (#517140)Alexander Larsson2008-02-181-6/+10
* Correctly check for HAVE_FCHMOD and HAVE_FCHOWNAlexander Larsson2008-02-141-3/+3
* Save errno before calling other funcs that potentially alter it. BugChristian Persch2008-02-061-28/+56
* Fallback to rename() if link() is not available (when no support on targetTomas Bzatek2008-02-061-6/+10
* Whitespace cleanups.Matthias Clasen2008-01-211-11/+4
* Clean up all flags enums to not have _FLAGS in them Make the names of someAlexander Larsson2007-12-141-3/+3
* [gio compiles and links on win32, not sure how much already works] ifdefedHans Breuer2007-12-081-0/+18
* Rename all struct members named: read, write, close, truncate, or mount toAlexander Larsson2007-12-051-3/+3
* [start of port to win32/msvc] HAVE_UNIST_H and _pipe() only includeHans Breuer2007-12-031-3/+5
* More coding style fixesMatthias Clasen2007-11-301-38/+38
* Removed unnecessary fileAlexander Larsson2007-11-281-14/+15
* Added. Added. Added. Added.Alexander Larsson2007-11-281-0/+2
* Fix a typo.Andre Klapper2007-11-271-1/+1
* Bumps documentation to 93% symbol coverage, touching most Andrew Walton2007-11-271-29/+0
* gio/ docs/reference/gio Merged gio-standalone into glib.Alexander Larsson2007-11-261-0/+910