summaryrefslogtreecommitdiff
path: root/libsoup/soup-socket.c
Commit message (Expand)AuthorAgeFilesLines
* Always use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-131-18/+36
* socket: Remove soup_socket_is_readable()Michael Catanzaro2019-02-251-11/+0
* soup-socket: fix critical warning when the peer-certificate changes after dis...Carlos Garcia Campos2018-04-201-0/+1
* Port more classes to the new private apiIgnacio Casal Quinteiro2016-12-031-50/+67
* Use Unicode in translatable stringsPiotr Drąg2016-10-271-2/+2
* Add soup_socket_listen_full() internal API which returns an errorStef Walter2016-04-251-3/+20
* libsoup: Remove unnecessary break statementSaurav Babu2015-06-251-1/+0
* soup-socket: remove close-on-disposeDan Winship2015-03-021-17/+18
* SoupSocket: if :use-thread-context, hold a ref on itDan Winship2015-02-281-13/+18
* soup-connection: remove usage of GSocket directlyMarc-André Lureau2015-02-211-0/+11
* soup-socket: fix disconnecting with iostream based socketsMarc-André Lureau2015-02-211-3/+5
* soup-socket: add GIOStream based SoupSocket supportMarc-André Lureau2015-02-211-7/+28
* SoupConnection: fix connection in TLS_HANDSHAKING event signalDan Winship2014-11-231-6/+26
* Add missing array annotations for binary dataEvan Nemerson2014-11-231-3/+5
* Pop the thread default main context not from the callback but from where it w...Sebastian Dröge2014-05-071-4/+3
* Add tls-interaction property to SoupSessionDan Winship2014-05-031-0/+14
* soup-server: add new-and-improved APIsDan Winship2014-05-021-0/+26
* soup-socket: add properties to create a SoupSocket from an fd or GSocketDan Winship2014-05-021-15/+127
* soup-socket: add flag close_on_dispose to SoupSocketDirkjan Ochtman2014-05-021-1/+17
* soup-socket: Add SoupSocketProperties to transfer props from session to socketDan Winship2014-05-021-23/+38
* Add soup-socket-private.hDan Winship2014-05-021-1/+1
* soup-socket: fixed leak in new_socket_client()Slava Monich2014-03-161-2/+7
* SoupSocket: set TCP_NODELAY on socketsDan Winship2013-12-101-0/+1
* socket: Don't leak GTasksChristophe Fergeau2013-11-041-0/+3
* SoupConnection: make methods gio-likeDan Winship2013-10-191-54/+117
* SoupSocket: make handshaking methods gio-likeDan Winship2013-10-191-78/+77
* use libfffi-based generic marshaller instead of glib-genmarshalOlivier Blin2013-06-081-5/+4
* soup-socket: fix another leak in soup_socket_get_http_proxy_uri()Dan Winship2013-06-081-1/+4
* soup-socket: fix a memory leakRichard Röjfors2013-05-211-1/+4
* Fix build on Windows, deprecate soup-portability.hDan Winship2013-04-191-0/+2
* Add SoupSession:proxy-resolverDan Winship2013-03-071-14/+17
* Internal renamings for clarityDan Winship2013-02-161-6/+6
* SoupSocket: Use the local socket, when available, even on client side.Jonh Wendell2013-02-061-0/+3
* SoupSocket: Move the creation of socket clients to a single placeJonh Wendell2013-02-061-18/+20
* docs: Lots of minor fixes and additionsDan Winship2012-12-271-0/+11
* Add per-version deprecation/availability warningsDan Winship2012-11-081-2/+2
* Make it possibe to request the boundary be discarded by SoupFilterInputStreamGustavo Noronha Silva2012-08-201-1/+1
* valgrindageDan Winship2012-08-111-1/+3
* soup-socket.c: fix a use-after-free of a GCancellableDan Winship2012-08-061-1/+2
* SoupSocket: local, remote address are undefined if unconnectedSimon McVittie2012-08-061-2/+32
* SoupSocket: don't emit "readable" on disconnect for blocking socketsDan Winship2012-07-191-2/+4
* Clean up includesDan Winship2012-07-131-8/+1
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-136/+131
* Use g_clear_object(), g_clear_pointer()Dan Winship2012-07-131-6/+3
* Reorganize proxy resolution, and support SOCKS and other proxy typesDan Winship2012-04-281-0/+44
* Move SoupSocket stuff out of soup-message-io.cDan Winship2012-04-281-40/+29
* soup-message-io: use gio streams rather than SoupSocketDan Winship2012-04-171-2/+16
* Add SoupFilterInputStreamDan Winship2012-04-171-102/+61
* Fix some problems with cancelling an async socket connect opDan Winship2012-04-021-8/+19
* Use Makefile.glibDan Winship2012-02-081-4/+4