| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd: pulled in some worthwhile changes from flow control branch | Josh Blum | 2010-11-11 | 1 | -11/+20 |
* | uhd: replaced print warning with a post warning call and registry | Josh Blum | 2010-10-26 | 1 | -1/+1 |
* | udp: worked blocking send back into udp transport, enable async with #define | Josh Blum | 2010-10-08 | 1 | -44/+70 |
* | udp: fix msvc errors for udp transport | Josh Blum | 2010-10-07 | 1 | -2/+2 |
* | udp: implementation for blocking recv w/ timeout, switch async implementation... | Josh Blum | 2010-10-07 | 1 | -39/+101 |
* | udp: fixed boost format syntax for warning message | Josh Blum | 2010-10-06 | 1 | -3/+3 |
* | uhd: transport docs for UDP and USB (moved from usrp docs) | Josh Blum | 2010-10-05 | 1 | -1/+4 |
* | uhd: replaced frame params for the zero copy interfaces with a device address | Josh Blum | 2010-10-05 | 1 | -15/+20 |
* | uhd: added include for enable_shared_from_this when used | Josh Blum | 2010-10-04 | 1 | -0/+1 |
* | udp: added io service work to keep service running | Josh Blum | 2010-10-04 | 1 | -4/+12 |
* | uhd: changed buffer allocations to be in a single chunk, udp: pass frame size... | Josh Blum | 2010-10-03 | 1 | -40/+45 |
* | uhd: implemented udp zero copy asio with async calls | Josh Blum | 2010-10-03 | 1 | -57/+129 |
* | uhd: implemented a double timeout (in seconds) for send and recv chains | Josh Blum | 2010-10-01 | 1 | -2/+2 |
* | uhd: implemented recv timeout for zero copy interface | Josh Blum | 2010-09-30 | 1 | -3/+2 |
* | uhd: added warning printer utility function | Josh Blum | 2010-08-04 | 1 | -6/+6 |
* | usrp2: use default sized buffer on transmit (or reasonably smaller) | Josh Blum | 2010-07-26 | 1 | -4/+12 |
* | usrp2: disable buffer resize on platforms that cry about it | Josh Blum | 2010-07-14 | 1 | -0/+3 |
* | uhd: ssize_t for phony zero copy return types, null sptr for timeout/error wi... | Josh Blum | 2010-07-09 | 1 | -6/+4 |
* | usrp2: added notes on multiple device network setup, improved warnings for bu... | Josh Blum | 2010-07-08 | 1 | -6/+6 |
* | usrp2: moved common defined for udp mtu and implemented change. | Josh Blum | 2010-07-07 | 1 | -5/+5 |
* | usrp2: increased transport buffer minimum size, and added warning | Josh Blum | 2010-07-05 | 1 | -1/+8 |
* | usrp2: improved print-out for socket buffer sizing | Josh Blum | 2010-06-14 | 1 | -2/+5 |
* | removed some windows warnings | Josh Blum | 2010-06-02 | 1 | -3/+3 |
* | use select for socket timeout, works windows and linux | Josh Blum | 2010-06-02 | 1 | -10/+28 |
* | use polling for socket recv, timeout socket option not portable | Josh Blum | 2010-06-01 | 1 | -12/+9 |
* | Implemented pirate thread, moved io impl details into io impl cpp file. Fixed... | Josh Blum | 2010-06-01 | 1 | -1/+1 |
* | added frame count call to zero-copy iface, tweaks for udp asio impl | Josh Blum | 2010-05-29 | 1 | -36/+49 |
* | Made a phony zero-copy interface for those interfaces that are actual copy-in... | Josh Blum | 2010-05-28 | 1 | -82/+17 |
* | fix: wrong size for buffer in recv | Josh Blum | 2010-05-28 | 1 | -1/+1 |
* | Tweak with the udp and zero-copy transport. Eventually, the caller will hang ... | Josh Blum | 2010-05-27 | 1 | -18/+20 |
* | automatic resize for small udp buffers | Josh Blum | 2010-05-17 | 1 | -26/+35 |
* | windows fix for setsockopt | Josh Blum | 2010-05-17 | 1 | -1/+1 |
* | simplification of udp asio socket stuff | Josh Blum | 2010-05-17 | 1 | -38/+37 |
* | made buffer size args part of constructor | Josh Blum | 2010-04-30 | 1 | -18/+39 |
* | setting size of buffers from device args | Josh Blum | 2010-04-27 | 1 | -6/+4 |
* | work on controlling the socket buffer sizes from the front end api | Josh Blum | 2010-04-27 | 1 | -21/+13 |
* | store the mtu and hdr len stuff only in the usrp2 impl | Josh Blum | 2010-04-12 | 1 | -8/+4 |
* | Added data type conversion routines to transport api. | Josh Blum | 2010-04-12 | 1 | -4/+7 |
* | Created zero copy interface/framework, made use of it in usrp2 udp transport ... | Josh Blum | 2010-04-12 | 1 | -34/+71 |
* | Merge branch 'addrs' of git@ettus.sourcerepo.com:ettus/uhd into timing | Josh Blum | 2010-03-26 | 1 | -0/+1 |
|\ |
|
| * | added interface address discovery | Josh Blum | 2010-03-26 | 1 | -0/+1 |
* | | Overhaullllllled the way we do streaming. There is an odd bug where | Josh Blum | 2010-03-25 | 1 | -1/+1 |
|/ |
|
* | Moved typedefs from props.hpp into new file types.hpp. | Josh Blum | 2010-03-21 | 1 | -0/+154 |