| Commit message (Expand) | Author | Age | Files | Lines |
* | SoupSessionAsync: fix the idle_run_queue source handling (again) | Dan Winship | 2012-08-13 | 1 | -4/+17 |
* | Clean up includes | Dan Winship | 2012-07-13 | 1 | -1/+0 |
* | Use GTlsDatabase, add new SoupSession properties for it | Dan Winship | 2011-09-29 | 1 | -0/+2 |
* | Fixes and additions for new introspection scanner | Dan Winship | 2010-09-13 | 1 | -4/+4 |
* | add a few missing introspection annotations | Dan Winship | 2010-08-20 | 1 | -8/+8 |
* | Add macros for checking character classes. Eg, soup_char_is_token() | Dan Winship | 2010-04-09 | 1 | -0/+59 |
* | SoupConnection/SoupSession reorg and cleanup | Dan Winship | 2009-06-06 | 1 | -57/+0 |
* | gtk-doc updates. In particular, document a bunch of convenience #defines, | Dan Winship | 2009-03-08 | 1 | -0/+2 |
* | Add this to schedule a callback in a GMainContext "right away", as opposed | Dan Winship | 2008-07-26 | 1 | -0/+30 |
* | remove prototype for soup_signal_connect_once, which is only used by | Dan Winship | 2008-02-09 | 1 | -13/+6 |
* | Merge libsoup-2.4 branch to trunk | Dan Winship | 2008-01-15 | 1 | -83/+9 |
* | require glib 2.12. check for timegm(). | Dan Winship | 2007-03-17 | 1 | -237/+19 |
* | new method to find a "real" (ie, not comment or whitespace) xml node | Dan Winship | 2006-11-06 | 1 | -0/+17 |
* | fix lots of warnings. Partially from patches from Andrew W. Nosenko, and | Dan Winship | 2006-11-03 | 1 | -8/+9 |
* | make this build | Dan Winship | 2005-11-10 | 1 | -2/+2 |
* | bump version to 2.2.90. This will not be officially released, but once | Dan Winship | 2005-11-10 | 1 | -0/+78 |
* | add/fix lots of gtk-doc comments | Dan Winship | 2004-08-26 | 1 | -3/+20 |
* | Do this less kludgefully, using the magic of GClosure, to fix x86_64 | Dan Winship | 2004-05-11 | 1 | -16/+23 |
* | fix last fix | Dan Winship | 2003-11-18 | 1 | -2/+2 |
* | Change G_LOG_DOMAIN to "libsoup". Remove unused defines. | Dan Winship | 2003-11-18 | 1 | -2/+2 |
* | Remove refcounting, but note whether or not the CA file has been loaded. | Dan Winship | 2003-09-23 | 1 | -67/+0 |
* | Move RESPONSE_BLOCK_SIZE #define here from soup-private.h | Dan Winship | 2003-09-22 | 1 | -304/+13 |
* | Add "authenticate" and "reauthenticate" signals. (invalidate_auth): Remove | Dan Winship | 2003-09-10 | 1 | -25/+0 |
* | Beginnings of improved synchronous API support | Dan Winship | 2003-09-09 | 1 | -13/+0 |
* | Move a bunch of logic here from soup-context. Now the session keeps track | Dan Winship | 2003-09-05 | 1 | -80/+0 |
* | First draft at the new object to maintain formerly-global state. (Not yet | Dan Winship | 2003-09-02 | 1 | -20/+2 |
* | Remove this. RC doesn't let you configure it, and no one has complained, | Dan Winship | 2003-08-19 | 1 | -1/+1 |
* | Make this more like a struct sockaddr again (like it used to be). In | Dan Winship | 2003-08-18 | 1 | -0/+58 |
* | New, split out from soup-context and made into a GObject. | Dan Winship | 2003-08-14 | 1 | -4/+3 |
* | 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 | -8/+62 |
* | Bump development version to 0.7.99. | Alex Graveley | 2002-03-12 | 1 | -52/+258 |
* | Call soup_auth_fn if we don't have auth data in the URI, then call | Alex Graveley | 2001-10-30 | 1 | -0/+24 |
* | Rewritten for the new apis, and to be more clean, and to have many | Alex Graveley | 2001-09-08 | 1 | -0/+1 |
* | impl. (soup_config_ssl_ca_directory): impl. (soup_config_ssl_certificate): | Alex Graveley | 2001-08-26 | 1 | -0/+31 |
* | impl. (soup_set_ssl_ca_dir): impl. (soup_set_ssl_cert_files): impl. | Alex Graveley | 2001-08-26 | 1 | -0/+41 |
* | Update Chris Blizzard's email address. | Alex Graveley | 2001-08-23 | 1 | -1/+1 |
* | Fix bug where only the first valid config token is loaded from the config | Alex Graveley | 2001-07-30 | 1 | -3/+5 |
* | Use g_strncasecmp. | Alex Graveley | 2001-07-10 | 1 | -47/+49 |
* | If we're passing in NULL (to reset the proxy), don't try to | Joe Shaw | 2001-06-15 | 1 | -1/+3 |
* | Implement. Sets the HTTP method for a given message. (soup_message_new): | Joe Shaw | 2001-06-06 | 1 | -1/+1 |
* | Correctly note copyright for soup_base64_encode() to the FSF, and credit | Alex Graveley | 2001-06-01 | 1 | -4/+5 |
* | Fixed all gtk-doc moans in soup-core documentation | Dick Porter | 2001-05-17 | 1 | -2/+1 |
* | Document. Needs more details and descriptions from the SOAP spec. | Alex Graveley | 2001-05-16 | 1 | -1/+78 |
* | SoupSocketConnectFn no longer takes a SoupAddress argument, as it can be | Alex Graveley | 2001-04-23 | 1 | -1/+6 |
* | remove hack to look at internals of GNET by using the new forked GNET :) | Alex Graveley | 2001-03-22 | 1 | -0/+6 |
* | glib idle callback which calls waitpid (nonblockingously) on all the | Alex Graveley | 2001-02-28 | 1 | -1/+15 |
* | cleaned up to no longer link with an SSL library. Added options | Alex Graveley | 2001-02-20 | 1 | -7/+49 |
* | add items left before a release. | alex | 2001-02-12 | 1 | -1/+1 |
* | use absolute paths for soup headers | alex | 2001-02-06 | 1 | -3/+1 |