summaryrefslogtreecommitdiff
path: root/libarchive/archive_crc32.h
Commit message (Collapse)AuthorAgeFilesLines
* Unify header style, header guard comes firstMartin Matuska2020-01-131-0/+5
| | | | Found by LGTM.com code analysis
* Improve crc32 in archive_crc32.h for its performance.Michihiro NAKAJIMA2011-08-141-0/+12
| | | | | | | A use of expansion code can make crc32 fast about 20% -30% in any gcc optimization option(-O0,-O1,-O2 and -O3). SVN-Revision: 3604
* Modify r3575. Do not include zlib.h secretly in archive_crc32.h.Michihiro NAKAJIMA2011-08-101-8/+0
| | | | SVN-Revision: 3586
* Use zlib's crc32 function if available.Michihiro NAKAJIMA2011-08-091-0/+8
| | | | SVN-Revision: 3575
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-0/+2
| | | | SVN-Revision: 1786
* Encourage people not to use libarchive internal headers.Tim Kientzle2009-08-111-0/+4
| | | | SVN-Revision: 1363
* Refactor crc32 into a separate file and provide a version that actuallyJoerg Sonnenberger2009-05-261-0/+60
works. SVN-Revision: 1133