summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #143 from psychocrypt/topic-numaAlloc2fireice-uk2017-06-103-3/+66
|\ \ | | | | | | hwloc NUMA memory binding
| * | hwloc NUMA memory bindingpsychocrypt2017-06-053-3/+66
| | | | | | | | | | | | | | | - add function `bindMemoryToNUMANode()` - add `affinity` member to `minethd`
* | | Merge pull request #133 from psychocrypt/topic-optimizeDoubleHashfireice-uk2017-06-101-19/+29
|\ \ \ | | | | | | | | optimize double hash implementation
| * | | optimize double hash implementationpsychocrypt2017-05-311-19/+29
| | | | | | | | | | | | | | | | use single hash implementation within the function `cryptonight_double_hash`
* | | | Merge pull request #138 from blacklion/feature-freebsd-supportfireice-uk2017-06-043-1/+15
|\ \ \ \ | |/ / / |/| | | Feature FreeBSD support
| * | | Add FreeBSD supportLev Serebryakov2017-06-033-1/+15
| | |/ | |/|
| * | Merge pull request #95 from fireice-uk/devfireice-uk2017-04-291-13/+13
| |\ \ | | | | | | | | New binary checksum
| * \ \ Merge pull request #94 from fireice-uk/devfireice-uk2017-04-291-1/+1
| |\ \ \ | | | | | | | | | | v1.2.0-1.4.1 RC
* | \ \ \ Merge pull request #123 from ruzickap/devfireice-uk2017-05-301-1/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | | Adding Fedora installation steps
| * | | | Adding Fedora installation stepsPetr Ruzicka2017-05-281-1/+13
| | | | |
* | | | | Merge pull request #126 from fireice-uk/topic-daemon_modefireice-uk2017-05-286-6/+31
|\ \ \ \ \ | | | | | | | | | | | | Daemon mode
| * | | | | daemon mode featurefireice-uk2017-05-266-6/+21
| | | | | |
| * | | | | Add the get_key() guard from the other branchfireice-uk2017-05-261-0/+10
|/ / / / /
* | | | | Add hwloc to IDE build envfireice-uk2017-05-261-0/+1
|/ / / /
* | | | Merge pull request #108 from psychocrypt/topic-hwlocfireice-uk2017-05-244-4/+243
|\ \ \ \ | | | | | | | | | | hwloc autoadjust
| * | | | refactor `compat_popcnt()`psychocrypt2017-05-231-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | - refactor impleentation - move function to class member method
| * | | | Change popcnt so that the code does not depend on ABM extenstions (SSE4)fireice-uk2017-05-211-1/+14
| | | | |
| * | | | add info that config is not optimalpsychocrypt2017-05-141-0/+1
| | | | |
| * | | | overloead cachepsychocrypt2017-05-142-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | - use one thread more if 1 MiB cache is available after removeing the multiple of 2MiB - fix install documentation
| * | | | hwloc autoadjustpsychocrypt2017-05-134-4/+231
|/ / / / | | | | | | | | | | | | | | | | | | | | - `CMakeLists.txt` add find code to search for `hwloc` - `autoAdjustHwloc.hpp` search optimal config based on hwloc topology - update `README.txt`
* | | | Merge pull request #101 from psychocrypt/fix-docufireice-uk2017-05-021-1/+1
|\ \ \ \ | | | | | | | | | | fix documentation bug
| * | | | fix documentation bugpsychocrypt2017-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | fix how to enable dynamic linking
* | | | | Merge pull request #100 from psychocrypt/topic-allowDependencyDisablefireice-uk2017-05-022-23/+20
|\ \ \ \ \ | |/ / / / |/| | | | allow to disable OpenSSL and microhttpd
| * | | | update documentationpsychocrypt2017-05-011-4/+4
| | | | | | | | | | | | | | | | | | | | change variable names to disable or enable microhttpd and OpenSSL
| * | | | allow to fully disable OpenSSL and microhttpdpsychocrypt2017-05-011-19/+16
|/ / / / | | | | | | | | | | | | | | | | - rename option `*_REQUIRED` to `*_ENABLE` - allow to disable the dependency OpenSSL and microhttpd
* | | | Merge pull request #96 from psychocrypt/topic-versionFilefireice-uk2017-04-303-2/+8
|\ \ \ \ | |_|_|/ |/| | | add file version.h
| * | | add file version.hpsychocrypt2017-04-303-2/+8
| | | | | | | | | | | | | | | | | | | | - add file with version number - add version number to the terminal output
* | | | New binary checksumfireice-uk2017-04-291-13/+13
| |_|/ |/| |
* | | Merge pull request #92 from psychocrypt/fix-cmakeINstallfireice-uk2017-04-291-1/+1
|\ \ \ | | | | | | | | fix wrong naming in CMake install
| * | | fix wrong naming in CMake installpsychocrypt2017-04-281-1/+1
| |/ /
* | | Merge pull request #93 from fireice-uk/masterfireice-uk2017-04-292-53/+47
|\ \ \ | |/ / |/| / | |/ Bring dev up to speed
| * This guard is no longer needed.fireice-uk2017-04-271-6/+0
| |
| * v1.2.0-1.4.0 RCfireice-uk2017-04-261-47/+47
| |
| * Merge pull request #86 from fireice-uk/devfireice-uk2017-04-2615-164/+543
| |\ | |/ |/| Merge into master
* | Print a single-threaded autoconf on errorfireice-uk2017-04-261-6/+10
| |
* | Extend prefetch option.fireice-uk2017-04-261-12/+22
| |
* | Remove mulxfireice-uk2017-04-265-74/+39
| |
* | Merge pull request #84 from fireice-uk/topic-autoconfigfireice-uk2017-04-266-50/+223
|\ \ | | | | | | CPU autoconfig
| * | Cosmetic changes - clearer comments and error messagesfireice-uk2017-04-261-4/+7
| | |
| * | Merge pull request #85 from psychocrypt/fixAmdStaggerfireice-uk2017-04-251-4/+1
| |\ \ | | | | | | | | fix amd stagger detection
| | * | fix amd stagger detectionpsychocrypt2017-04-251-4/+1
| |/ /
| * | Older AMD stagger + switch to odd numbers when we run outfireice-uk2017-04-251-10/+22
| | |
| * | Fix off-by-onefireice-uk2017-04-251-1/+1
| | |
| * | Update CBP build envfireice-uk2017-04-251-0/+1
| | |
| * | CPU autoconfigfireice-uk2017-04-255-50/+210
|/ /
* | Apply psychocrypt's build solution to the templatefireice-uk2017-04-242-6/+11
| |
* | Merge pull request #82 from psychocrypt/topic-allowPrefetchDisablefireice-uk2017-04-232-6/+5
|\ \ | | | | | | disable prefetch by default
| * | disable prefetch by defaultpsychocrypt2017-04-222-6/+5
| | | | | | | | | | | | | | | - allow to disable prefetch on systems without hardware aes - set default disable memory prefetch
* | | Merge pull request #81 from psychocrypt/topic-addPsychocryptToCmdOutfireice-uk2017-04-231-2/+2
|\ \ \ | |/ / |/| | add psychocrypt to cmd output
| * | add psychocrypt to cmd outputpsychocrypt2017-04-221-2/+2
|/ /
OpenPOWER on IntegriCloud