aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* -h was used for both --help and --hex, -H is now --help and -h is now only --hex (iisue #12)Mattias Andrée2014-02-095-5/+5
* Merge pull request #11 from kseistrup/patch-2Mattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː]2014-02-091-0/+3
|\
| * Update sha3sum.cKlaus Alexander Seistrup2014-02-091-0/+3
* | Merge pull request #9 from kseistrup/patch-1Mattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː]2014-02-091-1/+1
|\ \ | |/ |/|
| * Update sha3sum.cKlaus Alexander Seistrup2014-02-091-1/+1
|/
* miscMattias Andrée2014-02-054-106/+103
* add note on why versions are not being taggedMattias Andrée2013-08-281-0/+2
* mMattias Andrée2013-08-101-1/+1
* comparison against other hashesMattias Andrée2013-08-101-0/+8
* improve python performanceMattias Andrée2013-08-103-220/+226
* update performance of java versionMattias Andrée2013-08-101-1/+1
* mMattias Andrée2013-08-102-2/+2
* mMattias Andrée2013-08-102-4/+4
* improved memoery management in java versionMattias Andrée2013-08-102-8/+23
* pad10star1 returns actual length of messageMattias Andrée2013-08-102-18/+24
* calculate n in tolane methods at callerMattias Andrée2013-08-102-219/+233
* mMattias Andrée2013-08-101-7/+7
* apply change maked to non-concurrentable to concurrentableMattias Andrée2013-08-101-145/+142
* make message variable static rather local, increased performanceMattias Andrée2013-08-101-145/+142
* missed to update thisMattias Andrée2013-08-101-2/+2
* typoMattias Andrée2013-08-101-1/+1
* add emphasisMattias Andrée2013-08-101-3/+3
* typoMattias Andrée2013-08-101-1/+1
* fix bug evaluating large filesMattias Andrée2013-08-101-2/+2
* create so and jarsMattias Andrée2013-08-101-7/+26
* mMattias Andrée2013-08-101-2/+2
* add performance comparsionMattias Andrée2013-08-101-0/+11
* apply changes made in python3 to python2 versionMattias Andrée2013-08-102-365/+360
* mMattias Andrée2013-08-101-0/+4
* update gitignoreMattias Andrée2013-08-101-2/+12
* improve python3 version speed by never using static methodsMattias Andrée2013-08-101-139/+134
* add support for concurrent threads in python3 versionMattias Andrée2013-08-102-356/+352
* split python2 version into two filesMattias Andrée2013-08-102-617/+639
* split python3 version into two filesMattias Andrée2013-08-102-611/+632
* add concurrency support in javaMattias Andrée2013-08-101-0/+760
* m + fix java-c-jni implementationMattias Andrée2013-08-104-41/+41
* mMattias Andrée2013-08-101-2/+2
* miscMattias Andrée2013-08-105-65/+132
* do not allow extra argumentsMattias Andrée2013-08-101-2/+2
* fix java-c-jni sigsegvMattias Andrée2013-08-102-9/+16
* mMattias Andrée2013-08-101-1/+1
* directory renamingMattias Andrée2013-08-108-11/+495
* typoMattias Andrée2013-08-101-1/+1
* stronger license = better licenseMattias Andrée2013-08-0916-140/+127
* plan python with cMattias Andrée2013-08-021-1/+2
* use st_blksize in c implementationMattias Andrée2013-07-241-2/+5
* in case st_blksize is not properly setMattias Andrée2013-07-242-0/+4
* derpy bug fixMattias Andrée2013-07-245-233/+265
* mMattias Andrée2013-07-241-3/+3
* forgot to initialise memort for setsMattias Andrée2013-06-251-4/+16