]> git.street.me.uk Git - andy/viking.git/history - src/download.c
Add Refresh to consider reloading a Mapnik Rendering configuration.
[andy/viking.git] / src / download.c
2014-12-16 Rob NorrisRelease some resources on program exit.
2014-12-14 Rob NorrisPrevent compiler warnings with GLIB version 2.32 or...
2014-09-11 Rob NorrisMerge commit 'ToolbarConfig'
2014-09-06 Rob Norris[QA] Add warning if file rename fails.
2014-03-22 Rob NorrisReport download failures in the statusbar.
2013-09-04 Rob Norris[WINDOWS] Need to specify magic database location.
2013-08-26 Rob NorrisMerge branch 'StatusBarInfoControl'
2013-08-26 Rob NorrisMerge branch 'TrackLabelling'
2013-08-26 Rob NorrisMerge branch 'TransformUtils'
2013-08-26 Rob NorrisMerge branch 'DownloadDecompression'
2013-07-18 Rob NorrisSupport opening compressed files downloaded for the...
2013-07-07 Rob NorrisSF Features#114: Increase the time limit for the Tile...
2013-03-03 Rob NorrisMerge branch 'LayerDefaultValues'
2013-02-16 Rob NorrisAdd default values for layers.
2013-01-30 Rob NorrisMerge branch 'i18n-launchpad'
2013-01-12 Rob NorrisAdd tooltips for Preferences and Layer Parameters.
2013-01-07 Rob NorrisFactor download to a temporary file into a single reuse...
2012-04-22 Guilhem BonnefilleMerge branch 'i18n-launchpad'
2012-04-22 Guilhem BonnefilleMerge tag 'viking-1.2.2'
2011-11-13 Rob NorrisMerge branch 'master' into GPSD-API-v5
2011-10-02 Rob NorrisMake tile age parameter jump by 1 minute steps in prefe...
2011-09-19 Rob NorrisMerge branch 'WindowsInstaller'
2011-09-11 Rob NorrisFix: SF#3042692 - Tiles May Get Deleted During Offline...
2010-11-17 Guilhem BonnefilleMerge branch 'i18n-launchpad' into master
2010-11-09 Guilhem BonnefilleImprove copyright holders
2010-11-01 Guilhem BonnefilleMerge branch 'master' into i18n-launchpad
2010-10-11 Guilhem BonnefilleFree memory
2010-10-11 Guilhem BonnefilleMerge remote branch 'jocelyn/etag'
2010-09-18 Rob NorrisFix compiler warning in download.c
2010-09-15 Jocelyn JaubertFix bug where older file was removed when network not...
2010-09-06 Guilhem BonnefilleMerge branch 'i18n-launchpad'
2010-08-16 Sven WegenerFix internal tile locking
2010-07-18 Jocelyn JaubertRemove debug printf for etag
2010-07-18 Jocelyn JaubertWrite and read etag values from a file that is stored...
2010-07-18 Jocelyn JaubertCheck if file is old enough for options check_file_serv...
2010-07-18 Jocelyn JaubertLeave download() function as soon as we know that we...
2010-07-18 Jocelyn JaubertEnable etag - need to use options from DownloadMapOptions
2010-07-18 Jocelyn JaubertAdd etag to struct DownloadFileOptions
2010-07-18 Jocelyn JaubertMove time_condition to scruct DownloadFileOptions ...
2010-07-18 Jocelyn JaubertRename struct DownloadOptions to DownloadMapOptions
2010-06-17 Greg TroxelChange max cache time to 1 week.
2010-06-08 Guilhem BonnefilleMerge branch 'i18n-launchpad'
2010-05-25 Guilhem BonnefilleMerge branch 'help'
2010-05-19 Mathieu AlbinetFix #2977752 : win-gtk: osm tiles don't show up
2010-04-11 Guilhem BonnefilleMerge branch 'i18n-launchpad'
2010-03-24 Guilhem BonnefilleMerge commit 'viking-0.9.92' into help
2010-03-15 Guilhem BonnefilleMerge branch 'i18n-launchpad'
2010-03-13 Guilhem BonnefilleMerge commit 'viking-0.9.91' into help
2010-02-15 Guilhem BonnefilleUse a preference to set the tiles age
2010-02-05 Guilhem BonnefilleMerge branch 'master' into i18n-launchpad
2010-02-01 Guilhem BonnefillePortability: use GLib function g_utime if possible
2010-01-24 Sven WegenerUpdate mtime of up-to-date tiles
2010-01-24 Sven WegenerAllow reuse of curl connection objects
2010-01-12 Guilhem BonnefilleMerge branch 'new-maps'
2009-10-24 Guilhem BonnefilleTiles must be older than a specified age before checkin...
2009-10-24 Guilhem BonnefilleUse an internal thread concurrency model
2009-09-29 Guilhem BonnefilleMerge branch 'fix-osm-api-0.6'
2009-09-27 Guilhem BonnefilleRefactoring: use a GObject model to implement MapSource...
2009-09-20 Jocelyn JaubertAdd option to download only maps that are more recent...
2009-09-19 Guilhem BonnefilleMerge branch 'interpolation'
2009-09-18 Guilhem BonnefilleRefactoring: merge a_check_html_file and a_check_kml_file
2009-09-18 Harry G McGavran JrFix magic scissors
2008-05-01 Guilhem BonnefilleAdd file content checking process
2008-05-01 Mathieu AlbinetRemove dependency to wget
2008-04-12 Mathieu AlbinetPortability: remove dirname needs with g_mkdir_with_parents
2008-04-12 Mathieu AlbinetPortability: replace deprecated bzero function by memset
2008-04-12 Mathieu AlbinetPortability: use Glib function related to stdio.h
2008-04-12 Mathieu AlbinetPortability: replace mkdir by g_mkdir
2008-04-12 Mathieu AlbinetPortability: reduce unistd.h dependency
2008-02-20 Guilhem BonnefilleRemove trailing '\n' in g_message calls
2007-12-13 Guilhem BonnefilleMarking translatable strings.
2007-09-23 Evan BattagliaDownload&import SRTM 90m data (more work needed)
2007-08-24 Quy TonthatBetter checking to detect downloaded text instead of...
2007-08-20 Guilhem Bonnefillelibcurl is a requirement
2007-07-14 Guilhem BonnefilleConverting printf calls
2007-06-23 Guilhem BonnefilleAdd referer to DownloadOptions
2007-06-23 Guilhem BonnefilleAdding a DownloadOptions type.
2007-05-17 Quy TonthatCheck for non-displayable data after downloading map.
2007-05-13 Evan BattagliaFix "corrupted tile" problem -- was really just that...
2007-04-16 Guilhem BonnefilleAdd libcurl
2007-04-16 Guilhem BonnefilleMoving up cache management
2007-04-16 Guilhem BonnefilleIntroducing download module