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
/
remove.c
Age
Commit message (
Collapse
)
Author
2005-10-07
Merging in recent fixes/additions from 2.9.7
Judd Vinet
2005-10-06
Added a CYGWIN define to include header files required to build in a Cygwin ↵
Aurelien Foret
environment
2005-05-04
fixed a memory leak with md5 sums handling
Aurelien Foret
2005-05-04
event transaction callback rework to prepare the introduction of a ↵
Aurelien Foret
conversation callback
2005-05-03
code cleanup
Aurelien Foret
2005-05-03
make use of the new list_remove implementation
Aurelien Foret
2005-04-24
avoided to load twice the same target in remove_loadtarget()
Aurelien Foret
2005-04-24
some more efficiency in remove_prepare() cascade loop
Aurelien Foret
2005-04-23
rework the cache handling to avoid as much as possible calls to db_scan()
Aurelien Foret
2005-04-17
improved logs for package removal
Aurelien Foret
2005-04-16
reworked transaction prototypes
Aurelien Foret
2005-04-08
fixed a small memory leak
Aurelien Foret
2005-04-06
reverted back to trans->packages instead of install and remove queues
Aurelien Foret
2005-04-06
replaced transaction 'packages' field by 2 queues: one for packages to be ↵
Aurelien Foret
installed and the other for the ones to be removed
2005-04-03
reworked a log
Aurelien Foret
2005-04-02
- updated transaction events
Aurelien Foret
- the cache is rebuilt after each package installation (to be reworked)
2005-03-30
started the work on "pacman_sync"
Aurelien Foret
2005-03-28
maked use of db->path instead of handle->root+handle->dbpath+db->treename
Aurelien Foret
2005-03-28
added a FREELISTPTR macro to free a PMList without freeing its data
Aurelien Foret
2005-03-27
made 'provides' actually work when updating 'requiredby' fields from deps
Aurelien Foret
2005-03-26
- fixed a small memory leak
Aurelien Foret
- took into account sliptdep returned value
2005-03-26
reworked PM_LOG_XXX messages during install/remove/upgrade operations
Aurelien Foret
2005-03-26
More backport from pacman 2.9.5 (mainly for resolvedeps)
Aurelien Foret
2005-03-25
Backport from pacman 2.9.5
Aurelien Foret
- list_remove, list_check and list_reverse - sortbydeps(mode)
2005-03-16
Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internal
Aurelien Foret
defines).
2005-03-15
Renamed PM_TRANS_CB_XXX to PM_TRANS_EVT_XXX
Aurelien Foret
2005-03-15
Initial revision
Judd Vinet