Age | Commit message (Expand) | Author |
---|---|---|
2021-11-30 | DHCPClient: Port to LibMain :^) | Andreas Kling |
2021-05-27 | DHCPClient: Remove unused #includes | Gunnar Beutner |
2021-05-27 | DHCPClient: Resend DHCP packets when we don't receive an answer | Gunnar Beutner |
2021-05-13 | Userland: Tighten a *lot* of pledges! :^) | Andreas Kling |
2021-04-29 | Everywhere: Use "the SerenityOS developers." in copyright headers | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-06 | DHCPClient: Retry DISCOVER for interfaces that fail | AnotherTest |
2021-04-04 | DHCPClient: Parse MacAddress parts using StringUtils | Idan Horowitz |
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-17 | DHCPClient: Don't reject packets smaller than the max size | AnotherTest |
2021-01-14 | DHCPClient: handle /proc/net/adapters invalid JSON gracefully | Brendan Coles |
2021-01-12 | Services: Move to Userland/Services/ | Andreas Kling |