- save memory in localpool case
[platform/upstream/libsolv.git] / src /
2012-11-26 Michael Schroeder- save memory in localpool case
2012-11-23 Michael Schroedersupport medianr in lookup_deltalocation, change lookup_...
2012-11-23 Michael Schroederoptimize string handling in repo_add_solv a bit
2012-11-22 Michael Schroedermake sure we have at least id 0 and 1 in a local pool...
2012-11-22 Michael Schroedermore cleanup
2012-11-22 Michael Schroedersmall code cleanups
2012-11-20 Michael Schroedersolver_samerule -> solver_rulecmp
2012-11-20 Michael Schroederdo not add identical choice rules
2012-11-20 Michael Schroedermake FORCEBEST work with targeted up/dup
2012-11-19 Michael Schroederfix typo caught by testcase
2012-11-19 Michael Schroederimplement SOLVER_FORCRBEST for install/up/dup
2012-11-16 Michael Schroederfix policy_is_illegal function. Hmm...
2012-11-16 Michael Schroederdo not reinstall identical packages in targeted update
2012-11-16 Michael Schroederunify update targets list
2012-11-15 Michael Schroederimplement update to specific update targets
2012-11-15 Michael Schroederimplement dup on single packages
2012-11-15 Michael Schroederimprove magic epoch promotion code to work better when...
2012-11-14 Michael Schroederimplement magic epoch promotion for nevra selections
2012-11-13 Michael Schroederfix rpmdbid handling in repo_unset and repo_set_num
2012-11-13 Michael Schroederrefactor a bit
2012-11-13 Michael Schroedersupport REPO_NO_LOCATION, rename "set_deleted" to the...
2012-11-06 Michael Schroederadd repodata_set_deltalocation and use it in the parsers
2012-11-06 Michael Schroederrename repodata_delete to repodata_set_deleted, add...
2012-11-05 Michael SchroederAdd Solvable.Dataiterator constructor, add missing...
2012-11-02 Michael Schroederfix delta location suffix
2012-11-02 Michael Schroederadd pool_lookup_deltalocation helper so we can change...
2012-11-02 Michael Schroederadd SELECTION_WITH_SOURCE, rename SELECTION_SOURCE...
2012-10-31 Michael Schroederrename SELECTION_MAYBESRC to SELECTION_SOURCE, make...
2012-10-31 Michael Schroederfix .src matching .src and .nosrc packages
2012-10-31 Michael Schroedermake it possible to select src packages via .src or...
2012-10-29 Michael Schroederset SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo...
2012-10-29 Michael Schroederoops, fix selection2str()
2012-10-29 Michael Schroederjoin selection strings with ' + ', not ' | '
2012-10-29 Michael Schroederadd pool_selection2str() and use it in the bindings
2012-10-29 Michael Schroederfix selection_limit_rel call for debian nevra match
2012-10-26 Michael Schroedersupport SOLVER_SOLVABLE_REPO and SOLVER_SOLVABLE_ALL...
2012-10-26 Michael Schroederadd pool_job2solvables and selection_solvables
2012-10-25 Michael Schroedergeneralize matching code from examples/solv.c to src...
2012-10-23 Michael Schroederhelp gcc inliner a bit
2012-10-23 Michael Schroedersupport repository:repomd:size, cleanup code a bit
2012-10-23 Michael Schroederimplement pool_set_rootdir/REPO_USE_ROOTDIR instead...
2012-10-22 Michael SchroederMerge pull request #19 from nateskulic/master
2012-10-18 Michael Schroederfix encoding of big values
2012-10-08 Michael Schroederuse evrid2vrstr inline function
2012-10-08 Michael Schroederadd repodata_set_sourcepkg and solvable_lookup_sourcepk...
2012-10-05 Michael Schroederfix repo_lookup_deparray() corner case when looking...
2012-06-27 Michael Schroeder- revert repo_lookup_checksum change, the ids should...
2012-06-27 Michael Schroeder- check type in lookup_bin_checksum, make it possible...
2012-06-27 Michael Schroeder- put SOLVABLE_PKGID, SOLVABLE_HDRID, SOLVABLE_LEADSIGI...
2012-06-27 Michael SchroederMerge pull request #15 from akozumpl/pullreq
2012-06-25 Michael Schroeder- fix typo in repodata_merge_attrs
2012-06-25 Michael Schroeder- add SOLVER_ORUPDATE and SOLVER_FORCEBEST (see solver.h)
2012-06-22 Michael Schroederoops, export pool_setdisttype...
2012-06-22 Michael Schroeder- add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO...
2012-05-31 Michael Schroeder- [valgrind] the userinstalled map only contains the...
2012-04-24 Michael Schroedertreat an empty release as a missing release
2012-04-20 Michael Schroeder- support tilde in rpm version comparison
2012-04-16 Michael Schroeder- add map_or and queue_prealloc
2012-04-16 Michael Schroeder- get rid of exit(1) calls in repo_write, instead retur...
2012-04-13 Michael Schroeder- add pool_error and pool_errstr. get rid of lots of...
2012-04-12 Michael Schroeder- also free attrs array when freeing a solvable
2012-04-12 Michael Schroeder- also obey keepexplicitobsoletes when disabling update...
2012-04-11 Michael Schroeder- clean up system type definition, use -DSUSE=1 when...
2012-04-11 Michael SchroederMerge pull request #12 from zde/master
2012-04-11 Michael Schroeder- support REPO_EXTEND_SOLVABLES in repo_add_solv (thank...
2012-04-10 Zdeněk PavlasSOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES
2012-04-10 Zdeněk Pavlasfix some typos
2012-04-04 Michael Schroeder- make example solv program a tiny bit more secure...
2012-04-03 Michael Schroeder- get rid of DEBINA_SEMANTICS, add pool->noarchid,...
2012-04-02 Michael Schroeder- "noarch" is called "any" on archlinux, so now we...
2012-03-28 Michael Schroeder- incompatible ABI change: switch num over to unsigned...
2012-03-28 Michael Schroeder- rename map_and_not to map_subtract
2012-03-28 Michael SchroederMerge branch 'master' of github.com:openSUSE/libsolv
2012-03-28 Michael SchroederMerge pull request #11 from akozumpl/upstream
2012-03-27 Ales Kozumplikbitmap: implement map_and_not.
2012-03-26 Michael Schroeder- add "allownamechange" flag for completeness
2012-03-23 Michael Schroeder- strip distepoch in pool_solvable2str()
2012-03-23 Michael Schroeder- it helps to implement to get/set_flag code for POOL_F...
2012-03-22 Michael Schroeder- turn on "havedistepoch" by default if rpm5 is used
2012-03-22 Michael Schroeder- support distepoch handling in release, used by the...
2012-03-21 Michael Schroeder- bring solvable_trivial_installable functions back...
2012-03-21 Michael Schroeder- also show number of updaterules in stats for completeness
2012-03-21 Michael Schroeder- more memory usage statistics
2012-03-21 Michael Schroeder- put file checksum and delta seq into vertical data...
2012-03-21 Michael Schroeder- don't free whatprovides in repo_solv, instead grow...
2012-03-20 Michael Schroeder- fix pointer aliasing problems in sha2 code
2012-03-20 Michael Schroeder- reuse string/rel hashes in repo_add_solv where possible
2012-03-20 Michael Schroeder- don't show vendor/arch changes for packages that...
2012-03-19 Michael Schroeder- cleanup array eof handling, improve data_readid/readnum
2012-03-19 Michael Schroeder- store rpmdbid as TYPE_NUM. This means that TYPE_U32...
2012-03-19 Michael Schroeder- do not include repopage.h unless LIBSOLV_INTERNAL...
2012-03-16 Michael Schroeder- advance num64 support. For now, we store the high...
2012-03-15 Michael Schroeder- do not duplicate solvablekeys[] array
2012-03-15 Michael Schroeder- simplify code a bit, also allow to store RPM_RPMDBID...
2012-03-15 Michael Schroeder- start support for 64bit nums
2012-03-14 Michael Schroeder- be a bit more careful with signed ids, check that...
2012-03-14 Michael Schroeder- speed up pool_shrink_whatprovides
2012-03-13 Michael Schroeder- speed up pool_addrelproviders a bit
2012-03-09 Michael Schroeder- oops map_setall should be void
2012-03-09 Michael Schroeder- fix a case of solutionelement duplication
next