- 29 Apr, 2006 24 commits
-
-
Christophe Mutricy authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Use strlcpy()
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Might be a better idea to implement strlcpy()
-
Rémi Denis-Courmont authored
- Clean up
-
Benjamin Pracht authored
* Fix for some strange x drivers that return 8 bits screens as first answer when being requested a Truecolor class one
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
- 28 Apr, 2006 16 commits
-
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
in any case (however unlikely we were to fall far it on Linux)
-
Benjamin Pracht authored
* Instead, use "screensaver,none" when trying to load the screensaver interface * Same fix for onther interfaces loaded by libvlc
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Fix #525 Fixes #525
-
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.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-