tests: add cache-test
[platform/upstream/libsoup.git] / tests / simple-proxy.c
2012-10-22 Dan WinshipRemove now-unnecessary g_type_init() calls
2012-07-26 Paweł ForysiukFix building with MinGW compiler
2012-07-13 Dan WinshipClean up includes
2011-10-26 Dan Winshipremove unnecessary libgthread references
2010-04-10 Dan Winshipsoup_auth_domain_covers: skip the URI path check with...
2010-01-23 Dan Winshiptests/simple-proxy.c: remove obvious dead assignment...
2008-04-05 Dan Winship Misc fixes noticed by "sparse" or by running gcc with...
2008-03-13 Xan Lopezg_thread_init should be called before any other glib...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-10-28 Dan Winshipref the socket around the processing of the message...
2006-05-29 Dan Winshipadd a new state "FINISHING" which means "done I/O,...
2003-12-19 Dan WinshipNew. An interface for objects that want to act on every...
2003-12-17 Dan Winshipcomment out some code that doesn't work currently
2003-12-17 Dan WinshipAdd gthread to glib check
2003-09-23 Dan WinshipRemove refcounting, but note whether or not the CA...
2003-09-17 Dan WinshipReplaces the three previous soup_connection_new* functi...
2003-09-09 Dan Winship Beginnings of improved synchronous API support
2003-09-03 Dan WinshipRenamed from soup-error.h, with types and defines renam...
2003-09-02 Dan WinshipFirst draft at the new object to maintain formerly...
2003-08-29 Dan WinshipMajor rewrite. There is now only a single IO state...
2003-08-27 Dan WinshipNew header with typedefs, to avoid #include loops among...
2003-08-25 Dan WinshipTake a uri string instead of a context. Also, swap...
2003-08-22 Dan Winshipbelated fix to make this compile again
2003-08-20 Dan WinshipMake this a GObject. (Note that since SoupMessage was...
2003-08-19 Dan WinshipMake this a GObject. Remove SoupServerMessage code (to
2003-08-18 Dan WinshipMake this more like a struct sockaddr again (like it...
2003-08-12 Dan Winshipadd gobject-2.0 to the PKG_CHECK_MODULES call
2003-08-12 Dan Winship Pull over some new test programs from the soup-refacto...