File Changes for galt
switch to commits view, user indexv348_preview2 to v348_base (2017-04-17 to 2017-04-24) v348
Show details
- src/inc/gitSha1.h
- lines changed 73, context: html, text, full: html, text
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.
- lines changed 73, 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/inc/sha1.h
- lines changed 40, 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/gitSha1.c
- lines changed 393, context: html, text, full: html, text
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.
- lines changed 393, 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/makefile
- lines changed 1, context: html, text, full: html, text
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.
- lines changed 2, 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/net.c
- lines changed 2, context: html, text, full: html, text
5789a89fb3a1e8b8adabcb6447bcb190d010b0ad Fri Apr 21 11:40:20 2017 -0700
Adding more specific range start and end to error message.
- src/lib/sha1.c
- lines changed 242, 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.
- lines changed 1, context: html, text, full: html, text
5148ded61163c9564fdffdf5d72e43208cc166b2 Sat Apr 22 03:00:54 2017 -0700
Changed unnecessary and unavailable fread_unlocked to simply use fread instead.
- src/lib/tests/gitSha1Test.c
- lines changed 139, context: html, text, full: html, text
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.
- lines changed 13, context: html, text, full: html, text
cd666467bcf8b60156c95e0a333b1a84ace94e15 Thu Apr 20 14:02:32 2017 -0700
little fixes
- lines changed 142, 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/makefile
- lines changed 5, context: html, text, full: html, text
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.
- lines changed 3, 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.
- lines changed 1, context: html, text, full: html, text
d803f7833e42fa7578a56a8352a478ff695a1e38 Fri Apr 21 09:41:26 2017 -0700
oops missed one in makefile
- src/lib/tests/sha1Test.c
- lines changed 221, 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.
- lines changed 2, context: html, text, full: html, text
5148ded61163c9564fdffdf5d72e43208cc166b2 Sat Apr 22 03:00:54 2017 -0700
Changed unnecessary and unavailable fread_unlocked to simply use fread instead.
- src/lib/udc.c
- lines changed 6, context: html, text, full: html, text
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.
switch to commits view, user index