summaryrefslogtreecommitdiff
path: root/gio/glocalfileoutputstream.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-11-20Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship1-3/+1
2013-11-20Require POSIX.1 (1990) compliance on unixDan Winship1-1/+1
2013-06-24Rename the generated private data getter functionEmmanuele Bassi1-1/+1
2013-06-24gio: Use the new private instance data declarationEmmanuele Bassi1-20/+15
2013-06-05Ensure g_file_copy() does not temporarily expose private filesColin Walters1-14/+22
2013-05-23GLocalFileOutputStream: Further deduplicate error code pathColin Walters1-32/+24
2013-05-23GLocalFileOutputStream: Deduplicate stream creation codeColin Walters1-72/+31
2013-01-29Add g_close(), use itColin Walters1-30/+19
2012-12-10gio: Don't leak the temp file when g_file_replace() fails or is cancelledDan Winship1-0/+5
2011-12-09GFile: add g_file_new_tempThomas Hindoe Paaboel Andersen1-0/+10
2011-09-08bgo#640212 - Replace "error stating file" with friendlier messagesFederico Mena Quintero1-1/+1
2011-04-15GLocalFile: Use _fstati64 rather than stat on Win32Kean Johnston1-3/+9
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-1/+0
2010-06-22Fix build with the Microsoft compilerTor Lillqvist1-2/+4
2010-05-20Bug 619142 – Build fixesDavid Zeuthen1-5/+25
2010-02-15GLocalFileOutputStream: Implement GFileDescriptorBasedChristian Kellner1-7/+23
2009-09-04Bug 594034 - Use g_mkstemp_full() when creating the replacement fileBenjamin Otte1-1/+1
2009-08-27Use the saved errno valueMatthias Clasen1-1/+1
2009-05-20Preserve errno when using g_set_error with _() and g_strerror()Christian Persch1-1/+1
2009-05-15Remove unused variableAlexander Larsson1-1/+0
2009-05-13Local file implementation of GFileIOStream and opsAlexander Larsson1-15/+112
2009-03-17fix attributes argument of query_info methods to be "const char *".Alexander Larsson1-2/+2
2009-03-16Bug 575555 – Use fsync() when replacing files to avoid data loss onAlexander Larsson1-0/+26
2009-02-18Bug 560564 – Replacing a symlink with its linked file truncates theAlexander Larsson1-21/+63
2008-08-23Bug 548988 - g_file_replace fails on Windows when the target file existsTor Lillqvist1-3/+45
2008-07-01Moved all relevant typedefs into these files.Cody Russell1-0/+1
2008-06-22Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin1-1/+1
2008-06-16Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch1-41/+41
2008-06-16chain up unconditionally in finalize() and dispose(). Also don'tMichael Natterer1-3/+2
2008-02-18Use g_unlink/g_rename instead of unlink/rename; do not pass raw filenamesAlexander Larsson1-25/+39
2008-02-18Open files with O_BINARY on windows. (#517140)Alexander Larsson1-6/+10
2008-02-14Correctly check for HAVE_FCHMOD and HAVE_FCHOWNAlexander Larsson1-3/+3
2008-02-06Save errno before calling other funcs that potentially alter it. BugChristian Persch1-28/+56
2008-02-06Fallback to rename() if link() is not available (when no support on targetTomas Bzatek1-6/+10
2008-01-21Whitespace cleanups.Matthias Clasen1-11/+4
2007-12-14Clean up all flags enums to not have _FLAGS in them Make the names of someAlexander Larsson1-3/+3
2007-12-08[gio compiles and links on win32, not sure how much already works] ifdefedHans Breuer1-0/+18
2007-12-05Rename all struct members named: read, write, close, truncate, or mount toAlexander Larsson1-3/+3
2007-12-03[start of port to win32/msvc] HAVE_UNIST_H and _pipe() only includeHans Breuer1-3/+5
2007-11-30More coding style fixesMatthias Clasen1-38/+38
2007-11-28Removed unnecessary fileAlexander Larsson1-14/+15
2007-11-28Added. Added. Added. Added.Alexander Larsson1-0/+2
2007-11-27Fix a typo.Andre Klapper1-1/+1
2007-11-27 Bumps documentation to 93% symbol coverage, touching most Andrew Walton1-29/+0
2007-11-26gio/ docs/reference/gio Merged gio-standalone into glib.Alexander Larsson1-0/+910