Age | Commit message (Expand) | Author | Files | Lines |
2014-11-04 | Imported Upstream version 2.46.0upstream/2.46.0 | Zhang zhengguang | 1 | -229/+173 |
2013-03-06 | SoupAuthManager: deal with "disappearing" auth headers | Dan Winship | 1 | -1/+77 |
2013-03-06 | SoupSession: break infinite loops | Dan Winship | 1 | -0/+51 |
2013-02-19 | tests: do skipped tests properly | Dan Winship | 1 | -0/+12 |
2012-12-04 | Better handle the failure of URI embedded credentials | Martin Robinson | 1 | -1/+4 |
2012-07-13 | Clean up includes | Dan Winship | 1 | -14/+2 |
2012-02-12 | valgrind run... | Dan Winship | 1 | -0/+2 |
2011-11-13 | auth-test: add a test for server-closes-connection-during-auth | Dan Winship | 1 | -0/+95 |
2011-11-13 | auth-test: reorganize this a bit to be more like other test programs | Dan Winship | 1 | -127/+136 |
2011-04-07 | Fix memory leaks, update libsoup.supp | Dan Winship | 1 | -2/+4 |
2010-12-09 | SoupAuthManager: implement subfeatures for adding/removing auth types | Dan Winship | 1 | -12/+33 |
2010-11-14 | Add tests to auth-test for password-in-URI | Sergio Villar Senin | 1 | -59/+123 |
2010-06-11 | Allow calling soup_test_server_new() multiple times in test programs | Dan Winship | 1 | -0/+1 |
2010-06-09 | tests/auth-test: clean up a bit and fix async auth test logic | Dan Winship | 1 | -18/+41 |
2009-09-11 | Fix leaks in test programs, update libsoup.supp | Dan Winship | 1 | -0/+4 |
2009-05-21 | Don't emit "authenticate" until a message is actually sent and fails. | Dan Winship | 1 | -14/+58 |
2009-04-03 | Bug 576760 – soup_message_headers_get_content_type returns bad headers | Dan Winship | 1 | -3/+4 |
2009-03-27 | Bug 576583 - Tests fail if "localhost" resolves to ::1 | Dan Winship | 1 | -2/+2 |
2008-11-28 | Fix this so we choose the *strongest* auth type first, rather than the | Dan Winship | 1 | -0/+212 |
2008-09-30 | store the GSource in priv, don't ref the session. Otherwise the session | Dan Winship | 1 | -10/+5 |
2008-04-05 | Misc fixes noticed by "sparse" or by running gcc with additional | Dan Winship | 1 | -4/+5 |
2008-03-16 | Define two new signals, request_queued and request_unqueued, to provided a | Dan Winship | 1 | -0/+51 |
2008-01-16 | Allow the session authenticate signal to be handled asynchronously, by | Dan Winship | 1 | -3/+152 |
2008-01-15 | Merge libsoup-2.4 branch to trunk | Dan Winship | 1 | -103/+207 |
2007-11-21 | don't leak the SoupAddress. | Dan Winship | 1 | -0/+2 |
2007-10-28 | free proxy-related stuff | Dan Winship | 1 | -0/+3 |
2007-10-28 | Make these less verbose by default (to make it easier to see what failed | Dan Winship | 1 | -43/+52 |
2007-03-17 | get/set auth/proxy_auth info for a message. | Dan Winship | 1 | -0/+82 |
2006-06-09 | Add tests for apache, output tests/httpd.conf | Dan Winship | 1 | -79/+79 |
2003-12-17 | Add gthread to glib check | Dan Winship | 1 | -37/+38 |
2003-09-22 | Move RESPONSE_BLOCK_SIZE #define here from soup-private.h | Dan Winship | 1 | -1/+0 |
2003-09-17 | Replaces the three previous soup_connection_new* functions and uses | Dan Winship | 1 | -11/+11 |
2003-09-10 | Add "authenticate" and "reauthenticate" signals. (invalidate_auth): Remove | Dan Winship | 1 | -49/+115 |
2003-09-10 | Remove the "status" field from here, since it's mostly used by | Dan Winship | 1 | -1/+0 |
2003-09-09 | Beginnings of improved synchronous API support | Dan Winship | 1 | -2/+1 |
2003-09-05 | Move a bunch of logic here from soup-context. Now the session keeps track | Dan Winship | 1 | -5/+4 |
2003-09-03 | Renamed from soup-error.h, with types and defines renamed accordingly. | Dan Winship | 1 | -10/+10 |
2003-09-02 | First draft at the new object to maintain formerly-global state. (Not yet | Dan Winship | 1 | -6/+8 |
2003-08-29 | Major rewrite. There is now only a single IO state object (instead of one | Dan Winship | 1 | -1/+1 |
2003-08-25 | Take a uri string instead of a context. Also, swap the args (so the method | Dan Winship | 1 | -10/+8 |
2003-08-20 | Make this a GObject. (Note that since SoupMessage was not refcounted | Dan Winship | 1 | -1/+1 |
2003-08-12 | Make this an abstract GObject. Tweak some of the interfaces around a | Dan Winship | 1 | -2/+2 |
2003-08-12 | add gobject-2.0 to the PKG_CHECK_MODULES call | Dan Winship | 1 | -0/+2 |
2003-08-11 | These are all really SoupContext functions, so move them to soup-context.clibsoup-2-0-branch-base | Dan Winship | 1 | -0/+273 |