| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace SoupURI with GUri | Patrick Griffis | 2020-11-14 | 1 | -6/+0 |
* | Minor header reorganization | Patrick Griffis | 2020-11-13 | 1 | -5/+4 |
* | Change soup_add_completion() to not return a GSource | Patrick Griffis | 2020-11-13 | 1 | -1/+1 |
* | misc: Remove unused functions | Patrick Griffis | 2020-11-13 | 1 | -8/+0 |
* | Delete SoupAddress | Patrick Griffis | 2020-09-19 | 1 | -2/+0 |
* | Move accept_languages_from_system() to soup-misc | Patrick Griffis | 2020-09-19 | 1 | -0/+2 |
* | Make more APIs private | Patrick Griffis | 2020-09-19 | 1 | -20/+39 |
* | Reorganize source tree | Patrick Griffis | 2020-09-19 | 1 | -3/+1 |
* | 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 | -3/+9 |
* | Add per-version deprecation/availability warnings | Dan Winship | 2012-11-08 | 1 | -1/+2 |
* | Use GTlsDatabase, add new SoupSession properties for it | Dan Winship | 2011-09-29 | 1 | -10/+1 |
* | soup-gnutls: return SOUP_SSL_ERROR, not G_IO_ERROR, on handshake failure | Dan Winship | 2010-05-22 | 1 | -1/+2 |
* | Add macros for checking character classes. Eg, soup_char_is_token() | Dan Winship | 2010-04-09 | 1 | -0/+15 |
* | Changes to SoupConnection and SoupSession for debugging | Dan Winship | 2009-11-22 | 1 | -0/+9 |
* | _SOUP_ATOMIC_INTERN_STRING: cast result to (const char *) | Dan Winship | 2009-09-11 | 1 | -1/+1 |
* | Re-fix _SOUP_ATOMIC_INTERN_STRING to not cause strict-aliasing warnings | Dan Winship | 2009-07-31 | 1 | -1/+1 |
* | Fix the SOUP_METHOD_* and SOUP_URI_SCHEME_* defines to be threadsafe | Dan Winship | 2009-07-02 | 1 | -0/+2 |
* | libsoup/soup-auth-manager-ntlm.c libsoup/soup-auth-manager.c | Dan Winship | 2008-09-26 | 1 | -1/+1 |
* | Add this to schedule a callback in a GMainContext "right away", as opposed | Dan Winship | 2008-07-26 | 1 | -0/+3 |
* | remove prototype for soup_signal_connect_once, which is only used by | Dan Winship | 2008-02-09 | 1 | -5/+2 |
* | mark the DES magic number arrays const | Dan Winship | 2008-02-09 | 1 | -1/+1 |
* | Merge libsoup-2.4 branch to trunk | Dan Winship | 2008-01-15 | 1 | -38/+10 |
* | add G_BEGIN_DECLS / G_END_DECLS to all installed headers so that libsoup | Jonathon Jongsma | 2007-06-01 | 1 | -0/+4 |
* | require glib 2.12. check for timegm(). | Dan Winship | 2007-03-17 | 1 | -1/+3 |
* | new method to find a "real" (ie, not comment or whitespace) xml node | Dan Winship | 2006-11-06 | 1 | -0/+3 |
* | bump version to 2.2.90. This will not be officially released, but once | Dan Winship | 2005-11-10 | 1 | -0/+14 |
* | add/fix gtk-doc comments, make functions match prototypes, etc | Dan Winship | 2005-06-14 | 1 | -2/+5 |
* | Change G_LOG_DOMAIN to "libsoup". Remove unused defines. | Dan Winship | 2003-11-18 | 1 | -1/+1 |
* | declare soup_ssl_supported. | Dan Winship | 2003-11-18 | 1 | -0/+4 |
* | Remove refcounting, but note whether or not the CA file has been loaded. | Dan Winship | 2003-09-23 | 1 | -11/+0 |
* | Move RESPONSE_BLOCK_SIZE #define here from soup-private.h | Dan Winship | 2003-09-22 | 1 | -55/+34 |
* | Add "authenticate" and "reauthenticate" signals. (invalidate_auth): Remove | Dan Winship | 2003-09-10 | 1 | -10/+0 |
* | Move a bunch of logic here from soup-context. Now the session keeps track | Dan Winship | 2003-09-05 | 1 | -9/+0 |
* | First draft at the new object to maintain formerly-global state. (Not yet | Dan Winship | 2003-09-02 | 1 | -8/+1 |
* | Make this more like a struct sockaddr again (like it used to be). In | Dan Winship | 2003-08-18 | 1 | -0/+7 |
* | Make this an abstract GObject. Tweak some of the interfaces around a | Dan Winship | 2003-08-12 | 1 | -8/+2 |
* | Change old Helix Code refs to Ximian (and update copyright dates). | Dan Winship | 2002-11-15 | 1 | -1/+1 |
* | Split libsoup out of soup. ChangeLog.old contains the original soup | Dan Winship | 2002-11-05 | 1 | -4/+9 |
* | Bump development version to 0.7.99. | Alex Graveley | 2002-03-12 | 1 | -0/+28 |
* | Call soup_auth_fn if we don't have auth data in the URI, then call | Alex Graveley | 2001-10-30 | 1 | -0/+16 |
* | Rewritten for the new apis, and to be more clean, and to have many | Alex Graveley | 2001-09-08 | 1 | -0/+2 |
* | Fix headers for new layout. Ditto. | Alex Graveley | 2001-08-29 | 1 | -4/+3 |
* | impl. (soup_set_ssl_ca_dir): impl. (soup_set_ssl_cert_files): impl. | Alex Graveley | 2001-08-26 | 1 | -0/+9 |
* | Correctly note copyright for soup_base64_encode() to the FSF, and credit | Alex Graveley | 2001-06-01 | 1 | -2/+2 |
* | Fixed all gtk-doc moans in soup-core documentation | Dick Porter | 2001-05-17 | 1 | -1/+1 |
* | remove hack to look at internals of GNET by using the new forked GNET :) | Alex Graveley | 2001-03-22 | 1 | -1/+3 |
* | glib idle callback which calls waitpid (nonblockingously) on all the | Alex Graveley | 2001-02-28 | 1 | -8/+10 |
* | cleaned up to no longer link with an SSL library. Added options | Alex Graveley | 2001-02-20 | 1 | -0/+7 |
* | update to return void from the callback. (main): do not requeue existing | Alex Graveley | 2001-02-15 | 1 | -0/+9 |