1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 12:57:35 +00:00
serenity/Libraries
Andreas Kling b5aac9c44b CHttpJob: Drive response download via on_ready_read instead of blocking
This allows the event loop to service events while an HTTP download is
happening. Pretty cool :^)
2019-08-04 18:59:06 +02:00
..
LibAudio AudioServer: Port to the new generated IPC mechanism 2019-08-03 19:49:19 +02:00
LibC LibC: Define SIZE_MAX 2019-08-04 18:46:58 +02:00
LibCore CHttpJob: Drive response download via on_ready_read instead of blocking 2019-08-04 18:59:06 +02:00
LibDraw LibDraw: Add Font::default_bold_fixed_width_font() 2019-08-04 08:14:53 +02:00
LibGUI GWidget: Implement set_backcolor() and set_forecolor() 2019-08-03 11:35:10 +02:00
LibHTML LibHTML: Make some use of Vector::empend(). 2019-08-01 16:50:15 +02:00
LibIPC IPCCompiler: More work towards AudioServer bringup 2019-08-03 19:24:08 +02:00
LibM Libraries: Fix wrong paths to "Root" in the various install.sh scripts. 2019-07-21 21:38:30 +02:00