|
e933a560
|
2013-11-30T22:03:26
|
|
Merge remote-tracking branch 'upstream' into merge_383
Conflicts:
usbutils.c
usbutils.h
|
|
4a53ffd1
|
2013-11-29T09:19:12
|
|
Add capability for per-device configuration strings
|
|
b6a61ca0
|
2013-11-30T18:33:09
|
|
Fix json parsing in api.c
|
|
e175325c
|
2013-11-30T18:12:50
|
|
Add debugging to hfa driver for how many jobs are being sent.
|
|
dc0b0dc0
|
2013-11-30T17:41:27
|
|
Shut down the hfa read thread if the device disappears.
|
|
67e35260
|
2013-11-30T17:03:22
|
|
Add debug output saying what frame command is being sent in hfa driver.
|
|
0aede509
|
2013-11-30T12:32:34
|
|
Revert "Disable USB stats which were not meant to be enabled by default and add extra memory for a memory error when stats are enabled."
This reverts commit 693d3916448ddc66f3a109c5e065e99aa8fa9669.
|
|
1ec7a47a
|
2013-11-30T12:13:45
|
|
Reset work restart flag in hfa driver since we may check for it again in restart_wait.
|
|
64baf870
|
2013-11-30T11:16:27
|
|
Add more op usb init errors for hfa driver.
|
|
9298a189
|
2013-11-30T11:02:03
|
|
Perform basic displaying of hfa notices received.
|
|
adea58a7
|
2013-11-30T10:43:39
|
|
Add hfa op usb notice macros.
|
|
e68fe33d
|
2013-11-30T10:37:36
|
|
Update hf protocol header.
|
|
6a91027f
|
2013-11-30T10:14:44
|
|
Use sync usb transfers in lowmem mode.
|
|
be1d7a90
|
2013-11-30T08:52:42
|
|
Go back to allowing timeout errors on USB writes to be passed back to the driver without removing the device in case the driver wishes to manage them.
|
|
c5dfb96f
|
2013-11-26T19:34:44
|
|
Initialise more values for the hfa data structures.
|
|
7ddb94d6
|
2013-11-25T23:47:43
|
|
A USB control error must be < 0
|
|
d2b7ccbf
|
2013-11-25T23:13:29
|
|
Simplify USB NODEV error checking to success only for writes and control transfers, and success and timeout for reads.
|
|
999d27ed
|
2013-11-25T23:05:41
|
|
libusb error IO should be fatal as well if it gets through usb read and write.
|
|
751585c6
|
2013-11-25T23:01:33
|
|
Allow IO errors in usb reads/writes to be ignored up to retry max times.
|
|
be51dcfd
|
2013-11-25T09:55:41
|
|
Use correct padding for bxf temperature display.
|
|
1058f36d
|
2013-11-25T09:43:31
|
|
Initialise devices before attempting to connect to pools to allow their thread prepare function to be called before having to connect to pools.
|
|
8901d7e3
|
2013-11-24T16:52:08
|
|
Add hidden hfa options to set hash clock, group ntime roll and pll bypass, fixing frame sent on reset to include extra data.
|
|
04fab9bf
|
2013-11-24T09:39:44
|
|
Relax the timeouts for the slower usb devices on linux.
|
|
8f2fa3cc
|
2013-11-23T21:45:12
|
|
Add big endian hf protocol header to Makefile
|
|
3d3b3939
|
2013-11-23T21:20:26
|
|
Check for correct big endian macro in hf_protocol
|
|
2b9bdca6
|
2013-11-23T15:08:43
|
|
Use an absolute timeout in hfa_get_header to cope with buffered usb reads returning instantly confusing the 200ms counter.
|
|
af1eb78c
|
2013-11-23T13:23:06
|
|
Update hfa_detect_one to use the new detect function API.
|
|
9cbac853
|
2013-11-23T10:33:00
|
|
Bump version to 3.8.3
|
|
e6f549bf
|
2013-11-23T10:32:30
|
|
Update News.
|
|
ed9a89ef
|
2013-11-23T09:59:59
|
|
Set the bitfury device start times from when we first get valid work.
|
|
5aac6b74
|
2013-11-22T23:40:22
|
|
Fix stack corruption of zeroing too much in bf1 driver.
|
|
0e60ca30
|
2013-11-22T23:21:44
|
|
Make usb_detect return the cgpu associated with it to check if it succeeds to decide on whether to increment the device count or not.
|
|
107b2f73
|
2013-11-22T21:13:47
|
|
Set tv work start time for bxf driver.
|
|
e14b3ea3
|
2013-11-22T20:50:25
|
|
Age the bxf work items over 90 seconds, not the bf1 work items.
|
|
9ce30b7b
|
2013-11-22T11:14:21
|
|
Zero the read buffer in _usb_read to avoid stale data and only use stack memory instead of using the bulkbuf since it is only used in _usb_read.
|
|
5df2ae56
|
2013-11-22T10:40:23
|
|
Leave room for temperatures above 100 degrees and pad consistently for bxf statline.
|
|
4715ee84
|
2013-11-22T10:37:44
|
|
Drop json stratum auth failed message log level to verbose.
|
|
23aff60d
|
2013-11-22T10:34:30
|
|
Change the processed value not the bufsiz in response to an end of message marker.
|
|
49ae610b
|
2013-11-22T10:24:35
|
|
Don't lose data beyond the end of message in a usb read.
|
|
45950890
|
2013-11-22T10:02:56
|
|
Silence irrelevant warning.
|
|
4cb51674
|
2013-11-22T09:58:30
|
|
Only check strlen on end if end exists.
|
|
b8d8ebfa
|
2013-11-22T09:54:58
|
|
Simplify the end of message detection in _usb_read and allow it to return without doing another read if the message is already in the buffer.
|
|
eae0e76d
|
2013-11-22T00:03:11
|
|
Increase work ageing time to 90 seconds for bxf driver to account for firmware changes.
|
|
698d677f
|
2013-11-20T23:09:51
|
|
Use the age_queued_work function in the bitfury driver.
|
|
443f26b6
|
2013-11-20T23:07:02
|
|
Provide a function to discard queued work based on age.
|
|
83ab420a
|
2013-11-20T10:15:22
|
|
configure: Correctly check for drillbit when testing if any mining is compiled in
|
|
18726c7a
|
2013-11-20T10:15:06
|
|
Add clarification on Windows cross-build, out of tree is possible
|
|
009511c9
|
2013-11-19T22:29:14
|
|
The json_val in api.c is a borrowed reference, not a new one so don't decref it.
|
|
a3df3a85
|
2013-11-19T22:21:18
|
|
Decrement json references in api.c to not leak memory.
|
|
fabae7eb
|
2013-11-18T21:00:20
|
|
Merge pull request #523 from SkillfulHacking/patch-1
line 2913 added urlencode
|
|
ffa4be6d
|
2013-11-18T23:14:31
|
|
line 2913 added urlencode
There was a cross site scripting vulnerability due to insufficient input sanitation on the $pg parameter. This patch fixes that issue.
|
|
390ac706
|
2013-11-18T10:40:41
|
|
With reliable writes to the avalon there is no need for the sleep delays between writes.
|
|
fd2b247a
|
2013-11-18T10:38:05
|
|
There is no need to limit usb write transfers to maxpacketsize and it's harmful for large transfers on slow devices such as wrt routers.
|
|
693d3916
|
2013-11-17T23:04:29
|
|
Disable USB stats which were not meant to be enabled by default and add extra memory for a memory error when stats are enabled.
|
|
b3b32675
|
2013-11-17T17:09:29
|
|
Set limit and count to integers to not overflow during failed hotplug attempts and then not trying again.
|
|
6f2e4072
|
2013-11-17T16:48:35
|
|
Update api example compilation instructions.
|
|
0ed1828b
|
2013-11-16T15:30:23
|
|
Bump version to 3.8.2
|
|
77ab4144
|
2013-11-16T15:29:42
|
|
Update NEWS
|
|
5d86a4a0
|
2013-11-16T14:55:26
|
|
Add more verbose documentation to the readme files for windows users.
|
|
c29d6014
|
2013-11-16T14:46:49
|
|
Add more information on libusb failure to init telling users to check README file.
|
|
64be57cf
|
2013-11-16T14:45:03
|
|
Add information on unloading cdc drivers on osx to README
|
|
d3daff47
|
2013-11-16T13:20:52
|
|
Prevent a deadlock with use of restart_threads by spawning a thread to send the driver flush work messages.
|
|
fcbd3dc5
|
2013-11-16T11:42:38
|
|
Set priority of various threads if possible.
|
|
68d54030
|
2013-11-16T11:29:18
|
|
Add bxf data to api output.
|
|
16bdb528
|
2013-11-16T10:44:41
|
|
Do not hold the mining thread lock in restart_threads when calling the driver flush work commands.
|
|
b9bc5ad2
|
2013-11-16T10:12:15
|
|
Send extra work regularly to the bxf device and parse the needwork command by sending the amount of work it requests.
|
|
3b3410e3
|
2013-11-16T09:52:23
|
|
Allow messages to have arbitrary offsets in the bxf parser in case we have lingering buffered data.
|
|
0677ddfe
|
2013-11-16T09:44:28
|
|
Send the maxroll command to the bxf driver and store the value to see if we need to update it.
|
|
faecdca4
|
2013-11-16T09:15:16
|
|
Add sending of flush command to bxf on flush_work
|
|
667bb493
|
2013-11-16T09:08:04
|
|
Add flush and version commands to bxf start up, flush buffer and try to parse version response string.
|
|
ee4d5a64
|
2013-11-16T08:36:27
|
|
Abstract out bxf recv message.
|
|
c59d260b
|
2013-11-16T08:19:57
|
|
Add extra bxf commands to usbutils
|
|
e051e1bd
|
2013-11-16T08:14:38
|
|
Abstract out bxf send message to allow us to easily add extra commands.
|
|
324df855
|
2013-11-15T23:46:41
|
|
Don't run device restart code if the device is not enabled.
|
|
dcd6c688
|
2013-11-15T23:20:14
|
|
One more space in bitfury statline.
|
|
8dfcf1bf
|
2013-11-15T23:18:15
|
|
Expand size of bitfury statline
|
|
12a2ded6
|
2013-11-15T22:57:41
|
|
Various driver fixes for bitfury devices, including a flag from when first valid work appears.
|
|
a51bde3e
|
2013-11-15T22:35:10
|
|
Look up work results in bxf driver from correct variable.
|
|
69e053c5
|
2013-11-15T19:11:46
|
|
Add some notes about cross-compiling cgminer for Windows from Linux
|
|
62c50161
|
2013-11-15T19:04:23
|
|
Add generous timeouts to deal with Windows being weird about USB timing sometimes
|
|
0508610f
|
2013-11-15T17:43:51
|
|
Correct incorrect error code in bxf driver for usb writes and add debugging.
|
|
f785ae5d
|
2013-11-15T17:34:06
|
|
Add bxf details to usbutils.
|
|
aef6341f
|
2013-11-15T17:21:03
|
|
Merge branch 'master' into bxf
|
|
7e469845
|
2013-11-15T11:47:46
|
|
Update drillbit to use the hashwork driver, in line with recent bitfury changes
|
|
998a368f
|
2013-11-15T09:41:01
|
|
Merge remote-tracking branch 'upstream' into new_protocol
Conflicts:
cgminer.c
configure.ac
miner.h
|
|
efc38401
|
2013-11-14T15:02:24
|
|
Merge pull request #521 from mborodin/upstream
Some meory leaks fixed
|
|
488b2ba5
|
2013-11-14T21:25:52
|
|
Merge branch 'master' into bxf
|
|
2e9afa38
|
2013-11-14T21:24:54
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
3aac6ebd
|
2013-11-14T15:50:56
|
|
Implement a statline showing temperature for bxf
|
|
5253eb7e
|
2013-11-14T15:44:21
|
|
Add api data for bxf device, sharing the hashrate function with bf1.
|
|
25dd5fb0
|
2013-11-14T15:32:49
|
|
Count no matching work as a hw error on bxf
|
|
1585ac3a
|
2013-11-14T15:23:02
|
|
Add BXF to udev rules.
|
|
770cd8e6
|
2013-11-14T14:13:07
|
|
Work id should be hexadecimal in bxf messages.
|
|
e29e84ae
|
2013-11-14T14:04:54
|
|
Add unrecognised string debugging to bxf driver.
|
|
b679337c
|
2013-11-14T13:57:09
|
|
Implement the main scanloop for bxf, trying to prevent it from ntime rolling work if the work protocol does not allow it.
|
|
8a710a68
|
2013-11-14T13:21:58
|
|
Parse bxf work submits fully, submitting the results.
|
|
4494292a
|
2013-11-14T13:08:35
|
|
Provide a function for setting the work ntime.
|
|
6f8fbd39
|
2013-11-14T13:01:54
|
|
Implement a skeleton parse bxf submit function.
|
|
5e147c69
|
2013-11-14T12:49:59
|
|
Use the bxf read thread to set the device target and send its first work item.
|
|
418664ad
|
2013-11-14T12:39:15
|
|
Implement a bxf send work function and set update and restart functions to sending new work since that's the equivalent for that device.
|