summaryrefslogtreecommitdiff
path: root/gio/tests/socket.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Skip GSocket tests if setting up a server failsPhilip Withnall2018-04-131-33/+96
* Add socket postmortem testMichael Catanzaro2017-10-241-0/+48
* gio/tests/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* socket: set fd field to -1 after closing socketChristian Hergert2016-05-041-0/+4
* gsocket: Fix error behaviour of g_socket_send_messages()Philip Withnall2015-10-011-2/+19
* gsocket: Add g_socket_receive_messages()Philip Withnall2015-10-011-0/+163
* gio/tests/socket.c: fix on OS XDan Winship2015-06-291-2/+4
* gio/tests/socket.c: clean up a test case a bitDan Winship2015-06-291-15/+18
* gsocket: add a testcase that shows a hang on win32Paolo Borelli2015-01-171-0/+94
* gio/tests/socket: fix one of the new testsDan Winship2014-12-141-0/+1
* gio/tests/socket: add unit test for g_socket_send_messages()Tim-Philipp Müller2014-12-111-0/+55
* gio/tests/socket: add datagram version of test_ip_syncTim-Philipp Müller2014-12-111-7/+163
* gio/tests/socket: add test for g_socket_send_message()Tim-Philipp Müller2014-12-111-0/+30
* gsocket: add G_IO_ERROR_CONNECTION_CLOSEDDan Winship2014-11-291-6/+32
* gio/tests/socket: add some missing g_assert_no_error()sDan Winship2014-07-211-0/+5
* gio/tests/socket: fix minor memleakTim-Philipp Müller2014-06-131-0/+1
* gio/tests/socket: Update to check the error codeDan Winship2014-03-301-1/+7
* gio/tests/socket: skip IPv6 tests on IPv6-less machinesDan Winship2014-03-211-0/+32
* Fix g_socket_get_available() with TCP on WindowsDan Winship2014-02-151-23/+84
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gio/tests/socket: fix warning building on win32Dan Winship2013-08-311-5/+1
* gio/tests/socket: add test for g_socket_get_available_bytes()Sebastian Dröge2013-08-311-0/+76
* GSocket: fix g_socket_bind() allow_reuse semanticsDan Winship2013-08-171-0/+79
* GInetSocketAddress: fix the byte order of flowinfo and scope_idDan Winship2013-01-301-2/+2
* ipv6_v4mapped: force pass even if we don't speak IPv4Antoine Jacoutot2013-01-091-0/+12
* Add gnetworking.hDan Winship2012-12-121-2/+1
* Revert "Return correct value for g_socket_get_available_bytes() on Windows an...Dan Winship2012-11-111-53/+0
* Return correct value for g_socket_get_available_bytes() on Windows and OSXSebastian Dröge2012-11-091-0/+53
* Allow slightly too big poll duration in /socket/timed_wait testAntoine Jacoutot2012-10-191-1/+1
* Remove g_type_init() callsRyan Lortie2012-10-161-1/+0
* Allow slightly too small poll duration in /socket/timed_wait testMartin Pitt2012-06-261-1/+1
* gsocket: add g_socket_condition_timed_wait()Dan Winship2012-02-201-1/+52
* gio/tests: add /socket/close_graceful testMarc-André Lureau2012-02-101-0/+85
* GInetSocketAddress: add IPv6 flowinfo and scope_id fieldsDan Winship2012-01-161-0/+40
* Plug some leaks in the GIO testsSimon McVittie2011-12-141-0/+3
* g_thread_new: never failRyan Lortie2011-10-131-2/+1
* thread: nuke the concept of 'joinable'Ryan Lortie2011-10-131-1/+1
* Don't use deprecated GThread API in gio testsMatthias Clasen2011-10-101-1/+1
* GSocketAddress: create IPv4 addresses for IPv6 mapped-IPv4 addressesDan Winship2011-08-291-5/+102
* GSocket: fix GIOCondition on timed-out socket operationDan Winship2011-08-271-2/+2
* gio/tests/socket: add some basic IPv4 and IPv6 testsDan Winship2011-07-241-3/+378
* Make g_unix_connection_send_fd() work as expected.Daiki Ueno2011-01-121-0/+105
* GSocket: set protocol when using g_socket_new_from_fd()Dan Winship2010-10-221-0/+86