.. |
devices
|
Fix MC alignment
|
2024-12-15 15:21:45 +01:00 |
getopt
|
add local copy of getopt() for win32 build
|
2012-05-29 02:13:18 +02:00 |
CMakeLists.txt
|
Add support for KeeLoq HCS362
|
2024-12-14 21:26:42 +01:00 |
abuf.c
|
Improve some strcpy strncpy to snprintf
|
2023-10-06 16:17:55 +02:00 |
am_analyze.c
|
minor: fix some cppcheck warnings
|
2020-08-03 13:20:51 +02:00 |
baseband.c
|
Change fprintf to log prints (#2266)
|
2022-12-04 12:13:29 +01:00 |
bit_util.c
|
Add extract_bytes_uart_parity utility function
|
2024-10-16 03:40:41 +02:00 |
bitbuffer.c
|
minor: Cleanup clang analyze warnings (closes #2872)
|
2024-03-12 19:57:47 +01:00 |
compat_paths.c
|
Change conf dir defaults to just SYSCONFDIR (closes #2660)
|
2023-10-18 12:23:37 +02:00 |
compat_time.c
|
minor: Fix timeval_subtract() to const
|
2024-03-04 23:16:08 +01:00 |
confparse.c
|
Fix conf eol comments (closes #1307)
|
2020-02-09 10:50:10 +01:00 |
data.c
|
minor: Fix data_hex output
|
2024-07-19 00:12:13 +02:00 |
data_tag.c
|
Refactor to type-safe data_append alternative (#2667)
|
2024-06-06 13:10:03 +02:00 |
decoder_util.c
|
Refactor to type-safe data_append alternative (#2667)
|
2024-06-06 13:10:03 +02:00 |
fileformat.c
|
Add CS8 as file input format
|
2021-12-06 19:39:05 +01:00 |
http_server.c
|
Fix Prometheus exposition format for metrics endpoint (#3107)
|
2024-12-03 00:05:28 +01:00 |
jsmn.c
|
minor: Fix end of file endings (#2737)
|
2023-11-29 20:55:35 +01:00 |
list.c
|
minor: Add ASAN function excludes
|
2023-12-29 20:24:18 +01:00 |
logger.c
|
Add basic logger (#2263)
|
2022-12-04 10:41:51 +01:00 |
mongoose.c
|
minor: Change to async operation in mg_broadcast
|
2023-11-28 11:49:37 +01:00 |
mongoose_bool.patch
|
Fix stdbool clash with mongoose.h
|
2019-11-08 22:51:50 +01:00 |
mongoose_broadcast.patch
|
Add warning if firewall blocks loopback (closes #2621)
|
2023-10-02 19:57:45 +02:00 |
mongoose_ipv6.patch
|
Add Mongoose source patches
|
2019-09-09 12:15:09 +02:00 |
mongoose_lenchk.patch
|
Minor fix len check in mg_match_prefix_n
|
2020-11-11 13:34:13 +01:00 |
mongoose_libressl.patch
|
Fix: LibreSSL PSK error (closes #1569)
|
2023-02-27 11:56:05 +01:00 |
mongoose_msvcdbg.patch
|
Add Mongoose source patches
|
2019-09-09 12:15:09 +02:00 |
mongoose_pedantic.patch
|
Add mongoose very pedantic fixes for style checkers
|
2019-11-03 11:19:58 +01:00 |
mongoose_sigpipe.patch
|
minor: Fix mongoose SIGPIPE on sockets (closes #2705)
|
2023-10-31 19:58:58 +01:00 |
mongoose_warn.patch
|
minor: Fix mongoose compile warnings
|
2021-07-11 12:19:48 +02:00 |
optparse.c
|
minor: Add GCC Static analysis (closes #1372)
|
2023-10-21 19:55:41 +02:00 |
output_file.c
|
minor: Add GCC Static analysis (closes #1372)
|
2023-10-21 19:55:41 +02:00 |
output_influx.c
|
minor: Cleanup clang analyze warnings (closes #2872)
|
2024-03-12 19:57:47 +01:00 |
output_log.c
|
minor: Add GCC Static analysis (closes #1372)
|
2023-10-21 19:55:41 +02:00 |
output_mqtt.c
|
minor: Rename util to bit_util
|
2024-03-06 20:10:15 +01:00 |
output_rtltcp.c
|
minor: Cleanup clang analyze warnings (closes #2872)
|
2024-03-12 19:57:47 +01:00 |
output_trigger.c
|
minor: Add GCC Static analysis (closes #1372)
|
2023-10-21 19:55:41 +02:00 |
output_udp.c
|
minor: Add GCC Static analysis (closes #1372)
|
2023-10-21 19:55:41 +02:00 |
pulse_analyzer.c
|
minor: Refactor C utility macros
|
2024-03-06 20:16:42 +01:00 |
pulse_data.c
|
Add microseconds to OOK pulse data outputs
|
2024-03-24 15:46:10 +01:00 |
pulse_detect.c
|
minor: Fix floating point literals (#1873)
|
2024-07-13 13:43:54 +02:00 |
pulse_detect_fsk.c
|
minor: Refactor C utility macros
|
2024-03-06 20:16:42 +01:00 |
pulse_slicer.c
|
minor: Fix floating point literals (#1873)
|
2024-07-13 13:43:54 +02:00 |
r_api.c
|
minor: Fix floating point literals (#1873)
|
2024-07-13 13:43:54 +02:00 |
r_util.c
|
Improve code and annotations for cpplint (#2683)
|
2023-11-29 10:37:38 +01:00 |
raw_output.c
|
Add rtl_tcp pass-through output (#1915)
|
2022-01-30 12:13:43 +01:00 |
rfraw.c
|
minor: allow old rfraw format in parser
|
2021-02-07 15:10:22 +01:00 |
rtl_433.c
|
minor: Change to enable FM demod for any dumpers
|
2024-06-23 01:09:22 +02:00 |
samp_grab.c
|
Improve all plain sprintf to snprintf
|
2023-10-06 15:06:40 +02:00 |
sdr.c
|
minor: Add message if threads missing (closes #3080)
|
2024-10-28 14:41:23 +01:00 |
term_ctl.c
|
Add darker colors for light terminal backgrounds (#2864)
|
2024-03-26 11:46:46 +01:00 |
write_sigrok.c
|
Improve code and annotations for cpplint (#2683)
|
2023-11-29 10:37:38 +01:00 |