summaryrefslogtreecommitdiff
path: root/tests/chunk-test.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-17soup-message: deprecate soup_message_set_chunk_allocator()Dan Winship1-0/+2
2012-07-13Clean up includesDan Winship1-9/+0
2012-04-17soup-message-io: use gio streams rather than SoupSocketDan Winship1-10/+0
2012-01-27chunk-test: add a check that wrote-body-data gives the right dataDan Winship1-0/+56
2011-11-05SoupSession: add some API for handling redirectionsDan Winship1-3/+1
2011-08-16Add SOUP_MESSAGE_CAN_REBUILD, for regeneratable streamed request bodiesDan Winship1-44/+68
2011-03-21Add restarted streaming chunk-test, which is where it really starts to get funDavid Woodhouse1-14/+66
2011-03-21Add client streaming test to chunk-test.cDavid Woodhouse1-7/+37
2010-06-11Allow calling soup_test_server_new() multiple times in test programsDan Winship1-0/+1
2009-09-11Fix leaks in test programs, update libsoup.suppDan Winship1-5/+10
2009-07-27Do not discard the request body after sending, even if !accumulateDan Winship1-0/+4
2009-04-03 Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship1-3/+6
2009-03-27 Bug 576583 - Tests fail if "localhost" resolves to ::1Dan Winship1-1/+1
2009-01-29Fix this; previously it would discard the entire message body afterDan Winship1-0/+62
2008-09-30soup_value_hash_insert_value() copies the value, so we have toDan Winship1-1/+2
2008-09-30store the GSource in priv, don't ref the session. Otherwise the sessionDan Winship1-2/+1
2008-04-05New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either theDan Winship1-3/+2
2008-04-05 Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship1-1/+1
2008-04-04add a new signal "wrote-body-data" to address the problem thatDan Winship1-0/+314