support "notbyuser" in testcases
[platform/upstream/libsolv.git] / bindings /
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
2012-11-02 Michael Schroederadd pool_lookup_deltalocation helper so we can change...
2012-11-02 Michael Schroederadd SELECTION_WITH_SOURCE, rename SELECTION_SOURCE...
2012-10-31 Michael Schroederrename SELECTION_MAYBESRC to SELECTION_SOURCE, make...
2012-10-30 Michael Schroedermake marker handling in bindings more flexible
2012-10-30 Michael Schroederfix Selection.solvables() method
2012-10-29 Michael Schroederunify cookie generation for solv/pysolv/rbsolv/p5solv
2012-10-29 Michael Schroederadd pool_selection2str() and use it in the bindings
2012-10-29 Michael Schroederfix selection_limit_rel call for debian nevra match
2012-10-26 Michael Schroederadd pool_job2solvables and selection_solvables
2012-10-25 Michael Schroedergeneralize matching code from examples/solv.c to src...
2012-10-23 Michael Schroederimplement pool_set_rootdir/REPO_USE_ROOTDIR instead...
2012-10-22 Michael SchroederMerge pull request #19 from nateskulic/master
2012-10-19 nate skulic- add add_rpmdb_root
2012-08-30 Michael Schroeder- add workaround for swig undefing bool
2012-08-10 Ales Kozumpliksolv.i: new perl includes <stdbool.h> and the custom...
2012-06-27 Michael SchroederMerge pull request #15 from akozumpl/pullreq
2012-06-22 Michael Schroeder- add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO...
2012-05-30 Michael Schroeder- fix compilation with older python versions
2012-05-29 Michael Schroeder- make bindings work with ruby 1.9
2012-05-21 Michael Schroeder- be a bit more tolerant about FindRuby not setting...
2012-05-03 Michael Schroeder- solv.i: fix typo, make peace with swig-2.0.6
2012-04-02 Michael Schroeder- make sure to link against the lzma library if ENABLE_...
2012-03-30 Michael Schroeder- also support mm/arch in bindings
2012-03-28 Michael Schroeder- incompatible ABI change: switch num over to unsigned...
2012-03-09 Zdeněk PavlasSafer appdata
2012-03-05 Michael Schroeder- also use extrajobflags in bindings
2012-03-02 Michael Schroeder- add idqinst parameter to pool_addfileprovides_queue...
2012-03-02 Michael Schroeder- yet another incompatible change: as everybody seems...
2012-03-01 Michael Schroeder- rename repo_add_solv_flags to repo_add_solv. Should...
next