Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
pacman
auto-pentium4
master
Archlinux32 fork of pacman
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
testpkg.c
Age
Commit message (
Expand
)
Author
2011-06-28
Rename pmerrno_t to alpm_errno_t
Allan McRae
2011-06-28
Rename pmloglevel_t to alpm_loglevel_t
Allan McRae
2011-06-28
Rename pmpkg_t to alpm_pkg_t
Allan McRae
2011-06-28
Rename pmhandle_t to alpm_handle_t
Allan McRae
2011-06-27
Fix several -Wshadow warnings
Dan McGee
2011-06-13
Move pm_errno onto the handle
Dan McGee
2011-06-13
Require handle for alpm_pkg_load()
Dan McGee
2011-06-09
Require handle argument to all alpm_option_(get|set)_*() methods
Dan McGee
2011-06-07
Update utilities for new initialize/release methods
Dan McGee
2011-04-24
Perform package verification at package load time
Dan McGee
2011-03-20
Style change: return(x) --> return x
Dan McGee
2011-02-24
Mark log callback format string const
Dan McGee
2010-12-30
Declare all local functions static
Allan McRae
2010-10-11
util: fall cleaning on single file programs
Dan McGee
2009-05-18
Remove unused included headers from testdb.c and testpkg.c
Gerardo Exequiel Pozzi
2008-04-06
libalpm error cleanup, step 1
Dan McGee
2008-03-01
testpkg rework
Nagy Gabor
2007-12-10
Update GNU GPL boilerplate and copyright dates
Dan McGee
2007-11-16
War on whitespace
Dan McGee
2007-11-04
Fix basename usage in pacman and utilities
Dan McGee
2007-09-28
Add 'full' parameter to alpm_pkg_load
Dan McGee
2007-09-11
make alpm_strerror binding friendly
Stefano Esposito
2007-09-11
Make some small changes recommended by splint
Dan McGee
2007-08-15
src/util: Clean up headers and a few fixes
Dan McGee
2007-06-09
Remove logmask stuff from backend; switch logging callback to new pm_printf
Dan McGee
2007-04-26
Set the correct type on the log callback function
Dan McGee
2007-03-05
This commit looks much more monumental than it is. Almost all just #include
Dan McGee
2007-02-12
Added 'testpkg' binary to test for validity of a package:
Aaron Griffin