Commits for galt
switch to files view, user index
v348_preview2 to v348_base (2017-04-17 to 2017-04-24) v348
Show details
58f94bd4988cf7a97cf2dd4222e6cd62513a88ed Wed Apr 19 17:44:24 2017 -0700
- Adding free opensource fast SHA1 from git. This is primarily inteded for hashing to quickly checking if files are identical. It can run quickly on a block of RAM or on a file. You can get raw binary values or hex string.
- src/lib/tests/gitSha1Test.c - lines changed 139, context: html, text, full: html, text
cd666467bcf8b60156c95e0a333b1a84ace94e15 Thu Apr 20 14:02:32 2017 -0700
- little fixes
- src/lib/tests/gitSha1Test.c - lines changed 13, context: html, text, full: html, text
fa5419167433c0bf67c95aea3bf10d248ca43657 Thu Apr 20 14:13:05 2017 -0700
- Swapping out the Linus Torvalds version of sha1 from git with a free version not encumbered by license questions. It is smaller and even slightly faster. Maybe compilers have improved.
- src/lib/tests/gitSha1Test.c - lines changed 142, context: html, text, full: html, text
- src/lib/tests/sha1Test.c - lines changed 221, context: html, text, full: html, text
d803f7833e42fa7578a56a8352a478ff695a1e38 Fri Apr 21 09:41:26 2017 -0700
- oops missed one in makefile
5789a89fb3a1e8b8adabcb6447bcb190d010b0ad Fri Apr 21 11:40:20 2017 -0700
- Adding more specific range start and end to error message.
d1abfc7a22070300f05d476ae0fa66315094a311 Fri Apr 21 12:00:16 2017 -0700
- Adding double-check to udc. The url passed in should not have any byterange on it.
5148ded61163c9564fdffdf5d72e43208cc166b2 Sat Apr 22 03:00:54 2017 -0700
- Changed unnecessary and unavailable fread_unlocked to simply use fread instead.
- src/lib/tests/sha1Test.c - lines changed 2, context: html, text, full: html, text
switch to files view, user index