- May 20, 2021
-
-
Signed-off-by: Allan McRae <allan@archlinux.org>
-
- May 18, 2021
-
-
Allan McRae authored
Signed-off-by: Allan McRae <allan@archlinux.org>
-
- Apr 22, 2021
-
-
Previously TotalDownload would switch the % download from per package to overall. Meaning you had a choice of which information to dispplay. Now with parallel downloads TotalDownload adds an extra progress bar. There's no reason to have this an off by default feature. Let's just make it always on. Signed-off-by: Allan McRae <allan@archlinux.org>
-
- Mar 25, 2021
-
-
Total download callback called right before packages start downloaded. But we already have an event for such event (ALPM_EVENT_PKG_RETRIEVE_START) and it is naturally to use the event to pass information about expected download size. Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
-
- May 09, 2020
-
-
Now when all callers of the old alpm_db_update() function are gone we can remove this implementation. And then rename alpm_dbs_update() function to alpm_db_update(). Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
-
Create a list of dload_payloads and pass it to the new _alpm_multi_* interface. Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
-
- Oct 15, 2019
-
-
Allan McRae authored
This is the first major release without any additions to the libalpm API! Signed-off-by: Allan McRae <allan@archlinux.org>
-
- Mar 07, 2019
-
-
Allan McRae authored
Signed-off-by: Allan McRae <allan@archlinux.org>
-
- May 27, 2018
-
-
Allan McRae authored
Signed-off-by: Allan McRae <allan@archlinux.org>
-
- Jan 04, 2016
-
-
Allan McRae authored
Signed-off-by: Allan McRae <allan@archlinux.org>
-
- Jan 21, 2015
-
-
Leave user files in place and save new config files with a .pacnew extension. This reduces the complexity of file extraction and respects the principle that pacman shouldn't modify files it didn't create. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
-
This will allow pacman to parse its config file in a single pass and removes the need for the *_SET siglevels in alpm that were only required for pacman's siglevel inheritance. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
-
- Jan 02, 2015
-
-
Allan McRae authored
Signed-off-by: Allan McRae <allan@archlinux.org>
-
- Dec 19, 2014
-
-
Allan McRae authored
Signed-off-by: Allan McRae <allan@archlinux.org>
-
- Feb 16, 2013
-
-
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
-
- Feb 09, 2013
-
-
Allan McRae authored
Signed-off-by: Allan McRae <allan@archlinux.org>
-
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
-
- Nov 14, 2011
-
-
Jonathan Conder authored
This is consistent with the other enums and structs, and should be slightly more readable. Signed-off-by: Jonathan Conder <jonno.conder@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Sep 03, 2011
-
-
Dan McGee authored
This was just disgusting before, unnecessary to limit these to only usage in a transaction. Still a lot of more room for cleanup but we'll start by attaching them to the handle rather than the transaction we may or may not even want to use these callbacks. Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Aug 29, 2011
-
-
Dan McGee authored
Add new alpm_pkg_get_origin() method, use it in the front end now that the enum constants are publicly available. Signed-off-by: Dan McGee <dan@archlinux.org>
-
Diogo Sousa authored
libalpm now exports type alpm_pkgfrom_t in alpm.h, which may be used by frontends. Pacman now uses alpm_pkgfrom_t instead of replicating that type (pkg_from as was in src/pacman/package.h) Updated API change in README. Signed-off-by: Diogo Sousa <diogogsousa@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Aug 17, 2011
-
-
Dan McGee authored
Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Aug 15, 2011
-
-
Dan McGee authored
This adds a field in the package struct for this checksum type as well as allowing access via the API to it. The frontend is now able to display any read value. Note that this does not implement any use or verification of the value internally. Signed-off-by: Dan McGee <dan@archlinux.org>
-
Dave Reisner authored
adds a new API method: alpm_pkg_get_base64_sig [Dan: don't use a new header string in frontend] Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
-
Dave Reisner authored
Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Jun 28, 2011
-
-
Allan McRae authored
Signed-off-by: Allan McRae <allan@archlinux.org>
-
- Apr 20, 2011
-
-
Jakob Gruber authored
Dan: The commit message originally referenced "VerbosePkgLists", but I'm going to change the name of the option. In addition, this patch serves a purpose being standalone- we should really do things like this with -S --print and hopefully -Q --print in the future. Signed-off-by: Jakob Gruber <jakob.gruber@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Mar 07, 2011
-
-
Allan McRae authored
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Jun 07, 2010
-
-
Nagy Gabor authored
Updates for README file. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Aug 19, 2009
-
-
Xavier Chantry authored
- fix one memleak if get_filename failed - cleanup according to Joerg's feedback: "url_for_string: If fetchParseURL returned successful, you should always have a scheme set. The logic for anonftp should only be needed for very broken server -- do you know of any such? download_internal: Specifying 'p' is now a nop -- it is tried by default first with fall-back to active FTP." Signed-off-by: Xavier Chantry <shiningxc@gmail.com> [Dan: remove from pacman.conf and pacman.conf.5] Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Jul 28, 2009
-
-
Nagy Gabor authored
1. API changes between 3.2 and 3.3 section has been added. 2. Corrections on alpm_option documentation. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Jul 30, 2008
-
-
Xavier Chantry authored
Several pieces of information were outdated for the 3.2 release. Add a section for the API changes between 3.1 and 3.2. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> [Dan: small updates/grammar corrections] Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Jan 08, 2008
-
-
Dan McGee authored
It wasn't even implemented correctly, and it really doesn't have a use if packagers just do their job correctly anyway for a distro. Let's not try to solve a problem with the wrong solution now. Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Feb 12, 2007
-
-
Aaron Griffin authored
* Removed the handle->needles param. It's not needed not that alpm_list_t is public
-
- Feb 08, 2007
-
-
Dan McGee authored
-
- Oct 15, 2006
-
-
Aaron Griffin authored
-
- Jan 13, 2006
-
-
Aurelien Foret authored
-
- Jan 10, 2006
-
-
Aurelien Foret authored
-
- Oct 05, 2005
-
-
Aurelien Foret authored
-
Aurelien Foret authored
-