Age | Commit message (Expand) | Author | Files | Lines |
2013-10-16 | remove trailing whitespace | Michael Schroeder | 1 | -3/+3 |
2013-08-23 | add forgotten repo/repodata_lookup_binary | Michael Schroeder | 1 | -0/+1 |
2013-06-17 | refactor a bit | Michael Schroeder | 1 | -2/+1 |
2013-04-23 | add repodata_translate_id to get rid of some "implement me" assertions | Michael Schroeder | 1 | -0/+2 |
2013-04-02 | Make all public libsolv headers C++ safe | Ingo Weinhold | 1 | -0/+8 |
2013-03-06 | fix dataiterator returning random data in some cases | Michael Schroeder | 1 | -0/+1 |
2012-11-13 | support REPO_NO_LOCATION, rename "set_deleted" to the more clear "unset" | Michael Schroeder | 1 | -2/+2 |
2012-11-06 | add repodata_set_deltalocation and use it in the parsers | Michael Schroeder | 1 | -0/+1 |
2012-11-06 | rename repodata_delete to repodata_set_deleted, add repo_set_deleted and solv... | Michael Schroeder | 1 | -2/+2 |
2012-10-08 | add repodata_set_sourcepkg and solvable_lookup_sourcepkg, fix solvable_get_lo... | Michael Schroeder | 1 | -0/+1 |
2012-03-28 | - incompatible ABI change: switch num over to unsigned long long and store si... | Michael Schroeder | 1 | -2/+2 |
2012-03-19 | - do not include repopage.h unless LIBSOLV_INTERNAL is defined. (Daniel Pfeifer) | Michael Schroeder | 1 | -0/+3 |
2012-03-15 | - start support for 64bit nums | Michael Schroeder | 1 | -0/+2 |
2012-02-20 | - make file list conversion twice as fast by adding a 1k dir cache | Michael Schroeder | 1 | -0/+7 |
2012-02-17 | - make more of repodata struct private | Michael Schroeder | 1 | -6/+5 |
2012-02-17 | - hide repodata internals (needed to move repo_write from ext to src for this) | Michael Schroeder | 1 | -2/+11 |
2012-01-17 | - move dataiterator declarations into a separate file | Michael Schroeder | 1 | -2/+2 |
2012-01-10 | - revert last commit now libzypp is fixed, make nkeys and nschemata signed (f... | Michael Schroeder | 1 | -2/+2 |
2011-05-24 | rename satsolver -> libsolv | Michael Schroeder | 1 | -3/+3 |
2011-03-24 | - simplify schema2id hash handling, put repodata_free_schemahash in header file | Michael Schroeder | 1 | -0/+3 |
2011-03-23 | - add repo_lookup_idarray(), repo_lookup_checksum(), repodata_set_idarray(), ... | Michael Schroeder | 1 | -0/+3 |
2011-03-01 | - add repodata_empty() function | Michael Schroeder | 1 | -0/+1 |
2011-02-21 | - add repodata_lookup_type() and repodata_delete(). Support REPOKEY_TYPE_DELE... | Michael Schroeder | 1 | -0/+2 |
2009-10-02 | - add repodata_delete_uninternalized | Michael Schroeder | 1 | -0/+2 |
2009-09-22 | - get missing translations from other solvables | Michael Schroeder | 1 | -0/+14 |
2009-07-29 | - make addfileprovides faster | Michael Schroeder | 1 | -1/+1 |
2009-07-15 | - be more careful when merging susetags attrs | Michael Schroeder | 1 | -0/+1 |
2009-07-14 | - add new flags for the load functions: | Michael Schroeder | 1 | -0/+5 |
2009-07-10 | - add repodata_join function to join a solvable block | Michael Schroeder | 1 | -0/+5 |
2009-07-09 | - add support for repository disabling | Michael Schroeder | 1 | -1/+2 |
2009-06-29 | - add some comments, move code around | Michael Schroeder | 1 | -1/+1 |
2008-10-30 | - add repodata_set_location() function | Michael Schroeder | 1 | -0/+1 |
2008-10-30 | - adapt to coding style | Michael Schroeder | 1 | -41/+76 |
2008-10-20 | - more cleanups: | Michael Schroeder | 1 | -1/+3 |
2008-10-14 | - fix segfault on 64bit | Michael Schroeder | 1 | -23/+22 |
2008-10-13 | - change entry back to better name solvid | Michael Schroeder | 1 | -3/+3 |
2008-10-13 | - clean up repopage stuff | Michael Schroeder | 1 | -23/+2 |
2008-10-09 | - move search position into pool | Michael Schroeder | 1 | -7/+0 |
2008-10-09 | - the big solv data change | Michael Schroeder | 1 | -33/+40 |
2008-09-10 | adapt repo_content to create one product per base arch, attributes not workin... | Duncan Mac-Vicar P | 1 | -1/+4 |
2008-05-07 | - speed up array creation a bit by caching last values | Michael Schroeder | 1 | -0/+5 |
2008-04-14 | Add REPOKEY_TYPE_COUNTED type (for arrays of structures). | Michael Matz | 1 | -0/+3 |
2008-04-14 | Preparation for structured types. The repodata_set_* functions now take | Michael Matz | 1 | -15/+23 |
2008-04-08 | more comments | Klaus Kaempf | 1 | -1/+4 |
2008-04-08 | make the difference between repodata_set_constant() (numeric constant) and | Klaus Kaempf | 1 | -1/+1 |
2008-04-08 | - fix prototype for repodata_set_num() | Klaus Kaempf | 1 | -7/+40 |
2008-04-01 | Working but for now inactive code to support non-solvables (things which | Michael Matz | 1 | -0/+5 |
2008-03-20 | - add lookup_id function | Michael Schroeder | 1 | -13/+12 |
2008-03-20 | - rename str_lang to str_poollang | Michael Schroeder | 1 | -0/+2 |
2008-03-20 | - add checksum lookup functions | Michael Schroeder | 1 | -1/+2 |