Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-11 | dhcp: Add some workarounds for broken servers | Luke T. Shumaker | |
2024-11-11 | tidy | Luke T. Shumaker | |
2024-11-11 | tidy | Luke T. Shumaker | |
2024-11-11 | libdhcp: Implement RFC 6842 | Luke T. Shumaker | |
2024-11-11 | libdhcp: Be more careful with xid and time_ns_init | Luke T. Shumaker | |
2024-11-11 | libdhcp: Move around set_read_deadline calls | Luke T. Shumaker | |
2024-11-11 | libdhcp: Correctly call ifup and ifdown | Luke T. Shumaker | |
2024-11-11 | Fix handling of DHCP_INFINITY | Luke T. Shumaker | |
2024-11-11 | tidy | Luke T. Shumaker | |
2024-11-11 | wip dhcp | Luke T. Shumaker | |
2024-11-11 | libdhcp: Move files around | Luke T. Shumaker | |
2024-11-11 | libcr_ipc/select.h: Simplify cr_select_l() | Luke T. Shumaker | |
2024-11-11 | Factor out libmisc/rand.h | Luke T. Shumaker | |
2024-11-11 | build-sys: Add -Wswitch-enum | Luke T. Shumaker | |
2024-11-11 | libmisc: Write my own assert.h with assert_notreached() | Luke T. Shumaker | |
2024-11-11 | Fix+update tusb_helpers.h.gen, run `make generate-clean && make generate` | Luke T. Shumaker | |
2024-11-10 | libhw: net.h: Add listener close(), add 'iface' | Luke T. Shumaker | |
2024-11-10 | libhw: net.h: Clarify UDP truncation behavior | Luke T. Shumaker | |
2024-10-31 | Clean up the build system | Luke T. Shumaker | |
2024-10-31 | cmake part of stack sizes | Luke T. Shumaker | |
2024-10-30 | wip stack analysis | Luke T. Shumaker | |
2024-10-30 | Finish the W5500 driver? | Luke T. Shumaker | |
2024-10-29 | libhw: Tidy | Luke T. Shumaker | |
2024-10-29 | host alarmclock | Luke T. Shumaker | |
2024-10-29 | wip host_alarmclock | Luke T. Shumaker | |
2024-10-29 | Implement RP2040 hw alarms | Luke T. Shumaker | |
2024-10-29 | Add a way to make private object members | Luke T. Shumaker | |
2024-10-29 | lib9p/9p.h: Tidy up | Luke T. Shumaker | |
2024-10-28 | wip host net timeout | Luke T. Shumaker | |
2024-10-28 | s/Licence/License/g | Luke T. Shumaker | |
2024-10-27 | Factor out a libhw | Luke T. Shumaker | |
2024-10-27 | Lint that include-guards match the filename | Luke T. Shumaker | |
2024-10-26 | conventions: Don't have 2 ways to spell "implements_foo" | Luke T. Shumaker | |
Stop defining "struct foo" as a synonym for "implements_foo". | |||
2024-10-26 | Lint for tabs-as-alignment | Luke T. Shumaker | |
2024-10-25 | gnet: Set SO_REUSEPORT | Luke T. Shumaker | |
This is necessary for the multiple-listener-ports thing. | |||
2024-10-25 | Enable pico-sdk for host binaries | Luke T. Shumaker | |
2024-10-25 | ahhh | Luke T. Shumaker | |
2024-10-24 | use #if __unix__ | Luke T. Shumaker | |
2024-10-23 | wip | Luke T. Shumaker | |
2024-10-23 | wip | Luke T. Shumaker | |
2024-10-22 | wip dhcp | Luke T. Shumaker | |
2024-10-22 | wip dhcp | Luke T. Shumaker | |
2024-10-21 | tidy dhcp | Luke T. Shumaker | |
2024-10-21 | wip dhcp | Luke T. Shumaker | |
2024-10-21 | wip dhcp | Luke T. Shumaker | |
2024-10-21 | Factor out libmisc/endian.h | Luke T. Shumaker | |
2024-10-20 | import dhcp from ioLibrary | Luke T. Shumaker | |
2024-10-20 | Makefile: Use editorconfig for lint/format | Luke T. Shumaker | |
2024-10-19 | w5500: Move some functions around | Luke T. Shumaker | |
2024-10-19 | w5500: Tidy comments | Luke T. Shumaker | |