summaryrefslogtreecommitdiff
path: root/ext/repo_write.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-12- rename all sat_ to solv_Michael Schroeder1-47/+47
2011-06-14- use FOR_REPODATAS macroMichael Schroeder1-8/+7
2011-05-27- name BLOB defines to REPOPAGEMichael Schroeder1-5/+5
2011-05-25- add solver_private.h, make repo_ functions return an int, make solver_solv ...Michael Schroeder1-3/+4
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder1-7/+7
2011-04-08- fix constantid handling so that it also works in the standard cases. duh.Michael Schroeder1-3/+3
2011-04-04- fix constantid handling for localpool case: we must treat constantid the sa...Michael Schroeder1-32/+53
2011-03-31- even more commentsMichael Schroeder1-13/+23
2011-03-31- fix key mapping in corner casesMichael Schroeder1-21/+30
2011-03-30- add even more commentsMichael Schroeder1-20/+41
2011-03-28- add some commentsMichael Schroeder1-4/+22
2011-03-24- simplify repo_write a bit by using repodata functionsMichael Schroeder1-434/+223
2011-02-21- add repodata_lookup_type() and repodata_delete(). Support REPOKEY_TYPE_DELE...Michael Schroeder1-0/+5
2011-02-03fix compiler warning about uninitialized varKlaus Kämpf1-1/+1
2010-01-18- set repository:toolversion to 1.0 in common_writeMichael Schroeder1-2/+2
2009-09-22- get missing translations from other solvablesMichael Schroeder1-3/+5
2009-09-21- also look at triggers when ordering packagesMichael Schroeder1-2/+5
2009-09-16- bring down memory usage byMichael Schroeder1-9/+46
2009-07-17- add repodata_write and repo_empty functionsMichael Schroeder1-0/+32
2009-07-14- add new flags for the load functions:Michael Schroeder1-0/+11
2009-07-13- do not autoload unneded repodataMichael Schroeder1-2/+51
2009-06-22- create libsatsolverext static libraryMichael Schroeder1-0/+1936