]> git.sesse.net Git - vlc/history - src/misc/threads.c
NIH desyndromization
[vlc] / src / misc / threads.c
2008-05-01 Rémi Denis-CourmontNIH desyndromization
2008-04-23 Rémi Denis-CourmontWin32: Simplify mutex
2008-04-23 Rémi Denis-CourmontWin32: remove (now dead) old mutex/cv implementation
2008-04-23 Rémi Denis-CourmontWin32: don't use spin locks^W^Wfast mutexes instead...
2008-04-23 Rémi Denis-CourmontSimplify threading code a bit
2008-04-23 Rémi Denis-CourmontWin32: don't use weak linking for SignalObjectAndWait
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-29 Rémi Denis-CourmontRemove some global object-specific hacks
2008-03-29 Rémi Denis-Courmontroot object: use vlc_custom_create
2008-03-26 Pierre d'Herbemontthreads: Make sure we vlc_thread_join() won't block...
2008-03-19 Sam HocevarUse LoadLibrary instead of LoadLibraryA.
2008-03-13 Jean-Baptiste KempfShut a Windows warning.
2008-03-13 Jean-Baptiste KempfShut a few unused parameters for Windows compiling.
2008-03-08 Jean-Baptiste KempfGetLastError throws a DWORD, IIRC, not a char*
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-25 Rémi Denis-CourmontTypo
2008-02-25 Rémi Denis-CourmontUse %m on GLIBC to work-around strerror_r prototype...
2008-02-25 Rafaël Carréuse strerror_r() which is guaranteed to be thread safe...
2008-02-25 Pierre d'Herbemontmisc/threads.c: Fix error description printing in vlc_p...
2008-02-17 Rémi Denis-CourmontRemove unused object pointer from condition vars, mutex...
2008-02-17 Rémi Denis-CourmontRework threading:
2008-02-10 Rémi Denis-CourmontWin32 threads: Set priority on success rather than...
2008-02-09 Rémi Denis-Courmontthreads: Consistenly use NDEBUG
2008-01-27 Rémi Denis-CourmontDefault to using pthread instead of exploding.
2008-01-25 Rémi Denis-Courmontmove mutex setkind hack to src/
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-22 Rémi Denis-CourmontAllow mutexes without objects. QueueMsg can handle...
2008-01-22 Rémi Denis-CourmontRemove Cthreads support
2008-01-22 Rémi Denis-CourmontRemove State Threads support
2008-01-22 Rémi Denis-CourmontRemove support for GNU Portable Threads
2008-01-21 Rémi Denis-CourmontFix non-debug builds
2008-01-21 Rémi Denis-CourmontDon't clutter the production builds with the (useless...
2008-01-01 Pierre d'Herbemontmisc/events.c: Fix event sending, by properly supportin...
2007-12-19 Rémi Denis-CourmontWork-around for overaging POSIX systems
2007-12-18 Rémi Denis-Courmont_POSIX_CLOCK_SELECTION at 0 does not mean it's not...
2007-12-12 Pierre d'Herbemontmisc/threads.c: Implement vlc_threads_error(), that...
2007-09-18 Rémi Denis-CourmontFix the most common strerror() usages (threads, network...
2007-09-17 Rafaël CarréFactorize [22111]
2007-09-17 Rémi Denis-CourmontForce fallback to realtime clock when clock selection...
2007-09-17 Pierre d'Herbemontmisc/threads.c: On non-linux create a PTHREAD_MUTEX_ERR...
2007-09-16 Rémi Denis-CourmontUse new API
2007-09-16 Rémi Denis-CourmontFix condition variable clock ifdef
2007-09-15 Rémi Denis-CourmontAttempt to fix MacOS build
2007-09-15 Rémi Denis-CourmontUse monotonic clock when available only
2007-09-15 Rémi Denis-CourmontMake sure we use the same clock for condition variable
2007-09-12 Rafaël CarréAsserts p_this on __vlc_mutex_init()
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-18 Damien Fouilleulthreads: win32, make sure only object owning a thread...
2007-08-17 Damien Fouilleulthreads.c: win32, changed the way thread handle is...
2007-08-16 Rémi Denis-CourmontHide thread ID out of VLC_COMMON_MEMBERS
2007-08-16 Rémi Denis-CourmontCosmetic
2007-05-23 Damien Fouilleul- win32: retire --fast-mutex and --win-cv-method completely
2007-05-21 Damien Fouilleul- bye, bye "fast-mutex" and "win9x-cv-method" variables
2007-05-20 Antoine Cellerier* libvlc.h: hopefully fix a few warnings.
2007-05-19 Rémi Denis-CourmontWindows compile fix
2007-05-19 Rémi Denis-CourmontUse static storage rather than libvlc_global for stuff...
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2006-12-22 Clément StenacAdd facilities to report and enrich error messages.
2006-12-18 Clément StenacUntested states thread and gnu portable threads impleme...
2006-12-18 Clément StenacAdded initial support for TLS (Thread Local Storage...
2006-12-14 Derk-Jan Hartman* Fix a couple of const, static and other warnings
2006-11-09 Rémi Denis-Courmont- Do not attach libvlc to the global data
2006-10-21 Rémi Denis-Courmont- Remove useless global variable
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-04-29 Rémi Denis-CourmontRemove some unused configure checks
2006-02-01 Sam Hocevar * Replaced "SYS_DARWIN" with either __APPLE__ (meanin...
2006-01-12 Antoine CellerierFSF address change.
2005-10-16 Derk-Jan Hartman* Thanks to Meuuh for the feedback. threads prioritizat...
2005-10-16 Derk-Jan Hartman* Always set priorities on Mac OS X.
2005-10-16 Derk-Jan Hartman* This patch does what the revert'ed patch from before...
2005-10-16 Derk-Jan Hartman* What was i smoking when i did this change?
2005-10-09 Derk-Jan Hartman* clearer error messages on invalid seek
2005-09-18 Steve Lhommemisc possible buffer/resource misuse & tidy compilation
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-16 Rémi Denis-CourmontClean up thread_{begin,end}
2005-02-22 Gildas Bazin* src/misc/threads.c: print thread timing statistics...
2005-01-13 Christophe Massiot* src/misc/threads.c: thread_id is in fact an _unsigned...
2004-10-24 Gildas Bazin* src/libvlc.c, src/misc/threads.c: couple of fixes...
2004-10-22 Christophe Massiot* src/misc/threads.c: Fixed a bug in handling of priori...
2004-07-14 Gildas Bazin* src/misc/threads.c: fixed long standing win32 thread...
2004-02-22 Christophe Massiot* Updated contrib build system
2004-02-20 Christophe Massiot* src/misc/threads.c: made vlc_set_thread_priority...
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-11-22 Eric Petit + modules/misc/freetype.c: fixed a couple of typos
2003-11-07 Christophe Massiot* src/misc/threads.c: Implementation of real-time prior...
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-08-28 Sam Hocevar * src/misc/threads.c, include/vlc_threads.h: Removed...
2003-03-10 Christophe Massiot* Bumped up version number to 0.5.2
2003-03-04 Christophe Massiot* Made rt-priority a real-time variable (shut-up sam...
2003-03-02 Gildas Bazin* src/misc/threads.c, include/vlc_threads_funcs.h:...
2003-03-01 Gildas Bazin* src/misc/threads.c, include/vlc_threads_funcs.h:...
2003-02-10 Sam Hocevar * ./src/misc/threads.c: fixed compilation of the...
2003-01-24 Eric Petit * vlc_threads.h: lower a priority that made sound...
2003-01-10 Eric Petit Thread priority management on BeOS.
2003-01-09 Christophe Massiot* OS X: Fixed a segfault with empty configuration strin...
2003-01-06 Christophe MassiotFixed a compilation issue.
2003-01-06 Christophe Massiot* Bumped up revision number to 0.5.0-test2,
next