ladybird/Libraries/LibGemini
asynts b3d1a05261 Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
This function did a const_cast internally which made the call side look
"safe". This method is removed completely and call sites are replaced
with ByteBuffer::wrap(const_cast<void*>(data), size) which makes the
behaviour obvious.
2020-08-06 10:33:16 +02:00
..
CMakeLists.txt LibGemini: Implement rendering text/gemini documents to HTML 2020-05-17 16:35:42 +02:00
Document.cpp LibGemini: Implement rendering text/gemini documents to HTML 2020-05-17 16:35:42 +02:00
Document.h LibGemini: Implement rendering text/gemini documents to HTML 2020-05-17 16:35:42 +02:00
Forward.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
GeminiJob.cpp Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t) 2020-08-06 10:33:16 +02:00
GeminiJob.h LibGemini: Remove unused private field m_queued_finish 2020-08-04 17:42:08 +02:00
GeminiRequest.cpp
GeminiRequest.h
GeminiResponse.cpp
GeminiResponse.h
Job.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
Job.h
Line.cpp LibGemini: Implement rendering text/gemini documents to HTML 2020-05-17 16:35:42 +02:00