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
/
add.c
Age
Commit message (
Expand
)
Author
2005-04-24
removed deprecated comments in add_commit()
Aurelien Foret
2005-04-23
rework the cache handling to avoid as much as possible calls to db_scan()
Aurelien Foret
2005-04-20
avoided a call to db_scan()
Aurelien Foret
2005-04-17
add_loadtarget: load package info only when needed
Aurelien Foret
2005-04-16
reworked transaction prototypes
Aurelien Foret
2005-04-13
updated a log
Aurelien Foret
2005-04-08
fixed a potential segfault
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 ins...
Aurelien Foret
2005-04-03
- added transaction flags for the removal of a package to be upgrade
Aurelien Foret
2005-04-02
- updated transaction events
Aurelien Foret
2005-03-30
started the work on "pacman_sync"
Aurelien Foret
2005-03-29
removed an uneeded call to db_scan
Aurelien Foret
2005-03-29
Turned pmdepmissing_t into an opaque structure
Aurelien Foret
2005-03-29
Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ...
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
backport from pacman 2.9.5 (formatting, commentaries)
Aurelien Foret
2005-03-26
reworked PM_LOG_XXX messages during install/remove/upgrade operations
Aurelien Foret
2005-03-26
_alpm_runscriplet fixes
Aurelien Foret
2005-03-26
updated comments
Aurelien Foret
2005-03-25
Backport from pacman 2.9.5
Aurelien Foret
2005-03-24
fix: one can't add a package twice in transaction targets list
Aurelien Foret
2005-03-24
cleanup for add_loadtarget() logs
Aurelien Foret
2005-03-23
- removed db_find_conflicts() declaration from db.h
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
Code cleanup
Aurelien Foret
2005-03-16
One more ORE comment
Aurelien Foret
2005-03-16
Make sure we generate a UPGRADE_DONE event during upgrades
Aurelien Foret
2005-03-16
Improved error handling in add_loadtarget()
Aurelien Foret
2005-03-15
Renamed PM_TRANS_CB_XXX to PM_TRANS_EVT_XXX
Aurelien Foret
2005-03-15
Fixed a typo in add_loadtarget()
Aurelien Foret
2005-03-15
Initial revision
Judd Vinet