Age | Commit message (Expand) | Author | Files | Lines |
2019-09-10 | Imported Upstream version 0.7.0upstream/0.7.0 | DongHun Kwak | 1 | -294/+405 |
2018-12-04 | Imported Upstream version 0.6.35upstream/0.6.35 | DongHun Kwak | 1 | -37/+56 |
2018-11-30 | Imported Upstream version 0.6.27upstream/0.6.27 | DongHun Kwak | 1 | -0/+2 |
2018-11-30 | Imported Upstream version 0.6.25upstream/0.6.25 | DongHun Kwak | 1 | -7/+3 |
2016-10-27 | Imported Upstream version 0.6.20upstream/0.6.20 | DongHun Kwak | 1 | -0/+25 |
2016-10-27 | Imported Upstream version 0.6.15upstream/0.6.15 | DongHun Kwak | 1 | -80/+195 |
2016-10-27 | Imported Upstream version 0.6.12upstream/0.6.12 | DongHun Kwak | 1 | -9/+10 |
2016-10-27 | Imported Upstream version 0.6.9upstream/0.6.9 | DongHun Kwak | 1 | -0/+2 |
2016-10-27 | Imported Upstream version 0.6.5upstream/0.6.5 | DongHun Kwak | 1 | -4/+4 |
2014-04-16 | repodata_swap_attrs: make sure src and dest are in the repodata | Michael Schroeder | 1 | -0/+5 |
2014-04-08 | free memory on the fly in repodata_internalize | Michael Schroeder | 1 | -2/+115 |
2014-04-08 | make repodata_stringify return the result string | Michael Schroeder | 1 | -14/+14 |
2014-04-07 | simplyfy checksum code | Michael Schroeder | 1 | -41/+6 |
2014-04-04 | [ABI BREAKAGE] add support for SHA224/384/512 | Michael Schroeder | 1 | -2/+39 |
2014-03-26 | rename schemaoffset to less confusing schemaidx | Michael Schroeder | 1 | -3/+3 |
2014-03-25 | fix access to freed memory if we had to allocate a new schema when serializin... | Michael Schroeder | 1 | -13/+13 |
2014-03-03 | fix basename optimization for STRINGEND | Michael Schroeder | 1 | -1/+2 |
2013-09-23 | also save/restore pool pos in repodata load callback | Michael Schroeder | 1 | -2/+7 |
2013-09-13 | add solv_memdup and solv_memdup2 inline helper functions | Michael Schroeder | 1 | -6/+2 |
2013-09-04 | optimization: check key storage before doing the forward | Michael Schroeder | 1 | -4/+11 |
2013-08-23 | add forgotten repo/repodata_lookup_binary | Michael Schroeder | 1 | -3/+18 |
2013-07-04 | fix memset calls in sha2.c | Michael Schroeder | 1 | -1/+1 |
2013-06-21 | make sure we don't see REPOKEY_TYPE_REL_IDARRAY outside of a stored solv file | Michael Schroeder | 1 | -1/+1 |
2013-06-21 | add another workaround so that the filtered filelist gets omitted when the co... | Michael Schroeder | 1 | -5/+50 |
2013-06-21 | use correct flags element, SEARCH_COMPLETE_FILELIST is not a matcher flag | Michael Schroeder | 1 | -1/+1 |
2013-06-17 | refactor a bit | Michael Schroeder | 1 | -26/+40 |
2013-05-28 | datamatcher_init: play it safe and do a strdup on the match string | Michael Schroeder | 1 | -1/+3 |
2013-05-27 | support a special Datapos that describes the repodata meta section | Michael Schroeder | 1 | -5/+9 |
2013-04-23 | add repodata_translate_id to get rid of some "implement me" assertions | Michael Schroeder | 1 | -0/+17 |
2013-03-06 | fix dataiterator returning random data in some cases | Michael Schroeder | 1 | -7/+119 |
2012-11-29 | simplify datamatcher code, use datamatcher_checkbasename also in repo_search | Michael Schroeder | 1 | -67/+19 |
2012-11-28 | speed up filelist matching by pre-matching the basename first | Michael Schroeder | 1 | -7/+70 |
2012-11-13 | refactor a bit | Michael Schroeder | 1 | -18/+26 |
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/+80 |
2012-11-06 | rename repodata_delete to repodata_set_deleted, add repo_set_deleted and solv... | Michael Schroeder | 1 | -2/+2 |
2012-11-05 | Add Solvable.Dataiterator constructor, add missing SEARCH_ definitions, add D... | Michael Schroeder | 1 | -0/+5 |
2012-10-23 | help gcc inliner a bit | Michael Schroeder | 1 | -8/+14 |
2012-10-08 | use evrid2vrstr inline function | Michael Schroeder | 1 | -11/+2 |
2012-10-08 | add repodata_set_sourcepkg and solvable_lookup_sourcepkg, fix solvable_get_lo... | Michael Schroeder | 1 | -0/+61 |
2012-06-27 | - check type in lookup_bin_checksum, make it possible to retrieve PKGID/HDRID... | Michael Schroeder | 1 | -0/+2 |
2012-06-25 | - fix typo in repodata_merge_attrs | Michael Schroeder | 1 | -1/+1 |
2012-03-28 | - incompatible ABI change: switch num over to unsigned long long and store si... | Michael Schroeder | 1 | -4/+4 |
2012-03-20 | - reuse string/rel hashes in repo_add_solv where possible | Michael Schroeder | 1 | -1/+1 |
2012-03-19 | - cleanup array eof handling, improve data_readid/readnum | Michael Schroeder | 1 | -8/+22 |
2012-03-16 | - advance num64 support. For now, we store the high 32 bits in kv->num2 to st... | Michael Schroeder | 1 | -3/+3 |
2012-03-15 | - do not duplicate solvablekeys[] array | Michael Schroeder | 1 | -17/+3 |
2012-03-15 | - start support for 64bit nums | Michael Schroeder | 1 | -24/+64 |
2012-02-20 | - make file list conversion twice as fast by adding a 1k dir cache | Michael Schroeder | 1 | -0/+60 |
2012-02-17 | - hide repodata internals (needed to move repo_write from ext to src for this) | Michael Schroeder | 1 | -23/+50 |