Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Numerous changes: | Aaron Griffin | 2006-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, and | Aaron Griffin | 2006-10-24 |
| | | | | prefixed sync_fnm with the length when outputting - waiting for verification | ||
* | Added PM_DLFNM_LEN define, via VMiklos | Aaron Griffin | 2006-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 progressbar | Aaron Griffin | 2006-10-16 |
| | |||
* | Merged frugalware changes. Added a few other minor things too, but there's alot | Aaron Griffin | 2006-10-15 |
| | | | | to list. The diff should show you 8) | ||
* | first stage of i18n stuff from VMiklos | Judd Vinet | 2006-05-15 |
| | |||
* | - added a WARN macro to display warnings | Aurelien Foret | 2006-02-14 |
| | | | | - used ERR macro for error messages | ||
* | added a --noprogressbar switch for scripts to use | Judd Vinet | 2006-01-28 |
| | |||
* | sysupgrade: skip version cmp for pkg elected for removal (patch from ↵ | Aurelien Foret | 2006-01-14 |
| | | | | VMiklos <vmiklos@frugalware.org>) | ||
* | code cleanup | Aurelien Foret | 2006-01-13 |
| | |||
* | updated README and download comments about mtimes support | Aurelien Foret | 2006-01-10 |
| | |||
* | code cleanup (mainly removed line spaces at the beginning of lines by ↵ | Aurelien Foret | 2006-01-07 |
| | | | | tabulations) | ||
* | fixed a regression | Aurelien Foret | 2006-01-05 |
| | |||
* | terminated .lastupdate implementation for HTTP protocol | Aurelien Foret | 2006-01-05 |
| | |||
* | added .lastudate support for HTTP protocol | Aurelien Foret | 2006-01-04 |
| | | | | known limitation: do not work when connected to some web servers (lighttpd) | ||
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
| | |||
* | VMiklos: add STRNCPY macro from alpm to pacman | Judd Vinet | 2005-12-20 |
| | |||
* | renamed pmconfig_t to config_t | Aurelien Foret | 2005-10-29 |
| | |||
* | added pmconfig_t structure to hold all the configuration | Aurelien Foret | 2005-10-28 |
| | | | | (patch from VMiklos <vmiklos@frugalware.org>) | ||
* | fetch_pkgurl: do not download a file if it's already in the current dir | Aurelien Foret | 2005-03-20 |
| | |||
* | - added pmo_chomp support (from pacman 2.9.3) | Aurelien Foret | 2005-03-20 |
| | | | | - fixed a typo with pmo_proxyport usage | ||
* | Added support for .lastupdate files (from pacman 2.9.1) | Aurelien Foret | 2005-03-20 |
| | |||
* | Revert to previous version | Aurelien Foret | 2005-03-19 |
| | |||
* | Removed an uneeded global reference | Aurelien Foret | 2005-03-19 |
| | |||
* | Relocated log and transaction stuffs from pacman.c to log.c and trans.c | Aurelien Foret | 2005-03-19 |
| | |||
* | Added a missing FtpQuit() call | Aurelien Foret | 2005-03-16 |
| | |||
* | Avoided usage of global variables pmo_root and pmo_dbpath. | Aurelien Foret | 2005-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 Foret | 2005-03-16 |
| | | | | - renamed ALPM_VERSION to PM_VERSION | ||
* | Initial revision | Judd Vinet | 2005-03-15 |