Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update sha3sum.c | Klaus Alexander Seistrup | 2014-02-09 | 1 | -1/+1 |
* | misc | Mattias Andrée | 2014-02-05 | 4 | -106/+103 |
* | add note on why versions are not being tagged | Mattias Andrée | 2013-08-28 | 1 | -0/+2 |
* | m | Mattias Andrée | 2013-08-10 | 1 | -1/+1 |
* | comparison against other hashes | Mattias Andrée | 2013-08-10 | 1 | -0/+8 |
* | improve python performance | Mattias Andrée | 2013-08-10 | 3 | -220/+226 |
* | update performance of java version | Mattias Andrée | 2013-08-10 | 1 | -1/+1 |
* | m | Mattias Andrée | 2013-08-10 | 2 | -2/+2 |
* | m | Mattias Andrée | 2013-08-10 | 2 | -4/+4 |
* | improved memoery management in java version | Mattias Andrée | 2013-08-10 | 2 | -8/+23 |
* | pad10star1 returns actual length of message | Mattias Andrée | 2013-08-10 | 2 | -18/+24 |
* | calculate n in tolane methods at caller | Mattias Andrée | 2013-08-10 | 2 | -219/+233 |
* | m | Mattias Andrée | 2013-08-10 | 1 | -7/+7 |
* | apply change maked to non-concurrentable to concurrentable | Mattias Andrée | 2013-08-10 | 1 | -145/+142 |
* | make message variable static rather local, increased performance | Mattias Andrée | 2013-08-10 | 1 | -145/+142 |
* | missed to update this | Mattias Andrée | 2013-08-10 | 1 | -2/+2 |
* | typo | Mattias Andrée | 2013-08-10 | 1 | -1/+1 |
* | add emphasis | Mattias Andrée | 2013-08-10 | 1 | -3/+3 |
* | typo | Mattias Andrée | 2013-08-10 | 1 | -1/+1 |
* | fix bug evaluating large files | Mattias Andrée | 2013-08-10 | 1 | -2/+2 |
* | create so and jars | Mattias Andrée | 2013-08-10 | 1 | -7/+26 |
* | m | Mattias Andrée | 2013-08-10 | 1 | -2/+2 |
* | add performance comparsion | Mattias Andrée | 2013-08-10 | 1 | -0/+11 |
* | apply changes made in python3 to python2 version | Mattias Andrée | 2013-08-10 | 2 | -365/+360 |
* | m | Mattias Andrée | 2013-08-10 | 1 | -0/+4 |
* | update gitignore | Mattias Andrée | 2013-08-10 | 1 | -2/+12 |
* | improve python3 version speed by never using static methods | Mattias Andrée | 2013-08-10 | 1 | -139/+134 |
* | add support for concurrent threads in python3 version | Mattias Andrée | 2013-08-10 | 2 | -356/+352 |
* | split python2 version into two files | Mattias Andrée | 2013-08-10 | 2 | -617/+639 |
* | split python3 version into two files | Mattias Andrée | 2013-08-10 | 2 | -611/+632 |
* | add concurrency support in java | Mattias Andrée | 2013-08-10 | 1 | -0/+760 |
* | m + fix java-c-jni implementation | Mattias Andrée | 2013-08-10 | 4 | -41/+41 |
* | m | Mattias Andrée | 2013-08-10 | 1 | -2/+2 |
* | misc | Mattias Andrée | 2013-08-10 | 5 | -65/+132 |
* | do not allow extra arguments | Mattias Andrée | 2013-08-10 | 1 | -2/+2 |
* | fix java-c-jni sigsegv | Mattias Andrée | 2013-08-10 | 2 | -9/+16 |
* | m | Mattias Andrée | 2013-08-10 | 1 | -1/+1 |
* | directory renaming | Mattias Andrée | 2013-08-10 | 8 | -11/+495 |
* | typo | Mattias Andrée | 2013-08-10 | 1 | -1/+1 |
* | stronger license = better license | Mattias Andrée | 2013-08-09 | 16 | -140/+127 |
* | plan python with c | Mattias Andrée | 2013-08-02 | 1 | -1/+2 |
* | use st_blksize in c implementation | Mattias Andrée | 2013-07-24 | 1 | -2/+5 |
* | in case st_blksize is not properly set | Mattias Andrée | 2013-07-24 | 2 | -0/+4 |
* | derpy bug fix | Mattias Andrée | 2013-07-24 | 5 | -233/+265 |
* | m | Mattias Andrée | 2013-07-24 | 1 | -3/+3 |
* | forgot to initialise memort for sets | Mattias Andrée | 2013-06-25 | 1 | -4/+16 |
* | add python2 | Mattias Andrée | 2013-06-17 | 2 | -1/+1011 |
* | m | Mattias Andrée | 2013-06-17 | 3 | -15/+4 |
* | fix for exception catching with stdin as filename by None | Mattias Andrée | 2013-06-17 | 1 | -1/+1 |
* | in shebang change python to python3 so that is will run on python3 of distributions that do not have python3 as default | Mattias Andrée | 2013-06-17 | 1 | -1/+1 |