summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix case where pacman asks for confirmation when it should notKarolina Lindqvist2007-12-29
* Check ignored packages in _alpm_sync_addtarget().Nathan Jones2007-12-21
* testdb : fix wrong usage of checkdeps.Chantry Xavier2007-12-21
* Allow unreadable Include files to be non-fatalAaron Griffin2007-12-17
* Only query pacman upgrade when performing actual upgradeAllan McRae2007-12-17
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* Improve changelog handling through addition of open/read/close functionsDan McGee2007-12-09
* src/pacman/: use the FREELIST macro when possible.Chantry Xavier2007-12-08
* testdb.c : add vim modeline according to HACKING, and reindent the file.Chantry Xavier2007-12-08
* pacman/sync.c : improve the sync db cleanup feature.Chantry Xavier2007-12-05
* Update some errors in messages found during localizationDan McGee2007-12-04
* pacman/sync.c: mark sync_trans as staticDan McGee2007-12-03
* Oops- forgot to ever set init to 1 in setlibpaths()Dan McGee2007-12-03
* Delay output during progress barChantry Xavier2007-12-03
* parseconfig: refactor duplicate code out into a functionDan McGee2007-12-02
* Remove "done" messages from frontend callback functionDan McGee2007-12-02
* Fixes for the ineptitude of libalpm DB registrationDan McGee2007-12-02
* Make pacman path handling (hopefully) a bit more intuitiveDan McGee2007-12-02
* Add new --needed option for -S.Chantry Xavier2007-12-02
* Unify dump_pkg_full in pacman [-Si, -Qip, -Qi and -Qii]Nagy Gabor2007-12-01
* Move requiredby computation before any display startsDan McGee2007-11-29
* pacman/query.c : -Qo optimization.Chantry Xavier2007-11-25
* Move mbasename from pacman.c to util.cChantry Xavier2007-11-25
* Fix for sync1003 and sync1004 pactestsNagy Gabor2007-11-25
* Add -q/--quiet option for controlling output.Artyom2007-11-25
* Fix memleak when querying package file(s)Dan McGee2007-11-25
* Fix several memleaks, mostly related to errors handling.Chantry Xavier2007-11-25
* Remove -F/--freshen operationDan McGee2007-11-21
* Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier2007-11-21
* Add the pmconflict_t type.Nagy Gabor2007-11-18
* Simple s/conflict/fileconflict/ renaming.Chantry Xavier2007-11-18
* Minor rephrasing of the question asked by -Sc.Chantry Xavier2007-11-18
* Extend the -Sc operation to also clean up unused sync databases.Chantry Xavier2007-11-18
* Don't filter package files output based on dir/file statusDan McGee2007-11-18
* pacman/sync.c : remove duplicated fallback on providers.Chantry Xavier2007-11-17
* Two memleak fixes in pacman.Nagy Gabor2007-11-17
* War on whitespaceDan McGee2007-11-16
* Ensure -Si and -Qi output show correct dependenciesDan McGee2007-11-14
* testdb: remove requiredby checkingDan McGee2007-11-14
* Remove REQUIREDBY usage from libalpmDan McGee2007-11-14
* Make it easier to ignore multiple packages.Nathan Jones2007-11-13
* Add help for --ignoregroup.Nathan Jones2007-11-13
* Fix display of -Qip output when a package file is givenDan McGee2007-11-13
* Remove 'Total Package Size'Dan McGee2007-11-11
* Typo fix (sepArately)Aaron Griffin2007-11-11
* Missing quote in outputAaron Griffin2007-11-11
* Add a missing newline in sync confirmation outputDan McGee2007-11-11
* pacman: remove leftover help string for -RhDan McGee2007-11-11
* Implement TotalDownload option.Nathan Jones2007-11-11
* Add TotalDownload option.Nathan Jones2007-11-11