Age | Commit message (Expand) | Author | Files | Lines |
2012-08-07 | Print repo being search for replaces in debug output | Allan McRae | 1 | -1/+2 |
2012-04-07 | sync: fix crash on failed downloads | Dave Reisner | 1 | -1/+1 |
2012-03-14 | lib/sync: avoid unwanted unlink after download fail | Dave Reisner | 1 | -0/+2 |
2012-02-20 | Don't check diskspace when using --dbonly | Dan McGee | 1 | -1/+1 |
2012-02-13 | lib/sync: use full delta size as max download size | Dave Reisner | 1 | -1/+1 |
2011-11-15 | Allow sync_prepare to work in certain cases without sync databases | Dan McGee | 1 | -9/+18 |
2011-10-25 | lib/sync: inform callers of compute_download_size of a partial | Dave Reisner | 1 | -2/+6 |
2011-09-28 | Refactor download payload reset and free | Dan McGee | 1 | -3/+2 |
2011-09-28 | Track unresolvable transaction packages | Dan McGee | 1 | -7/+12 |
2011-09-28 | Fix memory leak in download payload->remote_name | Dan McGee | 1 | -1/+1 |
2011-09-27 | Delay check for repository servers until we need them | Dan McGee | 1 | -8/+8 |
2011-09-22 | Update Doxyfile and fix some documentation errors caught by Doxygen | Dan McGee | 1 | -1/+1 |
2011-09-22 | Add _alpm_process_siglist() logic to failed package validation | Dan McGee | 1 | -24/+58 |
2011-09-22 | validate_deltas: split verify/check errors loops | Dan McGee | 1 | -10/+14 |
2011-09-20 | _alpm_sync_commit: extract two static methods | Dan McGee | 1 | -54/+69 |
2011-09-20 | Pass package signature data up one more level | Dan McGee | 1 | -6/+7 |
2011-09-20 | Split package validation and load loops | Dan McGee | 1 | -12/+46 |
2011-09-20 | Extract an _alpm_pkg_validate_internal() method | Dan McGee | 1 | -2/+8 |
2011-09-20 | Remove all usages of alpm_list_getdata() from the library | Dan McGee | 1 | -1/+1 |
2011-09-19 | Be smarter about running ldconfig during removal transactions | Dan McGee | 1 | -1/+1 |
2011-09-11 | make compute_download_size consider .part files | Dave Reisner | 1 | -3/+24 |
2011-09-02 | More package operations cleanup | Dan McGee | 1 | -12/+6 |
2011-09-02 | Former transaction callback rename refactor | Dan McGee | 1 | -24/+24 |
2011-09-02 | Move all callbacks up to the handle level | Dan McGee | 1 | -34/+30 |
2011-09-02 | Make delta validation/application more logical | Dan McGee | 1 | -11/+19 |
2011-09-02 | Clean up handling of size fields | Dan McGee | 1 | -7/+6 |
2011-08-30 | Scale package integrity progress bar/percentage by package size | Dan McGee | 1 | -2/+17 |
2011-08-28 | Refactor some args out of pkg_load_internal | Dan McGee | 1 | -2/+1 |
2011-08-23 | sync: halt file discovery if repo has no servers | Dave Reisner | 1 | -0/+8 |
2011-08-19 | dload: rename payload->filename to payload->remote_name | Dave Reisner | 1 | -4/+4 |
2011-08-19 | Be more robust when copying package data | Dan McGee | 1 | -1/+5 |
2011-08-19 | sync: fix garbled output in conflict prompt | Dave Reisner | 1 | -1/+1 |
2011-08-18 | Fix replacement of provider issue | Dan McGee | 1 | -1/+2 |
2011-08-18 | Replacements refactor: extract check_replacers() | Dan McGee | 1 | -57/+73 |
2011-08-18 | Replacements refactor: extract check_literal() | Dan McGee | 1 | -33/+46 |
2011-08-18 | Remove use of no-op accessor functions in library | Dan McGee | 1 | -7/+6 |
2011-08-18 | Enhance and utilize database status flags | Dan McGee | 1 | -1/+4 |
2011-08-16 | dload: zero out pm_errno in curl_download_internal | Dave Reisner | 1 | -10/+3 |
2011-08-15 | lib/sync: ignore download errors for as long as possible | Dave Reisner | 1 | -11/+13 |
2011-08-15 | Further fixes to replacement iteration | Dan McGee | 1 | -10/+4 |
2011-08-15 | Parse conflicts/provides/replaces at database load time | Dan McGee | 1 | -5/+2 |
2011-08-15 | Validate the sha256sum if available | Dan McGee | 1 | -2/+2 |
2011-08-15 | lib/sync: reset flag after rejecting a replace | Dave Reisner | 1 | -0/+3 |
2011-08-09 | Parse replaces strings as dep strings with version specs | Dan McGee | 1 | -10/+17 |
2011-08-08 | Add reason to corrupted package callback | Dan McGee | 1 | -4/+6 |
2011-08-08 | Attempt to fix up some of the brokenness around failed package loads | Dan McGee | 1 | -16/+16 |
2011-07-05 | absorb some _alpm_download params into payload struct | Dave Reisner | 1 | -1/+3 |
2011-07-05 | lib/dload: prevent large file attacks | Dave Reisner | 1 | -14/+23 |
2011-07-05 | dload: handle irregular URLs | Dave Reisner | 1 | -1/+1 |
2011-07-05 | Allow invalid sync DBs to be returned by the library | Dan McGee | 1 | -0/+8 |