aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'usrp2_fw_clock_cleanup' into usrp2_dual_dspJosh Blum2011-02-225-167/+130
|\
| * uhd: replace header checks in cmake files with more robust compile checks for...Josh Blum2011-02-212-15/+26
| * udp: try non-blocking recv first for performanceJosh Blum2011-02-203-14/+18
| * udp: update docs for transport, create common header for wait implementationJosh Blum2011-02-204-143/+91
* | usrp2: code working again in a completed form but did not test dual dspJosh Blum2011-02-201-2/+2
|/
* uhd: use source properties to set flags and defs not globally, but only for t...Josh Blum2011-02-171-2/+7
* uhd: tweaks for windows msvc compiler warnings and errorsJosh Blum2011-02-161-2/+2
* usrp-e100: replaced safe managed buffers in usrp-e100 mmap with custom onesJosh Blum2011-02-152-115/+0
* uhd: reusable buffers for libusb zero copy implementationJosh Blum2011-02-152-347/+186
* uhd: misc speedups w/ look up tablesJosh Blum2011-02-101-1/+2
* udp: udp_zero_copy_asio comments and tweaksJosh Blum2011-02-101-10/+2
* uhd: simplified converter calls in vrt pkt handler with ref vector changesJosh Blum2011-02-101-9/+4
* uhd: use ref vector class for the conversion routines I/OJosh Blum2011-02-101-2/+2
* uhd: tweaks to bounded bufferJosh Blum2011-02-102-7/+7
* udp: comments and minor code tweaks for udp zero copy implJosh Blum2011-02-101-18/+41
* uhd: tweaks to vrt pkt handler and usrp2 fc monitorJosh Blum2011-02-091-3/+5
* uhd: tweaks for windows warnings and errorsJosh Blum2011-02-091-3/+3
* uhd: replaced std::vector<type> for buffer arguments in send/recvJosh Blum2011-02-091-4/+4
* udp: removed asio implementation, created custom managed buffer classes to re...Josh Blum2011-02-091-155/+115
* uhd: replace asio buffer in make safe w/ memory and length, makes things simplerJosh Blum2011-02-073-26/+33
* uhd: removed instances of shared_from_this() in transportsJosh Blum2011-02-052-4/+3
* uhd: change bounded_buffer implementation and code using itJosh Blum2011-02-053-26/+23
* uhd: work to remove dynamic allocations of std::vector in vrt_packet_handler ...Josh Blum2011-02-051-22/+25
* udp: simplfy zero copy asio overhead with less shared_from_this, and timed wa...Josh Blum2011-02-051-19/+25
* uhd: various performance tweaksJosh Blum2011-02-042-24/+41
* Merge branch 'udp_xport_work'Josh Blum2011-01-261-45/+9
|\
| * udp_zero_copy_asio: removed the #ifdefed num frames and min buff size stuffJosh Blum2011-01-261-45/+9
* | uhd: if_addrs check that iter->ifa_addr is NULL before continuingJosh Blum2011-01-261-0/+1
|/
* uhd: fixed maxosx bug, was resizing the transport bufferJosh Blum2011-01-261-4/+0
* udp: revert depadding hack for recv_frame_sizeJosh Blum2011-01-211-1/+1
* usb: restored disable_interruption on get_lut_with_wait (gets called externally)Josh Blum2011-01-211-0/+1
* udp: shrink default recv_frame_size by 4 bytes until FPGA handles 2 byte pad ...Josh Blum2011-01-211-1/+1
* usb: use thread interruption in usb zero copy on deconstructionJosh Blum2011-01-171-8/+9
* uhd: fix size param error when getting a convert routine in pkt handlerJosh Blum2011-01-121-2/+2
* uhd: changed convert routines to return the function pointerJosh Blum2011-01-121-16/+23
* uhd: add msvc stdint.h so we can use stdints typedefs normally like, fix in f...Josh Blum2011-01-112-38/+0
* uhd: update copyright datesJosh Blum2011-01-055-5/+5
* uhd: removed convert types, replaced by convertJosh Blum2011-01-043-590/+0
* Merge branch 'convert' into nextJosh Blum2011-01-041-5/+7
|\
| * uhd: switched the unit test to the new convert API, implemented in vrt pkt ha...Josh Blum2011-01-042-6/+8
* | uhd: removed REQUIRED from find package calls to libusb and docutilsJosh Blum2011-01-041-1/+1
* | Merge branch 'buffer_pool' into nextJosh Blum2011-01-044-12/+94
|\ \
| * | uhd: some tweaks to buffer poolJosh Blum2011-01-031-3/+3
| * | uhd: created buffer pool to allocate aligned memory, and implemented in trans...Josh Blum2011-01-034-11/+92
| |/
| * uhd: create a find packages module for docutils, cleaned up some of the other...Josh Blum2011-01-021-1/+2
* | udp: tweak warning on socket resizeJosh Blum2010-12-291-2/+3
* | Merge branch 'uhd_master' into uhd_nextJosh Blum2010-12-272-40/+1
|\|
| * cmake: moved module files into modules directory, set modules pathJosh Blum2010-12-272-40/+1
* | Merge branch 'udp_ports' into nextJosh Blum2010-12-222-3/+5
|\ \ | |/ |/|
| * udp_ports: enable async recv in xport, set performance params in top level, t...Josh Blum2010-12-221-3/+4