summaryrefslogtreecommitdiff
path: root/tests/simple-proxy.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-26remove unnecessary libgthread referencesDan Winship1-1/+0
2010-04-10soup_auth_domain_covers: skip the URI path check with proxy auth domainsDan Winship1-5/+21
2010-01-23tests/simple-proxy.c: remove obvious dead assignment noted by clangDan Winship1-1/+0
2008-04-05 Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship1-2/+2
2008-03-13g_thread_init should be called before any other glib function.Xan Lopez1-1/+1
2008-01-15Merge libsoup-2.4 branch to trunkDan Winship1-34/+36
2007-10-28ref the socket around the processing of the message, since otherwise itDan Winship1-3/+2
2006-05-29add a new state "FINISHING" which means "done I/O, but not yet doneDan Winship1-0/+1
2003-12-19New. An interface for objects that want to act on every message passingDan Winship1-1/+1
2003-12-17comment out some code that doesn't work currentlyDan Winship1-0/+2
2003-12-17Add gthread to glib checkDan Winship1-1/+1
2003-09-23Remove refcounting, but note whether or not the CA file has been loaded.Dan Winship1-1/+2
2003-09-17Replaces the three previous soup_connection_new* functions and usesDan Winship1-1/+1
2003-09-09 Beginnings of improved synchronous API supportDan Winship1-1/+1
2003-09-03Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship1-3/+4
2003-09-02First draft at the new object to maintain formerly-global state. (Not yetDan Winship1-1/+6
2003-08-29Major rewrite. There is now only a single IO state object (instead of oneDan Winship1-4/+75
2003-08-27New header with typedefs, to avoid #include loops among other headers.Dan Winship1-0/+1
2003-08-25Take a uri string instead of a context. Also, swap the args (so the methodDan Winship1-1/+1
2003-08-22belated fix to make this compile againDan Winship1-0/+1
2003-08-20Make this a GObject. (Note that since SoupMessage was not refcountedDan Winship1-0/+2
2003-08-19Make this a GObject. Remove SoupServerMessage code (toDan Winship1-1/+2
2003-08-18Make this more like a struct sockaddr again (like it used to be). InDan Winship1-1/+1
2003-08-12add gobject-2.0 to the PKG_CHECK_MODULES callDan Winship1-0/+12
2003-08-12 Pull over some new test programs from the soup-refactoring branch,Dan Winship1-0/+77