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-08 | * Fixed an error message that should be a debug message | Aaron Griffin | |
* Fixed "the big segfault" - dbs_sync list was being modified while iterating * over the list, big No-No. Now using a while loop over alpm_list_count. | |||
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 | 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-25 | Moved downloaded db unpacking to the backend files, to easier allow conversion | Aaron Griffin | |
from db to whatever format we need. | |||
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-15 | Merged frugalware changes (too many to list). Also added some config file | Aaron Griffin | |
handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files) | |||
2006-05-15 | first stage of i18n stuff from VMiklos | Judd Vinet | |
2006-03-21 | fixed a regression (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | |
2006-03-14 | put back treename in db->path | Aurelien Foret | |
2006-03-07 | db_write: fixed md5sum field | Aurelien Foret | |
2006-03-02 | reworked the db object to prepare future integration with different backends | Aurelien Foret | |