5982 Commits (6a32e173adf39e4141d0b2481c85d041defe92bf)
 

Author SHA1 Message Date
Bllacky 6a32e173ad Update README.txt 11 years ago
Noel Maersk a697c663a4 Merge pull request #139 from Bllacky/patch-1 11 years ago
Bllacky 0b5aace1e1 Update README.txt 11 years ago
Noel Maersk c2c8231b9e kernel: zuikkis supports all worksizes. 11 years ago
Noel Maersk 28ade9f4e4 Merge remote-tracking branch 'troky/build-msvs2010-upd2' 11 years ago
Noel Maersk ded4452316 ui: check for opt_incognito is Display settings menu. 11 years ago
Noel Maersk 8f014effeb util: add missing include. 11 years ago
Noel Maersk 9c0f912434 core: remove ifdef from opt_compact and opt_incognito declaration. 11 years ago
unknown 747efda902 MSVS2010: Added pool.c and pool.h to project. 11 years ago
Noel Maersk 428061e416 pool: display URL instead of "Pool N" if no poolname provided. 11 years ago
Noel Maersk 4059780d01 pool: do not use defines, just inline strings. 11 years ago
Noel Maersk d58de45c0e pool: use get_pool_name() where appropriate. 11 years ago
Noel Maersk 0a4f71882c pool: use get_pool_user(). 11 years ago
Noel Maersk 934c4f5f14 pool: introduce get_pool_user() for simpler opt_incognito use. 11 years ago
Noel Maersk bd6766f231 pool: define and use POOL_NAME_INCOGNITO. 11 years ago
Noel Maersk 8e4fb3c554 pool: abstract get_pool_name() 11 years ago
Noel Maersk 0d562ffbf5 core: use opt_incognito in a few more applog() places. 11 years ago
Noel Maersk 888fab437f ui: <incognito> pool name in incognito mode, too. 11 years ago
Noel Maersk 2bab1d7b8a doc: update BUGS.md. 11 years ago
Noel Maersk 4c4b909be6 doc: in example.conf, remove boolean values (and ones related to them) set to non-default states. 11 years ago
Noel Maersk a511266959 doc: minor fix for --help message on `--incognito`. 11 years ago
Noel Maersk 5a8f84b49b ui: allow switching to incognito mode through ncurses interface. 11 years ago
Noel Maersk d78f372712 core: undo some of previous two commits and andd conditionals to display user name as `<incognito>` instead. 11 years ago
Noel Maersk 2561295e3d log: do not set poolname in log in incognito mode. 11 years ago
Noel Maersk f737992f41 core: introduce `--incognito` + minimal revision of `--compact`. 11 years ago
Noel Maersk 8ff624618f doc: verbose FAQ answer on running per-instance. 11 years ago
Noel Maersk 9eba0153e5 doc: update example.conf. 11 years ago
Noel Maersk 394c200c88 doc: minor FAQ update (formatting and reference a Q from another). 11 years ago
Noel Maersk c159470822 doc: update Windows build references in README.md. 11 years ago
unknown c4edf5028b VS2010 build: Cosmetic changes in project configuration. 11 years ago
unknown dab737c6fe VS2010 build: Fixed compatibility with non-MSVS compilers. 11 years ago
Noel Maersk ee70f9f2af misc: FAQ formatting. 11 years ago
Noel Maersk ae23d25086 api: proper type casting for MSVS support. 11 years ago
Noel Maersk 44aed3570e Merge branch 'build-msvs2010-upd' into build-msvs2010-merge 11 years ago
Noel Maersk a38f01c9a2 misc: explain gpu-threads comment FIXME. 11 years ago
Noel Maersk 323c84970e Merge pull request #106 from sshimko/master 11 years ago
Spencer Shimko 45a16f1ac2 Fixup --help on intensities. 11 years ago
Noel Maersk 80e6307033 Merge branch 'port-ckolivas-3.12.3' 11 years ago
Noel Maersk edc94b07ce misc: update NEWS with what's been ported from ckolivas/cgminer. 11 years ago
Noel Maersk fa21900837 Merge pull request #100 from gionn/patch-1 11 years ago
Giovanni Toraldo 7ca09655a7 Fixed md formatting in MINING.md 11 years ago
Con Kolivas a825524325 We shouldn't block on no work situations directly from the getwork scheduler itself. 11 years ago
Con Kolivas b9b3abe264 Make the pthread cond wait in the getwork scheduler a timed wait in case we miss a wakeup. 11 years ago
Noel Maersk ac3f6c5705 misc: add note about ports from ckolivas/cgminer. 11 years ago
Con Kolivas 7134cd7050 Add debug output when get_work() is blocked for an extended period and add grace time to the device's last valid work to prevent false positives for device failure. 11 years ago
Con Kolivas 26c4be818a Show device info in noffset nonce share above target message. 11 years ago
Con Kolivas aca8a58f2e Only show one decimal place if pool diff is not an integer. 11 years ago
Con Kolivas 117c032b92 Slowly remove work even if it's not being used to keep the getwork counter incrementing even if work is not used and as a test that pools are still working. 11 years ago
Con Kolivas 5dad99caf6 Give device info with share above target message. 11 years ago
Con Kolivas f8b9e41f28 Check for when errno is set on windows as well as the windows variant for errors. 11 years ago