index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
log.c
Age
Commit message (
Expand
)
Author
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2020-12-10
common/log: write log importance
Simon Ser
2020-05-24
common/log: use bright black rather than black for SWAY_DEBUG
Tudor Brindus
2020-03-07
common/log: bump POSIX version used after e81d9fde667e
Jan Beich
2020-03-07
common/log: improve time prefix
Simon Ser
2019-07-15
Use -fmacro-prefix-map to strip build path
Manuel Stoeckl
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2018-07-09
Update for swaywm/wlroots#1126
emersion
2018-01-05
common/log: finish removing most log functions
Dominique Martinet
2017-11-18
Move everything to sway/old/
Drew DeVault
2017-10-20
Print log level even if STDERR is not a tty
Calvin Lee
2017-06-06
FreeBSD fixes
johalun
2017-04-20
Make sway_abort() report location
Jerzi Kaminsky
2017-04-16
Fix location reported by sway_assert
Jerzi Kaminsky
2017-04-16
Fix variadic forwarding in sway_assert
Jerzi Kaminsky
2017-03-10
UnGNUify the codebase
Drew DeVault
2016-12-15
Handle malloc failure in ipc_recv_response
Drew DeVault
2016-09-01
Reorganize includes
Drew DeVault
2016-07-28
Add timestamp to log messages
Tony Crisci
2016-07-17
Remove SIGSERV and SIGABORT handler
Drew DeVault
2016-06-27
Add get_log_level() to encapsulate v (current log level)
David Eklov
2016-05-02
common: refactor sway_log()
Eric Engestrom
2016-05-02
common: fix double-close in error_handler()
Eric Engestrom
2016-05-02
Fix off-by-one bug in log functions
Eric Engestrom
2016-02-26
Correctly exit sway on errors.
Mikkel Oscar Lyderik
2016-02-08
Fix clang warnings
Mikkel Oscar Lyderik
2016-01-28
Print /proc/<pid>/maps on segfault
Drew DeVault
2015-12-21
use CMake's FindBacktrace for backtrace feature detection
robotanarchy
2015-11-12
Start fleshing out wayland client implementation
Drew DeVault