- 07 May, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 30 Apr, 2006 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 29 Apr, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 Apr, 2006 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Close-on-exec: Don't leak httpd client sockets into CGI scripts or whatever child process we spawn.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
work like any other one: it's actually thirty two times as big than the POSIX ones for any given FD_SETSIZE, plus FD_SET and FD_ISSET are O(n) instead of O(1). But at least, the mingw implementations of FD_SET has built-in overflow checks. Also, Winsock insists on returning big socket numbers, so we can't drop those above FD_SETSIZE or we have no TCP/IP support at all, anyway.
-
- 27 Apr, 2006 2 commits
-
-
Rémi Denis-Courmont authored
the specified file descriptor does not exceeds the fd_set limit (FD_SETSIZE). Registering a file descriptor above this limit is not defined (read: this is a buffer overflow). This is not normally exploitable on Linux because FD_SETSIZE equals the default limit for file descriptors per processes, but should work on BSDs. Cygwin is also very prone to this problem (but right, we don't use it). As for Windows, it will overflow if you try to select() more than 64 sockets at a time (regardless of the total numbers of socket), but for the sake of simplicity and portability, this patch actually prevent opening more than 64 sockets at all. There are still quite a bunch of plugins that needs fixing.
-
Jean-Paul Saman authored
Play VOD RTSP from Amino STB with RTSP url: 'rtsp://192.168.0.5:5554//192.168.0.5:5554/dvd;type=VOD;servertype=MediaBase' Note the double slash // between the ip-addresses. Patch by Rob Casey (rob dot casey AT swishgroup dot com dot au)
-
- 23 Apr, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Apr, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 12 Apr, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 Apr, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Apr, 2006 1 commit
-
-
Christophe Massiot authored
-
- 02 Apr, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 Apr, 2006 1 commit
-
-
Felix Paul Kühne authored
-
- 30 Mar, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 Mar, 2006 1 commit
-
-
zorglub authored
-
- 25 Mar, 2006 1 commit
-
-
Rémi Denis-Courmont authored
bug for Winsock DNS resolver, inasmuch as is possible - closes #445. Should it fail to fix the bug, I'm afraid there would be no solution, but not to use Windows without its IPv6 stack.
-
- 22 Mar, 2006 1 commit
-
-
Jean-Paul Saman authored
-
- 18 Mar, 2006 1 commit
-
-
zorglub authored
-
- 10 Mar, 2006 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 09 Mar, 2006 2 commits
-
-
Rémi Denis-Courmont authored
- Fix memleak in case of connection failure
-
Rémi Denis-Courmont authored
-
- 04 Mar, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 Mar, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 Feb, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 13 Feb, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 Feb, 2006 1 commit
-
-
Eric Petit authored
-
- 11 Feb, 2006 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 10 Feb, 2006 1 commit
-
-
Jean-Paul Saman authored
-
- 09 Feb, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Feb, 2006 3 commits
-
-
Jean-Paul Saman authored
-
zorglub authored
-
zorglub authored
* Reduce vlc_object_find calls
-
- 01 Feb, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-