summaryrefslogtreecommitdiff
path: root/Libraries/LibGemini
AgeCommit message (Expand)Author
2020-10-30LibProtocol+LibGemini+LibHTTP: Provide root certificates to LibTLSAnotherTest
2020-10-30LibHTTP+ProtocolServer+LibGemini: Remove Request::schedule()AnotherTest
2020-10-06LibGemini: Improve rendering of <pre> blocksNico Weber
2020-10-06LibGemini: Fix crash on Link lines without explicit link textNico Weber
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-06Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)asynts
2020-08-04LibGemini: Remove unused private field m_queued_finishNico Weber
2020-08-02ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clientsAnotherTest
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-17LibGemini: Implement rendering text/gemini documents to HTMLAnotherTest
2020-05-17LibGemini+LibHTTP: Defer did_progress call to match other callbacksConrad Pankoff
2020-05-17LibGemini: Implement basic Gemini protocol supportConrad Pankoff