index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-08 | * Improved mcheck output | Aaron Griffin | |
* Added minor libalpm const correctness * Mini-memory fixes | |||
2006-11-03 | * Modified some error output and logging | Aaron Griffin | |
* Changed the initial log mask (added PM_LOG_ERROR) * Fixed -Syu so it now works if any databases were downloaded (it was working like a -Su) | |||
2006-11-01 | Fixed pacman -U: | Aaron Griffin | |
* Accidental database read of a file-based package (whoops) * Proper fetching of url-based -U or -A Removed some newlines from _alpm_log calls, to make debug output more concise | |||
2006-10-31 | Forgot to cycle to next server on download error - fixed, as well as the | Aaron Griffin | |
erro-case return value of _alpm_downloadfiles_forreal | |||
2006-10-31 | Numerous changes: | Aaron Griffin | |
* Furthered the "lazy caching" to force the pkgcache to read nothing (INFRQ_NONE) by default. Anything requiring package data should now check the infolevel of each package and attempt to update it. This could be ironed out a bit more later (by using the front-end get_info function * Switched to libfetch. Drastic changes to the download code and the callback progress bar functions. Also fixed the return value of _alpm_downloadfiles_forreal. Downloading now supports http, ftp, https, and files urls, along with 'mtime's and numerous other fancy features from libfetch. | |||
2006-10-24 | Added PM_DLFNM_LEN define, via VMiklos | Aaron Griffin | |
http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman;a=commitdiff;h=20061023154138-e2957-de4837230b091cbc2136306e1c55a4b79cc72fc8.gz | |||
2006-10-21 | Minor changes: | Aaron Griffin | |
* Moved the pmhandle_t extern decl around * Fixed a doxygen complaint | |||
2006-10-20 | A handful of minor changes: | Aaron Griffin | |
* Removed the PMList typedef, in favor of the same naming scheme other structs use 'pmlist_t' * Added a time stamp on debug output, to make it more informational * Moved alpm_db_register to _alpm_db_register, making the public function not take a callback parameter | |||
2006-10-16 | Adjust progress bar to align with frugalware's progressbar | Aaron Griffin | |
2006-10-15 | Another forgotten file set | Aaron Griffin | |