vlc/src/posix
Vikram Kangotra dce86501f9 Introduce VLC_SNAPSHOTS_DIR for consistent default snapshots folder.
Standardize default snapshots folder across platforms with the
introduction of VLC_SNAPSHOTS_DIR. Users can still customize this
directory in Preferences.

Resolves: #27424.
2023-11-18 06:18:57 +00:00
..
dirs.c Introduce VLC_SNAPSHOTS_DIR for consistent default snapshots folder. 2023-11-18 06:18:57 +00:00
error.c posix: handle newlocale() errors 2014-07-07 20:26:46 +03:00
filesystem.c vlc_fs: export vlc_closedir/vlc_rewinddir 2022-08-03 11:44:10 +00:00
getaddrinfo.c core: set names to threads created in the core 2022-04-27 12:45:10 +00:00
netconf.c vlc_network: move documentation from source file 2023-08-03 08:56:58 +00:00
picture.c core: include unistd.h when using ftruncate() 2023-04-27 19:44:35 +00:00
plugin.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
rand.c posix/rand: use VLC mutex instead of pthread 2023-07-14 14:29:54 +00:00
sort.c posix: implement vlc_qsort 2019-01-22 18:55:32 +01:00
spawn.c spawn: provide fallback implementation using fork() & exec() 2020-09-20 12:52:21 +03:00
specific.c POSIX specific: fix compilation without DBus 2017-06-20 10:03:24 +02:00
thread.c core: include vlc_threads.h when using/defining vlc_savecancel() 2023-04-27 19:44:35 +00:00
timer.c core: include vlc_threads.h when vlc_mutex_t is used 2023-04-27 19:44:35 +00:00
wait.c src: use vlc_tick_to_timespec() 2022-03-30 07:18:29 +00:00