summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/CHttpJob.cpp
AgeCommit message (Expand)Author
2019-09-21CHttpJob: Shutting down the job should actually destroy the socketAndreas Kling
2019-09-21LibCore: Make it possible to cancel pending CNetworkJobsAndreas Kling
2019-09-21LibCore: Convert CTCPSocket to ObjectPtr, add construct() helperAndreas Kling
2019-08-10LibCore: Use URL in CHttpRequestAndreas Kling
2019-08-04LibCore: Move CHttpJob and CNetworkJob output to the right placesAndreas Kling
2019-08-04CHttpJob: Drive response download via on_ready_read instead of blockingAndreas Kling
2019-08-04CHttpJob: Collect the payload as a list of buffers during downloadAndreas Kling
2019-08-04CHttpJob: If no "Content-Length" header was received, read until EOFAndreas Kling
2019-07-24AK: Make HashMap::get(Key) return an Optional<Value>.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling