rtl-sdr-blog/src
A. Maitland Bottoms 8985b45e1f rtl_tcp: Add IPv6 support
I've prepared this patch in response to Debian bug #870804
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870804

It passes the text from the -a and -p options through
getaddrinfo() and uses the first result that has a valid
socket with a successful bind.

While not a complete bind to all possible valid names, it
does appear to address the use case of the bug submitter
without completely changing the program flow.
2020-02-26 22:55:23 +01:00
..
convenience cosmetic: Fix "implicit fall-through" gcc 7.3.0 warnings 2018-04-18 23:59:17 +02:00
getopt add local copy of getopt() for win32 build 2012-05-29 02:13:18 +02:00
CMakeLists.txt Fixed issues compiling on Windows with MSVC, CMake and NMake (#61) 2019-12-03 20:47:17 +01:00
librtlsdr.c lib: Add GPIO version of the bias tee configuration API 2019-11-12 20:32:35 +01:00
Makefile.am unbreak 'make distcheck' with automake 2014-01-26 13:49:39 +01:00
rtl_adsb.c Fix inline functions to use 'static inline' 2018-07-03 23:59:01 +02:00
rtl_biast.c rtl_biast: Add rtl_biast 2019-11-12 20:46:02 +01:00
rtl_eeprom.c rtl_eeprom: fix warnings 2019-11-01 02:18:54 +01:00
rtl_fm.c rtl_fm/rtl_power: Improve scanning range parsing 2020-02-26 22:16:29 +01:00
rtl_power.c rtl_fm/rtl_power: Improve scanning range parsing 2020-02-26 22:16:29 +01:00
rtl_sdr.c lib: change default number of transfers to 15 2014-02-10 23:57:19 +01:00
rtl_tcp.c rtl_tcp: Add IPv6 support 2020-02-26 22:55:23 +01:00
rtl_test.c rtl_test: fix build on Mac OS 2018-04-26 23:51:15 +02:00
rtlsdr.rc.in Fixed issues compiling on Windows with MSVC, CMake and NMake (#61) 2019-12-03 20:47:17 +01:00
tuner_e4k.c Correct return code of e4k_reg_write(). 2015-05-08 11:10:30 +02:00
tuner_fc0012.c tuner_fc001x: fix tuning for frequencies < 45 MHz 2012-10-03 17:19:29 +02:00
tuner_fc0013.c lib: enable better UHF reception (>862MHz) for FC0013 2020-02-18 20:52:20 +01:00
tuner_fc2580.c fix a -Wuninitialized warning 2012-04-25 22:47:30 +02:00
tuner_r82xx.c tuner_r82xx: turn off loop-through, remove dead code 2018-05-25 00:16:38 +02:00