summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
AgeCommit message (Expand)Author
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
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