1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:30:59 +00:00
serenity/Userland
Ali Mohammad Pur bd4f7421cf LibCore: Don't double-check select() in Socket's read notifier callback
This was used to work around a possible bug where select() would mark a
socket readable, but another user of the same socket would read before
the notifier's callback is run; let's remove this and fix any issues
regarding that specific situation later when they pop up.
2021-09-19 21:10:23 +04:30
..
Applets ClipboardHistory: Listen for configuration changes 2021-09-18 03:33:25 +00:00
Applications CrashReporter: Add some margin around the backtrace & register views 2021-09-19 17:25:52 +02:00
Demos Fire: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
DevTools HackStudio: Make sure Window is destroyed before Application object 2021-09-18 16:45:50 +02:00
DynamicLoader Meta: Switch to a SuperBuild that splits host and target builds 2021-09-15 19:04:52 +04:30
Games Breakout: Tag fallthrough statement 2021-09-15 14:22:34 +00:00
Libraries LibCore: Don't double-check select() in Socket's read notifier callback 2021-09-19 21:10:23 +04:30
Services LibCore+RequestServer: Ignore callbacks for cancelled network jobs 2021-09-19 21:10:23 +04:30
Shell Shell: Use default instead of an empty constructor/destructor 2021-09-16 17:17:13 +02:00
Utilities LibTLS: Use a setter for on_tls_ready_to_write with some more smarts 2021-09-19 21:10:23 +04:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00