2014-01-20 |
Michael Schroeder | Merge pull request #41 from dmacvicar/master |
tree | commitdiff |
2013-12-06 |
Michael Schroeder | solv example: add autopackages on SUSE systems |
tree | commitdiff |
2013-11-22 |
Michael Schroeder | pysolv: more python3 adaptions |
tree | commitdiff |
2013-11-19 |
Michael Schroeder | port to python3 |
tree | commitdiff |
2013-11-14 |
Michael Schroeder | Create a real type for a checksum handle |
tree | commitdiff |
2013-10-31 |
Michael Schroeder | do not rewrite the command line repo |
tree | commitdiff |
2013-10-31 |
Michael Schroeder | solv example: always internalize the "installed" repo... |
tree | commitdiff |
2013-10-28 |
Michael Schroeder | support ADD_WITH_SUBKEYS/ADD_MULTIPLE_PUBKEYS/ADD_WITH_... |
tree | commitdiff |
2013-10-16 |
Michael Schroeder | remove trailing whitespace |
tree | commitdiff |
2013-10-16 |
Michael Schroeder | make 'solv info' work with command line packages |
tree | commitdiff |
2013-10-14 |
Michael Schroeder | parse appdata in solv example |
tree | commitdiff |
2013-10-04 |
Michael Schroeder | add --type and --arch filter support |
tree | commitdiff |
2013-09-20 |
Michael Schroeder | bindings: add stringification shortcut for problems |
tree | commitdiff |
2013-09-09 |
Michael Schroeder | rename selection_make_deps to selection_make_matchdeps... |
tree | commitdiff |
2013-09-04 |
Michael Schroeder | add pool_whatmatchesdep and selection_make_deps to... |
tree | commitdiff |
2013-08-28 |
Michael Schroeder | solv example: use gpgv instead of gpg to verify sigs |
tree | commitdiff |
2013-08-23 |
Michael Schroeder | oops, revert unwanted commit chunks |
tree | commitdiff |
2013-08-23 |
Michael Schroeder | solv_parse_sig: clear return values at the beginning |
tree | commitdiff |
2013-07-25 |
Michael Schroeder | rename rpmdb_pubkey to pubkey |
tree | commitdiff |
2013-06-17 |
Michael Schroeder | pysolv: check applydeltarpm exit status |
tree | commitdiff |
2013-06-14 |
Michael Schroeder | bindings: add pool.errstr, make add_rpm/... return... |
tree | commitdiff |
2013-06-07 |
Michael Schroeder | bindings consistency: rename new/keptpackages to new... |
tree | commitdiff |
2013-06-05 |
Michael Schroeder | p5solv: missed one string in bareword translation |
tree | commitdiff |
2013-06-05 |
Michael Schroeder | ok, no local in current perl code. Also, use ls instead... |
tree | commitdiff |
2013-06-05 |
Michael Schroeder | adapt to modern perl and use barewords for hash keys |
tree | commitdiff |
2013-06-05 |
Michael Schroeder | Apply first part of Thierry's patches |
tree | commitdiff |
2013-06-05 |
Michael Schroeder | solv: create cache in user's home dir if not run as... |
tree | commitdiff |
2013-06-04 |
Michael Schroeder | missed a change |
tree | commitdiff |
2013-06-04 |
Michael Schroeder | Make 'dep' attribute in Ruleinfo return an object,... |
tree | commitdiff |
2013-06-03 |
Michael Schroeder | add POOL_FLAG_ADDFILEPROVIDESFILTERED option to make... |
tree | commitdiff |
2013-05-17 |
Michael Schroeder | allow SOLVID_META queries through SOLVID_POS |
tree | commitdiff |
2013-05-15 |
Michael Schroeder | pysolv: do not import from solv |
tree | commitdiff |
2013-04-24 |
Michael Schroeder | allow ls for list command |
tree | commitdiff |
2013-04-24 |
Michael Schroeder | use add_rpmdb_reffp in examples |
tree | commitdiff |
2013-04-24 |
Michael Schroeder | add SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flag |
tree | commitdiff |
2013-04-23 |
Michael Schroeder | add repo_add_rpmdb_reffp to easily add rpmdb content... |
tree | commitdiff |
2013-04-23 |
Michael Schroeder | remove "ref" argument from add_rpmdb() in the bindings |
tree | commitdiff |
2013-04-15 |
Michael Schroeder | split ugly pubkey handling into separate repo_rpmdb_pub... |
tree | commitdiff |
2013-04-15 |
Michael Schroeder | convert perror() and fprintf() calls to pool_error() |
tree | commitdiff |
2013-04-15 |
Michael Schroeder | add pool parameter to rpm_state_create so that we can... |
tree | commitdiff |
2013-04-12 |
Michael Schroeder | support checking for directory aliases when searching... |
tree | commitdiff |
2013-04-10 |
Michael Schroeder | Reimplement state handling in rpm_by functions |
tree | commitdiff |
2013-04-08 |
Michael Schroeder | refactor solv demo a bit |
tree | commitdiff |
2013-04-08 |
Michael Schroeder | fix bugs in fileconflicts code and prepare for aliased... |
tree | commitdiff |
2013-04-02 |
Michael Schroeder | Merge pull request #27 from weinhold/upstream |
tree | commitdiff |
2013-03-30 |
Ingo Weinhold | Use futimens() instead of futimes() |
tree | commitdiff |
2013-03-30 |
Ingo Weinhold | Improve C89 compliance |
tree | commitdiff |
2013-03-30 |
Ingo Weinhold | Define SYSTEM_LIBRARIES in main CMakeLists.txt |
tree | commitdiff |
2013-03-26 |
Michael Schroeder | Merge pull request #25 from andreas-schwab/master |
tree | commitdiff |
2013-03-26 |
Andreas Schwab | Fix misuses of memset |
tree | commitdiff |
2013-03-22 |
Michael Schroeder | rename "NOOBSOLETES" to "MULTIVERSION" |
tree | commitdiff |
2013-02-04 |
Michael Schroeder | reuse solver in examples |
tree | commitdiff |
2013-01-14 |
Michael Schroeder | fix 'solv patch' command |
tree | commitdiff |
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 |
next |