summaryrefslogtreecommitdiff
path: root/libsoup/soup-message-io.c
Commit message (Expand)AuthorAgeFilesLines
* Remove SoupRequest APIcarlosgc/simple-apiCarlos Garcia Campos2020-10-191-4/+4
* session: add io priority parameter to soup_session_send_async()Carlos Garcia Campos2020-10-191-2/+17
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-355/+113
* io: split soup-message-io into client and serverCarlos Garcia Campos2020-10-091-389/+205
* message: add support for stream based request bodyCarlos Garcia Campos2020-10-081-22/+96
* session: remove new_api parameters from soup_session_append_queue_itemcarlosgc/no-new-apiCarlos Garcia Campos2020-10-011-7/+3
* session: stop using the old API way to queue messagesCarlos Garcia Campos2020-10-011-13/+13
* session: use gio async style for soup_message_io_run_until_readCarlos Garcia Campos2020-10-011-19/+110
* Replace SoupBuffer with GBytesPatrick Griffis2020-09-191-31/+21
* Modernize GObject declarationsPatrick Griffis2020-09-191-3/+3
* Remove SoupSessionAsyncPatrick Griffis2020-09-191-2/+1
* Delete SoupSessionSyncPatrick Griffis2020-09-191-10/+4
* Make more APIs privatePatrick Griffis2020-09-191-1/+1
* Reorganize source treePatrick Griffis2020-09-191-2/+2
* Remove deprecated SoupChunkAllocator APIsPatrick Griffis2020-09-191-14/+5
* soup-message-io: Add sysprof profiling support for HTTP connectionsPhilip Withnall2020-07-271-0/+39
* SoupMessage: seal access to private membersClaudio Saavedra2019-07-101-54/+36
* add limit on maximum header size to avoid DOS (bug #792173)Michele Dionisio2018-02-091-0/+9
* soup-message-io: Do not fail when there's no empty line after headersCarlos Garcia Campos2017-08-071-13/+8
* Async request never completes if message is cancelled before reading body dat...Carlos Garcia Campos2017-05-031-1/+1
* soup-misc: add a GDestroyNotify to soup_add_completion_reffed()Dan Winship2016-12-031-1/+1
* libsoup: leak fixes and other valgrindageDan Winship2015-03-021-4/+10
* soup-message-io: fix up async body close semanticsDan Winship2015-03-021-8/+11
* soup-message-io: add soup_message_io_steal()Dan Winship2015-03-011-4/+46
* soup-server: add "early" handlersDan Winship2015-03-011-4/+13
* soup-message-io: do an async close when doing non-blocking I/ODan Winship2014-11-021-7/+64
* soup-message-io: slight tweak to callback/error handlingDan Winship2014-05-021-6/+5
* Fix SoupClientInputStream close on errorDan Winship2013-11-041-11/+14
* Fix 'return with no value' warningFabiano FidĂȘncio2013-10-221-1/+1
* soup-message-io: fix early SoupClientInputStream close caseDan Winship2013-10-191-1/+1
* Fix soup_client_input_stream_close to not blockDan Winship2013-09-291-0/+10
* Fix asynchronicity of soup_session_queue_message() on plain SoupSessionDan Winship2013-09-281-39/+49
* soup-session: Fix a crash when destroying a NULL unpause sourcePhilip Withnall2013-07-051-2/+1
* soup-message-io: fix crash when doing unpause+cancelDan Winship2012-12-111-1/+4
* SoupRequest: Return better GErrors on parsing failuresDan Winship2012-12-101-1/+1
* SoupConnection: track reusability internallyDan Winship2012-11-021-2/+0
* Added SoupContentProcessor support to SoupMessage, SoupContentDecoder & SoupC...Sergio Villar Senin2012-11-021-32/+62
* SoupBodyInputStream: make it seekableSergio Villar Senin2012-09-101-1/+1
* valgrindageDan Winship2012-08-111-2/+6
* soup-message-io: make disconnect-on-unfinished more implicitDan Winship2012-07-161-4/+4
* Fix the retry-on-broken-connection codepath for SoupRequestDan Winship2012-07-131-35/+39
* Clean up includesDan Winship2012-07-131-5/+1
* soup-message-io: keep cancellable alive for duration of io_run_untilDan Winship2012-05-151-1/+5
* soup-message-io: fix reference leakRay Strode2012-05-141-0/+1
* Add a (temporary?) fix for async authentication via SoupRequestDan Winship2012-05-081-11/+47
* Fix indentation on some code copied from glibDan Winship2012-05-081-24/+23
* Fix a few recent request API bugs, add some more testsDan Winship2012-05-031-2/+6
* Fix warnings/failures with messages that are cancelled from got-headersDan Winship2012-05-021-5/+19
* Move SoupSocket stuff out of soup-message-io.cDan Winship2012-04-281-40/+25
* Make the new SoupSocket APIs privateDan Winship2012-04-201-0/+1