summaryrefslogtreecommitdiff
path: root/tests/chunk-test.c
Commit message (Expand)AuthorAgeFilesLines
* Fix leaks in test programs, update libsoup.suppDan Winship2009-09-111-5/+10
* Do not discard the request body after sending, even if !accumulateDan Winship2009-07-271-0/+4
* Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship2009-04-031-3/+6
* Bug 576583 - Tests fail if "localhost" resolves to ::1Dan Winship2009-03-271-1/+1
* Fix this; previously it would discard the entire message body afterDan Winship2009-01-291-0/+62
* soup_value_hash_insert_value() copies the value, so we have toDan Winship2008-09-301-1/+2
* store the GSource in priv, don't ref the session. Otherwise the sessionDan Winship2008-09-301-2/+1
* New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either theDan Winship2008-04-051-3/+2
* Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship2008-04-051-1/+1
* add a new signal "wrote-body-data" to address the problem thatDan Winship2008-04-041-0/+314