serenity/Userland/Libraries/LibGemini
Linus Groh e76394d96c AK: Remove infallible version of StringBuilder::to_byte_buffer
Also drop the try_ prefix from the fallible function, as it is no longer
needed to distinguish the two.
2023-03-09 15:51:00 +00:00
..
CMakeLists.txt
Document.cpp Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
Document.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
Forward.h
GeminiRequest.cpp AK: Remove infallible version of StringBuilder::to_byte_buffer 2023-03-09 15:51:00 +00:00
GeminiRequest.h LibGemini: Propagate OOM errors from GeminiRequest::to_raw_request() 2023-03-09 14:51:48 +00:00
GeminiResponse.cpp
GeminiResponse.h
Job.cpp LibGemini: Propagate OOM errors from GeminiRequest::to_raw_request() 2023-03-09 14:51:48 +00:00
Job.h Everywhere: Remove the AK:: qualifier from Stream usages 2023-02-13 00:50:07 +00:00
Line.cpp