summaryrefslogtreecommitdiff
path: root/libsoup/soup-socket.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add gobject-introspection supportAndreas Rottmann2010-04-261-3/+3
* New SoupMessageFlag to report whether it has dealt with a trusted certificateGustavo Noronha Silva2010-02-211-0/+31
* Add SOUP_SESSION_SSL_STRICT, to control whether SSL cert errors are fatalDan Winship2010-02-211-4/+40
* Ensure WSAStartup() is called on Windows more reliablyTor Lillqvist2009-11-051-6/+12
* Fix the latest round of "Connection terminated unexpectedly" errorsDan Winship2009-10-181-2/+12
* Belatedly clean up some dns/socket-related stuffDan Winship2009-10-131-9/+3
* Keep reference on SoupSocket while emitting signalsOlivier Crête2009-09-121-0/+7
* Notice closed connections soonerDan Winship2009-08-171-0/+8
* Make SOUP_SESSION_TIMEOUT also affect async connectionMark Nauwelaerts2009-07-121-0/+29
* Bug 574414 – Make SOUP_SESSION_TIMEOUT work with SoupSessionAsyncDan Winship2009-04-181-0/+59
* gtk-doc updates. In particular, document a bunch of convenience #defines,Dan Winship2009-03-081-0/+42
* explain why @len normally needs to be at least @boundary_len+1. SuggestedDan Winship2009-02-191-13/+49
* Add this to schedule a callback in a GMainContext "right away", as opposedDan Winship2008-07-261-4/+4
* The SO_RCVTIMEO and SO_SNDTIMEO options to setsockopt() take int values,Tor Lillqvist2008-06-041-1/+14
* Fixes for GnuTLS support on Win32. #528752, patch from Marc MaurerDan Winship2008-04-201-1/+2
* globally ignore SIGPIPE rather than only doing it around socket writeDan Winship2008-04-051-9/+4
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_property functions.Xan Lopez2008-03-131-0/+2
* ensure that nread/nwrote parameters aren't NULL. They are also properlyBenjamin Otte2008-02-271-2/+10
* Misc gtk-doc fix-upsDan Winship2008-02-101-0/+14
* update documentation to new APIBenjamin Otte2008-02-031-1/+1
* Allow autogening even without AM_PATH_LIBGCRYPT availableTor Lillqvist2008-01-241-1/+2
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-397/+351
* clarify docs for new-connetion signal.Benjamin Otte2008-01-091-1/+3
* Patch from Andrew W. Nosenko:Dan Winship2006-11-201-2/+5
* fix lots of warnings. Partially from patches from Andrew W. Nosenko, andDan Winship2006-11-031-4/+4
* #include <sys/time.h> for struct timeval. #342048Dan Winship2006-05-261-0/+1
* Take a GMainContext as well, and update the resolution code to dispatchDan Winship2006-03-031-1/+2
* add a "timeout" property, which gets passed from server to socket, andVeerapuram Varadhan2006-02-241-0/+44
* bump version to 2.2.90. This will not be officially released, but onceDan Winship2005-11-101-43/+70
* (socket_read_watch, read_from_network, socket_write_watch,Dan Winship2005-10-271-5/+15
* unref the SoupAddress passed to soup_socket_connect to avoid a leak. BasedDan Winship2005-10-271-2/+8
* Fix compilation errors.Tambet Ingo2005-08-151-6/+6