add missing slash in %configure
[platform/upstream/libsoup.git] / tests / chunk-test.c
2014-11-04 Zhang zhengguangImported Upstream version 2.46.0 upstream/2.46.0
2012-12-17 Dan Winshipsoup-message: deprecate soup_message_set_chunk_allocator()
2012-07-13 Dan WinshipClean up includes
2012-04-18 Dan Winshipsoup-message-io: use gio streams rather than SoupSocket
2012-01-27 Dan Winshipchunk-test: add a check that wrote-body-data gives...
2011-11-05 Dan WinshipSoupSession: add some API for handling redirections
2011-08-16 Dan WinshipAdd SOUP_MESSAGE_CAN_REBUILD, for regeneratable streame...
2011-03-21 David WoodhouseAdd restarted streaming chunk-test, which is where...
2011-03-21 David WoodhouseAdd client streaming test to chunk-test.c
2010-06-11 Dan WinshipAllow calling soup_test_server_new() multiple times...
2009-09-11 Dan WinshipFix leaks in test programs, update libsoup.supp
2009-07-27 Dan WinshipDo not discard the request body after sending, even...
2009-04-03 Dan Winship Bug 576760 – soup_message_headers_get_content_type...
2009-03-27 Dan Winship Bug 576583 - Tests fail if "localhost" resolves to ::1
2009-01-29 Dan WinshipFix this; previously it would discard the entire messag...
2008-09-30 Dan Winshipsoup_value_hash_insert_value() copies the value, so...
2008-09-30 Dan Winshipstore the GSource in priv, don't ref the session. Other...
2008-04-05 Dan WinshipNew, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can...
2008-04-05 Dan Winship Misc fixes noticed by "sparse" or by running gcc with...
2008-04-04 Dan Winshipadd a new signal "wrote-body-data" to address the probl...