Andreas Kling
|
2d39da5405
LibCore: Put all classes in the Core namespace and remove the leading C
|
5 년 전 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 년 전 |
Andreas Kling
|
6b71250d1a
LibCore: Silence some aggressive CSocket and CHttpJob debug spam
|
5 년 전 |
Andreas Kling
|
bcffe31d3a
LibCore: Bump the CHttpJob receive buffer size from 4KB to 64KB
|
5 년 전 |
Andreas Kling
|
6f4c380d95
AK: Use size_t for the length of strings
|
5 년 전 |
Andreas Kling
|
0ddde627b1
Lagom: Fix build
|
5 년 전 |
Marcel Schneider
|
a353d16ff4
LibCore: Rename class Gzip -> CGZip
|
5 년 전 |
Marcel Schneider
|
c40935e79f
LibCore: Add Content-Encoding handling to CHttpJob
|
5 년 전 |
Andreas Kling
|
43a9843938
LibCore: Put HTTP debug spam behind FOO_DEBUG macros
|
5 년 전 |
Andreas Kling
|
3fdc595e0c
LibCore: CHttpJob::start() should fail asynchronously
|
5 년 전 |
Andreas Kling
|
8f45a259fc
ByteBuffer: Remove pointer() in favor of data()
|
5 년 전 |
Andreas Kling
|
4d8455156e
CHttpJob: Shutting down the job should actually destroy the socket
|
5 년 전 |
Andreas Kling
|
bdf23a3d23
LibCore: Make it possible to cancel pending CNetworkJobs
|
5 년 전 |
Andreas Kling
|
4298ba25c3
LibCore: Convert CTCPSocket to ObjectPtr, add construct() helper
|
5 년 전 |
Andreas Kling
|
ee83b1bcf4
LibCore: Use URL in CHttpRequest
|
6 년 전 |
Andreas Kling
|
54ed6a888d
LibCore: Move CHttpJob and CNetworkJob output to the right places
|
6 년 전 |
Andreas Kling
|
b5aac9c44b
CHttpJob: Drive response download via on_ready_read instead of blocking
|
6 년 전 |
Andreas Kling
|
a8740f82eb
CHttpJob: Collect the payload as a list of buffers during download
|
6 년 전 |
Andreas Kling
|
273d9d6cf5
CHttpJob: If no "Content-Length" header was received, read until EOF
|
6 년 전 |
Andreas Kling
|
1d0b464618
AK: Make HashMap::get(Key) return an Optional<Value>.
|
6 년 전 |
Andreas Kling
|
04b9dc2d30
Libraries: Create top level directory for libraries.
|
6 년 전 |