summaryrefslogtreecommitdiff
path: root/indra/viewer_components/updater/llupdatedownloader.cpp
AgeCommit message (Expand)Author
2016-08-18SL-323: first pass at ripping out old updaterGlenn Glazer
2016-04-04merge with 4.0.3-releaseOz Linden
2016-02-25Add SSL support to update downloader to enable possibility of secure downloadsDrake Arconis
2016-02-25Update to modern curl progress reporting functionality in the update downloaderDrake Arconis
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-09-15MAINT-5507: Remove llcurl, move constant values and untilities to llcorehttp libRider Linden
2015-04-10restore the ll[io]fstream because we need them as wrappers on Windows for wid...Oz Linden
2015-04-07replace llifstream and llofstream with std::ifstream and std::ofstream respec...Oz Linden
2015-04-07convert llifstream and llofstream to std::ifstream and std::ofstream respecti...Oz Linden
2013-11-26MAINT-3489: Gracefully handle missing downloaded installer file.Nat Goodspeed
2013-04-19merge up to latest viewer-development for merge to 3.5.2Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-02-27finish changes to update handling, including notices of channel changesOz Linden
2013-02-21add use of v1.1 update request protocol, with fallback to v1.0Oz Linden
2012-05-09CHOP-900: Use new apr_procattr_constrain_handle_set() extension.Nat Goodspeed
2012-04-23IQA-463: Add apr_file_open(APR_CREATE) flag for downloaded installer.Nat Goodspeed
2012-04-23IQA-463: Use APR file I/O for downloaded viewer installer .exe.Nat Goodspeed
2012-01-12fix for SH-2845, SH-2846, SH-2847, SH-2851: curl crashes and out-of-memory cr...Xiaohong Bao
2010-12-17Better fix for CHOP-286 - reenabled bandwidth limits on linux now that we've ...brad kittenbrink
2010-12-17Temporary workaround for CHOP-286: bandwidth limits freeze the downloader thr...brad kittenbrink
2010-12-14Record update version in download marker so it can be recalled if resumed in ...Andrew A. de Laix
2010-12-10no bandwidth limit for required downloads.Andrew A. de Laix
2010-12-07limit dowload bandwidth to 'Maximum bandwidth' settingAndrew A. de Laix
2010-12-07push required flag into download data for later use.Andrew A. de Laix
2010-12-03Fix for coding standard violations and build error on windows.brad kittenbrink
2010-12-01download progress events.Andrew A. de Laix
2010-11-18CHOP-135 Bug fixes.Mark Palange (Mani)
2010-11-16remove downloaded file on error.Andrew A. de Laix
2010-11-16better error checking when writing downloaded file.Andrew A. de Laix
2010-11-12do not resume or install if current viewer version doesn't match the recorded...Andrew A. de Laix
2010-11-10fix resume crash.Andrew A. de Laix
2010-11-09Shut down thread if viewer closed while downloading; fix problem of download ...Andrew A. de Laix
2010-11-09Fix some stream bugs that were affecting windows download and validation.Andrew A. de Laix
2010-11-05Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-11-05implement download cancel (untested).Andrew A. de Laix
2010-11-05Fixed build error due to unreferenced local variable.brad kittenbrink
2010-11-05Fixed windows build error.Mark Palange (Mani)
2010-11-05resume feature (untested).Andrew A. de Laix
2010-11-04added hash validation of downloaded file.Andrew A. de Laix
2010-11-04some better error handling.Andrew A. de Laix
2010-11-04checker working with v1.0 update protocol.Andrew A. de Laix
2010-11-04just barely working udate downloading service; missing little nicities like e...Andrew A. de Laix
2010-11-02start of the downloader service.Andrew A. de Laix