]> git.street.me.uk Git - andy/viking.git/history - src/download.c
Windows port: typo in util.c
[andy/viking.git] / src / download.c
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