summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-14FS#9183 : force correct permissions on tmp/.Jaroslaw Swierczynski1-2/+7
2008-01-13Ensure correct dir permissions in the database.Chantry Xavier1-0/+2
2008-01-13util.c : fix segfault when the cachedir isn't usable.Chantry Xavier1-2/+0
2008-01-06Don't stat cachedir immediatelyDan McGee1-3/+0
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-12-09_alpm_unpack: return 1 when the file is not found.Chantry Xavier1-1/+2
2007-11-25Force mode of all database files to 644Aaron Griffin1-11/+24
2007-11-17War on whitespaceDan McGee1-4/+4
2007-11-16libalpm: simplify sync db lastupdateDan McGee1-14/+0
2007-11-11libalpm: fix lstat wrapper to actually use newpathDan McGee1-1/+1
2007-11-05Remove the newline automatically added by alpm_logaction.Chantry Xavier1-3/+2
2007-11-05libalpm: use an lstat wrapper so we never dereference dir symlinksDan McGee1-1/+25
2007-10-23Fix invalid static scoping of strverscmpDan McGee1-1/+1
2007-09-23alpm: removed unused strtoupper wrapper, remove installeddate on parse_descfileDan McGee1-13/+0
2007-08-24libalpm: add newlines to all strings passed to log callbackDan McGee1-8/+9
2007-08-22Post trial install changes, round oneDan McGee1-1/+1
2007-08-20Fix for FS 6404 and functionalize some cachedir handling stuffDan McGee1-1/+68
2007-08-20Add const qualifier to md5_file and alpm_get_md5sumDan McGee1-3/+1
2007-08-16Clean up MD5 code.Andrew Fyfe1-0/+42
2007-08-14package.h: implement origin_data union in pmpkg_t structDan McGee1-1/+2
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee1-28/+103
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee1-1/+1
2007-07-06Various small fixes as suggested by some static code checkersDan McGee1-4/+4
2007-07-02libalpm/add.c,util.c : log ARCHIVE_WARN warning to debug output.Chantry Xavier1-4/+13
2007-06-28libalpm/util.c : stat returns 0 on successChantry Xavier1-1/+1
2007-06-28Remove lockfile configuration from frontend, make it job of libalpmDan McGee1-6/+3
2007-06-28Fix wrong permissions on pacnew extractionDan McGee1-0/+15
2007-06-20libalpm/util.c: remove unnecessary includeDan McGee1-1/+0
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee1-7/+8
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-2/+4
2007-05-18Allow $repo expansion in 'Server' config linesAaron Griffin1-11/+56
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee1-1/+1
2007-04-29libalpm util.c and util.h cleanupDan McGee1-268/+10
2007-04-29Remove STRNCPY macro from libalpmDan McGee1-1/+1
2007-04-27Clean up gettext on the libalpm sideDan McGee1-1/+0
2007-03-30Report an error on setmntent failureAaron Griffin1-1/+3
2007-03-22* Correct install scriptlet usage (reuse of handle->root when not needed)Aaron Griffin1-0/+2
2007-03-19Nagy Gabor <ngaba@petra.hos.u-szeged.hu>Aaron Griffin1-5/+4
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-9/+9
2007-03-04* Fixed a whole mess of extra '/' pathing issues when a different root isAaron Griffin1-0/+2
2007-03-03Big commit this time:Aaron Griffin1-13/+15
2007-02-14* strlen -> mbstowcs (multibyte str to wide char str) conversion where weDan McGee1-5/+13
2007-02-13* Refactored conflict checking within packages. Profiling from Dan showed anAaron Griffin1-0/+8
2007-01-31Debug logging changes:Aaron Griffin1-1/+1
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin1-0/+6
2007-01-30* Remove -fno-strict-aliasing as it is now unnecessary to compile.Dan McGee1-2/+2
2007-01-26* Fix FS #3107- Use ISO date styleAaron Griffin1-4/+5
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-2/+2
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-5/+5
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-1/+0