| Commit message (Expand) | Author | Age |
* | dload: mark final_url as const | Christian Hesse | 2014-10-19 |
* | dload: unlink file on filesize exceeded error | Christian Hesse | 2014-10-16 |
* | dload: use better error message on exceeded file size | Christian Hesse | 2014-10-16 |
* | be_sync: use effective URL for db file signature download | Christian Hesse | 2014-10-16 |
* | sync.c: download packages before starting commit | Andrew Gregory | 2014-10-13 |
* | alpm: Fix wrong xferred/total sizes when resuming downloads | Olivier Brunel | 2014-10-02 |
* | _alpm_key_in_keychain: cache known keys | Andrew Gregory | 2014-10-01 |
* | check_keyring: skip keys known to be missing | Andrew Gregory | 2014-10-01 |
* | remove retry check from signature validation | Andrew Gregory | 2014-10-01 |
* | Add --assume-installed option | Florian Pritz | 2014-09-30 |
* | libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_free | Florian Pritz | 2014-09-30 |
* | deps.c: split _alpm_depcmp into _alpm_depcmp_provides | Florian Pritz | 2014-09-30 |
* | Revert "Remove log_cb, add ALPM_EVENT_LOG instead" | Andrew Gregory | 2014-09-30 |
* | wrap fgets to retry on EINTR | Andrew Gregory | 2014-09-23 |
* | alpm.h: remove outdated pkg_get_backup doxygen | Andrew Gregory | 2014-09-23 |
* | Check the version of the local database during validation | Allan McRae | 2014-09-23 |
* | Add version file to empty local database | Allan McRae | 2014-09-23 |
* | Add version file when creating local database directory | Allan McRae | 2014-09-23 |
* | Create local database directory if it is missing | Allan McRae | 2014-09-23 |
* | fix improper FREELIST calls | Andrew Gregory | 2014-09-16 |
* | Fix loading invalid package | Olivier Brunel | 2014-08-09 |
* | trans_commit: log beginning and end of transaction | Andrew Gregory | 2014-08-04 |
* | filecache_find_url: dereference the 'filebase' pointer | Ryo Munakata | 2014-08-04 |
* | replace strdup with STRDUP | Andrew Gregory | 2014-08-04 |
* | handle_unlock: log error when lock file is missing | Andrew Gregory | 2014-08-04 |
* | handle_unlock: log lock removal failure | Andrew Gregory | 2014-08-04 |
* | signing.c: remove useless error check | Andrew Gregory | 2014-08-04 |
* | deps.c: use alpm_list_find_ptr | Andrew Gregory | 2014-08-04 |
* | dep_graph_init: filter ignored packages by name | Andrew Gregory | 2014-08-04 |
* | handle: factor out string list option handling | Andrew Gregory | 2014-08-04 |
* | sync_prepare: remove useless check for replacers | Andrew Gregory | 2014-08-03 |
* | move _alpm_lstat into util-common | Andrew Gregory | 2014-08-03 |
* | filelist_intersection: manually compare paths | Andrew Gregory | 2014-08-03 |
* | libalpm: check for valid public key algorithm | Christian Hesse | 2014-06-29 |
* | events: Make alpm_event_t an union of all event-specific struct | Olivier Brunel | 2014-06-24 |
* | Update the question callback | Olivier Brunel | 2014-06-24 |
* | alpm.h: Move alpm_errno_t definition up | Olivier Brunel | 2014-06-24 |
* | Add compatibility with gpgme-1.5.0 | Allan McRae | 2014-06-02 |
* | dload: avoid using CURLOPT_FAILONERROR | Dave Reisner | 2014-05-22 |
* | register_syncdb: reject db names that contain / | Andrew Gregory | 2014-05-04 |
* | Always supply base name and version info in .PKGFILE if needed | Allan McRae | 2014-03-27 |
* | Use MALLOC throughtout libalpm | Allan McRae | 2014-03-08 |
* | sync_prepare: ignore explicitly removed conflicts | Andrew Gregory | 2014-03-04 |
* | Fix warnings with strict-overflow in gcc-4.9 | Allan McRae | 2014-03-03 |
* | Add events on pacnew/pacsave/pacorig file creation | Olivier Brunel | 2014-03-03 |
* | restrict transaction package origins | Andrew Gregory | 2014-03-03 |
* | Add events _PKGDOWNLOAD_{START, DONE, FAILED} | Olivier Brunel | 2014-03-03 |
* | Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED} | Olivier Brunel | 2014-03-03 |
* | Remove log_cb, add ALPM_EVENT_LOG instead | Olivier Brunel | 2014-03-03 |
* | Update the event callback | Olivier Brunel | 2014-03-03 |