libztex.c


Log

Author Commit Date CI Message
Con Kolivas b97e6aa5 2012-04-22T10:57:23 Presumably we should return false when the capability is missing in libztex_checkCapability.
Con Kolivas bd46119c 2012-04-21T14:02:22 Style police on libztex.c.
nelisky 9ba2e217 2012-04-18T01:54:51 Some cleanup
nelisky c280dd0d 2012-04-17T01:51:53 Moving space indentation to tabs For consistency with cgminer sources
nelisky f9d4d92b 2012-04-17T01:25:55 Some cleanup
nelisky 3067a414 2012-04-13T01:37:26 leak fix
nelisky 57a2764e 2012-04-02T21:51:01 Small tweaks to freq reporting
nelisky a960087c 2012-03-21T20:41:03 Ztex device removal segfault fixed
nelisky 3197ca54 2012-03-18T22:35:10 Better cleanup and error handling
nelisky 95d17e98 2012-03-16T19:17:24 NULLing handle on destroy
nelisky c5897683 2012-03-14T21:32:57 changing the bitstream read and push strategy. It seems that thread heap space is neither large nor consistent across OSs. Specifically on windows I couldn't get a large enough buffer for the whole bitstream in one go, so I'm reading incrementally now
nelisky dc6e2f4e 2012-03-13T16:19:55 Reading actual bitfilename
nelisky 5bbce4c4 2012-03-12T00:55:38 nonce check and error driven freq scaling Following BTCMiner's algorithm.
nelisky 0902f21a 2012-03-11T16:58:50 add license headers and some cleanup
nelisky 99a188f9 2012-03-11T00:49:25 initial commit with some support for ztex 1.15x board. This version is just a rough draft, but it does alredy mine. Conflicts: cgminer.c configure.ac