Age | Commit message (Expand) | Author |
---|---|---|
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-10 | LibCore: Make CHttpJob::response() return a CHttpResponse* | Andreas Kling |
2019-09-22 | LibCore: Remove ObjectPtr in favor of RefPtr | 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-04 | CHttpJob: Drive response download via on_ready_read instead of blocking | Andreas Kling |
2019-07-25 | LibCore: Introduce a C_OBJECT macro. | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |