summaryrefslogtreecommitdiff
path: root/libsoup/soup-client-input-stream.c
Commit message (Expand)AuthorAgeFilesLines
* Always use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-131-1/+2
* Port some of the classes to the new glib private apiIgnacio Casal Quinteiro2016-11-141-5/+2
* Prefix signal ID enum entries with SIGNAL_ to avoid using EOFPhilip Withnall2016-07-121-4/+4
* Fix SoupClientInputStream close on errorDan Winship2013-11-041-2/+7
* Fix soup_client_input_stream_close to not blockDan Winship2013-09-291-5/+7
* Fix asynchronicity of soup_session_queue_message() on plain SoupSessionDan Winship2013-09-281-2/+2
* use libfffi-based generic marshaller instead of glib-genmarshalOlivier Blin2013-06-081-2/+1
* SoupCache: add SoupContentProcessor supportSergio Villar Senin2012-12-181-23/+0
* port to GTaskDan Winship2012-10-221-41/+34
* valgrindageDan Winship2012-08-111-0/+11
* soup-client-input-stream: don't chain up from close/close_asyncDan Winship2012-07-131-36/+14
* Clean up includesDan Winship2012-07-131-3/+1
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-6/+6
* Use g_clear_object(), g_clear_pointer()Dan Winship2012-07-131-2/+1
* soup-client-input-stream: emit SoupMessage::got-chunkSergio Villar Senin2012-04-251-0/+23
* SoupHTTPRequest: O brave new world!Dan Winship2012-04-171-0/+280