summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/Socket.h
AgeCommit message (Expand)Author
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-04-25LibCore: Simplify Core::Notifier by only allowing one event typeAndreas Kling
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2022-02-14LibCore: Remove Core::Socket :^)sin-ack
2021-10-04LibCore: Add a Socket::set_idle() API that turns the notifiers on/offAli Mohammad Pur
2021-09-30LibHTTP: Respect the 'Connection: close' header on keep-alive jobsAli Mohammad Pur
2021-08-13LibCore+LibHTTP: Check the status of the socket after EINPROGRESSbrapru
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling