Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-24- fixed a cut'n'paste bug with %REASON% entryAurelien Foret
- factorized code between %SIZE% and %CSIZE% reading
2005-04-24use the cache instead of calling db_scan()Aurelien Foret
2005-04-24code cleanupAurelien Foret
2005-04-24logs cleanupAurelien Foret
2005-04-24removed deprecated comments in add_commit()Aurelien Foret
2005-04-24added transaction events for sync_commit operationsAurelien Foret
2005-04-24outputs cleanupAurelien Foret
2005-04-24fixed some potential resource leaksAurelien Foret
2005-04-23rework the cache handling to avoid as much as possible calls to db_scan()Aurelien Foret
2005-04-23code cleanupAurelien Foret
2005-04-23some remork for pacman_deptest()Aurelien Foret
2005-04-23renamed list_is_ptrin() in list_is_in()Aurelien Foret
2005-04-20first steps to support REPLACES featureAurelien Foret
2005-04-20code beautifyingAurelien Foret
2005-04-20display the list of targets to be removed before trans_commit() callAurelien Foret
2005-04-20avoided two calls to db_scan() in checkdeps()Aurelien Foret
2005-04-20- fixed args order in list_is_ptrin()Aurelien Foret
- fixed several memory leaks
2005-04-20fixed args order in list_is_ptrin()Aurelien Foret
2005-04-20- fixed args order in list_is_ptrin()Aurelien Foret
2005-04-20avoided a call to db_scan()Aurelien Foret
2005-04-20bypass trans_prepare() if there is no targetAurelien Foret
2005-04-19fixed a segfaultAurelien Foret
2005-04-17more work for sync_commit()Aurelien Foret
2005-04-17fixed a log messageAurelien Foret
2005-04-17add_loadtarget: load package info only when neededAurelien Foret
2005-04-17improved logs for package removalAurelien Foret
2005-04-17renamed PM_ERR_INVALID_NAME to PM_ERR_PKG_INVALID_NAMEAurelien Foret
2005-04-17more sanity checks for pkg_load()Aurelien Foret
2005-04-17fixed a user messageAurelien Foret
2005-04-16cleanup to keep in sync with alpm changesAurelien Foret
2005-04-16- general cleanupAurelien Foret
- added alpm_trans_sysupgrade() function - relocated some defines
2005-04-16- reworked pmsyncpkg_t structureAurelien Foret
- got ride of uneeded handle external references
2005-04-16- reworked transaction prototypesAurelien Foret
- added a trans_sysupgrade function
2005-04-16reworked handle structure initializationAurelien Foret
2005-04-16reworked transaction prototypesAurelien Foret
2005-04-14more work for sync_commit()Aurelien Foret
2005-04-13added packages integrity checkingAurelien Foret
2005-04-13-fixed 2 logsAurelien Foret
- some sync_commit() rework
2005-04-13replaced a call to list_free by the macro FREELISTAurelien Foret
2005-04-13- updated sync featureAurelien Foret
- added 2 new transaction events
2005-04-13updated a logAurelien Foret
2005-04-13backported support for print-uris from pacman 2.9.xAurelien Foret
2005-04-13added option -p in pacman usage screenAurelien Foret
2005-04-08added function pkg_splitname (not used for now)Aurelien Foret
2005-04-08reworked alpm_db_readpkgAurelien Foret
2005-04-08more work in sync_prepareAurelien Foret
2005-04-08fixed a potential segfaultAurelien Foret
2005-04-08- small bugfixesAurelien Foret
- removed 2 debug messages
2005-04-08removed a leftover commentAurelien Foret
2005-04-08fixed a small memory leakAurelien Foret