| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add SoupSession:use-thread-context | Dan Winship | 2011-11-08 | 1 | -5/+44 |
* | Fix SoupMessage https status information to be set more reliably | Dan Winship | 2011-10-20 | 1 | -4/+9 |
* | Use GTlsDatabase, add new SoupSession properties for it | Dan Winship | 2011-09-29 | 1 | -26/+12 |
* | Lots of gtk-doc fixes (no code changes) | Dan Winship | 2011-09-22 | 1 | -2/+2 |
* | soup-socket: fix tls-errors property | Dan Winship | 2011-09-19 | 1 | -4/+3 |
* | Default to TLS for https connections, and fall back to SSLv3 on failure | Dan Winship | 2011-08-07 | 1 | -5/+37 |
* | SoupConnection: do TLS handshake at connection time | Dan Winship | 2011-08-07 | 1 | -0/+57 |
* | Soup-2.4.gir: add missing introspection data from Vala bindings | Evan Nemerson | 2011-08-04 | 1 | -3/+3 |
* | Fix memory leaks, update libsoup.supp | Dan Winship | 2011-04-07 | 1 | -0/+3 |
* | soup_socket_get_remote_address: fix | Dan Winship | 2011-03-21 | 1 | -1/+1 |
* | Set SoupMessage:tls-certificate from SoupSocket:tls-certificate sooner | Dan Winship | 2010-12-07 | 1 | -7/+32 |
* | Add SoupMessage:tls-certificate and SoupMessage:tls-errors | Dan Winship | 2010-12-07 | 1 | -16/+55 |
* | SoupSocket: port to GSocketConnection/GTlsConnection | Dan Winship | 2010-12-07 | 1 | -380/+218 |
* | SoupSocket: tweak GMainContext handling | Dan Winship | 2010-11-23 | 1 | -3/+4 |
* | Try all IP addrs associated with a hostname if the first fails | Dan Winship | 2010-08-14 | 1 | -234/+93 |
* | Misc SoupConnection API improvements | Dan Winship | 2010-06-09 | 1 | -2/+10 |
* | Make SoupConnection warn if disposed "incorrectly" | Dan Winship | 2010-06-09 | 1 | -6/+31 |
* | Fix SoupSessionAsync to handle very early aborts better | Dan Winship | 2010-05-16 | 1 | -32/+62 |
* | Add gobject-introspection support | Andreas Rottmann | 2010-04-26 | 1 | -3/+3 |
* | New SoupMessageFlag to report whether it has dealt with a trusted certificate | Gustavo Noronha Silva | 2010-02-21 | 1 | -0/+31 |
* | Add SOUP_SESSION_SSL_STRICT, to control whether SSL cert errors are fatal | Dan Winship | 2010-02-21 | 1 | -4/+40 |
* | Ensure WSAStartup() is called on Windows more reliably | Tor Lillqvist | 2009-11-05 | 1 | -6/+12 |
* | Fix the latest round of "Connection terminated unexpectedly" errors | Dan Winship | 2009-10-18 | 1 | -2/+12 |
* | Belatedly clean up some dns/socket-related stuff | Dan Winship | 2009-10-13 | 1 | -9/+3 |
* | Keep reference on SoupSocket while emitting signals | Olivier Crête | 2009-09-12 | 1 | -0/+7 |
* | Notice closed connections sooner | Dan Winship | 2009-08-17 | 1 | -0/+8 |
* | Make SOUP_SESSION_TIMEOUT also affect async connection | Mark Nauwelaerts | 2009-07-12 | 1 | -0/+29 |
* | Bug 574414 – Make SOUP_SESSION_TIMEOUT work with SoupSessionAsync | Dan Winship | 2009-04-18 | 1 | -0/+59 |
* | gtk-doc updates. In particular, document a bunch of convenience #defines, | Dan Winship | 2009-03-08 | 1 | -0/+42 |
* | explain why @len normally needs to be at least @boundary_len+1. Suggested | Dan Winship | 2009-02-19 | 1 | -13/+49 |
* | Add this to schedule a callback in a GMainContext "right away", as opposed | Dan Winship | 2008-07-26 | 1 | -4/+4 |
* | The SO_RCVTIMEO and SO_SNDTIMEO options to setsockopt() take int values, | Tor Lillqvist | 2008-06-04 | 1 | -1/+14 |
* | Fixes for GnuTLS support on Win32. #528752, patch from Marc Maurer | Dan Winship | 2008-04-20 | 1 | -1/+2 |
* | globally ignore SIGPIPE rather than only doing it around socket write | Dan Winship | 2008-04-05 | 1 | -9/+4 |
* | Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_property functions. | Xan Lopez | 2008-03-13 | 1 | -0/+2 |
* | ensure that nread/nwrote parameters aren't NULL. They are also properly | Benjamin Otte | 2008-02-27 | 1 | -2/+10 |
* | Misc gtk-doc fix-ups | Dan Winship | 2008-02-10 | 1 | -0/+14 |
* | update documentation to new API | Benjamin Otte | 2008-02-03 | 1 | -1/+1 |
* | Allow autogening even without AM_PATH_LIBGCRYPT available | Tor Lillqvist | 2008-01-24 | 1 | -1/+2 |
* | Merge libsoup-2.4 branch to trunk | Dan Winship | 2008-01-15 | 1 | -397/+351 |
* | clarify docs for new-connetion signal. | Benjamin Otte | 2008-01-09 | 1 | -1/+3 |
* | Patch from Andrew W. Nosenko: | Dan Winship | 2006-11-20 | 1 | -2/+5 |
* | fix lots of warnings. Partially from patches from Andrew W. Nosenko, and | Dan Winship | 2006-11-03 | 1 | -4/+4 |
* | #include <sys/time.h> for struct timeval. #342048 | Dan Winship | 2006-05-26 | 1 | -0/+1 |
* | Take a GMainContext as well, and update the resolution code to dispatch | Dan Winship | 2006-03-03 | 1 | -1/+2 |
* | add a "timeout" property, which gets passed from server to socket, and | Veerapuram Varadhan | 2006-02-24 | 1 | -0/+44 |
* | bump version to 2.2.90. This will not be officially released, but once | Dan Winship | 2005-11-10 | 1 | -43/+70 |
* | (socket_read_watch, read_from_network, socket_write_watch, | Dan Winship | 2005-10-27 | 1 | -5/+15 |
* | unref the SoupAddress passed to soup_socket_connect to avoid a leak. Based | Dan Winship | 2005-10-27 | 1 | -2/+8 |
* | Fix compilation errors. | Tambet Ingo | 2005-08-15 | 1 | -6/+6 |