Expand lock scope in libusb transfer callback.
by Martin Ling 2 years 9 months
Expand lock scope in libusb transfer callback.

This is required since cancel_transfers will also cancel the flush.
1484b78c
Cancel flush transfer if shutting down.
by Martin Ling 2 years 9 months
770416f1
Fix handling of EOF and error conditions after fre...
by Martin Ling 2 years 9 months
c089bb0b
Fix empty report when TX ends soon after the last ...
by Martin Ling 2 years 9 months
Fix empty report when TX ends soon after the last report.
eae70492
Provide a callback for completion of a TX transfer...
by Martin Ling 2 years 9 months
Provide a callback for completion of a TX transfer.
14093fe7
Handle failures in fread from TX callback.
by Martin Ling 2 years 9 months
2448796e
Fix inaccurate error message when TX completes nea...
by Martin Ling 2 years 9 months
Fix inaccurate error message when TX completes near a 1 second boundary.
cb8fc333
Fix inaccurate statistics in hackrf_transfer.
by Martin Ling 2 years 9 months
98faa542
Provide a callback for TX flush, rather than a wai...
by Martin Ling 2 years 9 months
Provide a callback for TX flush, rather than a wait function.
b872647e
Merge pull request #1175 from grvvy/update-test-de...
by Michael Ossmann 2 years 9 months
Merge pull request #1175 from grvvy/update-test-device-path

update test device path for test server
c0ba8430
Report a bug