2013-05-17 |
Michael Schroeder | allow SOLVID_META queries through SOLVID_POS |
blob | commitdiff |
2013-04-23 |
Michael Schroeder | add repo_add_rpmdb_reffp to easily add rpmdb content... |
blob | commitdiff | diff to current |
2013-04-05 |
Michael Schroeder | make queue_insertn more flexible |
blob | commitdiff | diff to current |
2012-11-29 |
Michael Schroeder | simplify datamatcher code, use datamatcher_checkbasenam... |
blob | commitdiff | diff to current |
2012-11-13 |
Michael Schroeder | fix rpmdbid handling in repo_unset and repo_set_num |
blob | commitdiff | diff to current |
2012-11-13 |
Michael Schroeder | support REPO_NO_LOCATION, rename "set_deleted" to the... |
blob | commitdiff | diff to current |
2012-11-06 |
Michael Schroeder | rename repodata_delete to repodata_set_deleted, add... |
blob | commitdiff | diff to current |
2012-10-08 |
Michael Schroeder | add repodata_set_sourcepkg and solvable_lookup_sourcepk... |
blob | commitdiff | diff to current |
2012-10-05 |
Michael Schroeder | fix repo_lookup_deparray() corner case when looking... |
blob | commitdiff | diff to current |
2012-06-27 |
Michael Schroeder | - revert repo_lookup_checksum change, the ids should... |
blob | commitdiff | diff to current |
2012-06-27 |
Michael Schroeder | - check type in lookup_bin_checksum, make it possible... |
blob | commitdiff | diff to current |
2012-04-12 |
Michael Schroeder | - also free attrs array when freeing a solvable |
blob | commitdiff | diff to current |
2012-03-28 |
Michael Schroeder | - incompatible ABI change: switch num over to unsigned... |
blob | commitdiff | diff to current |
2012-03-19 |
Michael Schroeder | - store rpmdbid as TYPE_NUM. This means that TYPE_U32... |
blob | commitdiff | diff to current |
2012-03-15 |
Michael Schroeder | - do not duplicate solvablekeys[] array |
blob | commitdiff | diff to current |
2012-02-21 |
Michael Schroeder | - allow <> dep in susetags, special case pattern: in... |
blob | commitdiff | diff to current |
2012-02-17 |
Michael Schroeder | - hide repodata internals (needed to move repo_write... |
blob | commitdiff | diff to current |
2012-01-16 |
Michael Schroeder | - add missing repo_lookup_deparray/repo_add_deparray... |
blob | commitdiff | diff to current |
2012-01-11 |
Michael Schroeder | - set pool_id2color, fix comments |
blob | commitdiff | diff to current |
2011-12-22 |
Michael Schroeder | - make repodata also start with id 1 |
blob | commitdiff | diff to current |
2011-12-22 |
Michael Schroeder | - make sure pool->repos[0] is zero |
blob | commitdiff | diff to current |
2011-12-22 |
Michael Schroeder | - INCOMPATIBLE CHANGE: index with repoid (thus pool... |
blob | commitdiff | diff to current |
2011-12-22 |
Michael Schroeder | - add solv_strdup(), rename repo_freeallrepos() to... |
blob | commitdiff | diff to current |
2011-12-21 |
Michael Schroeder | - improve filemarker handling |
blob | commitdiff | diff to current |
2011-12-21 |
Michael Schroeder | - clear lastmarkerpos when recreating the hash |
blob | commitdiff | diff to current |
2011-12-20 |
Michael Schroeder | update markerpos if element needed to be moved |
blob | commitdiff | diff to current |
2011-12-20 |
Michael Schroeder | fix memmove calls in repo_addid_dep, move hash version... |
blob | commitdiff | diff to current |
2011-12-19 |
Michael Schroeder | - speed up repo_addid_dep() in case of excessive depend... |
blob | commitdiff | diff to current |
2011-07-12 |
Michael Schroeder | - rename all sat_ to solv_ |
blob | commitdiff | diff to current |
2011-06-14 |
Michael Schroeder | - use FOR_REPODATAS macro |
blob | commitdiff | diff to current |
2011-05-25 |
Michael Schroeder | un-inline some functions, remove SAT_DEBUG_SCHUBI |
blob | commitdiff | diff to current |
2011-05-24 |
Michael Schroeder | - do not use obsolete interface in libsolv library... |
blob | commitdiff | diff to current |
2011-05-02 |
Michael Schroeder | - allow setting of name/arch/evr/vendor with repo_set_... |
blob | commitdiff | diff to current |
2011-03-23 |
Michael Schroeder | - add repo_lookup_idarray(), repo_lookup_checksum(... |
blob | commitdiff | diff to current |
2011-03-01 |
Michael Schroeder | - add repodata_empty() function |
blob | commitdiff | diff to current |
2011-02-28 |
Michael Schroeder | - make repo_empty() not reset pool->installed, no not... |
blob | commitdiff | diff to current |
2011-02-23 |
Michael Schroeder | - delete type checks. instead, just call the repodata... |
blob | commitdiff | diff to current |
2010-12-02 |
Klaus Kämpf | Merge branch 'master' of gitorious.org:opensuse/sat... |
blob | commitdiff | diff to current |
2010-11-24 |
Michael Schroeder | - fix repo_set_num argument type |
blob | commitdiff | diff to current |
2009-08-31 |
Stephan Kulow | Merge branch 'master' of git://git.opensuse.org/project... |
blob | commitdiff | diff to current |
2009-07-30 |
Michael Schroeder | - fix memory leak |
blob | commitdiff | diff to current |
2009-07-17 |
Michael Schroeder | - add repodata_write and repo_empty functions |
blob | commitdiff | diff to current |
2009-07-16 |
Michael Schroeder | - seems like I can't get the filelist search right... |
blob | commitdiff | diff to current |
2009-07-16 |
Michael Schroeder | Merge branch 'master' of git@git.opensuse.org:projects... |
blob | commitdiff | diff to current |
2009-07-16 |
Michael Schroeder | - bring argument parsing up-to-speed, now supports... |
blob | commitdiff | diff to current |
2009-07-14 |
Michael Schroeder | - add new flags for the load functions: |
blob | commitdiff | diff to current |
2009-07-10 |
Michael Schroeder | - add repodata_join function to join a solvable block |
blob | commitdiff | diff to current |
2009-07-09 |
Michael Schroeder | - add support for repository disabling |
blob | commitdiff | diff to current |
2009-07-08 |
Michael Schroeder | - add repo_free_repodata to remove a repodata from... |
blob | commitdiff | diff to current |
2009-06-29 |
Michael Schroeder | - add some comments, move code around |
blob | commitdiff | diff to current |
2009-06-16 |
Michael Schroeder | - fix coding style a bit |
blob | commitdiff | diff to current |
2009-06-15 |
Michael Schroeder | - add repoid to repo struct |
blob | commitdiff | diff to current |
2009-06-15 |
Klaus Kämpf | Merge branch 'master' of git@git.opensuse.org:projects... |
blob | commitdiff | diff to current |
2009-06-15 |
Michael Schroeder | Merge branch 'master' of git@git.opensuse.org:projects... |
blob | commitdiff | diff to current |
2009-06-11 |
Dirk Mueller | Merge branch 'master' of git@git.opensuse.org:projects... |
blob | commitdiff | diff to current |
2009-05-28 |
Dirk Mueller | void* arithmetics is not defined |
blob | commitdiff | diff to current |
2008-10-31 |
Michael Schroeder | - fix entry tests |
blob | commitdiff | diff to current |
2008-10-22 |
Michael Schroeder | - add pool_set_installed() function, remove no longer... |
blob | commitdiff | diff to current |
2008-10-20 |
Michael Schroeder | - more cleanups: |
blob | commitdiff | diff to current |
2008-10-13 |
Michael Schroeder | - also use matcher in repo_solv |
blob | commitdiff | diff to current |
2008-10-09 |
Michael Schroeder | - the big solv data change |
blob | commitdiff | diff to current |
2008-09-12 |
Duncan Mac-Vicar P | - add repo_add_poolstr_array |
blob | commitdiff | diff to current |
2008-09-10 |
Michael Schroeder | - bring side data handling into better shape |
blob | commitdiff | diff to current |
2008-09-01 |
Michael Schroeder | - implement otherproviders() |
blob | commitdiff | diff to current |
2008-07-21 |
Michael Schroeder | - no more freshens. R.I.P. |
blob | commitdiff | diff to current |
2008-04-14 |
Michael Matz | Preparation for structured types. The repodata_set_... |
blob | commitdiff | diff to current |
2008-04-08 |
Klaus Kaempf | make numeric attribute type consistent with repodata... |
blob | commitdiff | diff to current |
2008-04-01 |
Michael Matz | Working but for now inactive code to support non-solvab... |
blob | commitdiff | diff to current |
2008-03-07 |
Michael Matz | Make rpmdb2solv reasonably fast again. |
blob | commitdiff | diff to current |
2008-03-06 |
Michael Schroeder | - beautify a bit |
blob | commitdiff | diff to current |
2008-03-04 |
Michael Schroeder | - add namespace:filesystem support to fix_legacy |
blob | commitdiff | diff to current |
2008-03-03 |
Michael Schroeder | - do not use i twice (fixes #366548) |
blob | commitdiff | diff to current |
2008-03-03 |
Michael Schroeder | - fix bug in solv loading callback |
blob | commitdiff | diff to current |
2008-02-29 |
Michael Schroeder | - change solv format in an incompatible way, breaking... |
blob | commitdiff | diff to current |
2008-02-23 |
Michael Matz | An iterator interface to attributes. Supports the... |
blob | commitdiff | diff to current |
2008-02-19 |
Michael Schroeder | - fix memory leaks |
blob | commitdiff | diff to current |
2008-02-18 |
Michael Schroeder | - free repodata memory |
blob | commitdiff | diff to current |
2008-02-18 |
Michael Schroeder | - strip trailing slashes from splitprovides so that... |
blob | commitdiff | diff to current |
2008-02-14 |
Klaus Kaempf | add a generic attribute lookup function 'repo_lookup' |
blob | commitdiff | diff to current |
2008-02-10 |
Michael Matz | Support for generating separate sub files and bugfixes... |
blob | commitdiff | diff to current |
2008-02-08 |
Michael Matz | data can validly be 0, in which case we never have... |
blob | commitdiff | diff to current |
2008-02-06 |
Michael Matz | Make repo_lookup_num work. |
blob | commitdiff | diff to current |
2008-02-06 |
Duncan Mac-Vicar P | expose repo_lookup_str and add lookup_num (nonworking) |
blob | commitdiff | diff to current |
2008-01-30 |
Michael Schroeder | - use namespace instead of solvable for languages |
blob | commitdiff | diff to current |
2008-01-30 |
Michael Matz | Storing the schema in front of the incore data releaves... |
blob | commitdiff | diff to current |
2008-01-29 |
Michael Schroeder | - add key filtering to repo_write |
blob | commitdiff | diff to current |
2008-01-15 |
Michael Schroeder | - add dir reading code to solv reader |
blob | commitdiff | diff to current |
2008-01-11 |
Michael Schroeder | - fix support for splitprovides |
blob | commitdiff | diff to current |
2008-01-09 |
Michael Schroeder | - rename xmalloc/... functions to sat_malloc, as we... |
blob | commitdiff | diff to current |
2007-12-21 |
Michael Schroeder | - fix bug in repo_addid_dep |
blob | commitdiff | diff to current |
2007-12-20 |
Michael Schroeder | - some bug fixes + stop handling, nothing fancy |
blob | commitdiff | diff to current |
2007-12-18 |
Michael Schroeder | - some more things to think about |
blob | commitdiff | diff to current |
2007-12-14 |
Michael Schroeder | - some pieces of code for the unified lookup/search... |
blob | commitdiff | diff to current |
2007-12-10 |
Michael Schroeder | - use schema in repodata to make it extendible |
blob | commitdiff | diff to current |
2007-12-08 |
Michael Matz | Pfeww. I'm tired, but now you can add refers from... |
blob | commitdiff | diff to current |
2007-12-08 |
Michael Matz | Pull together attribute store and repo. dumpsolv actua... |
blob | commitdiff | diff to current |
2007-12-04 |
Michael Schroeder | - switch to new solv format using schemata |
blob | commitdiff | diff to current |
2007-11-17 |
Michael Schroeder | - some more cleanup |
blob | commitdiff | diff to current |
2007-11-16 |
Michael Schroeder | - add solvable allocation functions |
blob | commitdiff | diff to current |
2007-11-14 |
Michael Schroeder | - allow repositories that don't consist of a single... |
blob | commitdiff | diff to current |
next |