| Commit message (Expand) | Author | Age |
... | |
| * | alpm/db: do not close local DB in alpm_db_unregister_all | Dave Reisner | 2011-03-24 |
* | | Do not reuse old signature | Allan McRae | 2011-03-23 |
* | | Download and verify package database signatures | Allan McRae | 2011-03-23 |
* | | Refactor signature loading code into common function | Dan McGee | 2011-03-23 |
* | | Add functions for verifying database signature | Allan McRae | 2011-03-23 |
* | | lib/dload.c: Check for dlcb == NULL earlier | Dave Reisner | 2011-03-23 |
* | | lib/dload.c: don't use deprecated curl symbols | Dave Reisner | 2011-03-23 |
* | | lib/dload.c: don't request compressed transport | Dave Reisner | 2011-03-23 |
* | | lib/dload.c: Fix progress callback issues on download | Dave Reisner | 2011-03-23 |
* | | lib/dload.c: fix compiler warnings generated by -Wfloat-equal | Dave Reisner | 2011-03-23 |
* | | buildsys: use libcurl's m4 macro for buildtime detection | Dave Reisner | 2011-03-23 |
* | | Report output from signature checking to debug log | Allan McRae | 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 |
|\ \ |
|
| * | | 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 |
* | | | Remove libfetch error code | 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-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 |
|\| |
|
| * | 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 |
* | | 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 |
| * | Use sane umask for repo db downloads | 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 |
* | | lib/dload.c: remove lingering libfetch specific headers | Dave Reisner | 2011-03-20 |
* | | Fix triple progress bars on download | Dave Reisner | 2011-03-17 |
* | | 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 |