ladybird/Userland/Libraries/LibWebSocket
Timothy Flynn 15532df83d AK+Everywhere: Change AK::fill_with_random to accept a Bytes object
Rather than the very C-like API we currently have, accepting a void* and
a length, let's take a Bytes object instead. In almost all existing
cases, the compiler figures out the length.
2023-04-03 15:53:49 +02:00
..
Impl AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted 2023-03-13 15:16:20 +00:00
CMakeLists.txt LibWebSocket: Make WebSocketImpl an abstract class 2022-11-09 02:06:33 +01:00
ConnectionInfo.cpp Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2023-03-10 13:15:44 +01:00
ConnectionInfo.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Message.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WebSocket.cpp AK+Everywhere: Change AK::fill_with_random to accept a Bytes object 2023-04-03 15:53:49 +02:00
WebSocket.h LibWeb+LibWebSocket: DOM WebSocket subprotocol support 2023-02-02 14:41:34 +01:00