aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/soup_input_plugin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
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
To demonstrate the new I/O thread. libsoup is well-integrated into the GLib main loop, which made this plugin pretty easy to write. As a side effect, we have to initialize the I/O thread in all debug programs that use the input API.