summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-15Fix compilation warning on x86_64Dan McGee1-1/+1
2008-05-10Update makepath to remove PATH_MAX usageDan McGee1-17/+21
2008-04-29Updates to _alpm_copyfile()Dan McGee1-8/+14
2008-04-26Completely rework delta algorithmChantry Xavier1-2/+2
2008-04-15Some comments for _alpm_unpack.K. Piche1-0/+11
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2008-04-07libalpm error cleanup, step 1Dan McGee1-1/+1
2008-03-27Add an archive_fgets() functionDan McGee1-0/+29
2008-02-28libalpm: clean up of md5sum functions.Chantry Xavier1-7/+20
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