Bug 591714 – Figure out failure handling for g_cancellable_make_pollfd()
[platform/upstream/glib.git] / gio / gsocket.c
2009-08-19 Benjamin OtteBug 591714 – Figure out failure handling for g_cancella...
2009-07-07 Ryan LortieMerge branch 'tree-refcount'
2009-06-30 Dan WinshipAdd GCancellables to GSocket ops
2009-06-20 Matthias ClasenFix build on mingw
2009-06-15 Matthias ClasenInclude sys/uio.h for struct iovec
2009-06-12 Ryan Lortieadd g_socket_speaks_ipv4()
2009-06-01 Dan WinshipClarify some GSocket docs
2009-06-01 Dan WinshipMisc networking build fixes
2009-05-28 Matthias ClasenAnother pedantic docs fix
2009-05-27 Matthias ClasenDocumentation and coding style fixups
2009-05-20 Alexander LarssonFix connect on win32
2009-05-20 Alexander LarssonFix build on win32
2009-05-20 Christian PerschUse g_set_error_literal
2009-05-20 Dan WinshipIgnore SIGPIPE when using GSocket
2009-05-20 Alexander LarssonRemove protocol names, instead use an enum with common...
2009-05-20 Alexander LarssonClarify "current condition" in g_socket_create_source...
2009-05-19 Alexander LarssonAdd g_socket_shutdown
2009-05-19 Alexander LarssonRename g_socket_check_pending_error to g_socket_check_c...
2009-05-19 Alexander LarssonUpdate docs on listen backlog
2009-05-19 Alexander LarssonRead socket state in g_socket_get_local/remote_address
2009-05-19 Alexander LarssonClean up refereces to @protocol_id in g_socket_new...
2009-05-18 Alexander LarssonIgnore error when setting SO_REUSEADDR
2009-05-18 Alexander LarssonAdd GError to g_socket_address_to_native
2009-05-18 Alexander LarssonUpdate the docs for the new network APIs
2009-05-15 Alexander LarssonAdd references to highlevel classes in GSocket docs
2009-05-15 Alexander LarssonStore protocol by id, add lookup function for name
2009-05-14 Alexander LarssonMake GSocketSourceFunc return the GSocket
2009-05-14 Alexander LarssonSet optlen before calling getsockopt
2009-05-14 Alexander LarssonImport GInitable, GSocket and dependencies from gnio