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
/
lib
/
libalpm
/
handle.c
Age
Commit message (
Expand
)
Author
2007-01-31
Debug logging changes:
Aaron Griffin
2007-01-30
K. Piche <kevin.piche@cgi.com>
Aaron Griffin
2007-01-30
K. Piche <kpiche@rogers.com>
Aaron Griffin
2007-01-24
This mainly deals with code clarity- removing currently unneeded
Aaron Griffin
2007-01-19
Preliminary checkin for alpm_list conversion
Aaron Griffin
2007-01-18
Dan McGee <dpmcgee@gmail.com>
Aaron Griffin
2006-12-05
Corrected -Rsc operation - dependancy info was not being read from the DB
Aaron Griffin
2006-11-20
* repo-add script - to add entries to a db file directly from package data (n...
Aaron Griffin
2006-10-31
Numerous changes:
Aaron Griffin
2006-10-21
More extern moving - keep extern decls in the headers makes for easier/better
Aaron Griffin
2006-10-15
Merged frugalware changes (too many to list). Also added some config file
Aaron Griffin
2006-05-15
first stage of i18n stuff from VMiklos
Judd Vinet
2006-03-02
added a debug log
Aurelien Foret
2006-02-20
the library must provide default values for main options
Aurelien Foret
2006-02-17
prepend library function names with _alpm (helped with the patch from VMiklos...
Aurelien Foret
2006-01-21
added a FAKEROOT define allowing to use pacman in a fakeroot enivronment (for...
Aurelien Foret
2006-01-07
removed handle/uid checks (CYGWIN)
Aurelien Foret
2006-01-02
patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION
Judd Vinet
2005-12-28
Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>)
Aurelien Foret
2005-10-10
added PM_OPT_CACHEDIR library option
Aurelien Foret
2005-10-07
Merging in recent fixes/additions from 2.9.7
Judd Vinet
2005-10-05
Applied reworked patch from VMiklos (vmiklos@frugalware.org)
Aurelien Foret
2005-04-16
reworked handle structure initialization
Aurelien Foret
2005-03-28
reworked dbpath handling to make it possible to use databases stored at diffe...
Aurelien Foret
2005-03-18
Fixed some typo...
Aurelien Foret
2005-03-18
Removed unuseful getuid() calls
Aurelien Foret
2005-03-16
Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internal
Aurelien Foret
2005-03-16
New ORE tag
Aurelien Foret
2005-03-16
Removed the "__" prefix from __pm_logcb and __pm_logmask
Aurelien Foret
2005-03-16
Renamed PACXXX defines to PM_XXX
Aurelien Foret
2005-03-15
Initial revision
Judd Vinet