| Commit message (Expand) | Author | Age |
... | |
* | Add more error checking and logging | Dan McGee | 2011-02-04 |
* | Ensure found files are actually files | Dan McGee | 2011-02-04 |
* | Fix locale.h/setlocale inclusion with --disable-nls | Dan McGee | 2011-02-01 |
* | Improve splitname memory allocation | Dan McGee | 2011-01-21 |
* | Add strndup fallback function to libalpm util | Dan McGee | 2011-01-21 |
* | Fix some more simple conversion "errors" | Dan McGee | 2011-01-07 |
* | Refactor old date parsing into single method | Dan McGee | 2011-01-07 |
* | Update copyright years for 2011 | Allan McRae | 2011-01-07 |
* | Fix function indentation | Dan McGee | 2011-01-02 |
* | Overhaul archive fgets function | Dan McGee | 2010-12-21 |
* | When setting package name, set hash value as well | Dan McGee | 2010-12-14 |
* | Add hash_sdbm function | Dan McGee | 2010-12-14 |
* | Turn libarchive warnings into libalpm warnings | Dan McGee | 2010-12-12 |
* | Move and rename splitname | Allan McRae | 2010-10-14 |
* | Use OpenSSL MD5 crypto functions if available | Dan McGee | 2010-09-02 |
* | use execv to avoid using sh just to run ldconfig | Jonathan Conder | 2010-08-27 |
* | redirect scriptlet stderr synchronously through alpm | Jonathan Conder | 2010-08-27 |
* | Check return value of chdir and getcwd | Allan McRae | 2010-07-01 |
* | Check return value of fwrite when copying files | Allan McRae | 2010-06-30 |
* | Clarify testing within conditional statements | Allan McRae | 2010-06-21 |
* | Bump copyright dates to 2010 | Dan McGee | 2010-03-14 |
* | Only extract new DB entries | Xavier Chantry | 2010-03-14 |
* | Refactor do/while cycle and multiple while cycles | Laszlo Papp | 2009-11-15 |
* | Merge branch 'maint' | Dan McGee | 2009-11-10 |
|\ |
|
| * | Fix opendir error condition checks | Dan McGee | 2009-10-27 |
* | | Rework the alpm_unpack functions | Xavier Chantry | 2009-10-11 |
* | | cygwin fix : use unsigned char for ctype function | Xavier Chantry | 2009-10-11 |
* | | libalpm: clean up lock function | Dan McGee | 2009-10-11 |
* | | int typing: s/unsigned short/int/ in libalpm | Dan McGee | 2009-10-11 |
* | | libalpm/util.c : remove _alpm_strreplace | Xavier Chantry | 2009-09-06 |
|/ |
|
* | Add a missing newline. | Xavier Chantry | 2009-08-03 |
* | Use full path to ldconfig | Marc - A. Dahlhaus | 2009-08-03 |
* | Run ldconfig inside chroot. | Xavier Chantry | 2009-07-16 |
* | Update copyright headers and messages | Dan McGee | 2009-07-01 |
* | alpm_unpack : change prefix handling to workaround FS#12148. | Xavier Chantry | 2009-01-20 |
* | Merge branch 'maint' | Dan McGee | 2009-01-18 |
|\ |
|
| * | Use archive_entry_set_perm instead of archive_entry_set_mode | Nagy Gabor | 2009-01-18 |
* | | Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm... | Nagy Gabor | 2009-01-12 |
* | | libalpm: add PID to db.lck | Allan McRae | 2009-01-03 |
|/ |
|
* | libalpm: handle syscall interruption correctly | Dan McGee | 2008-10-12 |
* | Remove an usused variable from alpm/util.c/_alpm_lckmk() | Nagy Gabor | 2008-08-19 |
* | Fix segfault on x86_64 when using UseSyslog | Dan McGee | 2008-08-08 |
* | Remove unused strverscmp substitute | Dan McGee | 2008-07-24 |
* | Use access() instead of stat() when possible | Dan McGee | 2008-06-15 |
* | Fix compilation warning on x86_64 | Dan McGee | 2008-05-14 |
* | Update makepath to remove PATH_MAX usage | Dan McGee | 2008-05-10 |
* | Updates to _alpm_copyfile() | Dan McGee | 2008-04-28 |
* | Completely rework delta algorithm | Chantry Xavier | 2008-04-26 |
* | Some comments for _alpm_unpack. | K. Piche | 2008-04-14 |
* | Remove unnecessary header file, move one macro to util.c | Dan McGee | 2008-04-06 |