Age | Commit message (Expand) | Author |
2011-03-23 | Added gpg verification options per repo to the config file. | Xavier Chantry |
2011-03-23 | Remove unnecessary sanity check on db->setserver | Dan McGee |
2011-03-23 | Integrate GPGME into libalpm | Dan McGee |
2011-03-23 | Add some error codes for signature verification | Dan McGee |
2011-03-23 | Add signature directory as option on libalpm handle | Dan McGee |
2011-03-23 | Actually read PGPSIG field in sync DB code | Dan McGee |
2011-03-23 | Merge branch 'gpg-libalpm-basics' | Dan McGee |
2011-03-23 | Remove libfetch error code | Dan McGee |
2011-03-23 | Read in .sig files when opening a package file | Dan McGee |
2011-03-23 | Allow PGP signature to be read from sync database | Dan McGee |
2011-03-23 | Add base64 algorithms from PolarSSL to libalpm | Dan McGee |
2011-03-23 | Merge branch 'gpg-build-tools' | Dan McGee |
2011-03-23 | repo-add: add sha256sum values to repo database | Dan McGee |
2011-03-23 | Merge branch 'maint' | 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-21 | 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 | 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-20 | Update source translation files in prep for 3.5.1 | 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 | 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 | lib/dload.c: remove lingering libfetch specific headers | Dave Reisner |
2011-03-20 | Use sane umask for repo db downloads | Allan McRae |
2011-03-17 | Correctly parse %DELTAS% entries in sync DB | tuxce |
2011-03-17 | Fix triple progress bars on download | Dave Reisner |
2011-03-17 | Ensure we have a root partition when checking space | Dan McGee |
2011-03-16 | Merge branch 'maint' | Dan McGee |
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 | Merge branch 'download' | Dan McGee |
2011-03-16 | Updated translations for 3.5.0 from Transifex | Dan McGee |
2011-03-09 | 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 | handle: Add CURL* and CURLcode vars to struct | Dave Reisner |
2011-03-09 | add curl to alpm initialization and teardown routines | Dave Reisner |
2011-03-07 | Do not print warning with files entry in sync db | Allan McRae |
2011-03-03 | Fix gettext plural detection | Dan McGee |