summaryrefslogtreecommitdiff
path: root/libsoup/soup-socket.c
Commit message (Expand)AuthorAgeFilesLines
* SoupServer: add exciting new APIs, deprecate musty old oneswip/serverDan Winship2013-12-111-0/+26
* 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
* SoupMessage: add network-event signalDan Winship2011-12-221-0/+48
* SoupConnection: belatedly fix up unix-only codeDan Winship2011-12-221-0/+8
* Require glib 2.31 and update to new thread APIsDan Winship2011-12-011-22/+22
* Add SoupSession:use-thread-contextDan Winship2011-11-081-5/+44
* Fix SoupMessage https status information to be set more reliablyDan Winship2011-10-201-4/+9
* Use GTlsDatabase, add new SoupSession properties for itDan Winship2011-09-291-26/+12
* Lots of gtk-doc fixes (no code changes)Dan Winship2011-09-221-2/+2
* soup-socket: fix tls-errors propertyDan Winship2011-09-191-4/+3
* Default to TLS for https connections, and fall back to SSLv3 on failureDan Winship2011-08-071-5/+37
* SoupConnection: do TLS handshake at connection timeDan Winship2011-08-071-0/+57
* Soup-2.4.gir: add missing introspection data from Vala bindingsEvan Nemerson2011-08-041-3/+3
* Fix memory leaks, update libsoup.suppDan Winship2011-04-071-0/+3
* soup_socket_get_remote_address: fixDan Winship2011-03-211-1/+1
* Set SoupMessage:tls-certificate from SoupSocket:tls-certificate soonerDan Winship2010-12-071-7/+32
* Add SoupMessage:tls-certificate and SoupMessage:tls-errorsDan Winship2010-12-071-16/+55
* SoupSocket: port to GSocketConnection/GTlsConnectionDan Winship2010-12-071-380/+218
* SoupSocket: tweak GMainContext handlingDan Winship2010-11-231-3/+4
* Try all IP addrs associated with a hostname if the first failsDan Winship2010-08-141-234/+93
* Misc SoupConnection API improvementsDan Winship2010-06-091-2/+10
* Make SoupConnection warn if disposed "incorrectly"Dan Winship2010-06-091-6/+31
* Fix SoupSessionAsync to handle very early aborts betterDan Winship2010-05-161-32/+62