summaryrefslogtreecommitdiff
path: root/ext/repo_deltainfoxml.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-10Imported Upstream version 0.7.2upstream/0.7.2DongHun Kwak1-9/+3
2018-11-30Imported Upstream version 0.6.27upstream/0.6.27DongHun Kwak1-176/+40
2013-11-21support DELTA_LOCATION_BASE for completeness...Michael Schroeder1-1/+11
2013-07-04be more tolerant about bad xml: an empty epoch attribute means no epochMichael Schroeder1-1/+1
2012-11-06add repodata_set_deltalocation and use it in the parsersMichael Schroeder1-72/+6
2012-04-13- add pool_error and pool_errstr. get rid of lots of exit() calls.Michael Schroeder1-6/+7
2012-03-28- incompatible ABI change: switch num over to unsigned long long and store si...Michael Schroeder1-4/+4
2012-03-19- fix return type of repo_deltainfoxml, remove obsolete debug codeMichael Schroeder1-67/+9
2012-02-06- get rid of static variables used by join2Michael Schroeder1-4/+0
2012-02-06- clean up repo parsing codeMichael Schroeder1-13/+5
2012-01-17Make more C89 and POSIX compliantIngo Weinhold1-1/+2
2011-12-22- add solv_strdup(), rename repo_freeallrepos() to pool_freeallrepos()Michael Schroeder1-3/+3
2011-07-12- rename all sat_ to solv_Michael Schroeder1-13/+13
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder1-9/+9
2009-07-10- add repodata_join function to join a solvable blockMichael Schroeder1-4/+1
2009-06-22- create libsatsolverext static libraryMichael Schroeder1-0/+608