| Commit message (Expand) | Author | Age | Files | Lines |
| * | gio: add GBytes-based input/output stream methods | Dan Winship | 2012-05-24 | 1 | -0/+157 |
| * | Fix several recently-introduced bugs in g_output_stream_write_async() | Dan Winship | 2012-04-27 | 1 | -2/+13 |
| * | gio: use GPollable* to implement fallback read_async/write_async | Dan Winship | 2012-04-17 | 1 | -2/+64 |
| * | Fix some gtk-doc stuff | Dan Winship | 2012-04-04 | 1 | -4/+4 |
| * | GIO: add lots of annotations for Vala bindings | Evan Nemerson | 2012-01-11 | 1 | -0/+2 |
| * | outputstream: Clarify docs of flush() | Benjamin Otte | 2011-12-05 | 1 | -3/+5 |
| * | Don't close stream twice when splicing | Philip Withnall | 2011-09-19 | 1 | -35/+53 |
| * | Spelling fixes | Matthias Clasen | 2011-08-29 | 1 | -11/+11 |
| * | g_output_stream_splice: deal with overflow | Dan Winship | 2011-07-06 | 1 | -3/+12 |
| * | [gi] Add annotations for GFile, G[File]{Input|Output|IO}Stream. | Pavel Holejsovsky | 2010-12-17 | 1 | -18/+18 |
| * | Add g_simple_async_report_take_gerror_in_idle | Christian Persch | 2010-11-03 | 1 | -8/+4 |
| * | Use g_simple_async_result_{new_,}take_error | Christian Persch | 2010-11-03 | 1 | -17/+6 |
| * | Add a lot of missing annotations | Johan Dahlin | 2010-09-24 | 1 | -3/+3 |
| * | g_output_stream_write: fix misleadingly ungrammatical documentation | Dan Winship | 2010-09-17 | 1 | -5/+6 |
| * | Bug 627071 – g_output_stream_write() clarification | David Zeuthen | 2010-08-16 | 1 | -0/+4 |
| * | Declare stream base classes as abstract | Matthias Clasen | 2010-08-16 | 1 | -1/+1 |
| * | gio/: fully remove gioalias hacks | Ryan Lortie | 2010-07-07 | 1 | -4/+0 |
| * | [Gio] Merge in introspection annotations from gobject-introspection gio-2.0.c | Colin Walters | 2010-06-10 | 1 | -3/+3 |
| * | Flush when closing output stream async | Jesse van den Kieboom | 2010-05-12 | 1 | -7/+110 |
| * | Add g_output_stream_is_closing | Alexander Larsson | 2009-11-23 | 1 | -1/+28 |
| * | Fix a lot of clang complaints | Matthias Clasen | 2009-09-18 | 1 | -19/+15 |
| * | Check that close_fn is not %NULL before calling (#578499) | Alexander Larsson | 2009-05-20 | 1 | -7/+11 |
| * | Remove not actually used member "cancelled" | Alexander Larsson | 2009-05-12 | 1 | -1/+0 |
| * | Add docs | Matthias Clasen | 2008-08-13 | 1 | -0/+7 |
| * | Moved all relevant typedefs into these files. | Cody Russell | 2008-07-01 | 1 | -0/+4 |
| * | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
| * | Use g_set_error_literal where appropriate. Patch from bug #535947. | Christian Persch | 2008-06-16 | 1 | -13/+13 |
| * | chain up unconditionally in finalize() and dispose(). Also don't | Michael Natterer | 2008-06-16 | 1 | -6/+4 |
| * | Tiny documentation corrections. | Murray Cumming | 2008-03-04 | 1 | -1/+1 |
| * | Fixup translator comments (#518578). | Wouter Bolsterlee | 2008-02-25 | 1 | -4/+4 |
| * | Fix a few typos in translator comments and documentation. | Wouter Bolsterlee | 2008-02-25 | 1 | -1/+1 |
| * | Add translator comments (#518578) | Alexander Larsson | 2008-02-25 | 1 | -0/+3 |
| * | Doc fixes | Matthias Clasen | 2008-02-21 | 1 | -1/+1 |
| * | /bin/ksh can't handle a for-loop with no arguments, so add a "." for when | Matthias Clasen | 2008-02-10 | 1 | -2/+2 |
| * | Deprecate G_GNUC_(PRETTY)_FUNCTION. | Matthias Clasen | 2008-01-27 | 1 | -3/+2 |
| * | String fixes | Matthias Clasen | 2008-01-25 | 1 | -2/+4 |
| * | Documentation: Fixed minor typos and added more mentions of specific | Murray Cumming | 2008-01-21 | 1 | -8/+19 |
| * | Corrected some typos in the documentation: occured -> occurred. its -> | Murray Cumming | 2008-01-16 | 1 | -1/+1 |
| * | Fix up includes in section docs | Matthias Clasen | 2007-12-18 | 1 | -1/+1 |
| * | Clean up all flags enums to not have _FLAGS in them Make the names of some | Alexander Larsson | 2007-12-14 | 1 | -2/+2 |
| * | g_push/pop_current_cancellable -> g_cancellable_push/pop_current | Alexander Larsson | 2007-12-13 | 1 | -8/+8 |
| * | http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html | 15:08:59 Tim Janik | 2007-12-10 | 1 | -3/+3 |
| * | More documentation cleanup and filling in missing information, bringing | A. Walton | 2007-12-09 | 1 | -2/+2 |
| * | Rename all struct members named: read, write, close, truncate, or mount to | Alexander Larsson | 2007-12-05 | 1 | -13/+13 |
| * | Only call flush if non-null. | Alexander Larsson | 2007-12-04 | 1 | -1/+4 |
| * | Make this take a GError and return a gboolean, and do the "outstanding | Dan Winship | 2007-12-04 | 1 | -127/+91 |
| * | Don't cheat and unset the "pending" flag around inner calls. Instead, call | Dan Winship | 2007-12-04 | 1 | -16/+19 |
| * | Doc improvements | Matthias Clasen | 2007-12-01 | 1 | -1/+1 |
| * | More coding style fixes | Matthias Clasen | 2007-11-30 | 1 | -130/+135 |
| * | Added. Added. Added. Added. | Alexander Larsson | 2007-11-28 | 1 | -0/+5 |