summaryrefslogtreecommitdiff
path: root/src/net/download.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-11Allow redirects when downloading updatesBen Longbons1-0/+1
Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
2010-02-07Cleanup some memory issuesJared Adams1-2/+4
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2010-01-28Added virtual destructors, some implicit casts, and a couple of type changes.Daniel Bradshaw1-3/+3
Many warnings removed. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
2010-01-12Standardize header orderJared Adams1-1/+2
Also remove some extra new lines and fix eAthena's PartyTab define guards.
2009-12-19Added support for resources.xml from update server... Also added option to ↵Chuck Miller1-1/+1
download music optionally I had to edit the XML wrapper a bit, basicilly its constructor can now take a optional thrid arguement which will tell it to use a resman or open the file directly Also I added fallback support for the old resouce2.txt so servers don't have to upgrade if they do not want to
2009-12-04Fixing multi thread crash.Andrei Karas1-4/+27
2009-10-24More rebrandingJared Adams1-2/+2
2009-10-13Handle canceled downloads more gracefullyJared Adams1-2/+13
2009-10-13Fix a compilation warningJared Adams1-1/+1
I don't get the warning on newer GCC.
2009-10-13Forgot the actual download classJared Adams1-0/+295