Age | Commit message (Expand) | Author | Files | Lines |
2011-06-03 | Remove global handle from util.c | Dan McGee | 1 | -12/+11 |
2011-06-03 | Push down extern handle variable to files that need it | Dan McGee | 1 | -0/+3 |
2011-06-03 | Remove ALPM_LOG_FUNC macro | Dan McGee | 1 | -6/+0 |
2011-04-21 | Header inclusion cleanup | Dan McGee | 1 | -1/+0 |
2011-04-21 | syntax: if/while statements should have no trailing space | Dan McGee | 1 | -7/+7 |
2011-04-21 | style cleanup: cast as (type *) not (type*) | Dave Reisner | 1 | -2/+2 |
2011-04-05 | Merge branch 'maint' | Dan McGee | 1 | -0/+1 |
2011-04-02 | util.c: include limits.h for PATH_MAX macro | Rémy Oudompheng | 1 | -0/+1 |
2011-03-23 | Merge branch 'maint' | Dan McGee | 1 | -0/+3 |
2011-03-21 | Fix line_offset not being reset in _alpm_archive_fgets() | Dan McGee | 1 | -0/+3 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -44/+44 |
2011-03-01 | Fix some easy to find double translations | Dan McGee | 1 | -3/+4 |
2011-02-28 | Move locking functions to where they are needed | Dan McGee | 1 | -40/+0 |
2011-02-27 | Fix double close of the lock file | Jonathan Conder | 1 | -4/+3 |
2011-02-04 | Add more error checking and logging | Dan McGee | 1 | -1/+1 |
2011-02-04 | Ensure found files are actually files | Dan McGee | 1 | -1/+2 |
2011-02-01 | Fix locale.h/setlocale inclusion with --disable-nls | Dan McGee | 1 | -2/+3 |
2011-01-21 | Improve splitname memory allocation | Dan McGee | 1 | -14/+13 |
2011-01-21 | Add strndup fallback function to libalpm util | Dan McGee | 1 | -0/+22 |
2011-01-08 | Fix some more simple conversion "errors" | Dan McGee | 1 | -4/+5 |
2011-01-08 | Refactor old date parsing into single method | Dan McGee | 1 | -0/+13 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2011-01-02 | Fix function indentation | Dan McGee | 1 | -22/+22 |
2010-12-21 | Overhaul archive fgets function | Dan McGee | 1 | -22/+78 |
2010-12-14 | When setting package name, set hash value as well | Dan McGee | 1 | -0/+1 |
2010-12-14 | Add hash_sdbm function | Dan McGee | 1 | -0/+21 |
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 |