summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Require handle argument to alpm_logaction()Dan McGee2011-06-09
* Kill all remaining 'PATH_MAX + 1' usagesDan McGee2011-06-09
* _alpm_lstat: only duplicate string if necessaryDan McGee2011-06-09
* Fix bracket type in makefileAllan McRae2011-06-09
* Merge remote-tracking branch 'allan/working'Dan McGee2011-06-08
|\
| * Fix name of original files in scriptsAllan McRae2011-06-08
| * pacman-key: add vim modeline and fix whitespace issuesAllan McRae2011-06-08
| * pkgdelta: add vim modelineAllan McRae2011-06-08
| * Remove incorrect output with download only and IgnorePkgAllan McRae2011-06-08
* | Fix graph free valgrind warningsDan McGee2011-06-08
* | pactest: only create install file if necessaryDan McGee2011-06-08
* | Plug a memory leakDan McGee2011-06-08
|/
* Merge branch 'maint'Dan McGee2011-06-07
|\
| * Transifex updatesDan McGee2011-06-07
| * Remove incorrect output when downloading onlyAllan McRae2011-06-07
| * makepkg: fix creation of source package with -pAllan McRae2011-06-07
* | pacman-key: update copyrightAllan McRae2011-06-07
* | Revamp pacman setup code to handle new alpm initialize routineDan McGee2011-06-07
* | Update utilities for new initialize/release methodsDan McGee2011-06-07
* | New signatures for alpm initialize and releaseDan McGee2011-06-07
* | Add cachedirs one-by-one in set_cachedirs()Dan McGee2011-06-07
* | Be consistent with memory treatment for plural option settersDan McGee2011-06-07
* | Add helper methods for setting directory optionsDan McGee2011-06-07
* | Use standard errno codes in return from _alpm_archive_fgetsDan McGee2011-06-03
* | Remove global handle dependencies from sync/upgrade pathsDan McGee2011-06-03
* | Remove global handle from remove.cDan McGee2011-06-03
* | Remove global handle from some package and db codeDan McGee2011-06-03
* | Remove global handle from diskspace.cDan McGee2011-06-03
* | Remove global handle from util.cDan McGee2011-06-03
* | Push down extern handle variable to files that need itDan McGee2011-06-03
* | Add handle attribute to pmpkg_t structDan McGee2011-06-03
* | Add handle attribute to pmdb_t structDan McGee2011-06-03
* | Remove unnecessary handle != NULL assertsDan McGee2011-06-03
* | Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* | Merge branch 'maint'Dan McGee2011-06-02
|\|
| * 3.5.3 release preparationDan McGee2011-06-02
| * repo-add: anchor exclusion pattern when generating filelistDan McGee2011-06-02
| * Ensure list_display works on outputs of unknown widthDan McGee2011-06-01
* | Show net upgrade size on -U/-S operationsDan McGee2011-06-02
* | Add two currently failing test cases from bug reportsDan McGee2011-06-02
* | lib/dload.c: remove assumption in continuation logicDave Reisner2011-06-01
* | dload: abort transfer on CURLOPT_LOW_SPEED_LIMITDave Reisner2011-06-01
* | doc: monospace attribute escape fixesDan McGee2011-06-01
* | pacman-key: print default gpgdir in usagePang Yan Han2011-06-01
* | Merge branch 'maint'Dan McGee2011-06-01
|\|
| * doc: fix attribute substitution in monospaced textDan McGee2011-06-01
| * doc: update Makefile for new asciidoc resource locationDan McGee2011-06-01
| * doc: add a few more escapes and fix usage of {}Dan McGee2011-06-01
| * alpm_list: fix typo in doxygen commentPang Yan Han2011-05-24