Fix the retry-on-broken-connection codepath for SoupRequest
[platform/upstream/libsoup.git] / tests / simple-httpd.c
2012-07-13 Dan WinshipClean up includes
2012-02-08 Robert Swaintests: simple-httpd: Don't leak index_path string
2011-11-05 Dan WinshipSoupSession: add some API for handling redirections
2011-10-26 Dan Winshipremove unnecessary libgthread references
2009-04-03 Dan Winship Bug 576760 – soup_message_headers_get_content_type...
2008-10-30 Dan Winshipdo directory listings. (wrote this a long time ago...
2008-03-13 Xan Lopezg_thread_init should be called before any other glib...
2008-02-09 Dan WinshipAdd an iterator type for SoupMessageHeaders.
2008-02-07 Dan WinshipNew method that lets the application set a callback...
2008-02-03 Dan Winshipfix default connections-per-host again; it was defined...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2006-07-21 Dan Winshipinitialize encoding to SOUP_TRANSFER_CONTENT_LENGTH...
2005-04-19 Tor LillqvistCall AC_LIBTOOL_WIN32_DLL. Check for Win32, set Automak...
2004-01-12 Dan WinshipAdd a g_thread_init() so this works again.
2003-09-23 Dan WinshipRemove refcounting, but note whether or not the CA...
2003-09-03 Dan WinshipRenamed from soup-error.h, with types and defines renam...
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-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...