summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.h
AgeCommit message (Expand)Author
2011-02-28Move locking functions to where they are neededDan McGee
2011-02-27Fix double close of the lock fileJonathan Conder
2011-01-21Add strndup fallback function to libalpm utilDan McGee
2011-01-07Refactor old date parsing into single methodDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-21Overhaul archive fgets functionDan McGee
2010-12-20Always specify arguement type in function delcarationsAllan McRae
2010-12-14Add hash_sdbm functionDan McGee
2010-12-12Move MAX_DELTA_RATIO definitionAllan McRae
2010-10-14Move and rename splitnameAllan McRae
2010-08-27use execv to avoid using sh just to run ldconfigJonathan Conder
2010-03-14Bump copyright dates to 2010Dan McGee
2009-10-11Rework the alpm_unpack functionsXavier Chantry
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee
2009-09-06libalpm/util.c : remove _alpm_strreplaceXavier Chantry
2009-07-16Run ldconfig inside chroot.Xavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2008-07-24Remove unused strverscmp substituteDan McGee
2008-04-19Remove unnecessary NULL check in FREE() macroDan McGee
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-03-27Add an archive_fgets() functionDan McGee
2008-02-27libalpm: clean up of md5sum functions.Chantry Xavier
2008-01-14Merge branch 'maint'Dan McGee
2008-01-13FS#9183 : force correct permissions on tmp/.Jaroslaw Swierczynski
2008-01-11Use dynamic string allocation in package structuresDan McGee
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-16War on whitespaceDan McGee
2007-11-16libalpm: simplify sync db lastupdateDan McGee
2007-11-06Add STRDUP macro to mirror MALLOC/CALLOCAaron Griffin
2007-11-04libalpm: use an lstat wrapper so we never dereference dir symlinksDan McGee
2007-10-29When printing size_t, use %zdDan McGee
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee
2007-10-22Ensure all localization stuff is correctly guardedDan McGee
2007-10-22Fix broken or missing includesDan McGee
2007-10-22Fix invalid static scoping of strverscmpDan McGee
2007-10-19Download delta files if UseDelta is set.Nathan Jones
2007-10-08Update usage of gcc __attribute__ flagsDan McGee
2007-09-23alpm: removed unused strtoupper wrapper, remove installeddate on parse_descfileDan McGee
2007-09-06Add a few missing includes, caught while compiling on cygwinDan McGee
2007-08-20Fix for FS 6404 and functionalize some cachedir handling stuffDan McGee
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee
2007-06-27Remove scriptlet START and DONE commands that we don't useDan 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-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-03Big commit this time:Aaron Griffin
2007-02-14* strlen -> mbstowcs (multibyte str to wide char str) conversion where weDan McGee