Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-27 | Imported Upstream version 0.6.12upstream/0.6.12 | DongHun Kwak | 1 | -0/+1 | |
Change-Id: I57ee1847c5c25f2602e0348213fa145f97cc3434 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2014-04-07 | simplyfy checksum code | Michael Schroeder | 1 | -0/+12 | |
Also change dumpsolv to use solv_chksum_type2str instead of printing the internal type. | |||||
2013-11-14 | Create a real type for a checksum handle | Michael Schroeder | 1 | -8/+11 | |
Should be completely compatible, as the handle was of type "void *" before. | |||||
2013-08-26 | add solv_chksum_create_clone to clone a (unfinished) checksum | Michael Schroeder | 1 | -0/+1 | |
2013-04-02 | Make all public libsolv headers C++ safe | Ingo Weinhold | 1 | -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 Schroeder | 1 | -15/+1 | |
can easily add new checksum types | |||||
2012-01-17 | - add include guard for chksum.h | Michael Schroeder | 1 | -0/+12 | |
2011-07-12 | - rename all sat_ to solv_ | Michael Schroeder | 1 | -10/+10 | |
2011-03-23 | add sat_chksum_isfinished() check | Michael Schroeder | 1 | -0/+1 | |
2011-03-02 | - add sat_chksum_type2str() and sat_chksum_str2type() and use them | Michael Schroeder | 1 | -0/+2 | |
2011-03-01 | - add sat_chksum_create_from_bin() and sat_chksum_get_type() functions | Michael Schroeder | 1 | -1/+3 | |
2009-06-29 | - add repo_deb.[ch], needed for build service code | Michael Schroeder | 1 | -1/+1 | |
2009-06-29 | - add checksum functions | Michael Schroeder | 1 | -0/+21 | |