543504 – crash in Epiphany Web Browser: Opening local file
[platform/upstream/glib.git] / gio / gfile.c
2008-07-20 Matthias Clasen543504 – crash in Epiphany Web Browser: Opening local...
2008-07-18 Matthias ClasenFix a segfault
2008-07-16 Matthias ClasenMore documentation fixes
2008-07-16 Matthias ClasenSmall documentation fixes
2008-07-09 Matthias ClasenDoc improvement
2008-07-02 Matthias ClasenAdd g_file_monitor
2008-07-01 Cody RussellMoved all relevant typedefs into these files.
2008-06-30 Matthias ClasenClarify docs. Patch by Jared Moore
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-16 Christian PerschUse g_set_error_literal where appropriate. Patch from...
2008-06-16 Matthias ClasenMake includes more uniform
2008-06-11 Ross BurtonBug 511367 - add g_file_make_directory_with_parents.
2008-06-11 Matthias ClasenDon't unref before last use
2008-06-10 Paolo Borellido not leak the output stream.
2008-05-13 Bastien NoceraA URI scheme must start with a letter, even if later...
2008-04-15 Mukund SivaramanFixed typos in gtk-doc comments.
2008-04-08 Tomas BzatekDoc update
2008-04-08 Matthias Clasen Bug 526796 – Wrong order of arguments in g_file...
2008-03-31 A. WaltonAlways return a GFileType enum value (#520715).
2008-03-31 Matthias ClasenAdd g_file_query_file_type convenience function to...
2008-03-31 Matthias ClasenFix some documentation typos. (#524950, Rob Bradford)
2008-03-28 Alexander LarssonFix up last commit.
2008-03-28 Alexander LarssonFallback to g_file_query_info for source size if
2008-03-19 Alexander LarssonBump block side for copy to 64k to minimize overhead...
2008-03-10 Murray CummingMinor spelling correction in documentation: existance...
2008-03-06 Alexander LarssonAdd g_return_val_if_fail check (#520700)
2008-03-04 Alexander LarssonRemove deprecated symbols we kept for one release.
2008-03-01 Benjamin Otteclarify docs for g_file_delete().
2008-02-25 Wouter BolsterleeFixup translator comments (#518578).
2008-02-25 Wouter BolsterleeFix a few typos in translator comments and documentation.
2008-02-25 Alexander LarssonAdd translator comments (#518578)
2008-02-25 Alexander LarssonReintroduce g_file_contains_file, keep around for one...
2008-02-25 Alexander LarssonRemove deprecated g_file_contains_file.
2008-02-21 Matthias ClasenDoc fixes
2008-02-21 David ZeuthenImplement this function by moving bits from glocalfilei...
2008-02-21 Alexander LarssonFix doc typo
2008-02-21 Alexander LarssonFix doc typo
2008-02-21 Alexander LarssonAdd more documentation about how GFiles work (from...
2008-02-21 Alexander LarssonAdd new g_file_has_prefix that does the same as g_file_...
2008-02-20 Benjamin Otteeven more cases of not returning in error path
2008-02-20 Benjamin Ottereturn from function in error path.
2008-02-11 Alexander LarssonAdded GMountMountFlags enum and added a flags argument...
2008-02-06 Murray CummingFixed some minor typos in documentation.
2008-02-06 Tomas BzatekDocumentation update of error codes
2008-01-29 Alexander LarssonAdd docs
2008-01-29 Alexander LarssonAdd g_file_query_default_handler utility to easily...
2008-01-28 Matthias ClasenFix docs
2008-01-27 Murray CummingDocument that the new_etags output gchar* should be...
2008-01-25 Matthias ClasenMake GIOSchedulerJobFunc return boolean Keep calling...
2008-01-24 Alexander LarssonAdd g_file_copy_async() (#511580) Based on patch from...
2008-01-21 Matthias ClasenDocumentation updates
2008-01-20 Murray Cummingdocumentation: Fixed more minor typos.
2008-01-18 Murray CummingFixed some minor typos in the documentation.
2008-01-17 Alexander LarssonAdd async version of find_enclosing_mount with default...
2008-01-17 Alexander LarssonAllow calls to implementation of copy and write even...
2008-01-16 Murray CummingCorrected some typos in the documentation: occured...
2008-01-16 Alexander LarssonAdd g_file_query_exists (#508771)
2008-01-15 Murray CummingFor async functions that have no non-async version...
2008-01-14 Alexander LarssonDon't set error here, since we fallback to polling...
2008-01-14 Alexander LarssonAdd GError to file monitor calls
2008-01-11 Murray CummingClarify the sentence about GAsyncReadyCallback, and...
2008-01-09 Murray Cumming*_async() functions: Several small corrections to the...
2008-01-07 Alexander LarssonBuild test subdir after . Remove gdirectorymonitor...
2008-01-01 Wouter BolsterleeExpanded the g_file_new_for_commandline_arg description...
2007-12-20 Alexander LarssonFile attribute renames: std:: -> standard:: fs:: -...
2007-12-20 Alexander LarssonAdd GMountUnmountFlags to all unmount and eject calls...
2007-12-19 David ZeuthenIntroduce g_volume_monitor_adopt_orphan_mount() functio...
2007-12-18 Matthias ClasenFix up includes in section docs
2007-12-17 Alexander LarssonAdd doc comments about what GFile operations are guaran...
2007-12-14 Alexander LarssonMove GFileAttributeValue to a private header, as its...
2007-12-14 Alexander LarssonClean up all flags enums to not have _FLAGS in them...
2007-12-13 Alexander LarssonRename g_mount_for_location to g_file_mount_enclosing_v...
2007-12-12 Alexander LarssonFix up a bunch of details in the docs.
2007-12-11 David ZeuthenRework how volumes, drives and volume monitoring is...
2007-12-10 15:08:59 Tim Janikmail.gnome.org/archives/gtk-devel-list/2007-October...
2007-12-10 Alexander LarssonDon't hardcode '/' (#502727)
2007-12-09 A. WaltonMore documentation cleanup and filling in missing infor...
2007-12-07 Alexander LarssonUpdate docs wrt etags
2007-12-05 Alexander LarssonRename all struct members named: read, write, close...
2007-12-03 Matthias ClasenImprove docs
2007-12-03 Alexander LarssonAdd G_FILE_COPY_NO_FALLBACK_FOR_MOVE flag
2007-12-02 A. WaltonDocumentation accuracy fixes.
2007-12-01 Matthias ClasenDoc improvements
2007-11-30 Matthias ClasenAdd docs for etags
2007-11-30 Matthias ClasenExplain I/O priorieties
2007-11-29 Andrew WaltonFixes unknown meaning in GAppLaunchContext docs. Clarif...
2007-11-29 Matthias ClasenCoding style fixups
2007-11-28 Alexander LarssonRemoved unnecessary file
2007-11-28 Alexander LarssonAdded. Added. Added. Added.
2007-11-28 Matthias ClasenAnother round of trivial doc fixes
2007-11-28 Matthias ClasenMore trivial doc fixes
2007-11-28 Matthias ClasenClean up some docs
2007-11-27 Andrew Walton Bumps documentation to 93% symbol coverage, touching...
2007-11-26 Alexander Larssongio/ docs/reference/gio Merged gio-standalone into...