- 20 May, 2021 2 commits
-
-
Jelle van der Waa authored
alpm_db_update now supports updating multiple databases at once the so called parallel download feature. This requires an adjustment of the alpm_db_update function call.
-
Jelle van der Waa authored
alpm_db_search now returns an int and set's pm_errno when the result is -1 add a todo as this needs to be handled later
-
- 09 Jan, 2021 2 commits
-
-
Jelle van der Waa authored
The current pyalpm implementation has no proper refcounting for Package objects. Add refcount handling for the Database Object in the Package model and Decref when the package object goes out of scope.
-
Jelle van der Waa authored
The current pyalpm implementation does not handle proper refcounting which means the alpm_handle was never freed otherwise accessing an object when the Handle goes out of scope leads to segfaults. This means everything needs to keep a reference to the pyalpm Handle object for every object created from it. The database object now receives a Handle and increases the refcount for it to stop it from being removed by the Python garbage collector. Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
- 21 Oct, 2019 1 commit
-
-
alpm_sync_newversion becomes alpm_sync_get_new_version and changes behavior slightly. See for details: https://git.archlinux.org/pacman.git/commit/?id=e9d91a688d1a2ebe58e8a895853debf745a529cf
-
- 14 May, 2019 1 commit
-
-
Jelle van der Waa authored
Add a repr for the alpm.DB class for interactive usage.
-
- 17 Jan, 2019 1 commit
-
-
Jelle van der Waa authored
db_list is not free'd which leads to memory being leaked.
-
- 27 Mar, 2017 1 commit
-
-
Jelle van der Waa authored
-Werror can be enabled by including pyconfig.h in db, package, transaction. Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
- 14 Nov, 2012 1 commit
-
-
Rémy Oudompheng authored
API CHANGE: * The usedelta property of class Handle is no longer a boolean but a float property called deltaratio.
-
- 31 Jul, 2011 4 commits
-
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
- 03 Jul, 2011 1 commit
-
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
- 29 Jun, 2011 1 commit
-
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
- 21 Jun, 2011 1 commit
-
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
- 14 Jun, 2011 2 commits
-
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
- 08 Jun, 2011 1 commit
-
-
Rémy Oudompheng authored
-
- 13 Apr, 2011 2 commits
-
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
- 09 Apr, 2011 1 commit
-
-
Rémy Oudompheng authored
-
- 05 Apr, 2011 4 commits
-
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
- 04 Apr, 2011 2 commits
-
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
- 03 Apr, 2011 3 commits
-
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
- 28 Mar, 2011 1 commit
-
-
Rémy Oudompheng authored
-
- 27 Mar, 2011 2 commits
-
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
The error string from libalpm is included in the formatted string obtained from the exception.
-
- 26 Mar, 2011 6 commits
-
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
Also pkgcache is now a property of databases.
-
Rémy Oudompheng authored
-
Rémy Oudompheng authored
-