Age | Commit message (Expand) | Author | Files | Lines |
2011-06-09 | Require handle argument to alpm_logaction() | Dan McGee | 10 | -36/+36 |
2011-06-09 | Kill all remaining 'PATH_MAX + 1' usages | Dan McGee | 6 | -9/+9 |
2011-06-09 | _alpm_lstat: only duplicate string if necessary | Dan McGee | 1 | -7/+8 |
2011-06-09 | Fix bracket type in makefile | Allan McRae | 1 | -1/+1 |
2011-06-08 | Merge remote-tracking branch 'allan/working' | Dan McGee | 4 | -9/+17 |
2011-06-08 | Fix graph free valgrind warnings | Dan McGee | 1 | -11/+0 |
2011-06-08 | pactest: only create install file if necessary | Dan McGee | 1 | -2/+2 |
2011-06-08 | Plug a memory leak | Dan McGee | 1 | -0/+1 |
2011-06-08 | Fix name of original files in scripts | Allan McRae | 1 | -1/+1 |
2011-06-08 | pacman-key: add vim modeline and fix whitespace issues | Allan McRae | 1 | -6/+8 |
2011-06-08 | pkgdelta: add vim modeline | Allan McRae | 1 | -0/+2 |
2011-06-08 | Remove incorrect output with download only and IgnorePkg | Allan McRae | 1 | -2/+6 |
2011-06-07 | Add late-breaking 3.5.3 NEWS | Dan McGee | 1 | -1/+2 |
2011-06-07 | Merge branch 'maint' | Dan McGee | 4 | -81/+85 |
2011-06-07 | pacman-key: update copyright | Allan McRae | 1 | -1/+1 |
2011-06-07 | Revamp pacman setup code to handle new alpm initialize routine | Dan McGee | 3 | -133/+140 |
2011-06-07 | Update utilities for new initialize/release methods | Dan McGee | 4 | -34/+29 |
2011-06-07 | New signatures for alpm initialize and release | Dan McGee | 7 | -91/+72 |
2011-06-07 | Add cachedirs one-by-one in set_cachedirs() | Dan McGee | 1 | -2/+10 |
2011-06-07 | Be consistent with memory treatment for plural option setters | Dan McGee | 1 | -5/+5 |
2011-06-07 | Add helper methods for setting directory options | Dan McGee | 5 | -63/+64 |
2011-06-07 | Transifex updatesv3.5.3 | Dan McGee | 2 | -79/+83 |
2011-06-07 | Remove incorrect output when downloading only | Allan McRae | 1 | -1/+1 |
2011-06-07 | makepkg: fix creation of source package with -p | Allan McRae | 1 | -1/+1 |
2011-06-03 | Use standard errno codes in return from _alpm_archive_fgets | Dan McGee | 5 | -18/+34 |
2011-06-03 | Remove global handle dependencies from sync/upgrade paths | Dan McGee | 7 | -66/+55 |
2011-06-03 | Remove global handle from remove.c | Dan McGee | 5 | -36/+30 |
2011-06-03 | Remove global handle from some package and db code | Dan McGee | 6 | -41/+17 |
2011-06-03 | Remove global handle from diskspace.c | Dan McGee | 3 | -14/+12 |
2011-06-03 | Remove global handle from util.c | Dan McGee | 6 | -38/+36 |
2011-06-03 | Push down extern handle variable to files that need it | Dan McGee | 18 | -3/+48 |
2011-06-03 | Add handle attribute to pmpkg_t struct | Dan McGee | 5 | -4/+10 |
2011-06-03 | Add handle attribute to pmdb_t struct | Dan McGee | 5 | -2/+6 |
2011-06-03 | Remove unnecessary handle != NULL asserts | Dan McGee | 2 | -15/+0 |
2011-06-03 | Remove ALPM_LOG_FUNC macro | Dan McGee | 22 | -252/+0 |
2011-06-03 | Merge branch 'maint' | Dan McGee | 6 | -23/+32 |
2011-06-03 | Show net upgrade size on -U/-S operations | Dan McGee | 2 | -2/+13 |
2011-06-03 | Add two currently failing test cases from bug reports | Dan McGee | 2 | -0/+52 |
2011-06-02 | 3.5.3 release preparation | Dan McGee | 2 | -2/+9 |
2011-06-02 | repo-add: anchor exclusion pattern when generating filelist | Dan McGee | 1 | -1/+1 |
2011-06-01 | lib/dload.c: remove assumption in continuation logic | Dave Reisner | 1 | -5/+3 |
2011-06-01 | dload: abort transfer on CURLOPT_LOW_SPEED_LIMIT | Dave Reisner | 1 | -0/+2 |
2011-06-01 | Ensure list_display works on outputs of unknown width | Dan McGee | 3 | -19/+21 |
2011-06-01 | makepkg: add libdepends support | Florian Pritz | 1 | -1/+40 |
2011-06-01 | doc: monospace attribute escape fixes | Dan McGee | 2 | -3/+3 |
2011-06-01 | pacman-key: print default gpgdir in usage | Pang Yan Han | 1 | -1/+1 |
2011-06-01 | Merge branch 'maint' | Dan McGee | 8 | -15/+18 |
2011-06-01 | Update pacman manpage and pacman.conf for gpgdir | Pang Yan Han | 2 | -5/+7 |
2011-06-01 | doc: fix attribute substitution in monospaced text | Dan McGee | 3 | -8/+8 |
2011-06-01 | doc: update Makefile for new asciidoc resource location | Dan McGee | 1 | -2/+2 |