- 19 May, 2015 7 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This ensures that SIGPIPE is not emitted if the connection is closed by the other end. Using send() is fine given that all net_Write(), net_vaPrintf() and net_Printf() call sites use (only) sockets.
-
Rémi Denis-Courmont authored
If the decompression process exits unexpectedly (or otherwise closes the read end of the pipe), we want EPIPE, not SIGPIPE.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Gian Marco Sibilla authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 18 May, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 17 May, 2015 10 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The mutex needs to be unlocked while the thread sleeps. Otherwise, a deadlock may occur in case of contention for the mutex.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Signaling an event ensures that at least one thread wakes up, but it does not warrant that all of them do.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(No functional changes)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids SIGPIPE firing when writing to a remote-closed connection- oriented socket (it is useless for datagram sockets or on Windows though). SIGPIPE is blocked ins VLC, but not necessarily in LibVLC. The problem remains for write() on broken pipe and sockets.
-
- 16 May, 2015 16 commits
-
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
Removes singleton, fixes initialization and deletion. Renames to AddonsWindowController.
-
Christoph Miebach authored
-
Christoph Miebach authored
-
Christoph Miebach authored
-
Christoph Miebach authored
-
Christoph Miebach authored
-
Christoph Miebach authored
-
Christoph Miebach authored
-
Francois Cartegnie authored
refs #14649
-
David Fuhrmann authored
Removes sharedInstance from About window controller, and rework as a NSWindowController subclass. This is the new owner of the xib and thus instantiated outside the nib bundle. Splits Help window in own xib and add own NSWindowController as well. refs #5556
-
Steve Lhomme authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Steve Lhomme authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Steve Lhomme authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 15 May, 2015 6 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-