summaryrefslogtreecommitdiff
path: root/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp
Commit message (Expand)AuthorAgeFilesLines
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Guest Additions/VbglR3: Condensed / removed duplicate guest property code by ...vboxsync2020-11-121-37/+21
* VBoxService: Don't fail because no VBoxGuest till after parsing arguments, be...vboxsync2020-04-241-6/+6
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* VBox/VMMDev.h: Replaced VBox/err.h with iprt/errcore.h. bugref:9344vboxsync2018-12-231-2/+3
* VBoxService: Always set the time on startup on OS/2.vboxsync2018-11-181-9/+31
* VBoxService: Needed to dynamically resolve two more APIs to make it work on N...vboxsync2017-12-261-10/+20
* Comments.vboxsync2017-12-121-16/+16
* Timesync: Oops, need two buffers.vboxsync2017-12-081-3/+4
* Reduce number of log lines.vboxsync2017-12-081-3/+2
* Timesync: More log level tweaks.vboxsync2017-12-081-5/+8
* Timesync: adjusted log levels for better control.vboxsync2017-12-081-15/+11
* VBoxService: Fixed VGSvcLog ellipsis/va_list mixup, renaming it to VBoxSVCLog...vboxsync2017-12-071-6/+4
* VBoxServiceTimeSync.cpp: AbsDriftMilli needs to be 64-bit, duh!vboxsync2017-12-071-1/+1
* VBoxServiceTimeSync.cpp: Log radical changes to the guest time too, even the ...vboxsync2017-12-071-1/+19
* VBoxServiceTimeSync.cpp: s/g_uTimeSyncVerbosity/g_cTimeSyncVerbosity/ (origin...vboxsync2017-12-071-6/+11
* VBoxServiceTimeSync.cpp: Dropped the number from --timesync-set-on-restore an...vboxsync2017-12-071-25/+21
* VBoxServiceTimeSync.cpp: Fixed /VirtualBox/GuestAdd/VBoxService/--timesync-se...vboxsync2017-12-071-6/+6
* VBoxService: Added "/VirtualBox/GuestAdd/VBoxService/--timesync-verbosity" gu...vboxsync2017-12-071-19/+55
* VBoxService/TimeSync: Log radical host time change; reduce latency.vboxsync2017-12-061-18/+40
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* merging vbglioc r117709: VBoxServiceTimeSync.cpp: Don't destroy the semaphore...vboxsync2017-08-311-3/+2
* VBoxServiceTimeSync.cpp: Correct verbose debug message.vboxsync2016-10-171-18/+19
* Use the iprt/win/windows.h wrapper for Windows.hvboxsync2016-07-291-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* VBoxService: More service introduction pages. A few more cleanups.vboxsync2015-10-061-2/+5
* VBoxService: Started adding pages with some details for each component.vboxsync2015-10-051-4/+4
* VBoxService: Using prefix 'VGSvc', code style/width cleanups. No real changes.vboxsync2015-10-051-114/+111
* *: scm cleanup run.vboxsync2015-08-141-6/+7
* Additions/common,Additions/os2: Updated (C) year.vboxsync2015-06-091-1/+1
* header (C) fixesvboxsync2013-02-041-1/+1
* header (C) fixesvboxsync2013-02-041-1/+1
* Haiku Additions.vboxsync2012-09-201-1/+1
* VBoxService: cosmetical fixvboxsync2011-06-231-2/+2
* Trunk: forward ported r70973: Additions/common/VBoxService: the timesync serv...vboxsync2011-04-061-1/+7
* *: spelling fixes, thanks Timeless!vboxsync2010-10-281-7/+7
* Logging.vboxsync2010-09-301-11/+11
* VBoxService: Logging (also get rid of some ambiguous lines).vboxsync2010-09-271-10/+10
* Additions/VBoxService: fixvboxsync2010-09-201-3/+3
* typovboxsync2010-09-201-1/+1
* Additions/VBoxService: introduced ''--timesync-set-on-restore'' (defaults to ...vboxsync2010-09-201-1/+46
* VBoxService/TimeSync: Corrected threshold value.vboxsync2010-06-041-2/+2
* VBoxService: help cosmeticsvboxsync2010-05-181-20/+17
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* VBoxServiceTimeSyncSet: Drop the return value, nobody is using it.vboxsync2010-02-041-6/+2
* VBoxServiceTimeSync.cpp: Use RTTimeSet.vboxsync2010-02-031-61/+22
* VBoxService/timesync: Return status on hard sync.vboxsync2010-02-011-8/+26