checksum: New module + test + all checksum related operations switched to the new...
authorTomas Mlcoch <xtojaj@gmail.com>
Sat, 1 Jun 2013 11:11:59 +0000 (13:11 +0200)
committerTomas Mlcoch <xtojaj@gmail.com>
Sat, 1 Jun 2013 11:11:59 +0000 (13:11 +0200)
commita30f19cffc71e9fe3ea0600f77e0e07001df46be
tree405bccb8b3bb800e1d3d45bbafc1857ce4da0db8
parenta07ab35d068a3624a3d325d1eea54d6079b0b3af
checksum: New module + test + all checksum related operations switched to the new module.
21 files changed:
CMakeLists.txt
README.md
src/CMakeLists.txt
src/checksum.c [new file with mode: 0644]
src/checksum.h [new file with mode: 0644]
src/cmd_parser.c
src/cmd_parser.h
src/constants.h
src/createrepo_c.c
src/createrepo_c.h
src/error.h
src/misc.c
src/misc.h
src/parsepkg.c
src/parsepkg.h
src/repomd.c
src/repomd.h
tests/CMakeLists.txt
tests/fixtures.h
tests/test_checksum.c [new file with mode: 0644]
tests/test_misc.c