summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #260 from notunderground/devpsychocrypt2017-08-021-5/+5
|\ | | | | fix typos in config.txt
| * fix typos in config.txtnotunderground2017-07-311-5/+5
|/
* Merge pull request #254 from fireice-uk/topic-race-fixpsychocrypt2017-07-272-0/+7
|\ | | | | Race condition fix
| * Race condition fixfireice-uk2017-07-272-0/+7
| |
* | Merge pull request #233 from ↵psychocrypt2017-07-272-3/+114
|\ \ | |/ |/| | | | | ruzickap/feature/improve_documentation_of_compilation_steps Build documentation improved and added "docker script" for building xmr-stak for other distributions
| * Build documenation improved and added "docker script" for building xmr-stak ↵Petr Ruzicka2017-07-242-3/+114
|/ | | | for other distributions
* Merge pull request #234 from vs4vijay/patch-1fireice-uk2017-07-231-1/+1
|\ | | | | Typo Fix
| * Typo FixVizay Soni2017-07-211-1/+1
| | | | | | Fix `Lare` -> `Large`
* | Merge pull request #237 from psychocrypt/topic-mergeMasterBackfireice-uk2017-07-222-16/+15
|\ \ | | | | | | merge master back to dev
| * | update version number with `dev` postfixpsychocrypt2017-07-211-1/+1
| | |
| * | Update link to dll filesfireice-uk2017-07-211-1/+1
| | |
| * | Update checksumsfireice-uk2017-07-211-14/+13
| | |
| * | Update version infofireice-uk2017-07-211-1/+1
| | |
* | | Merge pull request #240 from psychocrypt/topic-usePrecompiledDependenciesfireice-uk2017-07-222-113/+30
|\ \ \ | |_|/ |/| | use precompiled dependencies
| * | use precompiled dependenciespsychocrypt2017-07-222-113/+30
|/ / | | | | | | | | - update appveyor CI - update `WINCOMPILE.md` guide
* | Merge pull request #238 from psychocrypt/fix-appveyorfireice-uk2017-07-211-1/+1
|\ \ | |/ |/| fix appveyor tests
| * fix appveyor testspsychocrypt2017-07-211-1/+1
|/ | | | disable OpenSSL to pass the CI
* Merge pull request #227 from ruzickap/feature/ubuntu_1404_build_stepsfireice-uk2017-07-191-1/+13
|\ | | | | Installation steps for Ubuntu 14.04 added
| * Installation steps for Ubuntu 14.04 addedPetr Ruzicka2017-07-191-1/+13
| |
* | Merge pull request #214 from fireice-uk/topic-default-poolpsychocrypt2017-07-191-1/+3
|\ \ | | | | | | Update default pools
| * | Changing as per discussionfireice-uk2017-07-181-6/+1
| | |
| * | Update default poolsfireice-uk2017-07-131-1/+8
| | |
* | | Merge pull request #225 from fireice-uk/topic-bug-squashingpsychocrypt2017-07-193-17/+20
|\ \ \ | |_|/ |/| | Topic bug squashing
| * | Fix atttempt at NUMA aff reset on Windowsfireice-uk2017-07-182-16/+19
| | |
| * | Fix cacheHashes calcfireice-uk2017-07-181-1/+1
|/ /
* | Merge pull request #213 from fireice-uk/topic-json-apifireice-uk2017-07-187-8/+179
|\ \ | | | | | | Initial JSON API implementation
| * | Bug causing an extra commafireice-uk2017-07-181-1/+1
| | |
| * | Change bracesfireice-uk2017-07-181-1/+1
| | |
| * | Add README sectionfireice-uk2017-07-181-0/+4
| | |
| * | Make the dates into a proper UNIX timestampfireice-uk2017-07-181-2/+6
| | |
| * | Fix double counting bugfireice-uk2017-07-181-3/+0
| | |
| * | Initial JSON API implementationfireice-uk2017-07-126-5/+171
| | |
* | | Merge pull request #222 from fireice-uk/topic-compile-cleanuppsychocrypt2017-07-187-2916/+63
|\ \ \ | | | | | | | | Compile cleanup
| * | | Amend cmake to skip GCC options for MSVCfireice-uk2017-07-181-3/+5
| | | |
| * | | Windows cmake fix and .gitignore to match WINDOWS.mdfireice-uk2017-07-182-0/+14
| | | |
| * | | Build packages for Arch + extra cleanupfireice-uk2017-07-172-3/+9
| | | |
| * | | Cleanup doc filesfireice-uk2017-07-172-34/+36
| | | |
| * | | rm dedicated windows header (handled by the build now)fireice-uk2017-07-172-2878/+1
| | |/ | |/|
* | | Merge branch 'SChernykh-patch-1' into devfireice-uk2017-07-185-47/+114
|\ \ \ | |/ / |/| |
| * | std::srand -> srandSChernykh2017-07-181-2/+2
| | |
| * | Initialize random number generatorSChernykh2017-07-171-0/+4
| | |
| * | Randomly choose from all available IP addressesSChernykh2017-07-171-11/+12
| | | | | | | | | | | | | | | This is to avoid getting stuck on the same IP which doesn't work for whatever reason. pool.supportxmr.com uses DNS for load balancing, and it had issues with xmr-stak miners when one of the servers went down and all xmr-stak miners that were on that server didn't switch to the other working server. This change fixes the bug.
| * | Merge pull request #189 from kathawala/optimizationfireice-uk2017-07-131-30/+78
| |\ \ | | | | | | | | Slight keccak optimization
| | * | optimization to Rho Pi loop in keccakFarhan Kathawala2017-07-051-17/+24
| | | |
| | * | Slight optimization of keccakFarhan Kathawala2017-07-051-13/+54
| | | |
| * | | Merge pull request #210 from fireice-uk/topic-aes-overridepsychocrypt2017-07-132-6/+20
| |\ \ \ |/ / / / | | | | AES override feature
| * | | Make the config comments clearerfireice-uk2017-07-121-2/+2
| | | |
| * | | AES override featurefireice-uk2017-07-122-6/+20
| | |/ | |/|
* | | Merge pull request #212 from psychocrypt/topic-cleanGppWarningfireice-uk2017-07-122-2/+2
|\ \ \ | | | | | | | | CMake: change GCC to g++ warning
| * | | CMake: change GCC to g++ warningpsychocrypt2017-07-122-2/+2
| |/ /
OpenPOWER on IntegriCloud