Age | Commit message (Expand) | Author |
2023-10-17 | util/spkmodem-recv: detailed copyright history | Leah Rowe |
2023-09-25 | util/: use SPDX license and copyright headers | Leah Rowe |
2023-06-14 | util/spkmodem-recv: rename function for clarity | Leah Rowe |
2023-06-13 | util/spkmodem-recv: remove unnecessary error check | Leah Rowe |
2023-06-13 | util/spkmodem-recv: say cc, not gcc, in comment | Leah Rowe |
2023-06-13 | util/spkmodem-recv: fix bad comment | Leah Rowe |
2023-06-13 | util/spkmodem-recv: remove unnecessary assignment | Leah Rowe |
2023-06-13 | util/spkmodem-recv: simplify getopt handling | Leah Rowe |
2023-06-13 | util/spkmodem-recv: cleaner ring buffer handling | Leah Rowe |
2023-06-13 | remove errant file | Leah Rowe |
2023-06-12 | util/spkmodem-recv: re-add full license header | Leah Rowe |
2023-06-08 | util/spkmodem-recv: fix regression | Leah Rowe |
2023-06-05 | util/spkmodem-recv: make ringpos a global variable | Leah Rowe |
2023-06-05 | util/spkmodem-recv: simplify sample_cnt/char reset | Leah Rowe |
2023-06-05 | util/spkmodem-recv: print stats in other function | Leah Rowe |
2023-06-05 | util/spkmodem-recv: only print unhandled err on -d | Leah Rowe |
2023-06-05 | util/spkmodem-recv: make debug a runtime option | Leah Rowe |
2023-06-05 | util/spkmodem-recv: always disable line buffering | Leah Rowe |
2023-06-05 | util/spkmodem-recv: simplify stdout flush logic | Leah Rowe |
2023-06-05 | util/spkmodem-recv: rename variables for clarity | Leah Rowe |
2023-06-04 | util/spkmodem-recv: split print_char() up | Leah Rowe |
2023-06-04 | util/spkmodem-recv: reduce indent in print_char() | Leah Rowe |
2023-06-04 | util/spkmodem-recv: squash a few code lines | Leah Rowe |
2023-06-04 | util/spkmodem-recv: bsd-style indent | Leah Rowe |
2023-06-04 | util/spkmodem-recv: order prototypes per function | Leah Rowe |
2023-06-04 | util/spkmodem-recv: warn on unhandled exit error | Leah Rowe |
2023-06-04 | util/spkmodem-recv: another minor code cleanup | Leah Rowe |
2023-06-04 | util/spkmodem-recv: always set errno on err() | Leah Rowe |
2023-06-04 | util/spkmodem-recv: minor code cleanup | Leah Rowe |
2023-06-04 | util/spkmodem-recv: handle sample errors correctly | Leah Rowe |
2023-06-04 | util/spkmodem-recv: simplify pulse check | Leah Rowe |
2023-05-30 | util/*: Properly detect OpenBSD for pledge() call | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Use pledge but only on OpenBSD | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Add -u flag (no line buffer) | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Tidy up global variables | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Make pulse variable global | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Use parentheses on comparisons | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Move global variable: pulse | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Purge unused global: amplitude | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Remove unused variable: pos | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Re-order functions for clarity | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Handle output in new function | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Re-order prototypes | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Rename functions for clarity | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Return errno in main | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Use correct printf specifier | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Add error handling | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Move logic out of main | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Rename variable for clarity | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Remove use of static keyword | Leah Rowe |