218 Commits (7adcdae856352a02fec6cfcf92d62973f4500d0d)

Author SHA1 Message Date
Rafaël Carré f94fecb990 vlc-cachegen: remove useless options 16 years ago
Rafaël Carré 3f71509f44 Disable media-library by default 16 years ago
Rémi Denis-Courmont dadb0622e6 Restore LibVLC/VERSION at the end of the HTTP user agent 16 years ago
Jean-Baptiste Kempf a604eea5bf Win32: fix resource file compilation 16 years ago
Jean-Baptiste Kempf b7b88f91d0 Win32: correctly bump resource version 16 years ago
Rémi Denis-Courmont 725cf4eb04 Always call _exit() at end to avoid buggy exit handlers 16 years ago
Rémi Denis-Courmont 351d62a850 Revert "Call libvlc_set_exit_handler() before the interfaces and playlist start" 16 years ago
Rémi Denis-Courmont 4d636fa3a7 Call libvlc_set_exit_handler() before the interfaces and playlist start 16 years ago
Rémi Denis-Courmont d2c08b113d Cosmetic fix 16 years ago
Rémi Denis-Courmont e1c2b18a4d After 3 seconds, allow SIGINT to kill the process 16 years ago
Rémi Denis-Courmont de68b12937 Do not override signal functions for the time being 16 years ago
Rémi Denis-Courmont 7f9b7d3e31 Add a proper API to set the user agent 16 years ago
Rémi Denis-Courmont d3b02be6e4 Remove the --user-agent hack 16 years ago
Jean-Baptiste Kempf 1e7c4bb02b Ignore .exe files in bin/ folder 16 years ago
Geoffroy Couprie 89486ccb0b Win32: Activate DEP on XP SP3. DEP is useless without ASLR, but people using an 10 year old OS don't have the right to complain 16 years ago
Jean-Baptiste Kempf 9f1f778cf1 Apple: do not try to run a non existing globalhotkey module. 16 years ago
Christophe Mutricy 3d2ef5f961 Missing in d1b5547ce1 16 years ago
Rémi Denis-Courmont 2dde53c525 Only print the first 5 threading errors each 16 years ago
Rémi Denis-Courmont 9e47aa722c Do not disable X11 ARGB visuals (fixes: #3581) 16 years ago
Rémi Denis-Courmont 82a5a07b28 Do signal handling in the main() thread 16 years ago
Rémi Denis-Courmont 2098f7858a Fix invalid free at exit on non-UTF-8 systems 16 years ago
Rémi Denis-Courmont ae16ebf352 Add a secret --user-agent option to pass the application name 16 years ago
Rémi Denis-Courmont 94763831fb Force SIGCHLD to default handler 16 years ago
Rémi Denis-Courmont 61f8e439fd Use setenv(), safer and cleaner than putenv() 17 years ago
Rémi Denis-Courmont 7f42234cab Maemo: work-around segmentation fault when poll() unwinds 17 years ago
Rémi Denis-Courmont 053f9d6ea0 Fix the KDE open file dialog KIO scheduler crash avoidance hack 17 years ago
Pierre Ynard 69d7fdea2d "#if HAVE_FOO" -> "#ifdef HAVE_FOO" 17 years ago
Rémi Denis-Courmont 0f7abe2f0e Revert "Remove the Xlib no-ARGB hack" 17 years ago
Rémi Denis-Courmont 9f9f6d1153 Remove the Xlib no-ARGB hack 17 years ago
Rémi Denis-Courmont c796d10a9a Require Windows XP 17 years ago
Rémi Denis-Courmont b67a5864cb Catch unsafe (but alas common) strerror() 17 years ago
Rémi Denis-Courmont 47e1d944ba Ignore signal/sigaction on blocked signals 17 years ago
Rémi Denis-Courmont 49a14c1606 Avoid calling dlsym at every code 17 years ago
Rémi Denis-Courmont 1ae21d47f2 Avoid problems with srand() and speed up a bit (avoid dlsym) 17 years ago
Rémi Denis-Courmont f014cdaf03 Improve signal/sigaction wrapper 17 years ago
Rémi Denis-Courmont 6c948b6dfd Avoid a call to unsetenv/putenv on Qt4.6 17 years ago
Rémi Denis-Courmont f0d55dabe9 Block setlocale() 17 years ago
Rémi Denis-Courmont 389dcfadc1 Print dynamic library error message if applicable 17 years ago
Laurent Aimar 18cc244e3c Fixed compilation when disabling vlc_enable_override(). 17 years ago
Rémi Denis-Courmont 91bcac559f Lower the noise level 17 years ago
Rémi Denis-Courmont 209c152e39 Safety checks for X11 error handlers 17 years ago
Rémi Denis-Courmont 0194cf13b4 VLC: remove false positives after fork() 17 years ago
Rémi Denis-Courmont 028bcb00da Add small backtrace 17 years ago
Rémi Denis-Courmont 2eb05547c9 Log dangerous registration of signal handlers 17 years ago
Rémi Denis-Courmont 4213a133fd Work-around non-thread-safe use of the C random number generator 17 years ago
Rémi Denis-Courmont 4e1ff3a1aa Detect dangerous use of environment variables at run-time 17 years ago
Rémi Denis-Courmont d8c9ed53b5 VLC: infrastructure to detect and/or work-around thread-unsafe calls 17 years ago
Rémi Denis-Courmont 8378cde8c4 Set debug environment variable earlier 17 years ago
Rémi Denis-Courmont 61053dc005 Always use the SIGPIPE hack even if not needed, it cannot hurt 17 years ago
Rémi Denis-Courmont 88e7248c43 Qt4: use putenv() before any thread is created 17 years ago