Age | Commit message (Expand) | Author |
---|---|---|
2019-09-21 | CHttpJob: Shutting down the job should actually destroy the socket | Andreas Kling |
2019-09-21 | LibCore: Make it possible to cancel pending CNetworkJobs | Andreas Kling |
2019-09-21 | LibCore: Convert CTCPSocket to ObjectPtr, add construct() helper | Andreas Kling |
2019-08-10 | LibCore: Use URL in CHttpRequest | Andreas Kling |
2019-08-04 | LibCore: Move CHttpJob and CNetworkJob output to the right places | Andreas Kling |
2019-08-04 | CHttpJob: Drive response download via on_ready_read instead of blocking | Andreas Kling |
2019-08-04 | CHttpJob: Collect the payload as a list of buffers during download | Andreas Kling |
2019-08-04 | CHttpJob: If no "Content-Length" header was received, read until EOF | Andreas Kling |
2019-07-24 | AK: Make HashMap::get(Key) return an Optional<Value>. | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |