Age | Commit message (Expand) | Author |
---|---|---|
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-02 | LibCore: CSocketAddress: pull in netinet/in.h | joshua stein |
2019-08-06 | LibCore: Initialise m_port as zero in CSocketAddress | Conrad Pankoff |
2019-08-05 | LibCore: Add CTCPServer | Conrad Pankoff |
2019-07-26 | LibCore: Add CSocket::bind() (virtual) and CSocket::listen(). | Andreas Kling |
2019-07-14 | LibCore: Oops, fix infinite recursion in LogStream << CSocketAddress. | Andreas Kling |
2019-07-14 | LibCore: Port CSocket over to using dbg(). | Andreas Kling |
2019-07-13 | AudioServer: Assorted infrastructure work | Robin Burchell |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |