]> git.sesse.net Git - vlc/history - src/misc/mtime.c
mtime: Make nanosleep a bit more cancelable than what it is on osx.
[vlc] / src / misc / mtime.c
2008-09-20 Pierre d'Herbemontmtime: Make nanosleep a bit more cancelable than what...
2008-09-07 Rémi Denis-CourmontRemove the run-time tick warning - too many false posit...
2008-09-07 Rémi Denis-CourmontRework delay checking, use it for net_Accept, add deadl...
2008-09-06 Rémi Denis-Courmont__thread is ignored on Windows :(
2008-09-04 Rémi Denis-CourmontWarn about ticks at compile-time
2008-09-04 Laurent AimarFixed mwait for windows.
2008-09-04 Rémi Denis-CourmontAdd msleep misuse warning
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-08-27 Rémi Denis-CourmontWin32: mwait and msleep are cancellation points
2008-08-10 Derk-Jan Hartmanmtime: we might as well assert for real
2008-08-10 David FlynnFix date_Increment when i_divider_den > 1
2008-08-09 Rémi Denis-CourmontWin32: fix unlikely Sleep() overflow
2008-08-03 Justus PiaterDeclared many static variables const
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-19 Rémi Denis-CourmontUse TIMER_ABSTIME when it's available
2008-05-19 Rémi Denis-Courmontmwait/mdate: remove cached_time - not thread-safe
2008-05-19 Rémi Denis-Courmontmprec: thread-safety
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-03-19 Sam HocevarUse LoadLibrary instead of LoadLibraryA.
2008-03-13 André Weberfixed warning about wrong datatypes (mdate(), pf_GetSys...
2008-02-27 Jean-Baptiste KempfSrc: change Windows Timer Precision, ref #264. Patch...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-22 Rémi Denis-CourmontRemove State Threads support
2008-01-22 Rémi Denis-CourmontRemove support for GNU Portable Threads
2008-01-15 Rafaël Carrémdate(): update comment
2007-12-19 Rémi Denis-CourmontWork-around for overaging POSIX systems
2007-12-19 Rémi Denis-CourmontFix stupid logic
2007-12-18 Rémi Denis-Courmont_POSIX_CLOCK_SELECTION at 0 does not mean it's not...
2007-10-26 Jean-Baptiste KempfDon't show h: in h:mm:ss when h is 0 in secstotimestr.
2007-09-17 Rémi Denis-CourmontForce fallback to realtime clock when clock selection...
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-15 Damien Fouilleulmisc/mtime.c: warning fixes, latest MinGW has gettimeof...
2007-04-05 Rémi Denis-CourmontRevert [19092] and really fix the variable naming probl...
2007-03-03 Rémi Denis-CourmontMissing include
2007-03-02 Rémi Denis-CourmontFix handling of EINTR in sleeping functions.
2007-03-01 Christophe MutricyCompile fix
2007-03-01 Rémi Denis-CourmontCache system clock in userland to save a few avoidable...
2007-02-28 Sigmund Augdal Helbergdisable clock_nanosleep for mwait for now. Fixes dvd...
2007-02-12 Christophe MutricyCompile fix. In mingw32 there is a sys/time.h with...
2007-02-11 Christophe Mutricygettimeofday() implementaion for Win32. Leverage from...
2007-02-09 Rémi Denis-CourmontNTPtime64() returns an NTP timestamp
2007-01-23 Sam Hocevar * Win32 timer bug (0x100000000 * 1000 != 0x100000000000).
2007-01-10 Damien Fouilleulmtime.c: previous codepath prevented RTC from ever...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-26 Rafaël CarréFixes order of operands in a substraction.
2006-11-25 Rémi Denis-CourmontSplit Win32 performance timer frequency adjustment...
2006-11-25 Rémi Denis-CourmontCompile fix
2006-11-25 Rémi Denis-CourmontFix very unlikely race condition
2006-11-25 Rémi Denis-CourmontFactorize mwait() code,
2006-11-21 Rémi Denis-CourmontSuppress duplicated msleep() code
2006-11-21 Rémi Denis-CourmontFix the absolute POSIX timer and use it
2006-11-21 Rémi Denis-CourmontFix typo
2006-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-05-27 Rémi Denis-Courmontsrc/misc/mtime.c:
2006-05-25 Rémi Denis-CourmontFix overflows
2006-05-25 Rémi Denis-CourmontAlso implement msleep() wrt _POSIX_MONOTONIC_CLOCK
2006-05-24 Rémi Denis-CourmontFix monotonic clock POSIX option detection
2006-05-24 Rémi Denis-CourmontUse the monotonic clock from POSIX real time extension...
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-07-10 Gildas Bazin* src/misc/mtime.c, include/mtime.h: new common "date...
2004-01-25 Clément Stenac* String review, round one
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-12-11 Gildas Bazin* src/misc/mtime.c: actually tested and fixed my latest...
2003-12-09 Gildas Bazin* src/misc/mtime.c: fixed an overflow in mdate() on...
2003-12-03 Sigmund Augdal Helbergsrc/misc/mtime.c:
2003-12-03 Rocky BernsteinAdd more uses of msecstotimestr. Remove OFFSETTOTIME_MA...
2003-12-02 Rocky BernsteinAdd secstotimestr and msecstotimestr to convert (milli...
2003-06-05 Gildas Bazin* include/vlc_common.h: fixed the I64C() macro for...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-07-12 Christophe Massiot* ./AUTHORS : added lool :-p ;
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-18 Christophe Massiot* Menu item to maximize the volume in Mac OS X ;
2002-05-17 Sam Hocevar * ./src/misc/mtime.c: we use nanosleep whenever possi...
2002-05-17 Loïc Minier * removed usage of usleep (not thread safe) (by Meuuh)
2002-02-25 Sam Hocevar * ./include/threads.h: support for the State Threads...
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-09 Sam Hocevar * COMPLETE CVS BREAKAGE !! The MAIN branch is going...
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-06-28 Gildas Bazin- a few bug fixes for the directx plugin.
2001-06-14 Sam Hocevar * Added gprof profiling support with --enable-profiling.
2001-06-14 Sam Hocevar * DirectX enhancements by Gildas Bazin, such as softw...
2001-05-31 Sam Hocevar * Win32 plugin support by Gildas Bazin <gbazin@netcou...
2001-05-31 Sam Hocevar * Win2000 DVD input by Jon Lech Johansen <jon-vl...
2001-05-31 Sam Hocevar * Applied patch from Jon Lech Johansen <jon-vl@nanocr...
2001-05-07 Sam Hocevar * Added support for some terribly braindead DVD subti...
2001-04-28 Sam Hocevar * Coding style fixes here and there.
2001-03-21 Sam Hocevar * Header cleaning: filled all empty authors fields...
2001-01-05 Sam Hocevar(previous commit foired)
2000-11-13 Christophe Massiot * Totally new frame dropping algorithm.
2000-08-23 Christophe MassiotRemplissure du champ AUTHORS des sources.
2000-05-24 Sam Hocevar Bon. On ne rit pas, je m'�tais juste plant� dans l...
2000-03-12 Sam Hocevar . suppression d'un warning pour les machines n'ayant...
2000-03-10 Sam Hocevar . suppression de quelques #define SYS_* (mais pas...
2000-03-09 Sam Hocevar . normalement on devrait se prendre 1 seul mail par...
2000-03-04 Jean-Marc DresslerD�but du portage BeOS. Beaucoup de fuchiers ont �t...
2000-03-04 Sam Hocevar - �a compile sous FreeBSD (mais �a ne tourne pas)
next