| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not include the header exclusion guards in the introspection | Corentin Noël | 2018-06-13 | 1 | -3/+3 |
* | Mark all remaining methods with SOUP_AVAILABLE_IN_2_4 | Ignacio Casal Quinteiro | 2015-11-09 | 1 | -0/+16 |
* | Add/fix some annotations | Dan Winship | 2013-06-29 | 1 | -4/+4 |
* | Make the new SoupSocket APIs private | Dan Winship | 2012-04-20 | 1 | -3/+0 |
* | soup-message-io: use gio streams rather than SoupSocket | Dan Winship | 2012-04-17 | 1 | -0/+2 |
* | Add SoupSession:use-thread-context | Dan Winship | 2011-11-08 | 1 | -0/+1 |
* | Default to TLS for https connections, and fall back to SSLv3 on failure | Dan Winship | 2011-08-07 | 1 | -0/+1 |
* | Add SoupMessage:tls-certificate and SoupMessage:tls-errors | Dan Winship | 2010-12-07 | 1 | -0/+2 |
* | SoupSocket: port to GSocketConnection/GTlsConnection | Dan Winship | 2010-12-07 | 1 | -1/+0 |
* | New SoupMessageFlag to report whether it has dealt with a trusted certificate | Gustavo Noronha Silva | 2010-02-21 | 1 | -8/+9 |
* | Add SOUP_SESSION_SSL_STRICT, to control whether SSL cert errors are fatal | Dan Winship | 2010-02-21 | 1 | -1/+2 |
* | Notice closed connections sooner | Dan Winship | 2009-08-17 | 1 | -0/+1 |
* | use an underscore for struct definitions. Fixes bug #518317. | Benjamin Otte | 2008-02-25 | 1 | -1/+1 |
* | Merge libsoup-2.4 branch to trunk | Dan Winship | 2008-01-15 | 1 | -57/+32 |
* | add G_BEGIN_DECLS / G_END_DECLS to all installed headers so that libsoup | Jonathon Jongsma | 2007-06-01 | 1 | -0/+3 |
* | add a "timeout" property, which gets passed from server to socket, and | Veerapuram Varadhan | 2006-02-24 | 1 | -0/+1 |
* | bump version to 2.2.90. This will not be officially released, but once | Dan Winship | 2005-11-10 | 1 | -0/+1 |
* | use G_GNUC_NULL_TERMINATED. | Dan Winship | 2005-08-15 | 1 | -1/+1 |
* | new method to get the server's listening socket. | Dan Winship | 2005-08-12 | 1 | -0/+1 |
* | add/fix gtk-doc comments, make functions match prototypes, etc | Dan Winship | 2005-06-14 | 1 | -7/+34 |
* | require glib-2.0 >= 2.4.0 | Dan Winship | 2005-04-11 | 1 | -3/+0 |
* | belatedly pull up changes from gnome-2-10 branch | Dan Winship | 2005-04-11 | 1 | -0/+2 |
* | s/guint/gsize/ to match the definitions in soup-socket.c. #52167. | Dan Winship | 2003-12-15 | 1 | -7/+7 |
* | Change G_LOG_DOMAIN to "libsoup". Remove unused defines. | Dan Winship | 2003-11-18 | 1 | -3/+3 |
* | declare soup_ssl_supported. | Dan Winship | 2003-11-18 | 1 | -1/+1 |
* | Remove refcounting, but note whether or not the CA file has been loaded. | Dan Winship | 2003-09-23 | 1 | -12/+10 |
* | Beginnings of improved synchronous API support | Dan Winship | 2003-09-09 | 1 | -13/+14 |
* | Renamed from soup-error.h, with types and defines renamed accordingly. | Dan Winship | 2003-09-03 | 1 | -2/+2 |
* | New header with typedefs, to avoid #include loops among other headers. | Dan Winship | 2003-08-27 | 1 | -5/+3 |
* | New API for doing socket IO. Works both synchronously and asynchronously, | Dan Winship | 2003-08-19 | 1 | -0/+40 |
* | Make this more like a struct sockaddr again (like it used to be). In | Dan Winship | 2003-08-18 | 1 | -54/+29 |
* | add gobject-2.0 to the PKG_CHECK_MODULES call | Dan Winship | 2003-08-12 | 1 | -20/+29 |
* | Change old Helix Code refs to Ximian (and update copyright dates). | Dan Winship | 2002-11-15 | 1 | -2/+2 |
* | Check for IPv6 support in networking headers. | Dan Winship | 2002-11-12 | 1 | -2/+5 |
* | Move the SoupAddress code from soup-socket.c and soup-socket-unix.c to | Dan Winship | 2002-11-11 | 1 | -69/+1 |
* | Split libsoup out of soup. ChangeLog.old contains the original soup | Dan Winship | 2002-11-05 | 1 | -1/+1 |
* | Bump development version to 0.7.99. | Alex Graveley | 2002-03-12 | 1 | -4/+8 |
* | Impl. Use instead of custom header free funcs throughout. | Alex Graveley | 2001-10-05 | 1 | -1/+0 |
* | Add defines for SOUP_PTRACE_ATTACH and SOUP_PTRACE_DETACH to remove | Alex Graveley | 2001-10-02 | 1 | -17/+1 |
* | Remove redundant alloca define. | Alex Graveley | 2001-09-29 | 1 | -2/+9 |
* | Add soup-socket-win.c. | Alex Graveley | 2001-09-29 | 1 | -0/+9 |
* | Added soup_address_copy(). Changed soup_address_new to check whether the | Vladimir Vukicevic | 2001-09-17 | 1 | -0/+2 |
* | Added. | Alex Graveley | 2001-06-01 | 1 | -0/+2 |
* | gtk-doc fixups. | Alex Graveley | 2001-05-22 | 1 | -0/+9 |
* | Fixed all gtk-doc moans in soup-core documentation | Dick Porter | 2001-05-17 | 1 | -2/+2 |
* | SoupSocketConnectFn no longer takes a SoupAddress argument, as it can be | Alex Graveley | 2001-04-23 | 1 | -20/+26 |
* | remove hack to look at internals of GNET by using the new forked GNET :) | Alex Graveley | 2001-03-22 | 1 | -0/+130 |