sway/sway
Dominique Martinet ce17788533 exec_always: fix leaks
- child would leak in the workspace_record_pid path
 - removing malloc lets us get rid of That Comment nobody seems
to remember what it was about
 - we would leak pipe fds on first fork failling
 - we didn't return an error if second fork failed
 - the final executed process still had both pipe fds
(would show up in /proc/23560/fd in launched programs)
 - we would write twice to the pipe if execl failed for some reason
(e.g. if /bin/sh doesn't exist?!)
2018-07-02 00:09:56 +09:00
..
commands exec_always: fix leaks 2018-07-02 00:09:56 +09:00
config Store sway_outputs so that they can be reenabled 2018-06-06 20:11:24 -04:00
desktop xdg_shell: listen to fullscreen request on map 2018-06-30 22:42:24 +09:00
input Merge remote-tracking branch 'upstream/master' into atomic 2018-06-29 20:04:24 +10:00
tree sway views: add helpers to get view and layer from wlr_surface 2018-06-30 22:31:14 +09:00
base64.c
commands.c Implement gaps (PR #2047) 2018-06-09 09:34:56 -04:00
config.c Refactor everything that needs to arrange windows 2018-06-09 10:11:25 +10:00
criteria.c sway/criteria: gcc string truncation warning fix 2018-06-08 22:30:13 +09:00
debug-tree.c Add L_FLOATING back to debug tree 2018-06-01 23:14:58 +10:00
ipc-json.c Fix compilation errors related to disabled outputs 2018-06-09 11:38:16 +01:00
ipc-server.c Switch output storing from list_t to wl_list 2018-06-06 20:11:24 -04:00
main.c Remove incorrect assertion and supporting code 2018-06-26 20:18:57 +10:00
meson.build Merge remote-tracking branch 'upstream/master' into atomic 2018-06-29 20:04:24 +10:00
security.c
server.c Merge remote-tracking branch 'upstream/master' into atomic 2018-06-29 20:04:24 +10:00
sway-bar.5.scd
sway-input.5.scd Add sway-input(5) 2018-05-11 21:25:05 -04:00
sway.1.scd
sway.5.scd