[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / gio / tests / socket-client.c
2012-10-16 Ryan LortieRemove g_type_init() calls
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-13 Ryan Lortieg_thread_new: never fail
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-10 Matthias ClasenDon't use deprecated GThread API in gio tests
2011-10-04 Dan Winshipgio/tests/socket-client: fix a crash (and some indentation)
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-10 Matthias ClasenAvoid some compiler warnings
2011-08-04 Stef WalterGTlsDatabase and related objects
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-07 Benjamin Ottetls: Make g_tls_{client|server}_connection_new() return...
2010-12-03 Christian DywanResolve warnings about istream and ostream in socket...
2010-11-26 Dan WinshipAdd initial TLS (SSL) support to gio
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-14 Matthias ClasenMerge branch 'gdbus-merge'
2010-05-07 Dan Winshipremove broken useless initialization in socket-client...
2010-04-23 Dan WinshipGSocket: add support for timeouts
2010-04-23 Dan Winshipgio/tests/socket-client, socket-server: fix for win32
2010-04-22 Dan WinshipGUnixSocketAddress: handle abstract sockets with non...
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-07-23 Dan WinshipFix leaks in GSocketClient and GThreadedResolver
2009-07-07 Ryan LortieMerge branch 'tree-refcount'
2009-07-06 Matthias ClasenRevert "Move gio tests from gio/tests/ to tests/gio/"
2009-07-01 Benjamin OtteMove gio tests from gio/tests/ to tests/gio/
2009-06-30 Dan WinshipAdd GCancellables to GSocket ops
2009-05-15 Alexander LarssonAdd test apps for GSocket API