summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-11dhcp: Add some workarounds for broken serversLuke T. Shumaker
2024-11-11tidyLuke T. Shumaker
2024-11-11tidyLuke T. Shumaker
2024-11-11libdhcp: Implement RFC 6842Luke T. Shumaker
2024-11-11libdhcp: Be more careful with xid and time_ns_initLuke T. Shumaker
2024-11-11libdhcp: Move around set_read_deadline callsLuke T. Shumaker
2024-11-11libdhcp: Correctly call ifup and ifdownLuke T. Shumaker
2024-11-11Fix handling of DHCP_INFINITYLuke T. Shumaker
2024-11-11tidyLuke T. Shumaker
2024-11-11wip dhcpLuke T. Shumaker
2024-11-11libdhcp: Move files aroundLuke T. Shumaker
2024-11-11libcr_ipc/select.h: Simplify cr_select_l()Luke T. Shumaker
2024-11-11Factor out libmisc/rand.hLuke T. Shumaker
2024-11-11build-sys: Add -Wswitch-enumLuke T. Shumaker
2024-11-11libmisc: Write my own assert.h with assert_notreached()Luke T. Shumaker
2024-11-11Fix+update tusb_helpers.h.gen, run `make generate-clean && make generate`Luke T. Shumaker
2024-11-10libhw: net.h: Add listener close(), add 'iface'Luke T. Shumaker
2024-11-10libhw: net.h: Clarify UDP truncation behaviorLuke T. Shumaker
2024-10-31Clean up the build systemLuke T. Shumaker
2024-10-31cmake part of stack sizesLuke T. Shumaker
2024-10-30wip stack analysisLuke T. Shumaker
2024-10-30Finish the W5500 driver?Luke T. Shumaker
2024-10-29libhw: TidyLuke T. Shumaker
2024-10-29host alarmclockLuke T. Shumaker
2024-10-29wip host_alarmclockLuke T. Shumaker
2024-10-29Implement RP2040 hw alarmsLuke T. Shumaker
2024-10-29Add a way to make private object membersLuke T. Shumaker
2024-10-29lib9p/9p.h: Tidy upLuke T. Shumaker
2024-10-28wip host net timeoutLuke T. Shumaker
2024-10-28s/Licence/License/gLuke T. Shumaker
2024-10-27Factor out a libhwLuke T. Shumaker
2024-10-27Lint that include-guards match the filenameLuke T. Shumaker
2024-10-26conventions: Don't have 2 ways to spell "implements_foo"Luke T. Shumaker
Stop defining "struct foo" as a synonym for "implements_foo".
2024-10-26Lint for tabs-as-alignmentLuke T. Shumaker
2024-10-25gnet: Set SO_REUSEPORTLuke T. Shumaker
This is necessary for the multiple-listener-ports thing.
2024-10-25Enable pico-sdk for host binariesLuke T. Shumaker
2024-10-25ahhhLuke T. Shumaker
2024-10-24use #if __unix__Luke T. Shumaker
2024-10-23wipLuke T. Shumaker
2024-10-23wipLuke T. Shumaker
2024-10-22wip dhcpLuke T. Shumaker
2024-10-22wip dhcpLuke T. Shumaker
2024-10-21tidy dhcpLuke T. Shumaker
2024-10-21wip dhcpLuke T. Shumaker
2024-10-21wip dhcpLuke T. Shumaker
2024-10-21Factor out libmisc/endian.hLuke T. Shumaker
2024-10-20import dhcp from ioLibraryLuke T. Shumaker
2024-10-20Makefile: Use editorconfig for lint/formatLuke T. Shumaker
2024-10-19w5500: Move some functions aroundLuke T. Shumaker
2024-10-19w5500: Tidy commentsLuke T. Shumaker