Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: Remove trailing newlines from g_message()/g_warning()/g_error()s | Philip Withnall | 2018-04-27 | 1 | -3/+3 |
* | Remove g_type_init() calls | Ryan Lortie | 2012-10-16 | 1 | -2/+0 |
* | Add GSocketClient::event, for tracking socket client status | Dan Winship | 2011-12-22 | 1 | -0/+23 |
* | g_thread_new: never fail | Ryan Lortie | 2011-10-13 | 1 | -3/+1 |
* | thread: nuke the concept of 'joinable' | Ryan Lortie | 2011-10-13 | 1 | -1/+5 |
* | Don't use deprecated GThread API in gio tests | Matthias Clasen | 2011-10-10 | 1 | -2/+1 |
* | GSocketClient: add a timeout property | Dan Winship | 2010-08-14 | 1 | -0/+5 |
* | Fix leaks in GSocketClient and GThreadedResolver | Dan Winship | 2009-07-23 | 1 | -4/+21 |
* | Revert "Move gio tests from gio/tests/ to tests/gio/" | Matthias Clasen | 2009-07-05 | 1 | -0/+163 |
* | Move gio tests from gio/tests/ to tests/gio/ | Benjamin Otte | 2009-07-01 | 1 | -163/+0 |
* | Add support for graceful disconnect to GTcpConnection | Alexander Larsson | 2009-05-20 | 1 | -3/+46 |
* | Add send-data, a g_socket_client test case | Alexander Larsson | 2009-05-19 | 1 | -0/+120 |