summaryrefslogtreecommitdiff
path: root/ext/repo_helix.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-13fix typo in commentMichael Schroeder1-1/+1
2013-10-16remove trailing whitespaceMichael Schroeder1-14/+14
2013-07-04be more tolerant about bad xml: an empty epoch attribute means no epochMichael Schroeder1-2/+2
2013-02-27do not create solvables with no releaseMichael Schroeder1-1/+1
2012-04-13- add pool_error and pool_errstr. get rid of lots of exit() calls.Michael Schroeder1-3/+4
2012-03-19- more cleanup and return type fixesMichael Schroeder1-50/+50
2012-03-09- repo_helix: also parse srcpackage elementsMichael Schroeder1-0/+3
2012-02-20- fix copy&paste errorMichael Schroeder1-1/+1
2012-02-20- add some bits of historyMichael Schroeder1-0/+7
2012-02-17- hide repodata internals (needed to move repo_write from ext to src for this)Michael Schroeder1-1/+1
2012-01-17Make more C89 and POSIX compliantIngo Weinhold1-2/+4
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-5/+5
2011-05-25- add solver_private.h, make repo_ functions return an int, make solver_solv ...Michael Schroeder1-1/+2
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder1-20/+20
2009-07-10- add repodata_join function to join a solvable blockMichael Schroeder1-4/+1
2009-07-01- only add selfprovides if name is setMichael Schroeder1-1/+1
2009-06-22- move repo_helix from src to extMichael Schroeder1-0/+874