about summary refs log tree commit diff stats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Add support for ESP32 (#17)Zduniusz2023-04-151-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)Marc2022-08-201-5/+6
| | | Add macOS build support
* misc: Change examples text to linkMarc2022-01-291-1/+1
|
* misc: Show version output for debug builds.Marc2022-01-291-0/+4
|
* misc: Update README to include details about debug buildsMarc2022-01-281-1/+10
|
* misc: Update README.mdMarc2022-01-091-4/+12
|
* misc: Remove extra wordMarc2021-12-051-1/+1
|
* misc: Fix incorrect test directory nameMarc2021-12-051-1/+1
| | | | Fixes #2
* misc: Update README to point to website for feature checklist.Marc2021-12-031-50/+1
|
* Initial CommitMarc2021-12-011-0/+88
Signed-off-by: Marc <foxtrot@malloc.me>