2011-07-18 |
Michael Schroeder | - remove unused "suppstart" variable |
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-14 |
Michael Schroeder | - use FOR_REPODATAS macro |
tree | commitdiff |
2011-06-10 |
Michael Schroeder | - fix di->repoid to be consistent with repo->repoid |
tree | commitdiff |
2011-06-06 |
Michael Schroeder | [backend] more introspection: solver_ruleliterals,... |
tree | commitdiff |
2011-06-06 |
Michael Schroeder | - add decision introspection (untested) |
tree | commitdiff |
2011-06-03 |
Michael Schroeder | - remove obsolete interface, add decisioncnt_{weak... |
tree | commitdiff |
2011-05-27 |
Michael Schroeder | - fix specfile |
tree | commitdiff |
2011-05-27 |
Michael Schroeder | - name BLOB defines to REPOPAGE |
tree | commitdiff |
2011-05-27 |
Michael Schroeder | - export repo_sidedata_create and repopagestore_compres... |
tree | commitdiff |
2011-05-26 |
Michael Schroeder | - remove a couple of internal functions from the export... |
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-25 |
Michael Schroeder | un-inline some functions, remove SAT_DEBUG_SCHUBI |
tree | commitdiff |
2011-05-24 |
Michael Schroeder | - add ver files, fix build |
tree | commitdiff |
2011-05-24 |
Michael Schroeder | - minor text fixes and tweaks |
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-19 |
Michael Schroeder | - make peace with gcc46 |
tree | commitdiff |
2011-05-16 |
Duncan Mac-Vicar P | decide which qsort_r to use based on what it is available |
tree | commitdiff |
2011-05-02 |
Michael Schroeder | - fix comments |
tree | commitdiff |
2011-05-02 |
Michael Schroeder | - allow setting of name/arch/evr/vendor with repo_set_... |
tree | commitdiff |
2011-05-02 |
Michael Schroeder | - oops, need string.h for memset |
tree | commitdiff |
2011-05-02 |
Michael Schroeder | - clean up function names for shared library |
tree | commitdiff |
2011-04-29 |
Michael Schroeder | - add forward declaration of data_skip_key, remove... |
tree | commitdiff |
2011-04-28 |
Michael Schroeder | - delete bogus data_skip_key declaration |
tree | commitdiff |
2011-04-21 |
Michael Schroeder | - made data_read_idarray, data_read_rel_idarray, data_s... |
tree | commitdiff |
2011-04-18 |
Michael Schroeder | - remove stray semicolon. duh |
tree | commitdiff |
2011-04-15 |
Michael Schroeder | analyze_unsolvable: save memory be only using the rseen... |
tree | commitdiff |
2011-04-14 |
Michael Schroeder | - add some comments, prepare to make proof recording... |
tree | commitdiff |
2011-04-12 |
Michael Schroeder | - make analyze_unsolvable faster in extreme cases by... |
tree | commitdiff |
2011-04-04 |
Michael Schroeder | - fix constantid handling for localpool case: we must... |
tree | commitdiff |
2011-03-28 |
Michael Schroeder | - add some explanation of how the dirpool works |
tree | commitdiff |
2011-03-28 |
Michael Schroeder | - save tmpspace when calling the repodata load callback |
tree | commitdiff |
2011-03-28 |
Michael Schroeder | - use correct defaults for rpm5, put tmpspace in extra... |
tree | commitdiff |
2011-03-24 |
Michael Schroeder | - simplify schema2id hash handling, put repodata_free_s... |
tree | commitdiff |
2011-03-23 |
Michael Schroeder | - add repo_lookup_idarray(), repo_lookup_checksum(... |
tree | commitdiff |
2011-03-23 |
Michael Schroeder | - add pool_setarchpolicy() method |
tree | commitdiff |
2011-03-23 |
Michael Schroeder | - delete fixed vendor classes, add pool_setvendorclasse... |
tree | commitdiff |
2011-03-23 |
Michael Schroeder | - fix illegal_xxxchange argument order |
tree | commitdiff |
2011-03-23 |
Michael Schroeder | add sat_chksum_isfinished() check |
tree | commitdiff |
2011-03-16 |
Michael Schroeder | - added solver_solutionelement2str and policy_illegal2s... |
tree | commitdiff |
2011-03-07 |
Michael Schroeder | - add pool_job2str() and solver_problemruleinfo2str... |
tree | commitdiff |
2011-03-03 |
Michael Schroeder | - add pool_freetmpspace, pool_tmpappend, pool_bin2hex... |
tree | commitdiff |
2011-03-02 |
Michael Schroeder | - add sat_chksum_type2str() and sat_chksum_str2type... |
tree | commitdiff |
2011-03-02 |
Michael Schroeder | - ignore to be dropped orhaned packages when calculatin... |
tree | commitdiff |
2011-03-01 |
Michael Schroeder | - add repodata_empty() function |
tree | commitdiff |
2011-03-01 |
Michael Schroeder | - add sat_chksum_create_from_bin() and sat_chksum_get_t... |
tree | commitdiff |
2011-02-28 |
Michael Schroeder | - make repo_empty() not reset pool->installed, no not... |
tree | commitdiff |
2011-02-23 |
Michael Schroeder | - delete type checks. instead, just call the repodata... |
tree | commitdiff |
2011-02-23 |
Michael Schroeder | - make repodata_add_array overwrite old entries with... |
tree | commitdiff |
2011-02-23 |
Michael Schroeder | - repo_solv: add some type/storage checks |
tree | commitdiff |
2011-02-21 |
Michael Schroeder | - add repodata_lookup_type() and repodata_delete()... |
tree | commitdiff |
2011-02-21 |
Michael Schroeder | - add SUSETAGS_RECORD_SHARES feature to correctly handl... |
tree | commitdiff |
2011-02-15 |
Michael Schroeder | - rename to USE_OWN_QSORT, add bsd qsort_r helper |
tree | commitdiff |
2011-02-14 |
Michael Schroeder | - update to freebsd qsort to get rid of advertising... |
tree | commitdiff |
2011-02-03 |
Klaus Kämpf | Provide qsort_r in case (e.g. for RHEL 4) |
tree | commitdiff |
2011-01-25 |
Klaus Kämpf | Merge branch 'master' of gitorious.org:opensuse/sat... |
tree | commitdiff |
2011-01-25 |
Jan-Simon Möller | Add armv7hl (hardfloat ABI) support. Beside armv7hl... |
tree | commitdiff |
2011-01-24 |
Michael Schroeder | - merge in most of the MacOS changes from Dave Abrahams |
tree | commitdiff |
2010-12-22 |
Klaus Kämpf | Merge branch 'master' of gitorious.org:opensuse/sat... |
tree | commitdiff |
2010-12-22 |
Klaus Kämpf | Expose solver_printproblemruleinfo() since its a generi... |
tree | commitdiff |
2010-12-02 |
Klaus Kämpf | Merge branch 'master' of gitorious.org:opensuse/sat... |
tree | commitdiff |
2010-11-24 |
Michael Schroeder | - fix repo_set_num argument type |
tree | commitdiff |
2010-11-11 |
Klaus Kämpf | Merge branch 'master' of gitorious.org:opensuse/sat... |
tree | commitdiff |
2010-09-09 |
Michael Schroeder | - fix notfound return in solvable_lookup_num, fix typo... |
tree | commitdiff |
2010-09-06 |
Michael Schroeder | - do obsolete pruning after version reduction, it is... |
tree | commitdiff |
2010-09-02 |
Michael Schroeder | - make POLICY_MODE_SUGGEST obey repo priorities |
tree | commitdiff |
2010-08-31 |
Michael Schroeder | Merge branch 'master' of gitorious.org:opensuse/sat... |
tree | commitdiff |
2010-08-31 |
Michael Schroeder | - fix package priority handling of installed packages... |
tree | commitdiff |
2010-08-06 |
Michael Schroeder | - refactor code a bit, no functual changes |
tree | commitdiff |
2010-08-06 |
Michael Schroeder | - also check filelistfilter for glob searches |
tree | commitdiff |
2010-08-03 |
Michael Schroeder | - fix mem leak |
tree | commitdiff |
2010-06-01 |
Michael Schroeder | - work around debian obsoletes handling for now |
tree | commitdiff |
2010-06-01 |
Michael Schroeder | - fix dependency comparison in no-buildtime case |
tree | commitdiff |
2010-05-31 |
Michael Schroeder | - add SOLVER_NOAUTOSET to disable automatic SET deduction |
tree | commitdiff |
2010-05-28 |
Michael Schroeder | - add SOLVER_SET bits to tell solver which properties... |
tree | commitdiff |
2010-05-17 |
Michael Schroeder | Merge branch 'master' of gitorious.org:opensuse/sat... |
tree | commitdiff |
2010-05-17 |
Michael Schroeder | - add armv7l (patch by Jan-Simon Moeller) |
tree | commitdiff |
2010-05-06 |
Michael Schroeder | - argh, forgot the check prune bitmap in 'required... |
tree | commitdiff |
2010-05-06 |
Michael Schroeder | - cleandeps: fix userinstalled bitmap access |
tree | commitdiff |
2010-05-04 |
Michael Schroeder | - some more cleanup |
tree | commitdiff |
2010-05-04 |
Michael Schroeder | - support SOLVER_SOLVABLE_ALL for dup/update/verify |
tree | commitdiff |
2010-05-03 |
Michael Schroeder | - code cleanup |
tree | commitdiff |
2010-04-14 |
Michael Schroeder | - also look at directly addressed userinstalled solvables |
tree | commitdiff |
2010-04-14 |
Michael Schroeder | - add erase with dependency cleaning: |
tree | commitdiff |
2010-04-13 |
Michael Schroeder | - set close-on-exec for repopage filedescriptor |
tree | commitdiff |
2010-04-12 |
Michael Schroeder | Also look at obsoletes of installed packages, like... |
tree | commitdiff |
2010-03-31 |
Michael Schroeder | - move noupdate test so that the solver tries to keep... |
tree | commitdiff |
2010-03-25 |
Michael Schroeder | Merge branch 'master' of gitorious.org:opensuse/sat... |
tree | commitdiff |
2010-03-25 |
Michael Schroeder | - make obsoleteusescolors default to true on FEDORA |
tree | commitdiff |
2010-03-22 |
Michael Schroeder | - dataiterator: reset parent when jumping to a solvid... |
tree | commitdiff |
2010-03-13 |
Klaus Kämpf | Merge branch 'master' of gitorious.org:opensuse/sat... |
tree | commitdiff |
2010-03-12 |
Michael Schroeder | - content: REPOTAGS -> REPOID, knownid GLOBALID ->... |
tree | commitdiff |
2010-03-11 |
Michael Andres | parse global repository ids. [bnc#377568] |
tree | commitdiff |
2010-03-11 |
Michael Schroeder | - fix language code lookup for fallback languages ... |
tree | commitdiff |
2010-03-01 |
Michael Schroeder | - use __qsort_r on old SLE10 versions |
tree | commitdiff |
2010-02-19 |
Klaus Kämpf | Merge branch 'master' of gitorious.org:opensuse/sat... |
tree | commitdiff |
2010-02-19 |
Michael Schroeder | Merge branch 'master' of gitorious.org:opensuse/sat... |
tree | commitdiff |
next |