summaryrefslogtreecommitdiff
path: root/Libraries/LibGemini/Job.cpp
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2020-12-31ProtocolServer: Avoid blocking all downloads when client stops readingAnotherTest
2020-12-30ProtocolServer: Stream the downloaded data if possibleAnotherTest
2020-12-13LibCore: Make IODevice::read_line() return a StringAndreas Kling
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-05-17LibGemini+LibHTTP: Defer did_progress call to match other callbacksConrad Pankoff
2020-05-17LibGemini: Implement basic Gemini protocol supportConrad Pankoff