labwc/src/common
Joshua Ashton 722aa042b7 main: Increase FD limit
This defaults to 1024, which is tiny, but is a requirement
for processes using the deprecated `select` function.

We must reset this back whenever we fork to start a new process,
as this is inherited, and breaks applications using `select` otherwise.

Signed-off-by: Joshua Ashton <joshua@froggi.es>
2022-07-17 00:59:23 +00:00
..
buf.c buf.c: fix bug in environment variable expansion 2022-07-15 21:51:28 +02:00
dir.c src/common/dirs.c: add missing slash 2022-04-26 21:50:24 +01:00
fd_util.c common: Add helpers for raising/lowering FD limit 2022-07-17 00:59:23 +00:00
font.c src/common/font.c: Add font_width() 2022-06-15 16:14:02 +01:00
grab-file.c Add SPDX identifiers 2021-11-13 21:56:53 +00:00
meson.build common: Add helpers for raising/lowering FD limit 2022-07-17 00:59:23 +00:00
nodename.c CodeStyle 2022-01-09 06:37:39 +00:00
scaled_font_buffer.c Add scaled_font_buffer implementation 2022-06-14 22:03:08 +01:00
scaled_scene_buffer.c Add abstract scaled_scene_buffer implementation 2022-06-14 22:03:08 +01:00
scene-helpers.c Chase wlroots: children are now only availabe in tree nodes 2022-06-07 07:13:37 +01:00
spawn.c main: Increase FD limit 2022-07-17 00:59:23 +00:00
string-helpers.c *.c: add SPDX-License-Identifier 2021-09-24 21:45:48 +01:00
zfree.c *.c: add SPDX-License-Identifier 2021-09-24 21:45:48 +01:00