1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:18:11 +00:00
serenity/Libraries/LibGemini
asynts 843ebbd2c3 Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.
2021-01-11 21:49:29 +01:00
..
CMakeLists.txt LibGemini: Implement rendering text/gemini documents to HTML 2020-05-17 16:35:42 +02:00
Document.cpp LibGemini: Improve rendering of <pre> blocks 2020-10-06 20:29:11 +02:00
Document.h LibGemini: Fix crash on Link lines without explicit link text 2020-10-06 17:16:16 +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 Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
GeminiJob.h ProtocolServer: Stream the downloaded data if possible 2020-12-30 13:31:55 +01:00
GeminiRequest.cpp LibHTTP+ProtocolServer+LibGemini: Remove Request::schedule() 2020-10-30 23:42:03 +01:00
GeminiRequest.h LibHTTP+ProtocolServer+LibGemini: Remove Request::schedule() 2020-10-30 23:42:03 +01:00
GeminiResponse.cpp ProtocolServer: Stream the downloaded data if possible 2020-12-30 13:31:55 +01:00
GeminiResponse.h ProtocolServer: Stream the downloaded data if possible 2020-12-30 13:31:55 +01:00
Job.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
Job.h ProtocolServer: Stream the downloaded data if possible 2020-12-30 13:31:55 +01:00
Line.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-11 21:49:29 +01:00