summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
AgeCommit message (Expand)Author
2008-08-19Remove an usused variable from alpm/util.c/_alpm_lckmk()Nagy Gabor
2008-08-08Fix segfault on x86_64 when using UseSyslogDan McGee
2008-07-24Remove unused strverscmp substituteDan McGee
2008-06-15Use access() instead of stat() when possibleDan McGee
2008-05-14Fix compilation warning on x86_64Dan McGee
2008-05-10Update makepath to remove PATH_MAX usageDan McGee
2008-04-28Updates to _alpm_copyfile()Dan McGee
2008-04-26Completely rework delta algorithmChantry Xavier
2008-04-14Some comments for _alpm_unpack.K. Piche
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-04-06libalpm error cleanup, step 1Dan McGee
2008-03-27Add an archive_fgets() functionDan McGee
2008-02-27libalpm: clean up of md5sum functions.Chantry Xavier
2008-01-13FS#9183 : force correct permissions on tmp/.Jaroslaw Swierczynski
2008-01-13Ensure correct dir permissions in the database.Chantry Xavier
2008-01-13util.c : fix segfault when the cachedir isn't usable.Chantry Xavier
2008-01-05Don't stat cachedir immediatelyDan McGee
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-08_alpm_unpack: return 1 when the file is not found.Chantry Xavier
2007-11-25Force mode of all database files to 644Aaron Griffin
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