aboutsummaryrefslogtreecommitdiff
path: root/src/clientmedia.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add seperate cache pathShadowNinja2015-12-071-1/+1
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-7/+8
* Performance improvement: Use std::list instead of std::vector for request_med...Loic Blot2015-03-051-1/+1
* Move hex.h to util/Loic Blot2015-02-211-5/+5
* Move sha1.hpp and base64.hpp to util/Loic Blot2015-02-211-1/+1
* Network Layer 7 rework (Packet handling)Loic Blot2015-02-101-1/+1
* Split settings into seperate source and header filesShadowNinja2014-09-211-2/+3
* Reduce indentation of HTTPFetchOngoingShadowNinja2014-09-181-30/+30
* Add support for multipart/form-data to HTTPFetch for server announcingShadowNinja2014-06-301-1/+1
* Add download rate to media progress bar (non http mode only!)sapier2014-04-291-8/+10
* Accept any error response code for missing index.mthKahrl2014-02-151-2/+4
* Add propper client initializationsapier2014-01-311-7/+1
* Rewrite client media download and support hash-based remote downloadKahrl2013-12-131-0/+656