Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for ESP32 (#17) | Zduniusz | 2023-04-15 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | * Add support for ESP32 * core: Check length of body before allocating Frames with no body may be worth parsing, but should avoid the allocation of zero-length bodies. Instead, we'll check if the body exists in the parsed data and if that length is zero, return early with success. Fixes #16 * misc: Run GitHub build actions on pull requests * Add support for ESP32 --------- Co-authored-by: Zduniusz <Zduniusz@thisemaildoesnotexist.com> Co-authored-by: Marc <marc@malloc.me> | ||||
* | Add macOS support (#8) | Marc | 2022-08-20 | 1 | -5/+6 |
| | | | Add macOS build support | ||||
* | misc: Change examples text to link | Marc | 2022-01-29 | 1 | -1/+1 |
| | |||||
* | misc: Show version output for debug builds. | Marc | 2022-01-29 | 1 | -0/+4 |
| | |||||
* | misc: Update README to include details about debug builds | Marc | 2022-01-28 | 1 | -1/+10 |
| | |||||
* | misc: Update README.md | Marc | 2022-01-09 | 1 | -4/+12 |
| | |||||
* | misc: Remove extra word | Marc | 2021-12-05 | 1 | -1/+1 |
| | |||||
* | misc: Fix incorrect test directory name | Marc | 2021-12-05 | 1 | -1/+1 |
| | | | | Fixes #2 | ||||
* | misc: Update README to point to website for feature checklist. | Marc | 2021-12-03 | 1 | -50/+1 |
| | |||||
* | Initial Commit | Marc | 2021-12-01 | 1 | -0/+88 |
Signed-off-by: Marc <foxtrot@malloc.me> |