Rémi Denis-Courmont
a3226cf890
thread: remove vlc_mutex_destroy()
7 years ago
Rémi Denis-Courmont
0d6cb7a602
include: remove <vlc_memory.h>
This only ever contained a single helper function.
9 years ago
Michał Trzebiatowski
ec0992fbfb
i18n: capital letter at the beginning
Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Thomas Guillem
5eb91bcb42
keystore/memory: protect with mutex
Forgot to add this mutex back during a refactoring.
10 years ago
Thomas Guillem
00fc74abfe
keystore/memory: split, add file module
This module is deactivated by default.
11 years ago
Thomas Guillem
2c9cd4e34e
keystore/memory: move list util into a seperate file
11 years ago
Thomas Guillem
ef6f4eea3b
keystore/memory: move code
No functional changes, this just move code in preparation for the next commit.
11 years ago
Thomas Guillem
789f16939b
keystore/memory: remove locked singleton
11 years ago
Thomas Guillem
3078d5ded7
keystore/plaintext: rename to memory
No functional changes.
11 years ago
Thomas Guillem
730515581e
plaintext: fix invalid fd in error path (cid #1348117 )
11 years ago
Thomas Guillem
64ae53f4ee
keystore: factor vlc_keystore_release_entry
11 years ago
Thomas Guillem
cb4130bf9a
keystore: add plaintext module
Deactivated by default since secret is not encrypted.
To use it (for test purpose only):
./vlc --keystore=plaintext --keystore-plaintext-file=<my_file> <url>
11 years ago