summaryrefslogtreecommitdiffstats
path: root/sway/main.c
Commit message (Expand)AuthorAge
* Move env logging to earlier than wlc_initLibravatar Drew DeVault2017-02-28
* Read configs from /etc/sway/security.d/*Libravatar Drew DeVault2017-02-20
* Unset LD_LIBRARY_PATH, unless specifiedLibravatar Mykyta Holubakha2017-01-16
* Log capability droppingLibravatar Mykyta Holubakha2017-01-12
* Keep CAP_SYS_PTRACE with suid binaryLibravatar Mykyta Holubakha2017-01-12
* Change how security config is loaded0.11-rc3Libravatar Drew DeVault2016-12-17
* Handle malloc failures from read_lineLibravatar Drew DeVault2016-12-15
* Fix build on FreeBSDLibravatar Greg V2016-12-09
* Decrement expected_lenLibravatar Drew DeVault2016-12-04
* Drop restart command from sanity checkLibravatar Drew DeVault2016-12-04
* Check for CAP_SYS_PTRACELibravatar Drew DeVault2016-12-02
* Deal with LD_LIBRARY_PATHLibravatar Drew DeVault2016-12-02
* Unset LD_PRELOAD on startup (before dropping root)Libravatar Drew DeVault2016-12-02
* Flesh out security_sanity_checkLibravatar Drew DeVault2016-12-02
* Shut Clang upLibravatar Drew DeVault2016-12-01
* Write example security config, start on codeLibravatar Drew DeVault2016-12-01
* Log LD_LIBRARY_PATHLibravatar Drew DeVault2016-10-27
* Remove duplicate redhat-release lineLibravatar Drew DeVault2016-10-27
* Log uname -a on startupLibravatar Drew DeVault2016-10-27
* Log contents of distro version filesLibravatar Drew DeVault2016-10-27
* Log important env vars on startupLibravatar Drew DeVault2016-10-27
* moved ipc_init above config file processing.Libravatar Patrick Sauter2016-10-02
* Split setgid and setuid, add privilege checkLibravatar D.B2016-09-20
* Reorganize includesLibravatar Drew DeVault2016-09-01
* sway/main.c: simplify free'ing by switching to the helper methodLibravatar Daniel Lockyer2016-05-05
* Update to wlc 0.0.20.5Libravatar Drew DeVault2016-04-16
* Implement include commandLibravatar Mikkel Oscar Lyderik2016-03-26
* Gracefully exit when config is not foundLibravatar Mikkel Oscar Lyderik2016-03-24
* Make the nvidia warning louderLibravatar Drew DeVault2016-03-24
* Don't set WLC_DIM on startup0.1Libravatar Drew DeVault2016-03-24
* Update to new WLC APILibravatar Drew DeVault2016-03-24
* Free config before exiting sway.Libravatar Mikkel Oscar Lyderik2016-02-27
* Correctly exit sway on errors.Libravatar Mikkel Oscar Lyderik2016-02-26
* Fix for when sway_abort doesn't exitLibravatar Yacine Hmito2016-02-25
* No options when using sway as IPC clientLibravatar Yacine Hmito2016-02-25
* Removed p as a valid CLI optionLibravatar Yacine Hmito2016-02-25
* Prevent ipc from crashing swayLibravatar crondog2016-01-22
* libinputLibravatar Cole Mickens2016-01-19
* Init layout before checking configLibravatar Mikkel Oscar Lyderik2016-01-05
* Handle SIGTERM sent to swayLibravatar Mikkel Oscar Lyderik2015-12-29
* Detect proprietary AMD drivers tooLibravatar Streetwalrus Einstein2015-12-14
* Implement invoking `sway` as IPC clientLibravatar Drew DeVault2015-12-12
* Merge pull request #276 from sce/earlier_loggingLibravatar Drew DeVault2015-11-29
|\
| * main: Setup logging before wlc_init.Libravatar S. Christoffer Eliesen2015-11-29
* | Fix option parsingLibravatar Christoph Gysin2015-11-28
* | sway: Add --help option that prints usageLibravatar Christoph Gysin2015-11-28
* | sway: Print usage and exit on unknown optionsLibravatar Christoph Gysin2015-11-28
* | Use macros for exit valuesLibravatar Christoph Gysin2015-11-28
|/
* sway/main: Move wlc init to after args are handled.Libravatar S. Christoffer Eliesen2015-11-28
* Move IPC client into common, refactor IPCLibravatar Drew DeVault2015-11-27