aboutsummaryrefslogtreecommitdiffstats
path: root/common/log.c
Commit message (Collapse)AuthorAge
* Correctly exit sway on errors.Libravatar Mikkel Oscar Lyderik2016-02-26
| | | | | | | | Calling `exit` in sway_terminate prevents sway from correctly shutting down (freeing data, cleanly terminating the ipc server, etc.). A better way is to exit straight away if the failure occurs before `wlc_run` and use sway_abort as usual if it occur when wlc is running.
* Fix clang warningsLibravatar Mikkel Oscar Lyderik2016-02-08
|
* Print /proc/<pid>/maps on segfaultLibravatar Drew DeVault2016-01-28
|
* use CMake's FindBacktrace for backtrace feature detectionLibravatar robotanarchy2015-12-21
|
* Start fleshing out wayland client implementationLibravatar Drew DeVault2015-11-12
This introduces a basic shared framework for making wayland clients within sway itself.