| Commit message (Expand) | Author | Age |
* | Initialize memory to prevent issues when freeing on error | Allan McRae | 2014-12-27 |
* | _alpm_recursedeps: free memory on error | Allan McRae | 2014-12-27 |
* | apply_deltas: fix memory leak on error | Allan McRae | 2014-12-27 |
* | Merge branch 'maint' | Allan McRae | 2014-12-27 |
|\ |
|
| * | fix duplication of package sha256sum | Allan McRae | 2014-12-27 |
* | | libalpm: Add accessors for the base field | Johannes Löthberg | 2014-12-24 |
* | | libalpm: Parse and write PKGBASEs | Johannes Löthberg | 2014-12-24 |
* | | mount_point_list: free memory on error | Allan McRae | 2014-12-24 |
* | | conflict_new: free memory on error | Allan McRae | 2014-12-24 |
* | | _alpm_runscriptlet: free memory on error | Allan McRae | 2014-12-24 |
* | | add_fileconflict: free memory on error | Allan McRae | 2014-12-24 |
* | | create_tempfile: fix memory leak on error | Allan McRae | 2014-12-24 |
* | | _alpm_split_backup: free memory on error | Allan McRae | 2014-12-24 |
* | | alpm_dep_from_string: free memory on error | Allan McRae | 2014-12-24 |
* | | _alpm_conflict_dup: fix memory leak on error | Allan McRae | 2014-12-24 |
* | | local_db_read: fix memory leak on error | Allan McRae | 2014-12-24 |
* | | _alpm_db_new: free memory on error | Allan McRae | 2014-12-24 |
* | | _alpm_db_get_pkgcache_hash: check for error when loading pkgcache | Allan McRae | 2014-12-24 |
* | | _alpm_delta_parse: free memory on error | Allan McRae | 2014-12-24 |
* | | _alpm_dep_dup: free memory on error | Allan McRae | 2014-12-24 |
* | | build_payload: free memory on error | Allan McRae | 2014-12-24 |
* | | depmiss_new: free memory on error | Allan McRae | 2014-12-24 |
* | | _alpm_delta_dup: free memory on error | Allan McRae | 2014-12-24 |
|/ |
|
* | Use correct mode bits for the log file (0000 -> 0644) | Evangelos Foutras | 2014-12-24 |
* | Update translations from transifex | Allan McRae | 2014-12-19 |
* | remove.c: honor inverted patterns in noupgrade | Andrew Gregory | 2014-12-18 |
* | add alpm_option_match_noupgrade | Andrew Gregory | 2014-12-18 |
* | version: fix memory leak in early return | Dave Reisner | 2014-11-19 |
* | Fix translation error and remove empty po files | Allan McRae | 2014-11-19 |
* | Update po files to send to Transifex | Allan McRae | 2014-11-18 |
* | Pull translation updates from Transifex | Allan McRae | 2014-11-18 |
* | Add alpm_option_match_noextract | Allan McRae | 2014-11-18 |
* | extract_single_file: fix memory leak in error condition | Allan McRae | 2014-11-18 |
* | _alpm_backup_dup: fix memory leak in error case | Allan McRae | 2014-11-18 |
* | Remove logging of NoExtract events | Allan McRae | 2014-11-18 |
* | Fix crash when using external downloader | Allan McRae | 2014-11-17 |
* | 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 |