ladybird/Userland
Gunnar Beutner dce97678ae LibCore: Handle partial writes in Socket::send()
Right now Socket::send() assumes that it can send everything in one
go. However, send() is allowed to do partial writes and while that
can't happen at the moment there's nothing that says this can't
happen in the future (like in the next commit).
2021-05-25 22:20:37 +02:00
..
Applets LibCore: Make ProcessStatisticsReader return results in a Vector 2021-05-23 11:10:15 +02:00
Applications HexEditor: Construct Find dialog from GML 2021-05-25 13:17:28 +01:00
Demos Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
DevTools Profiler: Hide timeline scrollbars if we don't need them :^) 2021-05-25 19:04:17 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Solitaire: Persist high score separately per game mode 2021-05-25 21:20:50 +02:00
Libraries LibCore: Handle partial writes in Socket::send() 2021-05-25 22:20:37 +02:00
Services LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap 2021-05-24 13:31:01 +02:00
Shell LibLine+Shell: Allow some programs to modify the current termios 2021-05-24 23:26:49 +04:30
Utilities ls: Fix incorrect -t sort order 2021-05-25 13:23:17 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00