Age | Commit message (Expand) | Author | Files | Lines |
2010-12-13 | Turn libarchive warnings into libalpm warnings | Dan McGee | 1 | -1/+1 |
2010-10-14 | Move and rename splitname | Allan McRae | 1 | -0/+45 |
2010-09-02 | Use OpenSSL MD5 crypto functions if available | Dan McGee | 1 | -1/+43 |
2010-08-27 | use execv to avoid using sh just to run ldconfig | Jonathan Conder | 1 | -5/+6 |
2010-08-27 | redirect scriptlet stderr synchronously through alpm | Jonathan Conder | 1 | -36/+55 |
2010-07-01 | Check return value of chdir and getcwd | Allan McRae | 1 | -4/+4 |
2010-07-01 | Check return value of fwrite when copying files | Allan McRae | 1 | -1/+9 |
2010-06-20 | Clarify testing within conditional statements | Allan McRae | 1 | -1/+1 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 1 | -1/+1 |
2010-03-15 | Only extract new DB entries | Xavier Chantry | 1 | -1/+2 |
2009-11-16 | Refactor do/while cycle and multiple while cycles | Laszlo Papp | 1 | -4/+7 |
2009-11-11 | Merge branch 'maint' | Dan McGee | 1 | -1/+2 |
2009-10-28 | Fix opendir error condition checks | Dan McGee | 1 | -1/+2 |
2009-10-11 | Rework the alpm_unpack functions | Xavier Chantry | 1 | -11/+44 |
2009-10-11 | cygwin fix : use unsigned char for ctype function | Xavier Chantry | 1 | -2/+2 |
2009-10-11 | libalpm: clean up lock function | Dan McGee | 1 | -8/+5 |
2009-10-11 | int typing: s/unsigned short/int/ in libalpm | Dan McGee | 1 | -2/+1 |
2009-09-07 | libalpm/util.c : remove _alpm_strreplace | Xavier Chantry | 1 | -45/+0 |
2009-08-03 | Add a missing newline. | Xavier Chantry | 1 | -1/+1 |
2009-08-03 | Use full path to ldconfig | Marc - A. Dahlhaus | 1 | -1/+1 |
2009-07-16 | Run ldconfig inside chroot. | Xavier Chantry | 1 | -3/+100 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2009-01-20 | alpm_unpack : change prefix handling to workaround FS#12148. | Xavier Chantry | 1 | -8/+24 |
2009-01-18 | Merge branch 'maint' | Dan McGee | 1 | -2/+2 |
2009-01-18 | Use archive_entry_set_perm instead of archive_entry_set_mode | Nagy Gabor | 1 | -2/+2 |
2009-01-13 | Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm... | Nagy Gabor | 1 | -2/+2 |
2009-01-03 | libalpm: add PID to db.lck | Allan McRae | 1 | -2/+13 |
2008-10-13 | libalpm: handle syscall interruption correctly | Dan McGee | 1 | -1/+2 |
2008-08-20 | Remove an usused variable from alpm/util.c/_alpm_lckmk() | Nagy Gabor | 1 | -10/+2 |
2008-08-09 | Fix segfault on x86_64 when using UseSyslog | Dan McGee | 1 | -2/+9 |
2008-07-25 | Remove unused strverscmp substitute | Dan McGee | 1 | -102/+0 |
2008-06-16 | Use access() instead of stat() when possible | Dan McGee | 1 | -8/+4 |
2008-05-15 | Fix compilation warning on x86_64 | Dan McGee | 1 | -1/+1 |
2008-05-10 | Update makepath to remove PATH_MAX usage | Dan McGee | 1 | -17/+21 |
2008-04-29 | Updates to _alpm_copyfile() | Dan McGee | 1 | -8/+14 |
2008-04-26 | Completely rework delta algorithm | Chantry Xavier | 1 | -2/+2 |
2008-04-15 | Some comments for _alpm_unpack. | K. Piche | 1 | -0/+11 |
2008-04-07 | Remove unnecessary header file, move one macro to util.c | Dan McGee | 1 | -1/+0 |
2008-04-07 | libalpm error cleanup, step 1 | Dan McGee | 1 | -1/+1 |
2008-03-27 | Add an archive_fgets() function | Dan McGee | 1 | -0/+29 |
2008-02-28 | libalpm: clean up of md5sum functions. | Chantry Xavier | 1 | -7/+20 |
2008-01-14 | FS#9183 : force correct permissions on tmp/. | Jaroslaw Swierczynski | 1 | -2/+7 |
2008-01-13 | Ensure correct dir permissions in the database. | Chantry Xavier | 1 | -0/+2 |
2008-01-13 | util.c : fix segfault when the cachedir isn't usable. | Chantry Xavier | 1 | -2/+0 |
2008-01-06 | Don't stat cachedir immediately | Dan McGee | 1 | -3/+0 |
2007-12-11 | Update GNU GPL boilerplate and copyright dates | Dan McGee | 1 | -4/+2 |
2007-12-09 | _alpm_unpack: return 1 when the file is not found. | Chantry Xavier | 1 | -1/+2 |
2007-11-25 | Force mode of all database files to 644 | Aaron Griffin | 1 | -11/+24 |
2007-11-17 | War on whitespace | Dan McGee | 1 | -4/+4 |
2007-11-16 | libalpm: simplify sync db lastupdate | Dan McGee | 1 | -14/+0 |