Fix g_socket_get_available() with TCP on Windows
[platform/upstream/glib.git] / gio / gsocket.c
2014-02-15 Dan WinshipFix g_socket_get_available() with TCP on Windows
2014-02-09 Matthias ClasenDocs: Drop entities, switch away from sgml mode
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-01 Matthias ClasenDocs: Big entity cleanup
2014-01-31 Daniel MustielesUpdated FSF's address
2013-11-20 Dan WinshipRequire POSIX.1 (1990) compliance on unix
2013-10-04 Dan Winshipgcredentials: add Solaris support
2013-10-04 Dan Winshipgcredentials: add internal macros to simplify all the...
2013-09-24 Svante Signellgio/gsocket.c: Fix error code checks when SOCK_CLOEXEC...
2013-08-31 Dan Winshipgsocket: Fix g_socket_get_available_bytes() on Windows...
2013-08-29 Dan Winshipgsocket: make GSocketSource trigger on G_IO_NVAL
2013-08-22 Sebastian DrögeGSocket – GSocketSource finalizing not threadsafe on...
2013-08-19 Sebastian DrögeGSocket – Implement multicast interface selection on...
2013-08-17 Dan WinshipGSocket: fix g_socket_bind() allow_reuse semantics
2013-08-17 Dan WinshipGSocket: fix broadcast documentation
2013-07-30 Dan Winshipgsocket: fix a cut-and-pasted error message
2013-07-13 Dan WinshipRemove some unnecessary source prepare/check functions
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
2013-01-23 Dan WinshipGNetworkMonitorNetlink: make the netlink socket cloexec
2013-01-13 Rico Tzschichholzgio: add some missing array annotations with their...
2012-12-18 PHOgsocket: Work around broken CMSG_FIRSTHDR()
2012-12-17 Dan Winshipgsocket: improve sockopt handling for IPv4-wrapped...
2012-12-12 Dan Winshipgsocket: add getsockopt/setsockopt wrappers
2012-12-12 Dan WinshipAdd gnetworking.h
2012-11-15 Dan Winshipwin32: work around broken winsock prototypes
2012-11-15 Dan Winshipwin32: misc warning fixes
2012-11-15 Wim Taymansgsocket: fix joining/leaving multicast groups
2012-11-11 Dan WinshipRevert "Return correct value for g_socket_get_available...
2012-11-11 Sebastian DrögeAdd caching for the receiver addresses for g_socket_rec...
2012-11-10 Sebastian DrögeReturn correct value for g_socket_get_available_bytes...
2012-11-09 John RallsFix poll able streams for Darwin (and probably BSD)
2012-08-17 Matthias ClasenMiscellaneous string fixes
2012-08-06 Matthias ClasenSolaris build fix for GIO
2012-05-15 Dan WinshipAdd g_type_ensure() and use it rather than playing...
2012-04-25 Dan Winshipgsocket: test if family is <= 0, not < 0
2012-04-04 Rodrigo MoyaAlways include G_SOCKET_FAMILY_UNIX value in GSocketFamily
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-02-29 Andoni Morales Ala... gsocket: fix compilation when ENOTSOCK and WSANOTSOCK...
2012-02-20 Dan Winshipgsocket: add g_socket_condition_timed_wait()
2012-02-10 Marc-André Lureausocket/win32: flush pending read before signaling HUP
2012-01-30 Matthias ClasenSome more documentation fixes
2012-01-24 Dan WinshipGSocket: fix complile on platforms without source-speci...
2012-01-18 Dan Winshipgsocket: make this compile on Windows again
2012-01-16 Dan Winshipgsocket: Use alternate IPv6 multicast group sockopt...
2012-01-16 Sebastian DrögeGSocket: Use correct type for SO_BROADCAST parameter
2012-01-16 Sebastian DrögeGSocket: Reset the timeout in the GSocket GSource after...
2012-01-16 Ole André Vadla... GSocket: Add function to get the currently available...
2012-01-16 Sebastian DrögeGSocket: Add function to set/get the broadcast setting...
2012-01-16 Sebastian DrögeGSocket: Add function for setting unicast TTL
2012-01-16 Sebastian DrögeGSocket: Add support for source-specific multicast...
2012-01-16 Sebastian DrögeGSocket: Add possibility to join a multicast group...
2012-01-16 Dan WinshipGSocket: Add multicast-related functions
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-11 Evan NemersonGIO: add lots of annotations for Vala bindings
2012-01-04 Claudio SaavedraGSocket: fix a couple of return values
2012-01-04 Claudio SaavedraGSocket: add some more g_return_if_fail()s
2011-11-15 Dan WinshipGSocketClient: improve error messages on connection...
2011-10-18 Javier Jardóngio: Use G_VALUE_INIT
2011-10-04 Chun-wei FanBug 660851: Update GIO for changes in GThread API
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-04 Dan Winshipgsocket: fix win32 build
2011-09-03 Dan Winshipgsocket: fix g_socket_details_from_fd() on Solaris
2011-08-29 Matthias ClasenSpelling fixes
2011-08-27 Dan WinshipGSocket: fix GIOCondition on timed-out socket operation
2011-07-24 Dan WinshipGSocket: fix connected state after async connect
2011-06-20 Colin WaltersStop using glib-genmarshal at build time
2011-05-28 Neil Robertsgsocket: Fix some cases of returning error without...
2011-05-28 Neil Robertsgsocket: Fix the error message for a failed g_socket_sh...
2011-05-27 Antoine JacoutotAdd glib credentials support to OpenBSD.
2011-05-05 Colin WaltersGSocket: Use MSG_CMSG_CLOEXEC
2011-05-03 Colin Waltersg_unix_set_fd_nonblocking: New API to control file...
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-09 Dan WinshipGSocket: clarify g_socket_receive documentation
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
next