]> git.sesse.net Git - vlc/history - src/misc/mtime.c
mtime: Minimize imprecision and prevent overflow on darwin.
[vlc] / src / misc / mtime.c
2010-10-01 Pierre d'Herbemontmtime: Minimize imprecision and prevent overflow on...
2010-09-25 Pierre d'Herbemontmtime: Avoid overflow when using mach_absolute_time().
2010-08-02 Rémi Denis-CourmontRemove CPP contradiction from [5a005c66]
2010-08-02 Rémi Denis-CourmontWin32: always use the performance timers (fix #3918)
2010-02-20 Rémi Denis-Courmontmsecstotimestr: fix negative numbers handling
2010-02-20 Rémi Denis-Courmontsecstotimestr: use int32_t not to overflow if int excee...
2010-02-20 Rémi Denis-CourmontFix secstotimestr
2010-02-18 Rémi Denis-Courmontsecstotimestr: use div()
2009-10-18 Rémi Denis-CourmontTypo
2009-10-18 Rémi Denis-CourmontGrammar
2009-09-05 Rémi Denis-CourmontFix warning
2009-06-01 Derk-Jan Hartmanmtime: grah, compile before thou commits.
2009-06-01 Derk-Jan Hartmanmtime: ifdef vs if defined()
2009-06-01 Derk-Jan Hartmanmac PPC: don't use mach absolute_time()
2009-05-07 Laurent AimarMoved date_Decrement to libvlc core from dirac.
2009-02-20 Pierre d'HerbemontForwardport 5ead92ffd58088828ed802173d963b2571f0cd69
2009-02-20 Derk-Jan Hartmanllvm seems to solve our cancellation issues. Revert...
2009-02-20 Derk-Jan Hartmanllvm seems to solve our cancellation issues. Revert...
2009-02-20 Derk-Jan Hartmanllvm seems to solve our cancellation issues. Revert...
2008-12-22 Felix Paul KühneCompilation fix
2008-12-21 Rémi Denis-CourmontTentative hack for OSX msleep/mwait cancellation
2008-11-25 Pierre YnardThread cancellation on WinCE
2008-10-06 Geoffroy CouprieWinCE: do an ugly thread cancellation without using...
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...
next