index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGemini
Age
Commit message (
Expand
)
Author
2020-10-30
LibProtocol+LibGemini+LibHTTP: Provide root certificates to LibTLS
AnotherTest
2020-10-30
LibHTTP+ProtocolServer+LibGemini: Remove Request::schedule()
AnotherTest
2020-10-06
LibGemini: Improve rendering of <pre> blocks
Nico Weber
2020-10-06
LibGemini: Fix crash on Link lines without explicit link text
Nico Weber
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-08-04
LibGemini: Remove unused private field m_queued_finish
Nico Weber
2020-08-02
ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clients
AnotherTest
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-17
LibGemini: Implement rendering text/gemini documents to HTML
AnotherTest
2020-05-17
LibGemini+LibHTTP: Defer did_progress call to match other callbacks
Conrad Pankoff
2020-05-17
LibGemini: Implement basic Gemini protocol support
Conrad Pankoff