Age | Commit message (Expand) | Author |
---|---|---|
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-09-22 | CSocket: Don't create the read notifier until after we've connected | Andreas Kling |
2019-09-22 | LibCore: Remove ObjectPtr in favor of RefPtr | Andreas Kling |
2019-09-20 | LibCore: Convert CNotifier to ObjectPtr | Andreas Kling |
2019-09-11 | CSocket: Share code between connect() overloads | Andreas Kling |
2019-07-27 | LibCore: Remove CSocket's bind() and listen(). | Andreas Kling |
2019-07-27 | CSocket: Add an on_ready_to_read callback. | Andreas Kling |
2019-07-26 | LibCore: Add CSocket::bind() (virtual) and CSocket::listen(). | Andreas Kling |
2019-07-25 | LibCore: Introduce a C_OBJECT macro. | Andreas Kling |
2019-07-25 | CSocket: Fix Clang warning about unused private member m_type. | Andreas Kling |
2019-07-16 | LibCore: Add a way to mark a socket as blocking (or not) | Robin Burchell |
2019-07-13 | AudioServer: Assorted infrastructure work | Robin Burchell |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |