cleanup
[platform/upstream/glib.git] / gio / goutputstream.c
2014-10-21 Ryan Lortiedocs: explain inconsistency of _{read,write}_all()
2014-10-21 Ryan LortieAdd g_output_stream_write_all_async()
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-01 Matthias ClasenDocs: Don't use the emphasis tag
2014-01-31 Matthias ClasenDocs: don't use the warning tag
2014-01-31 Daniel MustielesUpdated FSF's address
2013-12-02 Xavier ClaessensDocument clearly async functions not copying its args
2013-11-26 Michael Natterergio: remove precondition checks from g_output_stream_pr...
2013-11-26 Michael Natterergio: add g_output_string_[v]printf()
2013-10-02 Colin Waltersgoutputstream: Add clear warning about short writes...
2013-09-29 Mike RuprechtGOutputStream: Use async read/write of streams in splic...
2013-09-29 Mike RuprechtGOutputStream: Split _close_async for internal use
2013-09-29 Mike RuprechtGOutputStream: Rename _g_output_stream_close_internal...
2013-09-29 Mike RuprechtGOutputStream: Add g_output_stream_async_write_is_via_t...
2013-06-24 Emmanuele BassiRename the generated private data getter function
2013-06-24 Emmanuele Bassigio: Use the new private instance data declaration
2013-02-19 Mike RuprechtGOutputStream: Remove unused SpliceUserData struct
2012-12-18 Colin WaltersGOutputStream: Fix a compiler warning
2012-12-18 Dan Winshipgio: port basic I/O classes from GSimpleAsyncResult...
2012-07-10 Dan Winshipgio: add g_async_result_is_tagged()
2012-07-10 Dan Winshipgio: Add g_async_result_legacy_propagate_error()
2012-07-10 Dan Winshipgio: handle GSimpleAsyncResult errors in _finish vmethods
2012-05-24 Dan Winshipgio: add GBytes-based input/output stream methods
2012-04-27 Dan WinshipFix several recently-introduced bugs in g_output_stream...
2012-04-17 Dan Winshipgio: use GPollable* to implement fallback read_async...
2012-04-04 Dan WinshipFix some gtk-doc stuff
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-11 Evan NemersonGIO: add lots of annotations for Vala bindings
2011-12-05 Benjamin Otteoutputstream: Clarify docs of flush()
2011-09-19 Philip WithnallDon't close stream twice when splicing
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-08-29 Matthias ClasenSpelling fixes
2011-07-06 Dan Winshipg_output_stream_splice: deal with overflow
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-17 Pavel Holejsovsky[gi] Add annotations for GFile, G[File]{Input|Output...
2010-11-03 Christian PerschAdd g_simple_async_report_take_gerror_in_idle
2010-11-03 Christian PerschUse g_simple_async_result_{new_,}take_error
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-24 Johan DahlinAdd a lot of missing annotations
2010-09-17 Dan Winshipg_output_stream_write: fix misleadingly ungrammatical...
2010-08-16 David ZeuthenBug 627071 – g_output_stream_write() clarification
2010-08-16 Matthias ClasenDeclare stream base classes as abstract
2010-07-07 Ryan Lortiegio/: fully remove gioalias hacks
2010-06-10 Colin Walters[Gio] Merge in introspection annotations from gobject...
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-14 Matthias ClasenMerge branch 'gdbus-merge'
2010-05-12 Jesse van den KieboomFlush when closing output stream async
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-11-23 Alexander LarssonAdd g_output_stream_is_closing
2009-09-18 Matthias ClasenFix a lot of clang complaints
2009-05-20 Alexander LarssonCheck that close_fn is not %NULL before calling (#578499)
2009-05-12 Alexander LarssonRemove not actually used member "cancelled"
2008-08-13 Matthias ClasenAdd docs
2008-07-01 Cody RussellMoved all relevant typedefs into these files.
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 Michael Nattererchain up unconditionally in finalize() and dispose...
2008-03-04 Murray CummingTiny documentation corrections.
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-21 Matthias ClasenDoc fixes
2008-02-10 Matthias Clasen/bin/ksh can't handle a for-loop with no arguments...
2008-01-27 Matthias ClasenDeprecate G_GNUC_(PRETTY)_FUNCTION.
2008-01-25 Matthias ClasenString fixes
2008-01-21 Murray CummingDocumentation: Fixed minor typos and added more mention...
2008-01-16 Murray CummingCorrected some typos in the documentation: occured...
2007-12-18 Matthias ClasenFix up includes in section docs
2007-12-14 Alexander LarssonClean up all flags enums to not have _FLAGS in them...
2007-12-13 Alexander Larssong_push/pop_current_cancellable -> g_cancellable_push...
2007-12-10 15:08:59 Tim Janikmail.gnome.org/archives/gtk-devel-list/2007-October...
2007-12-09 A. WaltonMore documentation cleanup and filling in missing infor...
2007-12-05 Alexander LarssonRename all struct members named: read, write, close...
2007-12-04 Alexander LarssonOnly call flush if non-null.
2007-12-04 Dan WinshipMake this take a GError and return a gboolean, and...
2007-12-04 Dan WinshipDon't cheat and unset the "pending" flag around inner...
2007-12-01 Matthias ClasenDoc improvements
2007-11-30 Matthias ClasenMore coding style fixes
2007-11-28 Alexander LarssonAdded. Added. Added. Added.
2007-11-28 Matthias ClasenMore trivial doc fixes
2007-11-27 Andrew Walton Bumps documentation to 93% symbol coverage, touching...
2007-11-26 Alexander Larssongio/ docs/reference/gio Merged gio-standalone into...