summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-11-02add SELECTION_WITH_SOURCE, rename SELECTION_SOURCE to SELECTION_SOURCE_ONLYMichael Schroeder2-15/+113
2012-10-31rename SELECTION_MAYBESRC to SELECTION_SOURCE, make it just select src/nosrc ...Michael Schroeder2-8/+29
2012-10-31fix .src matching .src and .nosrc packagesMichael Schroeder1-3/+8
2012-10-31make it possible to select src packages via .src or .nosrc suffixesMichael Schroeder2-12/+44
2012-10-29set SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo limiterMichael Schroeder1-0/+1
2012-10-29oops, fix selection2str()Michael Schroeder1-1/+1
2012-10-29join selection strings with ' + ', not ' | 'Michael Schroeder1-1/+1
2012-10-29add pool_selection2str() and use it in the bindingsMichael Schroeder3-2/+46
2012-10-29fix selection_limit_rel call for debian nevra matchMichael Schroeder1-6/+6
2012-10-26support SOLVER_SOLVABLE_REPO and SOLVER_SOLVABLE_ALL in more job types, even ...Michael Schroeder5-21/+85
2012-10-26add pool_job2solvables and selection_solvablesMichael Schroeder6-26/+81
2012-10-25generalize matching code from examples/solv.c to src/selection.cMichael Schroeder5-4/+624
2012-10-23help gcc inliner a bitMichael Schroeder1-8/+14
2012-10-23support repository:repomd:size, cleanup code a bitMichael Schroeder1-0/+2
2012-10-23implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v...Michael Schroeder4-0/+47
2012-10-18fix encoding of big valuesMichael Schroeder1-1/+2
2012-10-08use evrid2vrstr inline functionMichael Schroeder2-24/+4
2012-10-08add repodata_set_sourcepkg and solvable_lookup_sourcepkg, fix solvable_get_lo...Michael Schroeder6-3/+112
2012-10-05fix repo_lookup_deparray() corner case when looking for post-marker depsMichael Schroeder1-0/+1
2012-06-27- revert repo_lookup_checksum change, the ids should always be stored as chec...Michael Schroeder1-22/+0
2012-06-27- check type in lookup_bin_checksum, make it possible to retrieve PKGID/HDRID...Michael Schroeder2-0/+24
2012-06-27- put SOLVABLE_PKGID, SOLVABLE_HDRID, SOLVABLE_LEADSIGID in the vertical sect...Michael Schroeder1-0/+3
2012-06-25- fix typo in repodata_merge_attrsMichael Schroeder1-1/+1
2012-06-25- add SOLVER_ORUPDATE and SOLVER_FORCEBEST (see solver.h)Michael Schroeder2-1/+11
2012-06-22oops, export pool_setdisttype...Michael Schroeder1-0/+1
2012-06-22- add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO to support some cudf testsMichael Schroeder1-1/+0
2012-05-31- [valgrind] the userinstalled map only contains the installed packages. mea ...Michael Schroeder1-1/+1
2012-04-24treat an empty release as a missing releaseMichael Schroeder1-2/+10
2012-04-20- support tilde in rpm version comparisonMichael Schroeder2-1/+79
2012-04-16- add map_or and queue_preallocMichael Schroeder6-4/+36
2012-04-16- get rid of exit(1) calls in repo_write, instead return errorMichael Schroeder1-80/+84
2012-04-13- add pool_error and pool_errstr. get rid of lots of exit() calls.Michael Schroeder4-111/+96
2012-04-12- also free attrs array when freeing a solvableMichael Schroeder1-2/+18
2012-04-12- also obey keepexplicitobsoletes when disabling update rules (untested)Michael Schroeder1-14/+17
2012-04-11- clean up system type definition, use -DSUSE=1 when building for suseMichael Schroeder1-1/+4
2012-04-11Merge pull request #12 from zde/masterMichael Schroeder4-4/+11
2012-04-11- support REPO_EXTEND_SOLVABLES in repo_add_solv (thanks Ales Kozumplik)Michael Schroeder1-14/+24
2012-04-10SOLVER_FLAG_KEEP_EXPLICIT_OBSOLETESZdeněk Pavlas3-1/+8
2012-04-10fix some typosZdeněk Pavlas2-3/+3
2012-04-04- make example solv program a tiny bit more secure (shouldn't use system() at...Michael Schroeder1-3/+3
2012-04-03- get rid of DEBINA_SEMANTICS, add pool->noarchid, add DISTTYPE_ARCHMichael Schroeder7-50/+68
2012-04-02- "noarch" is called "any" on archlinux, so now we have noarch/all/any ;(Michael Schroeder2-1/+3
2012-03-28- incompatible ABI change: switch num over to unsigned long long and store si...Michael Schroeder12-36/+65
2012-03-28- rename map_and_not to map_subtractMichael Schroeder3-6/+6
2012-03-27bitmap: implement map_and_not.Ales Kozumplik3-0/+14
2012-03-26- add "allownamechange" flag for completenessMichael Schroeder6-3/+38
2012-03-23- strip distepoch in pool_solvable2str()Michael Schroeder1-2/+18
2012-03-23- it helps to implement to get/set_flag code for POOL_FLAG_HAVEDISTEPOCH...Michael Schroeder1-0/+5
2012-03-22- turn on "havedistepoch" by default if rpm5 is usedMichael Schroeder1-0/+1
2012-03-22- support distepoch handling in release, used by the M&M distrosMichael Schroeder2-2/+23