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