]> gitweb.factorcode.org Git - factor.git/commit
New checksum protocol
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 30 Apr 2008 21:11:55 +0000 (16:11 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 30 Apr 2008 21:11:55 +0000 (16:11 -0500)
commit7584e02805f7ffd09543eaab896ff118c6616a92
tree37e9bb03793e3cb2201987bbf6e1eb0d3092d791
parent72fcd2b13319a25b62f1ccc68b9b42d13e593898
New checksum protocol
62 files changed:
core/bootstrap/image/image.factor
core/bootstrap/primitives.factor
core/bootstrap/syntax.factor
core/byte-vectors/byte-vectors-docs.factor [new file with mode: 0755]
core/byte-vectors/byte-vectors-tests.factor [new file with mode: 0755]
core/byte-vectors/byte-vectors.factor [new file with mode: 0755]
core/byte-vectors/summary.txt [new file with mode: 0644]
core/byte-vectors/tags.txt [new file with mode: 0644]
core/checksums/checksums-docs.factor [new file with mode: 0644]
core/checksums/checksums.factor [new file with mode: 0644]
core/checksums/crc32/authors.txt [new file with mode: 0644]
core/checksums/crc32/crc32-docs.factor [new file with mode: 0644]
core/checksums/crc32/crc32-tests.factor [new file with mode: 0644]
core/checksums/crc32/crc32.factor [new file with mode: 0755]
core/checksums/crc32/summary.txt [new file with mode: 0644]
core/io/crc32/authors.txt [deleted file]
core/io/crc32/crc32-docs.factor [deleted file]
core/io/crc32/crc32-tests.factor [deleted file]
core/io/crc32/crc32.factor [deleted file]
core/io/crc32/summary.txt [deleted file]
core/optimizer/known-words/known-words.factor
core/prettyprint/backend/backend.factor
core/source-files/source-files.factor
core/syntax/syntax.factor
extra/benchmark/crc32/crc32.factor
extra/benchmark/md5/md5.factor
extra/benchmark/reverse-complement/reverse-complement-tests.factor
extra/benchmark/sha1/sha1.factor
extra/bootstrap/image/download/download.factor
extra/bootstrap/image/upload/upload.factor
extra/byte-vectors/byte-vectors-docs.factor [deleted file]
extra/byte-vectors/byte-vectors-tests.factor [deleted file]
extra/byte-vectors/byte-vectors.factor [deleted file]
extra/byte-vectors/summary.txt [deleted file]
extra/byte-vectors/tags.txt [deleted file]
extra/checksums/md5/authors.txt [new file with mode: 0755]
extra/checksums/md5/md5-docs.factor [new file with mode: 0755]
extra/checksums/md5/md5-tests.factor [new file with mode: 0755]
extra/checksums/md5/md5.factor [new file with mode: 0755]
extra/checksums/sha1/authors.txt [new file with mode: 0755]
extra/checksums/sha1/sha1-docs.factor [new file with mode: 0644]
extra/checksums/sha1/sha1-tests.factor [new file with mode: 0755]
extra/checksums/sha1/sha1.factor [new file with mode: 0755]
extra/checksums/sha2/authors.txt [new file with mode: 0755]
extra/checksums/sha2/sha2-docs.factor [new file with mode: 0644]
extra/checksums/sha2/sha2-tests.factor [new file with mode: 0755]
extra/checksums/sha2/sha2.factor [new file with mode: 0755]
extra/crypto/common/common.factor
extra/crypto/hmac/hmac.factor
extra/crypto/md5/authors.txt [deleted file]
extra/crypto/md5/md5-docs.factor [deleted file]
extra/crypto/md5/md5-tests.factor [deleted file]
extra/crypto/md5/md5.factor [deleted file]
extra/crypto/sha1/authors.txt [deleted file]
extra/crypto/sha1/sha1-tests.factor [deleted file]
extra/crypto/sha1/sha1.factor [deleted file]
extra/crypto/sha2/authors.txt [deleted file]
extra/crypto/sha2/sha2-tests.factor [deleted file]
extra/crypto/sha2/sha2.factor [deleted file]
extra/help/handbook/handbook.factor
extra/http/server/auth/providers/providers.factor
extra/tools/vocabs/vocabs.factor