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
/
Makefile
Age
Commit message (
Expand
)
Author
2020-04-19
LibCore: Add StandardPaths thing to retrieve various standard locations
Andreas Kling
2020-04-19
LibCore+LibGUI: Move DesktopServices to LibCore
Sergey Bugaev
2020-03-14
LibCore: Rename Udp classes to UDP
Shannon Booth
2020-02-15
LibCore: Move LogStream::operator<< overloads into cpp files
Andreas Kling
2020-02-14
LibCore: Add Core::MimeData class
Andreas Kling
2020-02-11
LibCore: Add a basic Core::DateTime class
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-01-26
LibCore: Add UDP socket and server classes
Andreas Kling
2019-12-25
LibCore: compile puff.c as a separate object
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-11-10
LibCore: Add a gzip implementation
Marcel Schneider
2019-08-26
LibCore: Remove CThread
Sergey Bugaev
2019-08-05
LibCore: Add CTCPServer
Conrad Pankoff
2019-07-27
LibCore: Add CLocalServer, a server-only local socket class.
Andreas Kling
2019-07-21
Libraries: Remove unused "install" targets.
Andreas Kling
2019-07-14
LibCore: Add CThread, a simple thread abstraction object.
Andreas Kling
2019-07-13
AudioServer: Assorted infrastructure work
Robin Burchell
2019-07-04
Libraries: Unbreak "make install" with new directory locations.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling