summaryrefslogtreecommitdiff
path: root/src/trg-rss-window.c
Commit message (Collapse)AuthorAge
* More build system clean upGravatar Patrick Griffis2016-01-19
|
* Consistently include config.hGravatar Patrick Griffis2016-01-19
| | | | | This still needs some work in a few headers that depend on it
* bundle the libmrss wrapper to make building easierGravatar Alan F2014-04-13
|
* support uTorrent style cookies on the end of the RSS feed URLGravatar Alan F2014-03-11
|
* refactor TrgClient, also allowing cookies to be set on requestsGravatar Alan F2014-03-11
|
* fix a memory leak found in new RSS window found by valgrindGravatar Alan F2014-03-10
|
* hacking to support the options dialog from rss feedsGravatar Alan F2014-03-09
|
* a cell renderer for RSS itemsGravatar Alan F2014-02-28
|
* put rss tree view in a scroll window, display HTTP error codes on error ↵Gravatar Alan F2014-02-25
| | | | (only use curl_strerror for communications error, != CURLE_OK)
* plug the RSS feeds into the preferences dialog and put ifdefs so it should ↵Gravatar Alan F2014-02-24
| | | | compile without rss-glib
* refactor the torrent upload code (it's called from a few places so is ↵Gravatar Alan F2014-02-19
| | | | probably worth it), and make it easier to use a HTTP response as the input.
* RSS viewer now gets feed URLS from the config JSON, and displays the item ↵Gravatar Alan F2014-02-10
titles in a treeview.