summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
AgeCommit message (Expand)Author
2011-02-04Add more error checking and loggingDan McGee
2011-02-04Ensure found files are actually filesDan McGee
2011-02-01Fix locale.h/setlocale inclusion with --disable-nlsDan McGee
2011-01-21Improve splitname memory allocationDan McGee
2011-01-21Add strndup fallback function to libalpm utilDan McGee
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Refactor old date parsing into single methodDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2011-01-02Fix function indentationDan McGee
2010-12-21Overhaul archive fgets functionDan McGee
2010-12-14When setting package name, set hash value as wellDan McGee
2010-12-14Add hash_sdbm functionDan McGee
2010-12-12Turn libarchive warnings into libalpm warningsDan McGee
2010-10-14Move and rename splitnameAllan McRae
2010-09-02Use OpenSSL MD5 crypto functions if availableDan McGee
2010-08-27use execv to avoid using sh just to run ldconfigJonathan Conder
2010-08-27redirect scriptlet stderr synchronously through alpmJonathan Conder
2010-07-01Check return value of chdir and getcwdAllan McRae
2010-06-30Check return value of fwrite when copying filesAllan McRae
2010-06-21Clarify testing within conditional statementsAllan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14Only extract new DB entriesXavier Chantry
2009-11-15Refactor do/while cycle and multiple while cyclesLaszlo Papp
2009-11-10Merge branch 'maint'Dan McGee
2009-10-27Fix opendir error condition checksDan McGee
2009-10-11Rework the alpm_unpack functionsXavier Chantry
2009-10-11cygwin fix : use unsigned char for ctype functionXavier Chantry
2009-10-11libalpm: clean up lock functionDan McGee
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee
2009-09-06libalpm/util.c : remove _alpm_strreplaceXavier Chantry
2009-08-03Add a missing newline.Xavier Chantry
2009-08-03Use full path to ldconfigMarc - A. Dahlhaus
2009-07-16Run ldconfig inside chroot.Xavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2009-01-20alpm_unpack : change prefix handling to workaround FS#12148.Xavier Chantry
2009-01-18Merge branch 'maint'Dan McGee
2009-01-18Use archive_entry_set_perm instead of archive_entry_set_modeNagy Gabor
2009-01-12Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor
2009-01-03libalpm: add PID to db.lckAllan McRae
2008-10-12libalpm: handle syscall interruption correctlyDan McGee
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