Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |
2021-01-09 | Everywhere: Replace a bundle of dbg with dbgln. | asynts |
2020-12-31 | ProtocolServer: Avoid blocking all downloads when client stops reading | AnotherTest |
2020-12-30 | ProtocolServer: Stream the downloaded data if possible | AnotherTest |
2020-12-13 | LibCore: Make IODevice::read_line() return a String | Andreas Kling |
2020-08-16 | AK: Rename KB, MB, GB to KiB, MiB, GiB | Nico Weber |
2020-06-12 | AK: Make string-to-number conversion helpers return Optional | Andreas Kling |
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 |