summaryrefslogtreecommitdiffstats
path: root/src/pacman/download.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-14* autotool fixesAaron Griffin1-177/+0
2006-10-31Numerous changes:Aaron Griffin1-78/+104
2006-10-24Attempted fix for x86_64 - switched some unsigned char variables to ints, andAaron Griffin1-3/+3
2006-10-24Added PM_DLFNM_LEN define, via VMiklosAaron Griffin1-1/+1
2006-10-16Adjust progress bar to align with frugalware's progressbarAaron Griffin1-9/+9
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin1-461/+22
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-29/+30
2006-02-14- added a WARN macro to display warningsAurelien Foret1-22/+16
2006-01-28added a --noprogressbar switch for scripts to useJudd Vinet1-0/+4
2006-01-14sysupgrade: skip version cmp for pkg elected for removal (patch from VMiklos...Aurelien Foret1-1/+1
2006-01-13code cleanupAurelien Foret1-5/+4
2006-01-10updated README and download comments about mtimes supportAurelien Foret1-6/+2
2006-01-07code cleanup (mainly removed line spaces at the beginning of lines by tabulat...Aurelien Foret1-1/+1
2006-01-05fixed a regressionAurelien Foret1-1/+1
2006-01-05terminated .lastupdate implementation for HTTP protocolAurelien Foret1-14/+27
2006-01-05added .lastudate support for HTTP protocolAurelien Foret1-10/+41
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-12-21VMiklos: add STRNCPY macro from alpm to pacmanJudd Vinet1-1/+1
2005-10-29renamed pmconfig_t to config_tAurelien Foret1-1/+1
2005-10-28added pmconfig_t structure to hold all the configurationAurelien Foret1-24/+20
2005-03-20fetch_pkgurl: do not download a file if it's already in the current dirAurelien Foret1-24/+29
2005-03-20- added pmo_chomp support (from pacman 2.9.3)Aurelien Foret1-2/+34
2005-03-20Added support for .lastupdate files (from pacman 2.9.1)Aurelien Foret1-17/+70
2005-03-19Revert to previous versionAurelien Foret1-0/+2
2005-03-19Removed an uneeded global referenceAurelien Foret1-2/+0
2005-03-19Relocated log and transaction stuffs from pacman.c to log.c and trans.cAurelien Foret1-1/+1
2005-03-16Added a missing FtpQuit() callAurelien Foret1-0/+1
2005-03-16Avoided usage of global variables pmo_root and pmo_dbpath.Aurelien Foret1-2/+0
2005-03-16- added PM_EXT_PKG and PM_EXT_DB defines to alpm.h (taken from pacman 2.9.3)Aurelien Foret1-2/+2
2005-03-15Initial revisionJudd Vinet1-0/+467