Silence a bunch of -Wunused-but-set-variable warnings
[platform/upstream/glib.git] / gio / gsocket.c
2011-04-08 David ZeuthenSilence a bunch of -Wunused-but-set-variable warnings
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-03 Thomas Kristensenrevents may have been cleared by GMain before dispatch().
2010-12-29 Pavel HolejsovskyAdd GI annotations to Gio lowlevel network support...
2010-11-26 Dan WinshipImplement closure-related methods for gio GSource types
2010-11-03 Ryan LortieSwitch GTimeSpec users to int64 microseconds
2010-10-27 Ryan Lortieswitch GSocket to monotonic time for timeouts
2010-10-22 Dan WinshipGSocket: set protocol when using g_socket_new_from_fd()
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-09 Joe Marcus ClarkeBug 628904 – Add credential support for FreeBSD and...
2010-08-19 Dan WinshipGSocket: store the remote_address when connecting
2010-08-16 David ZeuthenGSocket: Properly initialize msg.msg_control
2010-08-15 Dan WinshipAlways do async vs sync correctly in GSocketConnection...
2010-08-01 Milan CrhaSilence valgrind
2010-07-20 David ZeuthenBug 617483 – Credentials passing
2010-07-15 Julien Cristaugio: don't assume that SOCK_CLOEXEC is supported whenev...
2010-07-11 Colin WaltersAnnotate all custom GIO GSource using g_source_set_name
2010-07-07 Ryan Lortiegio/: fully remove gioalias hacks
2010-06-22 Dan WinshipGSocketInput/OutputStream: fix non-blocking on Windows
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-06 Javier JardónDo not include "glib.h" in gio files
2010-05-03 Tor LillqvistFix misspelled identifier in the Win32 code
2010-04-27 Dan WinshipGSocket: fix garbled error messages on windows
2010-04-26 David ZeuthenBug 616877 – Several issues with g_socket_receive_message
2010-04-23 Dan WinshipGSocket: add support for timeouts
2010-04-23 Dan WinshipGSocket: Merge the unix and windows socket sources...
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-14 Thomas KristensenClose the socket event in finalizer instead of in close...
2010-03-12 Tor LillqvistThe SO_KEEPALIVE value seems to actually be a char...
2010-01-30 Ryan LortieGIO: Remove trailing "." from Since: tags in docs
2009-11-12 Ryan LortieGSocket.receive_message: fix bogus allocation math
2009-09-11 James Huntg_socket_send_message() fails due to invalid sendmsg...
2009-08-19 Dan WinshipUse MSG_NOSIGNAL in GSocket if it's available
2009-08-19 Benjamin OtteUse 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-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