pacman/src/pacman
Aaron Griffin 103dbb9fd1 * Refactored conflict checking within packages. Profiling from Dan showed an
unbelievable amount of strcmp() calls (25 million) due to the list searching.
  This has been reimplemented with a set-intersection scheme, due to the fact
  that file lists are always ordered. - NEEDS TESTING
* Minor clean up, "globalized" the str_cmp helper to match the alpm comparison
  signature, so we can use it elsewhere.
2007-02-13 08:15:38 +00:00
..
po * Refactored conflict checking within packages. Profiling from Dan showed an 2007-02-13 08:15:38 +00:00
.cvsignore added .cvsignore files 2006-03-27 17:17:35 +00:00
Makefile.am Cleaned up some more output 2007-02-10 09:34:59 +00:00
add.c * Added archive verification when loading package metadata for -u and -A 2007-02-04 03:24:32 +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 * Removed the 'vercmp' op from pacman. The standalone 'vercmp' binary should be 2007-02-12 06:44:00 +00:00
deptest.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
downloadprog.c Cleaned up some more output 2007-02-10 09:34:59 +00:00
downloadprog.h * autotool fixes 2006-11-14 08:07:57 +00:00
log.c Cleaned up some more output 2007-02-10 09:34:59 +00:00
log.h Modified front end output routines to accept a "padding' setting, which pads any 2006-12-22 07:11:20 +00:00
package.c * Fixed an i18n bug; length of description string was hardcoded previously; 2007-02-12 15:39:29 +00:00
package.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
pacman.c Fixed locale setting issues in the frontend, and fixed description of --cachedir. 2007-02-13 01:50:18 +00:00
query.c * Updated the README file 2007-02-12 04:45:21 +00:00
query.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
remove.c * Tried to clean up newline display a bit in the frontend. 2007-02-01 06:35:30 +00:00
remove.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
sync.c * Updated the README file 2007-02-12 04:45:21 +00:00
sync.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
trans.c * Cleaned up direct pm_fprintf usage (move to MSG/ERR macros for now) 2007-02-09 16:02:01 +00:00
trans.h * Refactored some functions to clean up variable declaration. 2007-01-31 01:37:41 +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 Cleaned up some more output 2007-02-10 09:34:59 +00:00
util.h Implemented a crappy version of -Qu (query upgrades). This simply outputs the 2007-02-04 08:26:52 +00:00