summaryrefslogtreecommitdiff
path: root/gio/tests/socket-server.c
Commit message (Expand)AuthorAgeFilesLines
* Rename confusing socket test filenamesMike Salmela2023-04-291-366/+0
* Fix global variable name hidden by local variables in gio/tests/socket-server.cLoic Le Page2022-04-011-4/+4
* Fix missing initializer warning in gio/tests/socket-server.cEmmanuel Fleury2021-05-131-1/+1
* general: Remove a few unhelpful references to ‘master’Philip Withnall2019-04-251-1/+1
* Remove g_type_init() callsRyan Lortie2012-10-161-2/+0
* g_thread_new: never failRyan Lortie2011-10-131-3/+1
* thread: nuke the concept of 'joinable'Ryan Lortie2011-10-131-1/+5
* Don't use deprecated GThread API in gio testsMatthias Clasen2011-10-101-3/+1
* tls: Make g_tls_{client|server}_connection_new() return a GIOStreamBenjamin Otte2010-12-071-2/+2
* Resolve warnings about istream and ostream in socket testChristian Dywan2010-12-031-0/+6
* Add initial TLS (SSL) support to gioDan Winship2010-11-261-78/+86
* remove broken useless initialization in socket-client/socket-serverDan Winship2010-05-071-1/+1
* GSocket: add support for timeoutsDan Winship2010-04-231-0/+15
* gio/tests/socket-client, socket-server: fix for win32Dan Winship2010-04-231-0/+2
* GUnixSocketAddress: handle abstract sockets with non-0-padded namesDan Winship2010-04-221-20/+48
* Fix leaks in GSocketClient and GThreadedResolverDan Winship2009-07-231-0/+1
* Revert "Move gio tests from gio/tests/ to tests/gio/"Matthias Clasen2009-07-051-0/+308
* Move gio tests from gio/tests/ to tests/gio/Benjamin Otte2009-07-011-308/+0
* Add GCancellables to GSocket opsDan Winship2009-06-301-5/+8
* fix warnings from gcc compilation with my mad CFLAGSBenjamin Otte2009-06-291-3/+3
* Read socket state in g_socket_get_local/remote_addressAlexander Larsson2009-05-191-0/+1
* Add test apps for GSocket APIAlexander Larsson2009-05-151-0/+304