- 23 Sep, 2017 1 commit
-
-
Marvin Scholz authored
This fixes a compilation error when partial availability checks are enforced, as kSecAttrAccessible was not present before Mavericks. The code already handles it properly, this just disables the error.
-
- 03 Aug, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
CID #1372939
-
- 18 May, 2017 3 commits
-
-
Filip Roséen authored
If an error occurs leading up to the affected paths, the error-message has to be freed in order to not leak allocated resources. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Filip Roséen authored
There is no need to check for the inverse of a condition that was just being checked. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Filip Roséen authored
As we do not care which of the calls to dbus_message_iter_append_basic fails, there is no need for an explicit if for every function invocation; instead we can rely on the fact that if-conditions short-circuit. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 21 Dec, 2016 2 commits
-
-
Jean-Baptiste Kempf authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Nov, 2016 1 commit
-
-
Steve Lhomme authored
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- 09 Nov, 2016 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 27 Sep, 2016 2 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 26 Sep, 2016 1 commit
-
-
Filip Roséen authored
Previously the function would fail to release acquired resources upon failure, these changes make sure that we do not leak allocated memory when this happens. fixes #17442 Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 21 Jul, 2016 1 commit
-
-
Filip Roséen authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 08 Jul, 2016 1 commit
-
-
Thomas Guillem authored
Forgot to add this mutex back during a refactoring.
-
- 27 Jun, 2016 3 commits
-
-
Thomas Guillem authored
Instead of calling dbus_connection_send_with_reply_and_block, we do: - Setup watch functions in order to get fds and poll events when a callback is triggered. - Call dbus_connection_send_with_reply() (that won't do anything because no mainloop). This will trigger watch callbacks. - In loop: call vlc_poll_i11e() with fds fetched from the watch callbacks. Call dbus_watch_handle() on the polled fds. This will do the I/O (non blocking). - Wait for reply from the pending call.
-
Duncan McNAMARA authored
Fix #16409 Modified-by:
Thomas Guillem <thomas@gllm.fr> Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Duncan McNAMARA authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 18 Jun, 2016 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 19 Apr, 2016 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 12 Apr, 2016 2 commits
-
-
Thomas Guillem authored
-
Sean McGovern authored
Additionally, remove the unlock call as fclose() will drop the lock for us. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 29 Feb, 2016 1 commit
-
-
Felix Paul Kühne authored
-
- 26 Feb, 2016 8 commits
-
-
Thomas Guillem authored
This works only on Android M, the used cipher is AES/CBC/PKCS7Padding, the IV (Initialisation Vector) is generated by Android, and the key is stored by Android.
-
Thomas Guillem authored
This module store credentials and crypted secrets on a file. The internal crypt API needs to be implemented.
-
Thomas Guillem authored
-
Thomas Guillem authored
This module is deactivated by default.
-
Thomas Guillem authored
-
Thomas Guillem authored
No functional changes, this just move code in preparation for the next commit.
-
Thomas Guillem authored
-
Thomas Guillem authored
No functional changes.
-
- 03 Feb, 2016 1 commit
-
-
Felix Paul Kühne authored
-
- 26 Jan, 2016 1 commit
-
-
Steve Lhomme authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 20 Jan, 2016 1 commit
-
-
Sean McGovern authored
Qt moc files should always be marked as nodist_ Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 14 Jan, 2016 1 commit
-
-
Thomas Guillem authored
-
- 12 Jan, 2016 1 commit
-
-
Thomas Guillem authored
-
- 11 Jan, 2016 1 commit
-
-
Thomas Guillem authored
-
- 07 Jan, 2016 3 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Deactivated by default since secret is not encrypted. To use it (for test purpose only): ./vlc --keystore=plaintext --keystore-plaintext-file=<my_file> <url>
-