aboutsummaryrefslogtreecommitdiff
path: root/src/input/soup_input_plugin.c
Commit message (Expand)AuthorAge
* input/soup: use #pragma only with gcc 4.6+Max Kellermann2012-01-29
* input/soup: disable -Wcast-qual to work around libsoup header problemMax Kellermann2011-12-12
* input/soup: wait some more before resuming the streamMax Kellermann2011-09-16
* input/soup: improve error messagesMax Kellermann2011-09-16
* input_stream: non-blocking I/OMax Kellermann2011-09-16
* input_plugin: add method check()Max Kellermann2011-09-16
* input/{soup,curl}: free unused postponed_errorMax Kellermann2011-09-16
* input/soup: move libsoup calls to the I/O threadMax Kellermann2011-09-16
* input/soup: wait for _cancel_message() to completeMax Kellermann2011-09-16
* input/soup: return real GErrors to the callerMax Kellermann2011-09-16
* input/soup: set the "ready" flag on failureMax Kellermann2011-09-16
* input/soup: remove redundant flag "ready"Max Kellermann2011-09-16
* input/soup: report failure in _read()Max Kellermann2011-09-16
* input/soup: unlock before cancelling the soup messageMax Kellermann2011-09-16
* input/soup: fix "unused local variable" warningsMax Kellermann2011-09-16
* input_stream: move input_stream_init(), _deinit() to _internal.cMax Kellermann2011-09-14
* input/soup: free all resources in method close()Max Kellermann2011-08-24
* input/soup: new input plugin based on libsoupMax Kellermann2011-08-24