summaryrefslogtreecommitdiff
path: root/Libraries/LibGemini
AgeCommit message (Expand)Author
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