2012-06-25 |
Michael Schroeder | - fix typo in repodata_merge_attrs |
blob | commitdiff |
2012-03-28 |
Michael Schroeder | - incompatible ABI change: switch num over to unsigned... |
blob | commitdiff | diff to current |
2012-03-20 |
Michael Schroeder | - reuse string/rel hashes in repo_add_solv where possible |
blob | commitdiff | diff to current |
2012-03-19 |
Michael Schroeder | - cleanup array eof handling, improve data_readid/readnum |
blob | commitdiff | diff to current |
2012-03-16 |
Michael Schroeder | - advance num64 support. For now, we store the high... |
blob | commitdiff | diff to current |
2012-03-15 |
Michael Schroeder | - do not duplicate solvablekeys[] array |
blob | commitdiff | diff to current |
2012-03-15 |
Michael Schroeder | - start support for 64bit nums |
blob | commitdiff | diff to current |
2012-02-20 |
Michael Schroeder | - make file list conversion twice as fast by adding... |
blob | commitdiff | diff to current |
2012-02-17 |
Michael Schroeder | - hide repodata internals (needed to move repo_write... |
blob | commitdiff | diff to current |
2012-02-15 |
Michael Schroeder | Merge pull request #6 from akozumpl/upstream |
blob | commitdiff | diff to current |
2012-02-15 |
Ales Kozumplik | cosmetic: fix misleading comment in repodata.c |
blob | commitdiff | diff to current |
2012-01-17 |
Ingo Weinhold | Make more C89 and POSIX compliant |
blob | commitdiff | diff to current |
2011-12-23 |
Michael Schroeder | - add repo_id2repodata, fix loop start in maybe_load_re... |
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 | - 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-07-12 |
Michael Schroeder | - rename all sat_ to solv_ |
blob | commitdiff | diff to current |
2011-06-10 |
Michael Schroeder | - fix di->repoid to be consistent with repo->repoid |
blob | commitdiff | diff to current |
2011-05-27 |
Michael Schroeder | - name BLOB defines to REPOPAGE |
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-19 |
Michael Schroeder | - make peace with gcc46 |
blob | commitdiff | diff to current |
2011-04-29 |
Michael Schroeder | - add forward declaration of data_skip_key, remove... |
blob | commitdiff | diff to current |
2011-04-21 |
Michael Schroeder | - made data_read_idarray, data_read_rel_idarray, data_s... |
blob | commitdiff | diff to current |
2011-04-04 |
Michael Schroeder | - fix constantid handling for localpool case: we must... |
blob | commitdiff | diff to current |
2011-03-28 |
Michael Schroeder | - save tmpspace when calling the repodata load callback |
blob | commitdiff | diff to current |
2011-03-24 |
Michael Schroeder | - simplify schema2id hash handling, put repodata_free_s... |
blob | commitdiff | diff to current |
2011-03-23 |
Michael Schroeder | - add repo_lookup_idarray(), repo_lookup_checksum(... |
blob | commitdiff | diff to current |
2011-03-03 |
Michael Schroeder | - add pool_freetmpspace, pool_tmpappend, pool_bin2hex... |
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 | - make repodata_add_array overwrite old entries with... |
blob | commitdiff | diff to current |
2011-02-21 |
Michael Schroeder | - add repodata_lookup_type() and repodata_delete()... |
blob | commitdiff | diff to current |
2011-01-25 |
Klaus Kämpf | Merge branch 'master' of gitorious.org:opensuse/sat... |
blob | commitdiff | diff to current |
2011-01-24 |
Michael Schroeder | - merge in most of the MacOS changes from Dave Abrahams |
blob | commitdiff | diff to current |
2010-11-11 |
Klaus Kämpf | Merge branch 'master' of gitorious.org:opensuse/sat... |
blob | commitdiff | diff to current |
2010-08-06 |
Michael Schroeder | - also check filelistfilter for glob searches |
blob | commitdiff | diff to current |
2010-03-22 |
Michael Schroeder | - dataiterator: reset parent when jumping to a solvid... |
blob | commitdiff | diff to current |
2010-02-15 |
Klaus Kämpf | fix conflict |
blob | commitdiff | diff to current |
2009-10-02 |
Michael Schroeder | - add repodata_delete_uninternalized |
blob | commitdiff | diff to current |
2009-09-22 |
Michael Schroeder | - get missing translations from other solvables |
blob | commitdiff | diff to current |
2009-09-16 |
Michael Schroeder | Merge branch 'master' of git@git.opensuse.org:projects... |
blob | commitdiff | diff to current |
2009-09-16 |
Michael Schroeder | - bring down memory usage by |
blob | commitdiff | diff to current |
2009-09-10 |
Michael Schroeder | - be more carful in pool_addfileprovides |
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-29 |
Michael Schroeder | - speed up file list parsing a bit |
blob | commitdiff | diff to current |
2009-07-29 |
Michael Schroeder | - make addfileprovides faster |
blob | commitdiff | diff to current |
2009-07-21 |
Michael Schroeder | - fix stub handling bugs |
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 | - add file list match |
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-15 |
Michael Schroeder | - add some comments |
blob | commitdiff | diff to current |
2009-07-15 |
Michael Andres | Merge branch 'master' of git@git.opensuse.org:projects... |
blob | commitdiff | diff to current |
2009-07-15 |
Michael Schroeder | - be more careful when merging susetags attrs |
blob | commitdiff | diff to current |
2009-07-15 |
Michael Schroeder | - support SEARCH_STRINGSTART and SEARCH_STRINGEND |
blob | commitdiff | diff to current |
2009-07-15 |
Michael Schroeder | - make solvable jump work out of subsearches |
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-02 |
Michael Schroeder | Merge branch 'master' of git@git.opensuse.org:projects... |
blob | commitdiff | diff to current |
2009-07-02 |
Michael Schroeder | - initialize flags, change stripkind code |
blob | commitdiff | diff to current |
2009-07-02 |
Michael Schroeder | - add dataiterator_init_clone to make ma happy |
blob | commitdiff | diff to current |
2009-07-02 |
Michael Schroeder | - clonepos didn't clne nparents |
blob | commitdiff | diff to current |
2009-07-02 |
Michael Schroeder | - add rootlevel to dataiterator |
blob | commitdiff | diff to current |
2009-07-01 |
Michael Schroeder | add dataiterator_clonepos and dataiterator_seek |
blob | commitdiff | diff to current |
2009-06-29 |
Michael Schroeder | - do not enter solvable data when not in leaf level |
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 |
Klaus Kämpf | Merge branch 'master' of git@git.opensuse.org:projects... |
blob | commitdiff | diff to current |
2009-05-28 |
Michael Schroeder | - fix noprovide handling in findupdate |
blob | commitdiff | diff to current |
2009-05-07 |
Michael Schroeder | - kill old dataiterator_match_obsolete function |
blob | commitdiff | diff to current |
2009-04-16 |
Michael Schroeder | Merge branch 'master' of git@git.opensuse.org:projects... |
blob | commitdiff | diff to current |
2009-04-16 |
Michael Schroeder | - create transaction as solver result |
blob | commitdiff | diff to current |
2009-03-05 |
Michael Schroeder | - fix repodata_merge_attrs() function |
blob | commitdiff | diff to current |
2008-11-07 |
Michael Schroeder | - fix solvid setting |
blob | commitdiff | diff to current |
2008-11-07 |
Michael Andres | Quick workaround failing dataiterator_init(SOLVID_POS... |
blob | commitdiff | diff to current |
2008-11-07 |
Michael Schroeder | - do not always jump to first repo |
blob | commitdiff | diff to current |
2008-10-30 |
Michael Schroeder | - add repodata_set_location() function |
blob | commitdiff | diff to current |
2008-10-24 |
Michael Schroeder | - don't match the first idarray element twice |
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-21 |
Michael Schroeder | - oopsie, I should at least test build... |
blob | commitdiff | diff to current |
2008-10-21 |
Michael Schroeder | - make dataiterator safer |
blob | commitdiff | diff to current |
2008-10-21 |
Michael Schroeder | - we're a library, no output to stdout/stderr |
blob | commitdiff | diff to current |
2008-10-21 |
Klaus Kaempf | ensure Pool and Repo are consistent |
blob | commitdiff | diff to current |
2008-10-20 |
Michael Schroeder | - revert strange change from Klaus |
blob | commitdiff | diff to current |
2008-10-20 |
Klaus Kaempf | take pool from repo if pool is passed as NULL to datait... |
blob | commitdiff | diff to current |
2008-10-20 |
Michael Schroeder | - more cleanups: |
blob | commitdiff | diff to current |
2008-10-15 |
Michael Schroeder | - make iterator work withj completely empty repos |
blob | commitdiff | diff to current |
2008-10-15 |
Michael Schroeder | - implement SEARCH_ALL_REPOS |
blob | commitdiff | diff to current |
2008-10-14 |
Michael Schroeder | - fix segfault on 64bit |
blob | commitdiff | diff to current |
2008-10-13 |
Michael Andres | init matcher.pool |
blob | commitdiff | diff to current |
2008-10-13 |
Michael Schroeder | - add dataiterator_setpos_parent |
blob | commitdiff | diff to current |
2008-10-13 |
Michael Schroeder | - change entry back to better name solvid |
blob | commitdiff | diff to current |
2008-10-13 |
Michael Schroeder | - also use matcher in repo_solv |
blob | commitdiff | diff to current |
2008-10-13 |
Michael Schroeder | - clean up repopage stuff |
blob | commitdiff | diff to current |
2008-10-11 |
Michael Schroeder | - initialize kv.eof in the fix/flexarray case |
blob | commitdiff | diff to current |
2008-10-09 |
Michael Schroeder | - bring back dataiterator_match for now (to be removed... |
blob | commitdiff | diff to current |
2008-10-09 |
Michael Schroeder | - is searching for REPOENTRY POS, select the right... |
blob | commitdiff | diff to current |
2008-10-09 |
Michael Schroeder | - move search position into pool |
blob | commitdiff | diff to current |
2008-10-09 |
Michael Schroeder | - the big solv data change |
blob | commitdiff | diff to current |
2008-08-13 |
Michael Matz | Support searching in filelists via the dataiterator... |
blob | commitdiff | diff to current |
next |