summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
AgeCommit message (Expand)Author
2007-11-16War on whitespaceDan McGee
2007-11-16libalpm: simplify sync db lastupdateDan McGee
2007-11-11libalpm: fix lstat wrapper to actually use newpathDan 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-10-22Fix invalid static scoping of strverscmpDan McGee
2007-09-23alpm: removed unused strtoupper wrapper, remove installeddate on parse_descfileDan McGee
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-21Post trial install changes, round oneDan McGee
2007-08-20Fix for FS 6404 and functionalize some cachedir handling stuffDan McGee
2007-08-20Add const qualifier to md5_file and alpm_get_md5sumDan McGee
2007-08-16Clean up MD5 code.Andrew Fyfe
2007-08-14package.h: implement origin_data union in pmpkg_t structDan 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-06Various small fixes as suggested by some static code checkersDan McGee
2007-07-01libalpm/add.c,util.c : log ARCHIVE_WARN warning to debug output.Chantry Xavier
2007-06-28libalpm/util.c : stat returns 0 on successChantry Xavier
2007-06-27Remove lockfile configuration from frontend, make it job of libalpmDan McGee
2007-06-27Fix wrong permissions on pacnew extractionDan McGee
2007-06-20libalpm/util.c: remove unnecessary includeDan McGee
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee
2007-05-18Allow $repo expansion in 'Server' config linesAaron Griffin
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee
2007-04-29libalpm util.c and util.h cleanupDan McGee
2007-04-29Remove STRNCPY macro from libalpmDan McGee
2007-04-26Clean up gettext on the libalpm sideDan McGee
2007-03-29Report an error on setmntent failureAaron Griffin
2007-03-22* Correct install scriptlet usage (reuse of handle->root when not needed)Aaron Griffin
2007-03-19Nagy Gabor <ngaba@petra.hos.u-szeged.hu>Aaron Griffin
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
2007-03-03Big commit this time:Aaron Griffin
2007-02-14* strlen -> mbstowcs (multibyte str to wide char str) conversion where weDan McGee
2007-02-13* Refactored conflict checking within packages. Profiling from Dan showed anAaron Griffin
2007-01-31Debug logging changes:Aaron Griffin
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin
2007-01-30* Remove -fno-strict-aliasing as it is now unnecessary to compile.Dan McGee
2007-01-26* Fix FS #3107- Use ISO date styleAaron Griffin
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2007-01-17* Misc logging changesAaron Griffin
2007-01-17Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin
2006-11-16* makepkg.conf.in variable changes (missed the checkin)Aaron Griffin
2006-11-15* Initial changes to gensync - makepkg changes were not checked in from anotherAaron Griffin
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin