aboutsummaryrefslogtreecommitdiff
path: root/sway/main.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Merge pull request #1194 from snoack/versionDrew DeVault1-8/+2
2017-04-12Implement more thourough nvidia config checkDrew DeVault1-4/+35
2017-04-12Downgrade nvidia proprietary driver warningDrew DeVault1-2/+1
2017-04-07Add libcap check to CMakeJerziKaminsky1-1/+1
2017-03-10UnGNUify the codebaseDrew DeVault1-0/+2
2017-02-23Move env logging to earlier than wlc_initDrew DeVault1-3/+3
2017-02-20Read configs from /etc/sway/security.d/*Drew DeVault1-7/+0
2017-01-16Unset LD_LIBRARY_PATH, unless specifiedMykyta Holubakha1-0/+4
2017-01-12Log capability droppingMykyta Holubakha1-0/+1
2017-01-12Keep CAP_SYS_PTRACE with suid binaryMykyta Holubakha1-0/+28
2016-12-17Change how security config is loaded0.11-rc3Drew DeVault1-31/+0
2016-12-15Handle malloc failures from read_lineDrew DeVault1-3/+12
2016-12-09Fix build on FreeBSDGreg V1-0/+2
2016-12-04Decrement expected_lenDrew DeVault1-1/+1
2016-12-04Drop restart command from sanity checkDrew DeVault1-1/+0
2016-12-02Check for CAP_SYS_PTRACEDrew DeVault1-0/+10
2016-12-02Deal with LD_LIBRARY_PATHDrew DeVault1-1/+3
2016-12-02Unset LD_PRELOAD on startup (before dropping root)Drew DeVault1-0/+2
2016-12-02Flesh out security_sanity_checkDrew DeVault1-9/+38
2016-12-01Shut Clang upDrew DeVault1-1/+1
2016-12-01Write example security config, start on codeDrew DeVault1-0/+23
2016-10-27Log LD_LIBRARY_PATHDrew DeVault1-0/+1
2016-10-27Remove duplicate redhat-release lineDrew DeVault1-1/+0
2016-10-27Log uname -a on startupDrew DeVault1-1/+18
2016-10-27Log contents of distro version filesDrew DeVault1-0/+26
2016-10-27Log important env vars on startupDrew DeVault1-0/+27
2016-10-02moved ipc_init above config file processing.Patrick Sauter1-2/+2
2016-09-20Split setgid and setuid, add privilege checkD.B1-1/+9
2016-09-01Reorganize includesDrew DeVault1-9/+9
2016-05-05sway/main.c: simplify free'ing by switching to the helper methodDaniel Lockyer1-3/+1
2016-04-16Update to wlc 0.0.20.5Drew DeVault1-1/+1
2016-03-26Implement include commandMikkel Oscar Lyderik1-2/+2
2016-03-24Gracefully exit when config is not foundMikkel Oscar Lyderik1-1/+2
2016-03-24Make the nvidia warning louderDrew DeVault1-0/+1
2016-03-24Don't set WLC_DIM on startup0.1Drew DeVault1-1/+0
2016-03-24Update to new WLC APIDrew DeVault1-1/+2
2016-02-27Free config before exiting sway.Mikkel Oscar Lyderik1-0/+4
2016-02-26Correctly exit sway on errors.Mikkel Oscar Lyderik1-7/+11
2016-02-25Fix for when sway_abort doesn't exitYacine Hmito1-0/+1
2016-02-25No options when using sway as IPC clientYacine Hmito1-0/+3
2016-02-25Removed p as a valid CLI optionYacine Hmito1-1/+1
2016-01-22Prevent ipc from crashing swaycrondog1-0/+3
2016-01-19libinputCole Mickens1-0/+7
2016-01-05Init layout before checking configMikkel Oscar Lyderik1-2/+2
2015-12-29Handle SIGTERM sent to swayMikkel Oscar Lyderik1-0/+8
2015-12-14Detect proprietary AMD drivers tooStreetwalrus Einstein1-2/+7
2015-12-12Implement invoking `sway` as IPC clientDrew DeVault1-0/+25
2015-11-29Merge pull request #276 from sce/earlier_loggingDrew DeVault1-8/+8
2015-11-29main: Setup logging before wlc_init.S. Christoffer Eliesen1-8/+8
2015-11-28Fix option parsingChristoph Gysin1-5/+3