1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 23:17:44 +00:00
serenity/Libraries
Robin Burchell a714fc661d LibCore: Add a way to mark a socket as blocking (or not)
If custom I/O is being done outside CIODevice, we need a way to force blocking sometimes.
This also fixes the default of CLocalSocket to be non-blocking, the same
as CTCPSocket.
2019-07-16 20:22:54 +02:00
..
LibAudio AK/LibAudio: Add stream read operators to AK::BufferStream, and use it in AWavLoader 2019-07-14 15:29:59 +02:00
LibC LibC: Add WIFSTOPPED() macro in <sys/wait.h>. 2019-07-14 11:31:53 +02:00
LibCore LibCore: Add a way to mark a socket as blocking (or not) 2019-07-16 20:22:54 +02:00
LibGUI GFilePicker: Changed file_exists MessageBox to warning 2019-07-16 08:34:51 +02:00
LibHTML LibHTML: Create anonymous blocks around inline children of blocks. 2019-07-08 17:42:23 +02:00
LibM Libraries: Unbreak "make install" with new directory locations. 2019-07-04 16:41:42 +02:00