summaryrefslogtreecommitdiff
path: root/src/repodata.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-23- add repo_id2repodata, fix loop start in maybe_load_repodata()Michael Schroeder1-1/+1
2011-12-22- make repodata also start with id 1Michael Schroeder1-12/+25
2011-12-22- INCOMPATIBLE CHANGE: index with repoid (thus pool->repos[repoid] == repo->r...Michael Schroeder1-9/+7
2011-12-22- add solv_strdup(), rename repo_freeallrepos() to pool_freeallrepos()Michael Schroeder1-1/+1
2011-07-12- rename all sat_ to solv_Michael Schroeder1-83/+83
2011-06-10- fix di->repoid to be consistent with repo->repoidMichael Schroeder1-10/+10
2011-05-27- name BLOB defines to REPOPAGEMichael Schroeder1-3/+3
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder1-12/+12
2011-05-19- make peace with gcc46Michael Schroeder1-0/+1
2011-04-29- add forward declaration of data_skip_key, remove bogus declarationsMichael Schroeder1-7/+1
2011-04-21- made data_read_idarray, data_read_rel_idarray, data_skip_key staticMichael Schroeder1-1/+1
2011-04-04- fix constantid handling for localpool case: we must treat constantid the sa...Michael Schroeder1-3/+3
2011-03-28- save tmpspace when calling the repodata load callbackMichael Schroeder1-1/+13
2011-03-24- simplify schema2id hash handling, put repodata_free_schemahash in header fileMichael Schroeder1-6/+8
2011-03-23- add repo_lookup_idarray(), repo_lookup_checksum(), repodata_set_idarray(), ...Michael Schroeder1-27/+34
2011-03-03- add pool_freetmpspace, pool_tmpappend, pool_bin2hex, sat_dupappend, sat_hex...Michael Schroeder1-39/+3
2011-03-01- add repodata_empty() functionMichael Schroeder1-0/+11
2011-02-28- make repo_empty() not reset pool->installed, no not zero loadcallback/state...Michael Schroeder1-2/+1
2011-02-23- make repodata_add_array overwrite old entries with different type for consi...Michael Schroeder1-9/+17
2011-02-21- add repodata_lookup_type() and repodata_delete(). Support REPOKEY_TYPE_DELE...Michael Schroeder1-9/+45
2011-01-24- merge in most of the MacOS changes from Dave AbrahamsMichael Schroeder1-0/+8
2010-08-06- also check filelistfilter for glob searchesMichael Schroeder1-1/+4
2010-03-22- dataiterator: reset parent when jumping to a solvid [bnc#589640]Michael Schroeder1-0/+4
2009-10-02- add repodata_delete_uninternalizedMichael Schroeder1-0/+25
2009-09-22- get missing translations from other solvablesMichael Schroeder1-2/+40
2009-09-16- bring down memory usage byMichael Schroeder1-1/+1
2009-09-10- be more carful in pool_addfileprovidesMichael Schroeder1-1/+1
2009-07-29- speed up file list parsing a bitMichael Schroeder1-1/+5
2009-07-29- make addfileprovides fasterMichael Schroeder1-0/+21
2009-07-21- fix stub handling bugsMichael Schroeder1-7/+15
2009-07-17- add repodata_write and repo_empty functionsMichael Schroeder1-1/+1
2009-07-16- add file list matchMichael Schroeder1-1/+8
2009-07-16- seems like I can't get the filelist search right...Michael Schroeder1-19/+10
2009-07-15- add some commentsMichael Schroeder1-40/+28
2009-07-15- be more careful when merging susetags attrsMichael Schroeder1-0/+10
2009-07-15- support SEARCH_STRINGSTART and SEARCH_STRINGENDMichael Schroeder1-0/+28
2009-07-15- make solvable jump work out of subsearchesMichael Schroeder1-0/+7
2009-07-14- add new flags for the load functions:Michael Schroeder1-72/+134
2009-07-10- add repodata_join function to join a solvable blockMichael Schroeder1-0/+136
2009-07-09- add support for repository disablingMichael Schroeder1-3/+23
2009-07-02- initialize flags, change stripkind codeMichael Schroeder1-2/+5
2009-07-02- add dataiterator_init_clone to make ma happyMichael Schroeder1-14/+31
2009-07-02- clonepos didn't clne nparentsMichael Schroeder1-13/+48
2009-07-02- add rootlevel to dataiteratorMichael Schroeder1-23/+25
2009-07-01add dataiterator_clonepos and dataiterator_seekMichael Schroeder1-0/+77
2009-06-29- do not enter solvable data when not in leaf levelMichael Schroeder1-1/+1
2009-06-29- add some comments, move code aroundMichael Schroeder1-12/+19
2009-06-16- fix coding style a bitMichael Schroeder1-1/+1
2009-05-28- fix noprovide handling in findupdateMichael Schroeder1-1/+2
2009-05-07- kill old dataiterator_match_obsolete functionMichael Schroeder1-13/+0