summaryrefslogtreecommitdiff
path: root/common/log.c
AgeCommit message (Expand)AuthorLines
2018-07-09Update for swaywm/wlroots#1126emersion-2/+2
2018-01-05common/log: finish removing most log functionsDominique Martinet-145/+4
2017-11-18Move everything to sway/old/Drew DeVault-1/+1
2017-10-20Print log level even if STDERR is not a ttyCalvin Lee-5/+18
2017-06-06FreeBSD fixesjohalun-1/+1
2017-04-20Make sway_abort() report locationJerzi Kaminsky-10/+9
2017-04-16Fix location reported by sway_assertJerzi Kaminsky-2/+2
2017-04-16Fix variadic forwarding in sway_assertJerzi Kaminsky-5/+10
2017-03-10UnGNUify the codebaseDrew DeVault-0/+1
2016-12-15Handle malloc failure in ipc_recv_responseDrew DeVault-3/+8
2016-09-01Reorganize includesDrew DeVault-9/+7
2016-07-28Add timestamp to log messagesTony Crisci-0/+15
2016-07-17Remove SIGSERV and SIGABORT handlerDrew DeVault-46/+1
2016-06-27Add get_log_level() to encapsulate v (current log level)David Eklov-3/+7
2016-05-02common: refactor sway_log()Eric Engestrom-9/+6
2016-05-02common: fix double-close in error_handler()Eric Engestrom-3/+1
2016-05-02Fix off-by-one bug in log functionsEric Engestrom-2/+2
2016-02-26Correctly exit sway on errors.Mikkel Oscar Lyderik-1/+1
2016-02-08Fix clang warningsMikkel Oscar Lyderik-1/+1
2016-01-28Print /proc/<pid>/maps on segfaultDrew DeVault-0/+20
2015-12-21use CMake's FindBacktrace for backtrace feature detectionrobotanarchy-1/+4
2015-11-12Start fleshing out wayland client implementationDrew DeVault-0/+159