2013-04-10 |
Michael Schroeder | three missed dig->pubkey => digpubkey changes |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Michael Schroeder | improve iterate_filelist, it now calls the callback... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Michael Schroeder | remove dead code |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Michael Schroeder | use pgpDigGetParams() if available |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Michael Schroeder | Reimplement state handling in rpm_by functions |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Michael Schroeder | refactor: split off openpkgdb() |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Michael Schroeder | refactor solv demo a bit |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Michael Schroeder | remove strange 5 year old TODO file |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Michael Schroeder | fix bugs in fileconflicts code and prepare for aliased... |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Michael Schroeder | improve fileconflicts code |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Michael Schroeder | small cleanups in pubkey handling |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Michael Schroeder | cleanup hash code, it makes no sense to have an extra... |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Michael Schroeder | make queue_insertn more flexible |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Michael Schroeder | refactor a bit |
commit | commitdiff | tree | snapshot |
2013-04-04 |
Michael Schroeder | Do extra checking for choice rules so that they don... |
commit | commitdiff | tree | snapshot |
2013-04-02 |
Michael Schroeder | small cleanup |
commit | commitdiff | tree | snapshot |
2013-04-02 |
Michael Schroeder | Merge pull request #27 from weinhold/upstream |
commit | commitdiff | tree | snapshot |
2013-04-02 |
Ingo Weinhold | Make all public libsolv headers C++ safe |
commit | commitdiff | tree | snapshot |
2013-03-30 |
Ingo Weinhold | solv_sort(): Fix build for non-glibc without qsort_r() |
commit | commitdiff | tree | snapshot |
2013-03-30 |
Ingo Weinhold | Use futimens() instead of futimes() |
commit | commitdiff | tree | snapshot |
2013-03-30 |
Ingo Weinhold | Improve C89 compliance |
commit | commitdiff | tree | snapshot |
2013-03-30 |
Ingo Weinhold | Define SYSTEM_LIBRARIES in main CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Michael Schroeder | Merge pull request #26 from dirkmueller/master |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Dirk Mueller | Support aarch64 |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Michael Schroeder | Merge pull request #25 from andreas-schwab/master |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Andreas Schwab | Fix misuses of memset |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Michael Schroeder | rename "NOOBSOLETES" to "MULTIVERSION" |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Michael Schroeder | turn splitprovides off when doing the alreadyrecommende... |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Michael Schroeder | susetags: don't warn on unknown tags |
commit | commitdiff | tree | snapshot |
2013-03-20 |
Michael Schroeder | improve pool_solvable2str output if the evr or arch... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Michael Schroeder | cleanup code now that the vendorcheck callback is in... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Michael Schroeder | get rid of the ugly policy callbacks while we're breaki... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Michael Schroeder | add changes, bump version upstream/0.3.0 |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Michael Schroeder | shuffle some ids now that we break the ABI |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Michael Schroeder | fix dataiterator returning random data in some cases |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Michael Schroeder | refactor a bit, add possibility to test the selection... |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Michael Schroeder | fix test so that we no longer flatten when there's... |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Michael Schroeder | do not create solvables with no release |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Michael Schroeder | support RPM_ADD_WITH_CHANGELOG in repo_add_rpmdb |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Michael Schroeder | add other.xml support to repomd parser |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Michael Schroeder | cosmetics: always return 0 in selection_make if the... |
commit | commitdiff | tree | snapshot |
2013-02-12 |
Michael Schroeder | fix stupid typo introduced when refactoring selection_f... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Michael Schroeder | increase maximum header size for some pathological... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Michael Schroeder | further optimize solver_reenablepolicyrules |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Michael Schroeder | optimize code a bit to make analyze_unsolvable faster |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Michael Schroeder | reuse solver in examples |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Michael Schroeder | do not call pool_freewhatprovides in pool_add_fileconfl... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Michael Schroeder | don't free obsoletes/obsoetes_data in solver cleanup |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Michael Schroeder | make it possible to re-run an existing solver (re-using... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Michael Schroeder | small cleanups |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Michael Schroeder | do not ignore disabled/considered flags for src packages |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Michael Schroeder | add changes, bump version |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Michael Schroeder | trivial_installable: check vendor of affected package... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Michael Schroeder | fix 'solv patch' command |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Michael Schroeder | support "pooljobs", fixed jobs set in the pool |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Michael Schroeder | fix trivial installable requires handling [bnc#795267] |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Michael Schroeder | Merge pull request #23 from johnnypeck/patch-1 |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Johnny Peck | Update README |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Michael Schroeder | improve repo_add_rpmdb speed a tiny bit |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Michael Schroeder | link libsolvext with libsolv for completeness |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Michael Schroeder | link libsolvext against the system libraries |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Michael Schroeder | add changes, bump version upstream/0.2.3 |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Michael Schroeder | simplify and fix ruby vendordir check in spec file |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Michael Schroeder | don't access r->p after solver_addrule is called, as... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Michael Schroeder | simplify transaction_obs_pkg a bit |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Michael Schroeder | cosmetics: fix comments |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Michael Schroeder | find_problemrule: don't look at the learnt rule multipl... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Michael Schroeder | delete old debug statements |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Michael Schroeder | simplify testcase |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Michael Schroeder | test "addalreadyrecommended" |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Michael Schroeder | small optimization: make whatprovidesdata + 2 always... |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Michael Schroeder | add testcase for special namespaceprovides jobs |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Michael Schroeder | support special namespace privides install/erase jobs... |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Michael Schroeder | implement special install/erase namespace provides... |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Michael Schroeder | improve error handling in makedeps |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Michael Schroeder | print bad package name when detecting dependency array... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Michael Schroeder | cosmetics: print number of problems in examples |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Michael Schroeder | add changes, bump version |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Michael Schroeder | Add Dep.Rel() method and a couple of Selection constructors |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Michael Schroeder | simplify some testcases |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Michael Schroeder | rename selection_limit to selection_filter, add flags... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Michael Schroeder | write trailing "result" line in -r -r mode |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Michael Schroeder | support cleandeps in targeted up/dup cases, add tests |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Michael Schroeder | adapt testcase to last change |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Michael Schroeder | make cleandeps do less reinstalls, fix cleandeps reset bug |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Michael Schroeder | fix typos in comments, fix queue free |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Michael Schroeder | add "forcebest" testcases |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Michael Schroeder | expand testcases |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Michael Schroeder | small optimization for targeted dup |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Michael Schroeder | another targeted dup fix, add testcases |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Michael Schroeder | free tmp repodata when repo_solv returns an error |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Michael Schroeder | add SOLVER_FLAG_NO_AUTOTARGET to testcase code |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Michael Schroeder | fix targeted dup, we also have to add the obsoleters... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Michael Schroeder | add SOLVER_TARGETED and SOLVER_FLAG_NO_AUTOTARGET flags |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Michael Schroeder | simplify datamatcher code, use datamatcher_checkbasenam... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Michael Schroeder | speed up filelist matching by pre-matching the basename... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Michael Schroeder | further simplify code: use -1 as 'free' in mapped array... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Michael Schroeder | reduce memory by splitting the pages array into two... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Michael Schroeder | simplily repopage handling quite a bit |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Michael Schroeder | optimize repopagestore_load_page_range |
commit | commitdiff | tree | snapshot |
next |