summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/Socket.cpp
AgeCommit message (Expand)Author
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-09-19LibCore: Don't double-check select() in Socket's read notifier callbackAli Mohammad Pur
2021-08-13LibCore+LibHTTP: Check the status of the socket after EINPROGRESSbrapru
2021-08-01LibCore: Remove unused header includesBrian Gianforcaro
2021-07-12LibCore: Tolerate misaligned addresses in struct hostentAndrew Kaster
2021-05-31LibCore: Replace fprintf(stderr)/printf() with warnln()/out()Linus Groh
2021-05-25LibCore: Handle partial writes in Socket::send()Gunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling