bottle/lib/libalpm
Dan McGee 15e1ce2e70 Various small fixes as suggested by some static code checkers
I ran flawfinder and sparse over the pacman source code and found a few
things that were worth fixing (and were quick fixes).

Signed-off-by: Dan McGee <dan@archlinux.org>
2007-07-06 12:11:55 -04:00
..
po
.gitignore
add.c Various small fixes as suggested by some static code checkers 2007-07-06 12:11:55 -04:00
add.h
alpm_list.c Const correctness! 2007-06-05 17:34:33 -04:00
alpm_list.h Const correctness! 2007-06-05 17:34:33 -04:00
alpm.c Various small fixes as suggested by some static code checkers 2007-07-06 12:11:55 -04:00
alpm.h Various small fixes as suggested by some static code checkers 2007-07-06 12:11:55 -04:00
backup.c Const correctness! 2007-06-05 17:34:33 -04:00
backup.h Const correctness! 2007-06-05 17:34:33 -04:00
be_files.c be_files.c: Fix compilation bug since I removed unnecessary LOG_STR_LEN 2007-06-09 13:37:47 -04:00
cache.c Const correctness! 2007-06-05 17:34:33 -04:00
cache.h
conflict.c
conflict.h
db.c Remove unnecessary and extra includes 2007-07-01 20:22:42 -04:00
db.h Add a alpm_db_test() function to the backend for checking DB consistency 2007-06-09 12:58:12 -04:00
deps.c Make alpm_splitdep immutable 2007-06-26 11:49:00 -04:00
deps.h Remove unnecessary trans parameter from _alpm_checkdeps 2007-06-26 11:43:02 -04:00
error.c Remove some more diskspace checking holdover stuff 2007-06-13 00:31:01 -04:00
error.h
group.c Const correctness! 2007-06-05 17:34:33 -04:00
group.h
handle.c Remove lockfile configuration from frontend, make it job of libalpm 2007-06-27 23:34:38 -04:00
handle.h Allow multiple CacheDirs to be specified 2007-06-09 13:03:25 -04:00
log.c Remove logmask stuff from backend; switch logging callback to new pm_printf 2007-06-09 12:57:50 -04:00
log.h Remove logmask stuff from backend; switch logging callback to new pm_printf 2007-06-09 12:57:50 -04:00
Makefile.am Move Doxygen manpage generation to doc/ directory 2007-07-01 18:40:43 -04:00
md5.c
md5.h
md5driver.c
package.c Allow multiple CacheDirs to be specified 2007-06-09 13:03:25 -04:00
package.h
provide.c
provide.h
remove.c Remove unnecessary and extra includes 2007-07-01 20:22:42 -04:00
remove.h
server.c Remove unnecessary and extra includes 2007-07-01 20:22:42 -04:00
server.h Const correctness! 2007-06-05 17:34:33 -04:00
sha1.c
sha1.h
sync.c Remove unnecessary and extra includes 2007-07-01 20:22:42 -04:00
sync.h
trans.c Remove scriptlet START and DONE commands that we don't use 2007-06-27 22:12:59 -04:00
trans.h
util.c Various small fixes as suggested by some static code checkers 2007-07-06 12:11:55 -04:00
util.h Remove scriptlet START and DONE commands that we don't use 2007-06-27 22:12:59 -04:00
versioncmp.c
versioncmp.h