index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
/
AudioServer
/
Makefile
Age
Commit message (
Expand
)
Author
2020-05-08
Services: Renamed from Servers
Andreas Kling
2020-02-17
AudioServer: Remove ASEventLoop class and do all the setup in main()
Andreas Kling
2019-12-28
Build: consider IPCCOMPILER and FORMCOMPILER just for ordering
joshua stein
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-11-23
LibIPC+AudioServer: Allow unsolicited server-to-client IPC messages
Andreas Kling
2019-11-19
AudioServer: Make all source files depend on generated sources
Sergey Bugaev
2019-11-13
LibPthread: Start working on a POSIX threading library
Andreas Kling
2019-08-26
AudioServer: Port threading to LibThread
Sergey Bugaev
2019-08-03
AudioServer: Port to the new generated IPC mechanism
Andreas Kling
2019-08-03
AudioServer: Link against LibIPC
Andreas Kling
2019-07-17
Work on AudioServer
Robin Burchell
2019-07-13
AudioServer: Assorted infrastructure work
Robin Burchell
2019-07-13
Kernel: First cut of a sb16 driver
Robin Burchell