summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-17base64: don't compile base64_encode() functionDan McGee2-0/+4
2011-10-17dload: add pointer to server list for each payloadDave Reisner2-0/+3
2011-10-17diskspace: create static function mount_point_list_freeDave Reisner1-11/+14
2011-10-17diskspace: add _alpm_check_downloadspace()Dave Reisner2-0/+51
2011-10-14Large performance improvement for check for owned directoriesDan McGee1-5/+11
2011-10-14Make _alpm_filelist_contains() NULL-safeDan McGee1-3/+7
2011-10-14Merge branch 'maint'Dan McGee8-73/+141
2011-10-14makepkg: don't attach traps until after argument parsingDan McGee1-11/+9
2011-10-14Use fputs and putchar in callback progress displayDan McGee1-15/+15
2011-10-14Remove -f short option for --forceDan McGee10-14/+15
2011-10-14Add missing #ifdef around cURL error code in download structDan McGee1-0/+2
2011-10-14Use puts() instead of no-op printf() where applicableDan McGee6-22/+27
2011-10-14Remove mcheck.h supportDan McGee2-10/+0
2011-10-13Fix some strict 32-bit gcc warningsDan McGee2-2/+5
2011-10-13Coding style cleanupsDan McGee1-5/+5
2011-10-13curl_gethost() potential bug fixupsDan McGee1-10/+14
2011-10-13doc/index.txt: Reformat past releases chartDan McGee1-41/+94
2011-10-13doc: update .gitignore, add CSS override for new tables usageDan McGee3-6/+17
2011-10-13Merge branch 'maint'Dan McGee5-67/+97
2011-10-13Update NEWS for missing 4.0 stuff and 4.0.1 changes so farDan McGee1-1/+4
2011-10-13scripts/*.sh.in: Honor TMPDIR environment variableLukas Fleischer2-2/+2
2011-10-13scripts/*.sh.in: Fix signal handler error messagesLukas Fleischer2-3/+7
2011-10-13repo-add: Avoid race condition in signal handlersLukas Fleischer1-2/+8
2011-10-13Add user-visible warning message if public keyring not foundDan McGee1-0/+3
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee14-99/+85
2011-10-12diskspace: extract check_mountpoint() functionDan McGee1-17/+23
2011-10-12_alpm_archive_fgets: optimize EOL searchDan McGee1-17/+17
2011-10-12signing: delay gpgme_init() until latest possible momentDan McGee1-19/+27
2011-10-12VerbosePkgLists: format table lines in i18n-compatible wayDan McGee2-43/+49
2011-10-12Convert MALLOC to actually call malloc()Dan McGee2-3/+3
2011-10-12Move infrequently used path variables off the stackDan McGee1-23/+30
2011-10-12Extract a try_rename helper from extract_single_file()Dan McGee1-20/+18
2011-10-12Introduce alpm_time_t typeDan McGee12-38/+34
2011-10-12_alpm_parsedate: use strtoll() to parse numeric valueDan McGee1-1/+20
2011-10-12Bump version to 4.0.0v4.0.0Dan McGee2-1/+3
2011-10-12Final Transifex update before 4.0Dan McGee12-998/+1182
2011-10-11pactest: add a better descriptionDan McGee1-1/+1
2011-10-11Add note to TRANSLATORS regarding TransifexDan McGee1-9/+8
2011-10-11pacman-key: don't escape single quote in usage messageDan McGee1-1/+1
2011-10-11Document verifying source file signatures in makepkgAllan McRae1-0/+4
2011-10-11Fix typo in PKGBUILD man pageAllan McRae1-1/+1
2011-10-11PKGBUILD.vim: fix epoch syntax highlightinglolilolicon1-0/+3
2011-10-11Update translations from TransifexDan McGee81-1949/+2503
2011-10-11dload: unhook error buffer after transfer finishesDave Reisner1-1/+4
2011-10-11pactree: Make error message smarter in register_syncs()Lukas Fleischer1-1/+1
2011-10-11pactree: Add "--config" optionLukas Fleischer1-3/+15
2011-10-11makepkg: strip comments after pkgver/pkgrel when checking valueAllan McRae1-2/+2
2011-10-07Format pacsort and vercmp testsuite outputAllan McRae2-4/+8
2011-10-06Update NEWS for 4.0.0 releaseDan McGee1-0/+71
2011-10-06bacman: use globbing to get local package db pathlolilolicon1-3/+11