platform/upstream/libsolv.git
2011-07-18 Michael Schroeder- try to fix fedora build
2011-07-18 Michael Schroeder- fix build on 64bit and 11.3
2011-07-18 Michael Schroeder- some more tweaks for the binding packages
2011-07-18 Michael Schroederreduce build badness
2011-07-18 Michael Schroederfix spec
2011-07-18 Michael Schroeder- no Check for now
2011-07-18 Michael Schroeder- remove unused "suppstart" variable
2011-07-14 Michael Schroeder- build binding subpackages
2011-07-14 Michael Schroeder- swig bug: can't overload __str__ in perl, causes...
2011-07-13 Michael Schroeder- add support for bindings creation
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-06-20 Michael Schroeder- change transaction_init to transaction_create, add...
2011-06-14 Michael Schroeder- use FOR_REPODATAS macro
2011-06-10 Michael Schroeder- fix di->repoid to be consistent with repo->repoid
2011-06-08 Michael Schroeder- fix (harmless) typo in headtoevr function that broke...
2011-06-06 Michael Schroeder[backend] more introspection: solver_ruleliterals,...
2011-06-06 Michael Schroeder- add decision introspection (untested)
2011-06-03 Michael Schroeder- refactor select_patches
2011-06-03 Michael Schroeder- remove obsolete interface, add decisioncnt_{weak...
2011-05-27 Michael Schroeder- fix specfile
2011-05-27 Michael Schroeder- add back srcpackage_local for hudson
2011-05-27 Michael Schroeder- name BLOB defines to REPOPAGE
2011-05-27 Michael Schroeder- export repo_sidedata_create and repopagestore_compres...
2011-05-26 Michael Schroeder- remove a couple of internal functions from the export...
2011-05-26 Michael Schroeder- allow to build a shared and a static version of the...
2011-05-25 Michael Schroeder- add solver_private.h, make repo_ functions return...
2011-05-25 Michael Schroeder- make findfileconflicts ignore ghost files, like rpm...
2011-05-25 Michael Schroederun-inline some functions, remove SAT_DEBUG_SCHUBI
2011-05-24 Michael Schroeder- add ver files, fix build
2011-05-24 Michael Schroeder- minor text fixes and tweaks
2011-05-24 Michael Schroeder- move bindings into bindings directory
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
2011-05-24 Michael Schroederrename satsolver -> libsolv
2011-05-24 Michael Schroederadd libsolv.3 man page
2011-05-23 Michael Schroeder- fix gzdopen() call, it does not like mode "r+"
2011-05-19 Michael Schroeder- make peace with gcc46
2011-05-16 Duncan Mac... decide which qsort_r to use based on what it is available
2011-05-16 Duncan Mac... check-devel is check on older SUSEs
2011-05-02 Michael Schroeder- fix comments
2011-05-02 Michael Schroeder- allow setting of name/arch/evr/vendor with repo_set_...
2011-05-02 Michael Schroeder- commit current state of binding and examples
2011-05-02 Michael Schroeder- oops, need string.h for memset
2011-05-02 Michael Schroeder- clean up function names for shared library
2011-04-29 Michael Schroeder- add changes, bump version
2011-04-29 Michael Schroeder- add forward declaration of data_skip_key, remove...
2011-04-28 Michael Schroeder- delete bogus data_skip_key declaration
2011-04-21 Michael Schroeder- made data_read_idarray, data_read_rel_idarray, data_s...
2011-04-18 Michael Schroeder- remove stray semicolon. duh
2011-04-15 Michael Schroederanalyze_unsolvable: save memory be only using the rseen...
2011-04-14 Michael Schroeder- add some comments, prepare to make proof recording...
2011-04-12 Michael Schroeder- make analyze_unsolvable faster in extreme cases by...
2011-04-11 Michael Schroeder- susetags: simplify delta format
2011-04-08 Michael Schroeder- repo_susetags: add support for delta rpm information
2011-04-08 Michael Schroeder- fix constantid handling so that it also works in...
2011-04-04 Michael Schroeder- fix constantid handling for localpool case: we must...
2011-03-31 Michael Schroeder- even more comments
2011-03-31 Michael Schroeder- fix key mapping in corner cases
2011-03-30 Michael Schroeder- add even more comments
2011-03-28 Michael Schroeder- add some explanation of how the dirpool works
2011-03-28 Michael Schroeder- add some comments
2011-03-28 Michael Schroeder- save tmpspace when calling the repodata load callback
2011-03-28 Michael Schroeder- use correct defaults for rpm5, put tmpspace in extra...
2011-03-24 Michael Schroeder- simplify repo_write a bit by using repodata functions
2011-03-24 Michael Schroeder- simplify schema2id hash handling, put repodata_free_s...
2011-03-24 Michael Schroeder- add coolo's changelog entry
2011-03-24 Michael Schroeder- add missing else part in rpmdbid2db()
2011-03-23 Michael Schroeder- use repodata instead of repo
2011-03-23 Michael Schroeder- use repodata_add_poolstr_array() instead of repo_add_...
2011-03-23 Michael Schroeder- add repo_add_debdb() helper
2011-03-23 Michael Schroeder- add repo_lookup_idarray(), repo_lookup_checksum(...
2011-03-23 Michael Schroeder- add pool_setarchpolicy() method
2011-03-23 Michael Schroeder- delete fixed vendor classes, add pool_setvendorclasse...
2011-03-23 Michael Schroeder- fix illegal_xxxchange argument order
2011-03-23 Michael Schroederadd sat_chksum_isfinished() check
2011-03-17 Michael Schroeder- fix pysolv typo
2011-03-17 Michael Schroeder- fix trigger copying, make rpmdbid handling nicer
2011-03-17 Michael Schroeder- support cmake -DRPM5=1
2011-03-16 Michael Schroeder- finish rbsolv
2011-03-16 Michael Schroeder- adapt to rpm5 (thanks to Qing He and Mark Hatle)
2011-03-16 Michael Schroeder- finish rbsolv repository handling
2011-03-16 Michael Schroeder- added solver_solutionelement2str and policy_illegal2s...
2011-03-16 Michael Schroeder- added TransactionClass, more rbsolv porting
2011-03-15 Michael Schroederrbsolv: implement repo download and load callback
2011-03-14 Michael Schroeder- more ruby code, better array handling in solv.i
2011-03-11 Michael Schroeder- cleanup python code a bit
2011-03-10 Michael Schroederstart ruby bindings and example solver
2011-03-09 Michael Schroeder- implement repository handling and load callback in...
2011-03-08 Michael Schroeder- commit current state of bindings
2011-03-08 Michael Schroeder- add mode argument to sat_xfopen* functions
2011-03-07 Michael Schroeder- change sat_xfopen_fd() to respect the file open mode
2011-03-07 Michael Schroeder- add pool_job2str() and solver_problemruleinfo2str...
2011-03-07 Michael Schroeder- correctly cummulate multi-line fields in language...
2011-03-04 Michael Schroeder- start of p5solv and perl bindings
2011-03-03 Michael Schroeder- rename pysolv.pt to pysolv, commit latest versions
2011-03-03 Michael Schroeder- add pool_freetmpspace, pool_tmpappend, pool_bin2hex...
2011-03-02 Michael Schroeder- add sat_chksum_type2str() and sat_chksum_str2type...
2011-03-02 Michael Schroeder- ignore to be dropped orhaned packages when calculatin...
2011-03-01 Michael Schroeder- implement commandline handling and rewrite python...
2011-03-01 Michael Schroeder- add repo_add_rpm() and repo_add_deb()
2011-03-01 Michael Schroeder- add repodata_empty() function
next