2012-12-10 |
Michael Schroeder | implement special install/erase namespace provides... |
tree | commitdiff |
2012-12-06 |
Michael Schroeder | cosmetics: print number of problems in examples |
tree | commitdiff |
2012-12-05 |
Michael Schroeder | Add Dep.Rel() method and a couple of Selection constructors |
tree | commitdiff |
2012-12-05 |
Michael Schroeder | rename selection_limit to selection_filter, add flags... |
tree | commitdiff |
2012-12-04 |
Michael Schroeder | support cleandeps in targeted up/dup cases, add tests |
tree | commitdiff |
2012-11-27 |
Michael Schroeder | cleanup example code |
tree | commitdiff |
2012-11-27 |
Michael Schroeder | xfileno doesn't exist anymore, use fileno() instead |
tree | commitdiff |
2012-11-27 |
Michael Schroeder | use a Selection for the 'search' command so that the... |
tree | commitdiff |
2012-11-27 |
Michael Schroeder | Selection: rename addsimple method to add_raw in the... |
tree | commitdiff |
2012-11-26 |
Michael Schroeder | Already use LOCALPOOL when converting filelist/language... |
tree | commitdiff |
2012-11-23 |
Michael Schroeder | support medianr in lookup_deltalocation, change lookup_... |
tree | commitdiff |
2012-11-23 |
Michael Schroeder | use correct file pointer when checking the debian relea... |
tree | commitdiff |
2012-11-21 |
Michael Schroeder | use "isemptyupdate" method to check for updates with... |
tree | commitdiff |
2012-11-19 |
Michael Schroeder | implement '--best' in solv demo |
tree | commitdiff |
2012-11-16 |
Michael Schroeder | don't write incomplete repos in "solv", like with py... |
tree | commitdiff |
2012-11-15 |
Michael Schroeder | implement update to specific update targets |
tree | commitdiff |
2012-11-15 |
Michael Schroeder | make 'solv dup' use the right mode again |
tree | commitdiff |
2012-11-06 |
Michael Schroeder | rename repodata_delete to repodata_set_deleted, add... |
tree | commitdiff |
2012-11-05 |
Michael Schroeder | more swig trickery: add a "DepId" type that can take... |
tree | commitdiff |
2012-11-02 |
Michael Schroeder | make FILE objects autoclose the fd in the destructor |
tree | commitdiff |
2012-11-02 |
Michael Schroeder | make pool.setarch() do the right thing |
tree | commitdiff |
2012-11-02 |
Michael Schroeder | add pool_lookup_deltalocation helper so we can change... |
tree | commitdiff |
2012-11-02 |
Michael Schroeder | get rid of the ugly load_if_changed method |
tree | commitdiff |
2012-11-02 |
Michael Schroeder | small cleanup: move incomplete check into writecachedrepo |
tree | commitdiff |
2012-11-02 |
Michael Schroeder | add SELECTION_WITH_SOURCE, rename SELECTION_SOURCE... |
tree | commitdiff |
2012-10-30 |
Michael Schroeder | use susetags data dir for susetags deltas |
tree | commitdiff |
2012-10-30 |
Michael Schroeder | beautify examples a bit |
tree | commitdiff |
2012-10-29 |
Michael Schroeder | unify cookie generation for solv/pysolv/rbsolv/p5solv |
tree | commitdiff |
2012-10-29 |
Michael Schroeder | fix autorefresh flag in pysolv, support metadata_expire... |
tree | commitdiff |
2012-10-29 |
Michael Schroeder | set SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo... |
tree | commitdiff |
2012-10-26 |
Michael Schroeder | add pool_job2solvables and selection_solvables |
tree | commitdiff |
2012-10-25 |
Michael Schroeder | - retabify (untabify for pysolv) |
tree | commitdiff |
2012-10-25 |
Michael Schroeder | generalize matching code from examples/solv.c to src... |
tree | commitdiff |
2012-10-24 |
Michael Schroeder | example/solv: support all compression types |
tree | commitdiff |
2012-10-23 |
Michael Schroeder | examples/solv: factor out downloadchecksig function |
tree | commitdiff |
2012-10-23 |
Michael Schroeder | fix build on debian |
tree | commitdiff |
2012-10-23 |
Michael Schroeder | implement pool_set_rootdir/REPO_USE_ROOTDIR instead... |
tree | commitdiff |
2012-10-08 |
Michael Schroeder | only call add_products if the method exists |
tree | commitdiff |
2012-10-08 |
Michael Schroeder | add repodata_set_sourcepkg and solvable_lookup_sourcepk... |
tree | commitdiff |
2012-08-24 |
Michael Schroeder | Merge pull request #17 from akozumpl/pullreq |
tree | commitdiff |
2012-08-24 |
Ales Kozumplik | cosmetic: fix possibly uninitialized variable warning... |
tree | commitdiff |
2012-06-27 |
Michael Schroeder | Merge pull request #15 from akozumpl/pullreq |
tree | commitdiff |
2012-06-25 |
Michael Schroeder | - get rid of a couple of warnings when building for... |
tree | commitdiff |
2012-06-22 |
Michael Schroeder | - add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO... |
tree | commitdiff |
2012-04-13 |
Michael Schroeder | - add pool_error and pool_errstr. get rid of lots of... |
tree | commitdiff |
2012-04-11 |
Michael Schroeder | - clean up system type definition, use -DSUSE=1 when... |
tree | commitdiff |
2012-04-04 |
Michael Schroeder | - make example solv program a tiny bit more secure... |
tree | commitdiff |
2012-04-02 |
Michael Schroeder | - make sure to link against the lzma library if ENABLE_... |
tree | commitdiff |
2012-03-28 |
Michael Schroeder | - incompatible ABI change: switch num over to unsigned... |
tree | commitdiff |
2012-03-26 |
Michael Schroeder | - add "allownamechange" flag for completeness |
tree | commitdiff |
2012-03-21 |
Michael Schroeder | - bring solvable_trivial_installable functions back... |
tree | commitdiff |
2012-03-07 |
Michael Schroeder | Merge pull request #8 from akozumpl/upstream |
tree | commitdiff |
2012-03-07 |
Ales Kozumplik | solv.c: fixes leaked transaction structure |
tree | commitdiff |
2012-03-02 |
Michael Schroeder | - add idqinst parameter to pool_addfileprovides_queue... |
tree | commitdiff |
2012-03-02 |
Michael Schroeder | - yet another incompatible change: as everybody seems... |
tree | commitdiff |
2012-03-01 |
Michael Schroeder | - rename repo_add_solv_flags to repo_add_solv. Should... |
tree | commitdiff |
2012-02-28 |
Michael Schroeder | - obsoleteusescolor is 1) no longer exported, and 2... |
tree | commitdiff |
2012-02-24 |
Michael Schroeder | - rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to... |
tree | commitdiff |
2012-02-23 |
Michael Schroeder | fix spelling of ENABLE_RPMDB_PUBKEY, read susetags... |
tree | commitdiff |
2012-02-20 |
Michael Schroeder | - make old rpmdb pubkey support optional |
tree | commitdiff |
2012-02-17 |
Michael Schroeder | - oops, fix typo |
tree | commitdiff |
2012-02-17 |
Michael Schroeder | - hide repodata internals (needed to move repo_write... |
tree | commitdiff |
2012-02-01 |
Michael Schroeder | - rename pool_addfileprovides_ids to pool_addfileprovid... |
tree | commitdiff |
2012-02-01 |
Michael Schroeder | - add cleandeps support for install/update |
tree | commitdiff |
2012-01-30 |
Michael Schroeder | - fix load_ext definition |
tree | commitdiff |
2012-01-24 |
Michael Schroeder | Merge pull request #4 from akozumpl/req |
tree | commitdiff |
2012-01-24 |
Ales Kozumplik | Fix compilation on Fedora. |
tree | commitdiff |
2012-01-18 |
Michael Schroeder | - add cmake options to only build for some repository... |
tree | commitdiff |
2012-01-18 |
Michael Schroeder | - add Datapos lookup functions, add lookup_idarray... |
tree | commitdiff |
2012-01-13 |
Michael Schroeder | - add dup versions for the allow* flags, make dup autom... |
tree | commitdiff |
2012-01-12 |
Michael Schroeder | - fix types in p5solv and pysolv |
tree | commitdiff |
2012-01-11 |
Michael Schroeder | - cleanup bindings example code a bit |
tree | commitdiff |
2012-01-10 |
Michael Schroeder | - change splitprovides so that they only work on packag... |
tree | commitdiff |
2012-01-09 |
Michael Schroeder | - hide solver internals |
tree | commitdiff |
2011-12-22 |
Michael Schroeder | - make repodata also start with id 1 |
tree | commitdiff |
2011-07-14 |
Michael Schroeder | - swig bug: can't overload __str__ in perl, causes... |
tree | commitdiff |
2011-07-13 |
Michael Schroeder | - add support for bindings creation |
tree | commitdiff |
2011-07-12 |
Michael Schroeder | - rename all sat_ to solv_ |
tree | commitdiff |
2011-06-20 |
Michael Schroeder | - change transaction_init to transaction_create, add... |
tree | commitdiff |
2011-06-03 |
Michael Schroeder | - refactor select_patches |
tree | commitdiff |
2011-05-26 |
Michael Schroeder | - allow to build a shared and a static version of the... |
tree | commitdiff |
2011-05-25 |
Michael Schroeder | - add solver_private.h, make repo_ functions return... |
tree | commitdiff |
2011-05-24 |
Michael Schroeder | - add ver files, fix build |
tree | commitdiff |
2011-05-24 |
Michael Schroeder | - move bindings into bindings directory |
tree | commitdiff |
2011-05-24 |
Michael Schroeder | - do not use obsolete interface in libsolv library... |
tree | commitdiff |
2011-05-24 |
Michael Schroeder | rename satsolver -> libsolv |
tree | commitdiff |
2011-05-23 |
Michael Schroeder | - fix gzdopen() call, it does not like mode "r+" |
tree | commitdiff |
2011-05-02 |
Michael Schroeder | - commit current state of binding and examples |
tree | commitdiff |
2011-03-17 |
Michael Schroeder | - fix pysolv typo |
tree | commitdiff |
2011-03-16 |
Michael Schroeder | - finish rbsolv |
tree | commitdiff |
2011-03-16 |
Michael Schroeder | - finish rbsolv repository handling |
tree | commitdiff |
2011-03-16 |
Michael Schroeder | - added TransactionClass, more rbsolv porting |
tree | commitdiff |
2011-03-15 |
Michael Schroeder | rbsolv: implement repo download and load callback |
tree | commitdiff |
2011-03-14 |
Michael Schroeder | - more ruby code, better array handling in solv.i |
tree | commitdiff |
2011-03-11 |
Michael Schroeder | - cleanup python code a bit |
tree | commitdiff |
2011-03-10 |
Michael Schroeder | start ruby bindings and example solver |
tree | commitdiff |
2011-03-09 |
Michael Schroeder | - implement repository handling and load callback in... |
tree | commitdiff |
2011-03-08 |
Michael Schroeder | - commit current state of bindings |
tree | commitdiff |
2011-03-08 |
Michael Schroeder | - add mode argument to sat_xfopen* functions |
tree | commitdiff |
2011-03-04 |
Michael Schroeder | - start of p5solv and perl bindings |
tree | commitdiff |
next |