[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / gio / gcancellable.c
2014-10-27 Philip Withnallgcancellable: Clarify that GSources hold references...
2014-10-07 Matthias ClasenAdd advice on g_cancellable_reset
2014-05-23 Evan Nemersongio: port annotations from the Vala metadata.
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-15 Matthias Clasendocs: let go of *
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias ClasenDocs: Big entity cleanup
2014-02-01 Matthias ClasenDocs: Don't use the emphasis tag
2014-01-31 Daniel MustielesUpdated FSF's address
2013-12-05 Daiki UenoFix documentation typos in GTask and GCancellable examples
2013-11-11 Dan Winshipgcancellable: don't use g_cancellable_connect() in...
2013-10-29 Ryan LortieGCancellable: drop lock for callback during connect()
2013-09-23 Ryan LortieRevert "gcancellable: allow g_cancellable_disconnect...
2013-09-23 Alexander Larssoncancellable: Minor fix to docs
2013-09-23 Ray Strodegcancellable: allow g_cancellable_disconnect from ...
2013-07-13 Dan Winshipgcancellable: update GCancellableSource, fix a race...
2013-07-13 Dan Winshipgsourceclosure: use g_cclosure_marshal_generic
2013-06-24 Emmanuele BassiRename the generated private data getter function
2013-06-24 Emmanuele Bassigio: Use the new private instance data declaration
2012-07-17 Dan Winshipg_cancellable_source_new: don't use a file descriptor
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-18 Javier Jardóngio: Use G_VALUE_INIT
2011-10-04 Ryan LortieGCancellable: use GCond and GMutex directly
2011-10-03 Matthias ClasenReplace static privates by privates
2011-09-21 Ryan LortieG_LOCK: port from GStaticMutex to GMutex
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Colin WaltersAdd glib__private__() API to share between glib,gio...
2011-09-09 Dan WinshipRemove !g_thread_supported() codepaths in gio
2011-08-29 Matthias ClasenSpelling fixes
2011-08-25 Matthias ClasenGCancellable: Small annotation additions
2011-08-19 Stef WalterMerge branch 'concurrent-cancellable'
2011-08-19 Stef Waltergio: GCancellable can be used concurrently
2011-08-01 Owen W. Taylorg_cancellable_get_fd: silently return -1 for NULL cance...
2011-07-26 Ryan LortieMerge branch 'gwakeup'
2011-07-25 Ryan LortieGWakeup: make it private API
2011-07-25 Ryan LortieGCancellable: port to GWakeup
2011-07-10 Colin WaltersGCancellable: Make eventfd() fall back to pipes on...
2011-06-30 Dieter VerfaillieGCancellable: Fix build on Win32
2011-06-28 Colin WaltersGCancellable: Fix build on Win32
2011-06-22 Colin WaltersGCancellable: Use Linux eventfd() instead of pipe
2011-06-20 Colin WaltersStop using glib-genmarshal at build time
2011-05-05 Chun-wei FanUpdate gcancellable.c for Win32
2011-05-04 Colin WaltersRename g_unix_pipe_flags to g_unix_open_pipe
2011-05-03 Colin WaltersGCancellable: Use g_unix_pipe_flags with FD_CLOEXEC
2011-05-03 Colin Waltersg_unix_set_fd_nonblocking: New API to control file...
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-29 Pavel HolejsovskyAdd GI annotation: skip g_cancellable_source_new().
2010-11-26 Dan WinshipGCancellable: add g_cancellable_create_source()
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-07-07 Ryan Lortiegio/: fully remove gioalias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-03 Dan Winshipg_cancellable_release_fd: allow NULL cancellable
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'
2010-03-29 Benjamin OtteFix race in g_cancellable_cancel()
2010-03-29 Benjamin OtteRemove unneccessary variable from g_cancellable_cancel()
2009-11-23 Ryan LortieBug 591214 - Warnings building gcancellable.o
2009-11-20 Juan A. Suarez Romeropriv variable should only be used in win32 code
2009-11-12 Ryan LortieBug 587300 - g_cancellable_disconnect deadlock
2009-09-07 Matthias ClasenMove a assignment to the relevant #ifdef branch
2009-09-01 Benjamin OtteFix gtk-doc syntax
2009-08-19 Benjamin OtteWhen creating a pipe for a cancelled cancellable, write...
2009-08-19 Benjamin OtteImplement g_cancellable_release_fd()
2009-08-19 Benjamin OtteAdd g_cancellable_release_fd()
2009-08-19 Benjamin OtteBug 591714 – Figure out failure handling for g_cancella...
2009-07-07 Ryan LortieMerge branch 'tree-refcount'
2009-07-06 Matthias ClasenFix a segfault in g_cancellable_cancel
2009-07-05 Benjamin Otte[gio] minor improvements to g_cancellable_cancel()
2009-06-24 Richard HughesAllow GCancellable to be subclassed by adding a private...
2009-06-09 Benjamin OtteBug 585189 – g_cancellable_reset() must be called in...
2009-05-30 Hans BreuerInclude io.h for write() on win32
2009-05-20 Alexander LarssonClarify g_cancellable_push_current docs wrt cancellable...
2009-05-15 Alexander LarssonMake cancellable pipe fds close-on-exec
2009-05-06 Alexander LarssonFix gcancellable.c build on non-win32
2009-05-06 Alexander LarssonSimplify GCancellable support on win32
2009-05-03 Matthias ClasenRelease 2.21.0
2009-04-20 Alexander LarssonAdd helpers for connecting/disconnecting to cancelled...
2008-09-26 Dan Winship Bug 505361 - gunixinputstream.c assumes poll() available
2008-09-25 Dan Winship Bug 553426 - cancellable clarifications
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-02-21 Matthias ClasenDoc fixes
2008-01-18 Murray CummingFixed some minor typos in the documentation.
2007-12-18 Matthias ClasenFix up includes in section docs
2007-12-13 Alexander Larssong_push/pop_current_cancellable -> g_cancellable_push...
2007-12-12 Alexander LarssonFix up a bunch of details in the docs.
2007-12-10 15:08:59 Tim Janikmail.gnome.org/archives/gtk-devel-list/2007-October...
2007-12-03 Hans Breuer[start of port to win32/msvc] HAVE_UNIST_H and _pipe...
2007-11-28 Alexander LarssonAdded. Added. Added. Added.
2007-11-27 Andrew Walton Bumps documentation to 93% symbol coverage, touching...
2007-11-26 Alexander Larssongio/ docs/reference/gio Merged gio-standalone into...