Imported Upstream version 0.7.20
[platform/upstream/libsolv.git] / bindings /
2021-12-23 DongHun KwakImported Upstream version 0.7.20 upstream/0.7.20
2021-12-23 DongHun KwakImported Upstream version 0.7.17 upstream/0.7.17
2019-09-10 DongHun KwakImported Upstream version 0.7.6 upstream/0.7.6
2019-09-10 DongHun KwakImported Upstream version 0.7.5 upstream/0.7.5
2019-09-10 DongHun KwakImported Upstream version 0.7.4 upstream/0.7.4
2019-09-10 DongHun KwakImported Upstream version 0.7.3 upstream/0.7.3
2019-09-10 DongHun KwakImported Upstream version 0.7.2 upstream/0.7.2
2019-09-10 DongHun KwakImported Upstream version 0.7.0 upstream/0.7.0
2018-12-04 DongHun KwakImported Upstream version 0.6.35 89/194389/1 upstream/0.6.35
2018-11-30 DongHun KwakImported Upstream version 0.6.33 03/194203/1 upstream/0.6.33
2018-11-30 DongHun KwakImported Upstream version 0.6.31 01/194201/1 upstream/0.6.31
2018-11-30 DongHun KwakImported Upstream version 0.6.29 99/194199/1 upstream/0.6.29
2018-11-30 DongHun KwakImported Upstream version 0.6.28 98/194198/1 upstream/0.6.28
2018-11-30 DongHun KwakImported Upstream version 0.6.27 97/194197/1 upstream/0.6.27
2018-11-30 DongHun KwakImported Upstream version 0.6.25 95/194195/1 upstream/0.6.25
2018-11-30 DongHun KwakImported Upstream version 0.6.24 94/194194/1 upstream/0.6.24
2016-10-27 DongHun KwakImported Upstream version 0.6.21 20/94120/1 upstream/0.6.21
2016-10-27 DongHun KwakImported Upstream version 0.6.18 17/94117/1 upstream/0.6.18
2016-10-27 DongHun KwakImported Upstream version 0.6.14 13/94113/1 upstream/0.6.14
2016-10-27 DongHun KwakImported Upstream version 0.6.13 12/94112/1 upstream/0.6.13
2016-10-27 DongHun KwakImported Upstream version 0.6.12 11/94111/1 upstream/0.6.12
2016-10-27 DongHun KwakImported Upstream version 0.6.11 10/94110/1 upstream/0.6.11
2016-10-27 DongHun KwakImported Upstream version 0.6.9 08/94108/1 upstream/0.6.9
2016-10-27 DongHun KwakImported Upstream version 0.6.8 07/94107/1 upstream/0.6.8
2016-10-27 DongHun KwakImported Upstream version 0.6.6 05/94105/1 upstream/0.6.6
2016-10-27 DongHun KwakImported Upstream version 0.6.5 04/94104/1 upstream/0.6.5
2014-06-23 Michael Schroedersupport -X option in rpmmd2solv, make add_autopattern...
2014-05-15 Michael Schroederadd the SOLVER_FLAG_FOCUS_INSTALLED solver flag
2014-04-08 Michael Schroedermake repodata_stringify return the result string
2014-04-04 Michael Schroederdo not count problem resolution install jobs as userins...
2014-04-04 Michael Schroedermore swig trickery: automaticall free the pool, add...
2014-04-03 Michael SchroederINCOMPATIBLE bindings change: modernize Dataiterator...
2014-03-31 Michael Schroedermake the __iter__ methods in the python bindings return...
2014-03-26 Michael Schroedersupport SOLVER_FLAG_DUP_ALLOW* flags in solver_set_flag...
2014-03-05 Michael Schroederrevert pyhton3 part that was commit by mistake in ...
2014-03-04 Michael Schroederbindings: don't let str(Datamatch) change the strings...
2014-03-04 Michael Schroederbindings: make Dataterator match/flags optional
2014-03-03 Michael Schroederfix Datamatcher's idstr() method when calld for dirs
2014-02-27 Michael Schroederfix Pool_repo_iterator and Repo_solvable_iterator in...
2014-01-24 Michael Schroederfix for old swig versions
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2014-01-09 Michael Schroederadd identical and evrcmp methods for solvables
2013-11-20 Michael Schroedertweak python version detection, add Datamatch.binary()
2013-11-19 Michael Schroederfix Chksum.add() method also for perl/ruby
2013-11-19 Michael Schroederport to python3
2013-11-18 Michael Schroederrename repo_find_pubkeys to repo_find_all_pubkeys,...
2013-11-18 Michael Schroedersplit repo_find_pubkeys from repo_verify_sigdata
2013-11-14 Michael SchroederCreate a real type for a checksum handle
2013-10-29 Michael Schroederbindings: sig verification only works with ENABLE_PGPVRFY
2013-10-29 Michael Schroedersupport signature verification in bindings
2013-10-16 Michael Schroederremove trailing whitespace
2013-09-23 Michael Schroederadd problem2str() convenience function to API
2013-09-20 Michael Schroederbindings: add stringification shortcut for problems
2013-09-04 Michael Schroederadd solv_depmarker function to simplify the bindings
2013-08-23 Michael Schroederremove unused res var
2013-08-21 Michael Schroederadd solver->describe_decision() method
2013-08-21 Michael Schroederadd unset() method for solvables
2013-07-25 Michael Schroederrename rpmdb_pubkey to pubkey
2013-06-17 Michael Schroederrefactor a bit
2013-06-14 Michael Schroederbindings: add pool.errstr, make add_rpm/... return...
2013-06-07 Michael Schroederbindings consistency: rename new/keptpackages to new...
2013-06-06 Michael Schroederget rid of an unneeded %rename
2013-06-04 Michael SchroederMake 'dep' attribute in Ruleinfo return an object,...
2013-06-04 Michael Schroederfix a couple of leaks in the bindings
2013-06-04 Michael SchroederDocument Transaction and Transactionclass
2013-06-04 Michael Schroederadd POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the...
2013-06-03 Michael Schroederadd missing constants, add Rule->type attribute, improv...
2013-05-28 Michael Schroederdocument Selection and Job classes
2013-05-28 Michael Schroederadd SEARCH_CHECKSUMS, fix Datamatch.num(), add Datapos...
2013-05-27 Michael Schroederdefine and document the pool flags
2013-05-27 Michael Schroederadd lookup_idarray method to the Datapos class
2013-05-17 Michael Schroederallow SOLVID_META queries through SOLVID_POS
2013-05-16 Michael Schroederfix return values from repo_add functions, they return...
2013-05-15 Michael Schroedersome minor binding tweaks to make it more flexible
2013-04-24 Michael Schroederadd ILLEGAL_NAMECHANGE support to bindings
2013-04-24 Michael SchroederDo not segfault when undef/None/nil is passwd as FILE/Dep
2013-04-24 Michael Schroederadd SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flag
2013-04-23 Michael Schroederadd add_rpmdb_reffp method to bindings
2013-04-23 Michael Schroederremove "ref" argument from add_rpmdb() in the bindings
2013-04-15 Michael Schroedersplit ugly pubkey handling into separate repo_rpmdb_pub...
2013-04-02 Michael SchroederMerge pull request #27 from weinhold/upstream
2013-03-30 Ingo WeinholdDefine SYSTEM_LIBRARIES in main CMakeLists.txt
2013-03-22 Michael Schroederrename "NOOBSOLETES" to "MULTIVERSION"
2013-03-06 Michael Schroederfix dataiterator returning random data in some cases
2013-01-11 Michael Schroedersupport "pooljobs", fixed jobs set in the pool
2012-12-10 Michael Schroederimplement special install/erase namespace provides...
2012-12-05 Michael SchroederAdd Dep.Rel() method and a couple of Selection constructors
2012-12-05 Michael Schroederrename selection_limit to selection_filter, add flags...
2012-12-04 Michael Schroedersupport cleandeps in targeted up/dup cases, add tests
2012-11-27 Michael Schroederfix EXTEND calls in perl bindings
2012-11-27 Michael SchroederSelection: rename addsimple method to add_raw in the...
2012-11-23 Michael Schroedersupport medianr in lookup_deltalocation, change lookup_...
2012-11-15 Michael Schroederimplement update to specific update targets
2012-11-13 Michael Schroedersupport REPO_NO_LOCATION, rename "set_deleted" to the...
2012-11-05 Michael Schroederadd generic Solvable.add_deparray method to bindings
2012-11-05 Michael Schroedermore swig trickery: add a "DepId" type that can take...
2012-11-05 Michael Schroederdo some wild swig trickery instead of relying on undocu...
2012-11-05 Michael SchroederAdd Solvable.Dataiterator constructor, add missing...
2012-11-02 Michael Schroedermake FILE objects autoclose the fd in the destructor
2012-11-02 Michael Schroedermake pool.setarch() do the right thing
next