summaryrefslogtreecommitdiff
path: root/gio/src/socketclient.ccg
Commit message (Expand)AuthorAgeFilesLines
* Add Gio::giomm_SignalProxy_async_callback() with C linkageKjell Ahlstedt2023-03-311-9/+9
* Gio: Use _WRAP_METHOD(..., ignore_deprecations)Kjell Ahlstedt2021-11-261-13/+0
* Gio::SocketClient, TlsClientConnection: Ignore some deprecationsKjell Ahlstedt2021-11-241-0/+13
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-03-261-1/+1
* Rewrite Gio::Tls[Client,Server]ConnectionImplKjell Ahlstedt2020-08-121-19/+0
* Gio::SocketClient::signal_event(): Fix wrapping of 'connection' paramKjell Ahlstedt2020-07-311-0/+19
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-4/+1
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-67/+30
* Gio: Use of nullptr instead of 0.Murray Cumming2015-11-201-4/+4
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-8/+8
* Simplified lots of code by using the {?} _WRAP_METHOD() syntax.Murray Cumming2012-09-151-40/+0
* Gio: Added some methods.Murray Cumming2010-11-101-2/+43
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-27/+0
* Use Glib::unwrap() instead of ->gobj(),Murray Cumming2010-01-291-3/+3
* Add non-cancellable versions of a bunch of SocketClient functionsJonathon Jongsma2010-01-031-0/+111
* Wrap SocketClient, SocketConnection, TcpConnection, UnixConnectionJonathon Jongsma2010-01-021-0/+83