[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / gio / gsocket.c
2014-07-21 Dan Winshipgsocket: Set SO_NOSIGPIPE on sockets on Darwin
2014-07-21 Dan Winshipgsocket: move set_fd_nonblocking() into g_socket_constr...
2014-06-28 Patrick Welchegcredentials: add NetBSD support
2014-06-23 Philip Withnallgsocket: Document that g_socket_create_source() holds...
2014-05-15 Philip Withnallgsocket: Add missing preconditions to g_socket_send_mes...
2014-04-16 Philip Withnallgio: Document that GSocket is not thread safe
2014-03-30 Dan Winshipgio: move Winsock error mapping to g_io_error_from_win3...
2014-03-23 Olivier CrêteGSocket: ignore timed out state when not relevant
2014-02-22 Ryan Lortiegsocket: use check/prepare only on win32
2014-02-22 Ryan Lortiegsocket: use _add_unix_fd() instead of _add_poll()
2014-02-22 Ryan Lortiegsocket: make use of g_source_set_ready_time()
2014-02-22 Ryan Lortiegsocket: don't abuse GPollFD.revents field
2014-02-22 Ryan Lortiegsocket: use cancellable child source
2014-02-22 Ryan Lortiegsocket: trivial typo fix
2014-02-17 Dan Winshipgsocket: fix g_socket_condition_timed_wait() recovery...
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()
next