summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-23Merge branch 'maint'Dan McGee1-0/+3
2011-03-21Fix line_offset not being reset in _alpm_archive_fgets()Dan McGee1-0/+3
2011-03-21Style change: return(x) --> return xDan McGee1-44/+44
2011-03-01Fix some easy to find double translationsDan McGee1-3/+4
2011-02-28Move locking functions to where they are neededDan McGee1-40/+0
2011-02-27Fix double close of the lock fileJonathan Conder1-4/+3
2011-02-04Add more error checking and loggingDan McGee1-1/+1
2011-02-04Ensure found files are actually filesDan McGee1-1/+2
2011-02-01Fix locale.h/setlocale inclusion with --disable-nlsDan McGee1-2/+3
2011-01-21Improve splitname memory allocationDan McGee1-14/+13
2011-01-21Add strndup fallback function to libalpm utilDan McGee1-0/+22
2011-01-08Fix some more simple conversion "errors"Dan McGee1-4/+5
2011-01-08Refactor old date parsing into single methodDan McGee1-0/+13
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2011-01-02Fix function indentationDan McGee1-22/+22
2010-12-21Overhaul archive fgets functionDan McGee1-22/+78
2010-12-14When setting package name, set hash value as wellDan McGee1-0/+1
2010-12-14Add hash_sdbm functionDan McGee1-0/+21
2010-12-13Turn libarchive warnings into libalpm warningsDan McGee1-1/+1
2010-10-14Move and rename splitnameAllan McRae1-0/+45
2010-09-02Use OpenSSL MD5 crypto functions if availableDan McGee1-1/+43
2010-08-27use execv to avoid using sh just to run ldconfigJonathan Conder1-5/+6
2010-08-27redirect scriptlet stderr synchronously through alpmJonathan Conder1-36/+55
2010-07-01Check return value of chdir and getcwdAllan McRae1-4/+4
2010-07-01Check return value of fwrite when copying filesAllan McRae1-1/+9
2010-06-20Clarify testing within conditional statementsAllan McRae1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-15Only extract new DB entriesXavier Chantry1-1/+2
2009-11-16Refactor do/while cycle and multiple while cyclesLaszlo Papp1-4/+7
2009-11-11Merge branch 'maint'Dan McGee1-1/+2
2009-10-28Fix opendir error condition checksDan McGee1-1/+2
2009-10-11Rework the alpm_unpack functionsXavier Chantry1-11/+44
2009-10-11cygwin fix : use unsigned char for ctype functionXavier Chantry1-2/+2
2009-10-11libalpm: clean up lock functionDan McGee1-8/+5
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee1-2/+1
2009-09-07libalpm/util.c : remove _alpm_strreplaceXavier Chantry1-45/+0
2009-08-03Add a missing newline.Xavier Chantry1-1/+1
2009-08-03Use full path to ldconfigMarc - A. Dahlhaus1-1/+1
2009-07-16Run ldconfig inside chroot.Xavier Chantry1-3/+100
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-01-20alpm_unpack : change prefix handling to workaround FS#12148.Xavier Chantry1-8/+24
2009-01-18Merge branch 'maint'Dan McGee1-2/+2
2009-01-18Use archive_entry_set_perm instead of archive_entry_set_modeNagy Gabor1-2/+2
2009-01-13Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor1-2/+2
2009-01-03libalpm: add PID to db.lckAllan McRae1-2/+13
2008-10-13libalpm: handle syscall interruption correctlyDan McGee1-1/+2
2008-08-20Remove an usused variable from alpm/util.c/_alpm_lckmk()Nagy Gabor1-10/+2
2008-08-09Fix segfault on x86_64 when using UseSyslogDan McGee1-2/+9
2008-07-25Remove unused strverscmp substituteDan McGee1-102/+0
2008-06-16Use access() instead of stat() when possibleDan McGee1-8/+4