aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-24Initial Altivec intrinsics (simple conversion of Tarsnap SSE code)scrypt-bigendianSiarhei Siamashka
2011-12-24Simplification of scrypt code, assuming that r = 1 and p = 1Siarhei Siamashka
2011-12-23SIMD friendly reordering of data (taken from Tarsnap SSE code)Siarhei Siamashka
2011-12-23Use uint64_t in blkcpy/blkxor (good even for 32-bit systems)Siarhei Siamashka
2011-12-23Revert "blkcpy -> memcpy"Siarhei Siamashka
2011-12-23blkcpy -> memcpySiarhei Siamashka
2011-12-23Mark stack as non-executable in x86 assembly filesSiarhei Siamashka
2011-12-23Add optimized code for x86 and x86_64pooler
2011-12-22Fix big endian bugsSiarhei Siamashka
2011-12-22Unmangle scrypt.c (revert to cd0b57640c0de03ac23bc965649d4085b1a2556a)Siarhei Siamashka
2011-10-08Make scantime retargeting less granularcpumineArt Forz
2011-10-06Rearrange order of operations in scrypt salsa20Art Forz
2011-10-06Mangle scrypt some moreArt Forz
2011-10-01Rip out sha256 algosArt Forz
2011-10-01Hopefully fix jansson compatiblityArt Forz
2011-10-01Horribly mangle scrypt.cArt Forz
2011-10-01Unbreak longpolling for scryptArt Forz
2011-09-26Tweaked to be slightly easier to use with Tenebrix, tested.Lolcust
2011-09-20add scrypt functionArt Forz
2011-06-14Version 1.0.2.v1.0.2Jeff Garzik
2011-06-14Cope with older linux kernel headers that don't have the newer scheduling pol...ckolivas
2011-06-09Fix number-of-threads init logic on WindowsJeff Garzik
2011-06-08only read processor count via sysconf on non-Windows platformsJeff Garzik
2011-06-08Merge pull request #22 from chrissicool/masterJeff Garzik
2011-06-08Merge pull request #23 from ckolivas/masterJeff Garzik
2011-06-09Linux + x86_64 optimisations.ckolivas
2011-06-09configure.ac: Beautify yasm test outputChristian Ludwig
2011-06-08Fix libcurl include pathChristian Ludwig
2011-05-14Version 1.0.1.v1.0.1Jeff Garzik
2011-05-10Merge pull request #17 from metonymous/masterJeff Garzik
2011-05-11OSX SupportGlenn Francis Murray
2011-05-09Version 1.0.v1.0Jeff Garzik
2011-05-09jansson 2.x compatibilityJeff Garzik
2011-04-11util: correct off-by-one in month displayJeff Garzik
2011-04-11Proper platform detection.fleger
2011-04-07configure.ac: improve has_yasm testJeff Garzik
2011-03-24Support full URL, in X-Long-Polling headerJeff Garzik
2011-03-22Release version 0.8.1.v0.8.1Jeff Garzik
2011-03-22Add User-Agent header to each HTTP requestJeff Garzik
2011-03-21--user/--pass fixesJeff Garzik
2011-03-21example-cfg.json: remove extraneous commas, which broke JSON decodeJeff Garzik
2011-03-21Release version 0.8.v0.8Jeff Garzik
2011-03-21Update example JSON configJeff Garzik
2011-03-21Support --user and --pass, as alternative to --userpassJeff Garzik
2011-03-21Convert remaining [f]print to applog().Jeff Garzik
2011-03-21Avoid potential for div-by-zero, when calculating max-nonceJeff Garzik
2011-03-21cpu-miner.c: Remove newline from applog() callJeff Garzik
2011-03-20Ensure cpuminer-config.h is universally included, in *.c and *.h alike.Jeff Garzik
2011-03-18Introduce more standardized logging (incl. optional syslog).Jeff Garzik
2011-03-18Add long polling supportJeff Garzik