pacman/src/pacman
Aaron Griffin 7f5dada885 Big commit this time:
* Moved entirely to alpm_pkg_get_* accessors, to read data on demand
* Mostly removed the INFRQ_ parameters from outside the be_files backend (making
  the backend more extensible in the long run)
* packages created from _alpm_db_scan now have the db and origin set (making
  accessors actually work for these packages)
* removed _alpm_db_ensure_pkgcache

* totally revamped the _alpm_checkconflicts function, making it cleaner and
  easier to read (and thus fix in the long run) - maintainable code ftw
  NOTE: feel free to rename the functions... I couldn't think of anything better

* removed an extra loop in sync.c:find_replacements - no sense in looping over
  an entire DB while strcmp'ing the name, when we have get_pkgfromcache

Other:
* package struct "license" -> "licenses"
* Created _alpm_sync_find (duplicate code in some places, find_pkginsync
* Minor const correctness changes along the way
* fixed a couple extra '/' pathing issues (non-issues really)
* removed a duplicate pkg_cmp function
2007-03-03 08:13:59 +00:00
..
po * Updated Italian translation 2007-02-23 16:36:32 +00:00
.cvsignore added .cvsignore files 2006-03-27 17:17:35 +00:00
Makefile.am * A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck' 2007-02-22 04:36:02 +00:00
add.c * Just a note for future reference 2007-03-01 04:51:33 +00:00
add.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
conf.c Debug logging changes: 2007-01-31 06:10:21 +00:00
conf.h * Removed the 'vercmp' op from pacman. The standalone 'vercmp' binary should be 2007-02-12 06:44:00 +00:00
deptest.c * pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, to 2007-02-26 08:43:02 +00:00
deptest.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
downloadprog.c * A whole mess of backup changes 2007-02-17 08:55:05 +00:00
downloadprog.h * autotool fixes 2006-11-14 08:07:57 +00:00
log.c * A whole mess of backup changes 2007-02-17 08:55:05 +00:00
log.h * A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck' 2007-02-22 04:36:02 +00:00
package.c * Updated Italian translation 2007-03-01 04:51:24 +00:00
package.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
pacman.c * pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, to 2007-02-26 08:43:02 +00:00
query.c * pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, to 2007-02-26 08:43:02 +00:00
query.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
remove.c * pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, to 2007-02-26 08:43:02 +00:00
remove.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
sync.c * pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, to 2007-02-26 08:43:02 +00:00
sync.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
trans.c Big commit this time: 2007-03-03 08:13:59 +00:00
trans.h Big commit this time: 2007-03-03 08:13:59 +00:00
upgrade.c Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
upgrade.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
util.c * pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, to 2007-02-26 08:43:02 +00:00
util.h Implemented a crappy version of -Qu (query upgrades). This simply outputs the 2007-02-04 08:26:52 +00:00