summaryrefslogtreecommitdiff
path: root/src/pacman/download.c
Commit message (Collapse)AuthorAge
* * autotool fixesAaron Griffin2006-11-14
| | | | | * Renamed "download" files to "downloadprog" as it only holds the progress bar and to not confuse (myself) with <download.h>
* Numerous changes:Aaron Griffin2006-10-31
| | | | | | | * Added 'ILoveCandy' support to all progress bars * Changed download callback with regards to libfetch libalpm changes * libfetch error output on failed sync * Misc others I may have forgot to name (check the diff, heh)
* Attempted fix for x86_64 - switched some unsigned char variables to ints, andAaron Griffin2006-10-24
| | | | prefixed sync_fnm with the length when outputting - waiting for verification
* Added PM_DLFNM_LEN define, via VMiklosAaron Griffin2006-10-24
| | | | http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman;a=commitdiff;h=20061023154138-e2957-de4837230b091cbc2136306e1c55a4b79cc72fc8.gz
* Adjust progress bar to align with frugalware's progressbarAaron Griffin2006-10-16
|
* Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin2006-10-15
| | | | to list. The diff should show you 8)
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
|
* - added a WARN macro to display warningsAurelien Foret2006-02-14
| | | | - used ERR macro for error messages
* added a --noprogressbar switch for scripts to useJudd Vinet2006-01-28
|
* sysupgrade: skip version cmp for pkg elected for removal (patch from ↵Aurelien Foret2006-01-14
| | | | VMiklos <vmiklos@frugalware.org>)
* code cleanupAurelien Foret2006-01-13
|
* updated README and download comments about mtimes supportAurelien Foret2006-01-10
|
* code cleanup (mainly removed line spaces at the beginning of lines by ↵Aurelien Foret2006-01-07
| | | | tabulations)
* fixed a regressionAurelien Foret2006-01-05
|
* terminated .lastupdate implementation for HTTP protocolAurelien Foret2006-01-05
|
* added .lastudate support for HTTP protocolAurelien Foret2006-01-04
| | | | known limitation: do not work when connected to some web servers (lighttpd)
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
|
* VMiklos: add STRNCPY macro from alpm to pacmanJudd Vinet2005-12-20
|
* renamed pmconfig_t to config_tAurelien Foret2005-10-29
|
* added pmconfig_t structure to hold all the configurationAurelien Foret2005-10-28
| | | | (patch from VMiklos <vmiklos@frugalware.org>)
* fetch_pkgurl: do not download a file if it's already in the current dirAurelien Foret2005-03-20
|
* - added pmo_chomp support (from pacman 2.9.3)Aurelien Foret2005-03-20
| | | | - fixed a typo with pmo_proxyport usage
* Added support for .lastupdate files (from pacman 2.9.1)Aurelien Foret2005-03-20
|
* Revert to previous versionAurelien Foret2005-03-19
|
* Removed an uneeded global referenceAurelien Foret2005-03-19
|
* Relocated log and transaction stuffs from pacman.c to log.c and trans.cAurelien Foret2005-03-19
|
* Added a missing FtpQuit() callAurelien Foret2005-03-16
|
* Avoided usage of global variables pmo_root and pmo_dbpath.Aurelien Foret2005-03-16
| | | | Better make use of alpm_get_option to ge their values.
* - added PM_EXT_PKG and PM_EXT_DB defines to alpm.h (taken from pacman 2.9.3)Aurelien Foret2005-03-16
| | | | - renamed ALPM_VERSION to PM_VERSION
* Initial revisionJudd Vinet2005-03-15