summaryrefslogtreecommitdiff
path: root/src/chksum.h
AgeCommit message (Collapse)AuthorFilesLines
2016-10-27Imported Upstream version 0.6.12upstream/0.6.12DongHun Kwak1-0/+1
Change-Id: I57ee1847c5c25f2602e0348213fa145f97cc3434 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2014-04-07simplyfy checksum codeMichael Schroeder1-0/+12
Also change dumpsolv to use solv_chksum_type2str instead of printing the internal type.
2013-11-14Create a real type for a checksum handleMichael Schroeder1-8/+11
Should be completely compatible, as the handle was of type "void *" before.
2013-08-26add solv_chksum_create_clone to clone a (unfinished) checksumMichael Schroeder1-0/+1
2013-04-02Make all public libsolv headers C++ safeIngo Weinhold1-0/+8
A few headers already included 'export "C"' blocks, also wrapping other #include's. This patch cleanly wraps the contents of all public headers instead.
2012-02-17- made parts of Pool private, removed inline from solv_chksum_len so that we ↵Michael Schroeder1-15/+1
can easily add new checksum types
2012-01-17- add include guard for chksum.hMichael Schroeder1-0/+12
2011-07-12- rename all sat_ to solv_Michael Schroeder1-10/+10
2011-03-23add sat_chksum_isfinished() checkMichael Schroeder1-0/+1
2011-03-02- add sat_chksum_type2str() and sat_chksum_str2type() and use themMichael Schroeder1-0/+2
2011-03-01- add sat_chksum_create_from_bin() and sat_chksum_get_type() functionsMichael Schroeder1-1/+3
2009-06-29- add repo_deb.[ch], needed for build service codeMichael Schroeder1-1/+1
2009-06-29- add checksum functionsMichael Schroeder1-0/+21