aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-12allow building librtlsdr as CMake subprojectleonsal1-3/+3
2019-11-12rtl_biast: Add rtl_biastAdrian Chadd2-1/+108
2019-11-12lib: Add GPIO version of the bias tee configuration APIAdrian Chadd2-3/+19
2019-11-11Fix building librtlsdr on OpenBSDBrian Waters1-1/+1
2019-11-01rtl_eeprom: fix warningsSteve Markgraf1-3/+3
2019-07-16lib: disable usbfs zero-copy support by defaultSteve Markgraf3-1/+15
2019-07-16lib: fix memory leak in rtlsdr_open()Steve Markgraf1-0/+3
2019-07-16contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
2018-10-07lib: Add workaround for Linux usbfs mmap() bugSteve Markgraf1-2/+17
2018-10-07change version to 0.6gitSteve Markgraf1-1/+1
2018-08-26change version to 0.6.0v0.6.00.6.0Steve Markgraf1-1/+1
2018-07-03Fix inline functions to use 'static inline'David Woodhouse2-5/+5
2018-06-03Add Debian packaging informationHarald Welte29-0/+1507
2018-06-03README: Update homepage/wiki URL from old trac to redmineHarald Welte1-1/+1
2018-06-03Fix "make uninstall" for documentationHarald Welte1-1/+1
2018-05-25tuner_r82xx: turn off loop-through, remove dead codeSteve Markgraf1-73/+13
2018-05-23rtl_adsb: fix hanging upon a signal in Fedora 27Pete Zaitcev1-0/+2
2018-05-01lib: use USB zero-copy transfers if possibleSteve Markgraf1-8/+60
2018-05-01Fix build with MinGWMartin Hauke1-1/+3
2018-05-01change version to 0.6gitSteve Markgraf1-2/+2
2018-04-29change version to 0.5.4v0.5.40.5.4Steve Markgraf1-1/+1
2018-04-26rtl_test: fix build on Mac OSSteve Markgraf1-2/+2
2018-04-19Makefile.am: Fix "permission denied" during "make distcheck"Harald Welte1-1/+1
2018-04-18add contrib/jenkins.sh for build testingHarald Welte1-0/+40
2018-04-18configure.ac: Add --enable-sanitize and --enable-werrorHarald Welte1-0/+27
2018-04-18fix "-Wshift-negative-value" compiler warning on ggc-7.3.0Harald Welte1-1/+1
2018-04-18cosmetic: Fix "implicit fall-through" gcc 7.3.0 warningsHarald Welte3-0/+6
2018-02-20lib: fix FC0012 reset GPIOSteve Markgraf1-3/+3
2018-02-20rtl_test: Support PPM error measurement on Windows.Kacper Michajłow1-12/+46
2017-09-19fix for msvc14Hoernchen1-0/+3
2017-06-13Add option '-T' for activating bias-T in rtl_(adsb|fm|power|tcp)hayati ayguen4-5/+41
2017-06-12rtl_tcp: add command for bias tee controlDimitri Stolnikov1-0/+4
2017-06-09lib: Use GPIO P0 to toggle an (optional) bias-tLucas Teske2-0/+20
2017-06-09lib: fix direction bit in GPIO codeLucas Teske1-1/+1
2016-11-27lib: add new HanfTek dongleSteve Markgraf2-0/+4
2015-06-09lib: check for libusb init failureHoernchen1-6/+16
2015-06-09tools: allow built-in functions for newer versions of MSVCHoernchen3-4/+6
2015-05-16Merge pull request #20 from lcl7/correct-e4k_reg_writeSteve Markgraf1-1/+3
2015-05-16New functions rtlsdr_set_tuner_bandwidth()Jiří Pinkava2-4/+40
2015-05-16Allow setting bandwidth for R820TJiří Pinkava3-2/+93
2015-05-08Correct return code of e4k_reg_write().lcl1-1/+3
2014-08-26cmake: include resource file for MSVC buildsDimitri Stolnikov2-26/+70
2014-02-10rtl_tcp: make all global variables staticSteve Markgraf1-2/+2
2014-02-10lib: change default number of transfers to 15Steve Markgraf6-11/+8
2014-02-09lib: handle events after canceling transfersSteve Markgraf1-10/+15
2014-02-08lib: only print to stderr in tuner_r82xx_set_pll()Steve Markgraf1-1/+1
2014-02-08change version to 0.5.3gitSteve Markgraf1-1/+1
2014-02-07change version to 0.5.3v0.5.3Steve Markgraf1-1/+1
2014-02-05add configuration file for Travis CISteve Markgraf1-0/+10
2014-02-04remove unused variables, type fixesSteve Markgraf7-20/+13