| Commit message (Expand) | Author | Age |
... | |
| * | Bump version to 3.5.1 | Dan McGee | 2011-03-23 |
| * | Updated 3.5.1 translations from Transifex | Dan McGee | 2011-03-23 |
| * | Add new Serbian translation from Transifex | Slobodan Terzić | 2011-03-23 |
| * | 3.5.1 NEWS updates | Dan McGee | 2011-03-23 |
| * | Documentation consistency fixes | Dan McGee | 2011-03-23 |
| * | Fix documentation typo in makepkg.8 | Dan McGee | 2011-03-23 |
| * | Minor code cleanups | Dan McGee | 2011-03-21 |
| * | Ensure package removal list does not contain duplicates | Dan McGee | 2011-03-21 |
| * | Fix line_offset not being reset in _alpm_archive_fgets() | Dan McGee | 2011-03-21 |
* | | Merge branch 'maint' | Dan McGee | 2011-03-21 |
|\| |
|
| * | Do not query group selection when using -Sp | Allan McRae | 2011-03-21 |
| * | Some more zsh completion tidy up | Allan McRae | 2011-03-21 |
| * | Fix zsh completion | Allan McRae | 2011-03-21 |
| * | Restore --debug/--verbose output without a primary operation | Dan McGee | 2011-03-21 |
| * | Add a few more notes about translating using Transifex | Dan McGee | 2011-03-20 |
| * | Update source translation files in prep for 3.5.1 | Dan McGee | 2011-03-20 |
| * | Remove unnecessary NULL check | Dan McGee | 2011-03-20 |
| * | Fix comparison to 0 rather than NULL | Dan McGee | 2011-03-20 |
| * | Fix assignment before NULL check | Dan McGee | 2011-03-20 |
* | | Don't initialize progress to zero before calling curl_easy_perform(). | Lukas Fleischer | 2011-03-21 |
* | | Ensure dlcb is defined before calling it | Dan McGee | 2011-03-21 |
* | | Style change: return(x) --> return x | Dan McGee | 2011-03-20 |
* | | lib/dload.c: fix opening braces to conform with coding style | Dave Reisner | 2011-03-20 |
* | | Merge branch 'maint' | Dan McGee | 2011-03-20 |
|\| |
|
| * | Add missing include for size_t | Dan McGee | 2011-03-20 |
| * | Fix libtool and LDFLAGS reordering issues | Lukas Fleischer | 2011-03-20 |
| * | Fix handling of ignored packages | Pang Yan Han | 2011-03-20 |
| * | Use sane umask for repo db downloads | Allan McRae | 2011-03-20 |
| * | makepkg: Improve optdepends extraction | Allan McRae | 2011-03-20 |
| * | Correctly parse %DELTAS% entries in sync DB | tuxce | 2011-03-17 |
| * | Ensure we have a root partition when checking space | Dan McGee | 2011-03-17 |
* | | INSTALL: replace libfetch with libcurl | Dave Reisner | 2011-03-20 |
* | | lib/dload.c: remove lingering libfetch specific headers | Dave Reisner | 2011-03-20 |
* | | remove antiquated contrib/wget-xdelta.sh | Dave Reisner | 2011-03-17 |
* | | Fix triple progress bars on download | Dave Reisner | 2011-03-17 |
* | | Merge branch 'maint' | Dan McGee | 2011-03-16 |
|\| |
|
| * | pacman.8: (re)document behavior of reading from stdin | Dave Reisner | 2011-03-16 |
| * | Warn but don't error for unknown pacman.conf directives | Dan McGee | 2011-03-16 |
| * | Only read from stdin if '-' is provided as a target | Dave Reisner | 2011-03-16 |
| * | alpm_list: fix typo in doxygen comment | Dave Reisner | 2011-03-16 |
| * | Update translations for message with added newline | Dan McGee | 2011-03-16 |
| * | Add missing newline to warning message | Allan McRae | 2011-03-16 |
| * | Update index.txt with 3.5.0 release | Dan McGee | 2011-03-16 |
* | | Merge branch 'download' | Dan McGee | 2011-03-16 |
|\ \
| |/
|/| |
|
| * | Remove all traces of libfetch | Dave Reisner | 2011-03-09 |
| * | dload: temp patch to allow curl/fetch coexistance | Dave Reisner | 2011-03-09 |
| * | dload.c: add curl_download_internal | Dave Reisner | 2011-03-09 |
| * | handle error case for PM_ERR_LIBCURL | Dave Reisner | 2011-03-09 |
| * | share code between libfetch and libcurl | Dave Reisner | 2011-03-09 |
| * | prefix fetch based functions with fetch_ | Dave Reisner | 2011-03-09 |