Author Statistics for leas5040

Back to Index Page

Author Details

Login: leas5040
Fullname: leas5040
Revisions: 20
Lines of Code: 194
Added Lines of Code: 2190
Lines of Code per Change: 9.7

Lines Of Code (per Author)

Lines Of Code for leas5040 (per module)

Activity

Commit Log

DateAuthorFile/Message
9/25/07 3:58 PMleas5040
Fixed a defect in the time code. The new code allows us much more precision for small files. (2 Files changed, 58 Lines changed)
programs/aes/aescrypt2 1.8 (+30 -28)
programs/aes/aescrypt2.c 1.8 (+28 -17)
9/24/07 6:32 PMleas5040
Commiting changes to the c-wrapper. (2 Files changed, 64 Lines changed)
programs/aes/aescrypt2.c 1.7 (+35 -39)
programs/aes/aescrypt2 1.7 (+29 -31)
9/24/07 4:23 PMleas5040
Commiting changes to aescrypt2.c. We've modified the c-wrapper so it doesn't have any bugs in relation to running when there are no arguments. (8 Files changed, 790 Lines changed)
programs/test/benchmark 1.3 (+215 -207)
programs/aes/aescrypt2.c 1.3 (+13 -5)
programs/test/selftest 1.3 (+235 -215)
programs/aes/aescrypt2 1.3 (+143 -138)
programs/hash/sha1sum 1.3 (+16 -15)
programs/hash/sha2sum 1.3 (+129 -126)
programs/hash/md5sum 1.3 (+19 -17)
programs/hash/hello 1.3 (+20 -16)
9/24/07 3:49 PMleas5040
Adding Andrew's changes to the aes code. This includes the addition of the c-wrapper so we can measure
time and blocks transfered.
(8 Files changed, 1278 Lines changed)
programs/hash/sha1sum 1.2 (+18 -27)
programs/hash/hello 1.2 (+18 -30)
programs/aes/aescrypt2 1.2 (+153 -91)
programs/hash/sha2sum 1.2 (+132 -66)
programs/aes/aescrypt2.c 1.2 (+466 -424)
programs/hash/md5sum 1.2 (+21 -35)
programs/test/benchmark 1.2 (+223 -205)
programs/test/selftest 1.2 (+247 -264)