summaryrefslogtreecommitdiff
path: root/lib/libalpm/add.c
AgeCommit message (Expand)Author
2007-11-16libalpm: use FREELIST when possibleDan McGee
2007-11-16War on whitespaceDan McGee
2007-11-14Remove REQUIREDBY usage from libalpmDan McGee
2007-11-04Remove the newline automatically added by alpm_logaction.Chantry Xavier
2007-11-04libalpm: use an lstat wrapper so we never dereference dir symlinksDan McGee
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee
2007-09-28Support for localized times in metadataAaron Griffin
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee
2007-09-28Remove package name dependency from libalpmDan McGee
2007-09-23libalpm/add.c: fix backup array issueDan McGee
2007-09-18libalpm/add.c : fix backup handling (2)Chantry Xavier
2007-09-17libalpm/add.c : newline fix.Chantry Xavier
2007-09-16trans.c : reworking of transaction interruptionsChantry Xavier
2007-08-26libalpm/add.c : fix backup handling.Chantry Xavier
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-20libalpm/add.c,trans.c : cleanup of requiredby handling.Nagy Gabor
2007-08-16Fix some errors spit out by -WextraDan McGee
2007-08-16Clean up MD5 code.Andrew Fyfe
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe
2007-08-14package.h: implement origin_data union in pmpkg_t structDan McGee
2007-07-15Clean up libalpm/add.c and revise file extraction codeDan McGee
2007-07-15Add --asdeps option to pacmanDan McGee
2007-07-14Ensure requiredby entries are removed during an upgradeDan McGee
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee
2007-07-09Remove gettext from any alpm_logaction callsDan McGee
2007-07-06Various small fixes as suggested by some static code checkersDan McGee
2007-07-01libalpm/add.c : fix for FS #7484Chantry Xavier
2007-07-01libalpm/add.c,util.c : log ARCHIVE_WARN warning to debug output.Chantry Xavier
2007-06-28libalpm/add.c : ignore libarchive warning.Chantry Xavier
2007-06-26Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor
2007-06-26Don't extract any top-level files in a package that start with '.'Dan McGee
2007-06-20Revert "Fix libarchive permission extraction"Dan McGee
2007-06-05Const correctness!Dan McGee
2007-06-02Remove freespace checking codeDan McGee
2007-05-18Fix libarchive permission extractionAaron Griffin
2007-04-29libalpm util.c and util.h cleanupDan McGee
2007-04-28Remove 'removes' array from libalpmDan McGee
2007-04-28Remove FREELISTPTR macroDan McGee
2007-04-28Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee
2007-04-27Remove FREETRANS macro and correctly type _alpm_trans_freeDan McGee
2007-04-26Clean up gettext on the libalpm sideDan McGee
2007-04-16ldconfig changes from CVSAaron Griffin
2007-03-22Fixed alpm_log call- too many parameters passed. (bardo on #archlinux-pacman)Dan McGee
2007-03-22I was mistaken, newpkg->data IS useful here, as the scriptlet isn't in the FS atAaron Griffin
2007-03-22* Correct install scriptlet usage (reuse of handle->root when not needed)Aaron Griffin
2007-03-11* Fix group comparison issue and associated compilation warnings by usingDan McGee
2007-03-06* Sorry tranlators, another string update. .pacorig was displayed twice inDan McGee
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-03-04* Fixed a whole mess of extra '/' pathing issues when a different root isAaron Griffin