summaryrefslogtreecommitdiff
path: root/src/repodata.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-16remove trailing whitespaceMichael Schroeder1-3/+3
2013-08-23add forgotten repo/repodata_lookup_binaryMichael Schroeder1-0/+1
2013-06-17refactor a bitMichael Schroeder1-2/+1
2013-04-23add repodata_translate_id to get rid of some "implement me" assertionsMichael Schroeder1-0/+2
2013-04-02Make all public libsolv headers C++ safeIngo Weinhold1-0/+8
2013-03-06fix dataiterator returning random data in some casesMichael Schroeder1-0/+1
2012-11-13support REPO_NO_LOCATION, rename "set_deleted" to the more clear "unset"Michael Schroeder1-2/+2
2012-11-06add repodata_set_deltalocation and use it in the parsersMichael Schroeder1-0/+1
2012-11-06rename repodata_delete to repodata_set_deleted, add repo_set_deleted and solv...Michael Schroeder1-2/+2
2012-10-08add repodata_set_sourcepkg and solvable_lookup_sourcepkg, fix solvable_get_lo...Michael Schroeder1-0/+1
2012-03-28- incompatible ABI change: switch num over to unsigned long long and store si...Michael Schroeder1-2/+2
2012-03-19- do not include repopage.h unless LIBSOLV_INTERNAL is defined. (Daniel Pfeifer)Michael Schroeder1-0/+3
2012-03-15- start support for 64bit numsMichael Schroeder1-0/+2
2012-02-20- make file list conversion twice as fast by adding a 1k dir cacheMichael Schroeder1-0/+7
2012-02-17- make more of repodata struct privateMichael Schroeder1-6/+5
2012-02-17- hide repodata internals (needed to move repo_write from ext to src for this)Michael Schroeder1-2/+11
2012-01-17- move dataiterator declarations into a separate fileMichael Schroeder1-2/+2
2012-01-10- revert last commit now libzypp is fixed, make nkeys and nschemata signed (f...Michael Schroeder1-2/+2
2011-05-24rename satsolver -> libsolvMichael Schroeder1-3/+3
2011-03-24- simplify schema2id hash handling, put repodata_free_schemahash in header fileMichael Schroeder1-0/+3
2011-03-23- add repo_lookup_idarray(), repo_lookup_checksum(), repodata_set_idarray(), ...Michael Schroeder1-0/+3
2011-03-01- add repodata_empty() functionMichael Schroeder1-0/+1
2011-02-21- add repodata_lookup_type() and repodata_delete(). Support REPOKEY_TYPE_DELE...Michael Schroeder1-0/+2
2009-10-02- add repodata_delete_uninternalizedMichael Schroeder1-0/+2
2009-09-22- get missing translations from other solvablesMichael Schroeder1-0/+14
2009-07-29- make addfileprovides fasterMichael Schroeder1-1/+1
2009-07-15- be more careful when merging susetags attrsMichael Schroeder1-0/+1
2009-07-14- add new flags for the load functions:Michael Schroeder1-0/+5
2009-07-10- add repodata_join function to join a solvable blockMichael Schroeder1-0/+5
2009-07-09- add support for repository disablingMichael Schroeder1-1/+2
2009-06-29- add some comments, move code aroundMichael Schroeder1-1/+1
2008-10-30- add repodata_set_location() functionMichael Schroeder1-0/+1
2008-10-30- adapt to coding styleMichael Schroeder1-41/+76
2008-10-20- more cleanups:Michael Schroeder1-1/+3
2008-10-14- fix segfault on 64bitMichael Schroeder1-23/+22
2008-10-13- change entry back to better name solvidMichael Schroeder1-3/+3
2008-10-13- clean up repopage stuffMichael Schroeder1-23/+2
2008-10-09- move search position into poolMichael Schroeder1-7/+0
2008-10-09- the big solv data changeMichael Schroeder1-33/+40
2008-09-10adapt repo_content to create one product per base arch, attributes not workin...Duncan Mac-Vicar P1-1/+4
2008-05-07- speed up array creation a bit by caching last valuesMichael Schroeder1-0/+5
2008-04-14Add REPOKEY_TYPE_COUNTED type (for arrays of structures).Michael Matz1-0/+3
2008-04-14Preparation for structured types. The repodata_set_* functions now takeMichael Matz1-15/+23
2008-04-08more commentsKlaus Kaempf1-1/+4
2008-04-08make the difference between repodata_set_constant() (numeric constant) andKlaus Kaempf1-1/+1
2008-04-08- fix prototype for repodata_set_num()Klaus Kaempf1-7/+40
2008-04-01Working but for now inactive code to support non-solvables (things whichMichael Matz1-0/+5
2008-03-20- add lookup_id functionMichael Schroeder1-13/+12
2008-03-20- rename str_lang to str_poollangMichael Schroeder1-0/+2
2008-03-20- add checksum lookup functionsMichael Schroeder1-1/+2