summaryrefslogtreecommitdiff
path: root/src/http.c
Commit message (Collapse)AuthorAge
* Profile support! Please test and report bugs, as the config system is ↵Gravatar Alan Fitton2011-08-27
| | | | totally rewritten and may not be perfect. No more GConf (trying to implement profiles with this was UGLY), settings now (for most) live in JSON at $HOME/.config/transmission-remote-gtk/config.json. Hopefully windows support will be easier without GConf.
* issue 53 - no need to #include curl/types.h, plus it's been removed in the ↵Gravatar Alan Fitton2011-07-13
| | | | latest curl.
* spawn requests from a thread poolGravatar Alan Fitton2011-04-13
|
* install license and use it in about dialog if possibleGravatar Alan Fitton2011-04-08
|
* support proxy configuration using libproxy (optional). might add a getenv() ↵Gravatar Alan Fitton2011-03-07
| | | | fallback sometime.
* adding trackers now seems to work. change all tabs to whitespace.Gravatar Alan Fitton2011-02-18
|
* statistics!Gravatar Alan Fitton2011-02-14
|
* ssl supportGravatar Alan Fitton2011-02-11
|
* update about dialog with new websiteGravatar Alan Fitton2011-01-30
|
* hello world!Gravatar Alan Fitton2011-01-30