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
/
LibCore
/
CHttpJob.cpp
Age
Commit message (
Expand
)
Author
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-14
LibCore: Silence some aggressive CSocket and CHttpJob debug spam
Andreas Kling
2019-12-14
LibCore: Bump the CHttpJob receive buffer size from 4KB to 64KB
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-11-19
Lagom: Fix build
Andreas Kling
2019-11-10
LibCore: Rename class Gzip -> CGZip
Marcel Schneider
2019-11-10
LibCore: Add Content-Encoding handling to CHttpJob
Marcel Schneider
2019-10-15
LibCore: Put HTTP debug spam behind FOO_DEBUG macros
Andreas Kling
2019-10-08
LibCore: CHttpJob::start() should fail asynchronously
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
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