VirtualBox

source: vbox/trunk/src/VBox/Main/src-server/HostDnsService.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @98288   23 月 vboxsync Main/src-server: rc -> hrc/vrc (partial). bugref:10223
(edit) @98103   23 月 vboxsync Copyright year updates by scm.
(edit) @96407   2 年 vboxsync scm copyright and license note update
(edit) @93115   3 年 vboxsync scm --update-copyright-year
(edit) @87578   4 年 vboxsync Main: Doxygen v1.8.20 seems to get confused by appendTokenizedStrings …
(edit) @85271   4 年 vboxsync Main/HostDnsServiceDarwin.cpp,++: Wrong index types (must use …
(edit) @83794   5 年 vboxsync Main: VC++ 14.1 adjustments. bugref:8489
(edit) @82968   5 年 vboxsync Copyright year updates by scm.
(edit) @81369   5 年 vboxsync *: doxygen fixes
(edit) @79795   5 年 vboxsync Main/HostDnsService: Plug event semaphore leak on destruction
(edit) @78941   6 年 vboxsync Main/HostDnsService: Fixed a memory leak; was not deleting the monitor …
(edit) @77993   6 年 vboxsync Main/HostDnsService: Some more cleanup and renaming.
(edit) @77984   6 年 vboxsync Main/HostDnsService: Renaming and cleanup (no functional changes).
(edit) @77666   6 年 vboxsync Main/HostDnsServiceDarwin: Fixed shutting down procedure by making …
(edit) @77506   6 年 vboxsync Main/HostDnsService: fix a use-after-free running VBoxSVC in debug …
(edit) @76592   6 年 vboxsync Main: Don't use Logging.h.
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @72608   6 年 vboxsync HostDnsService: drop repeated NULL test.
(edit) @72547   6 年 vboxsync HostDnsService: don't cache HostDnsInformation in the monitor. Move …
(edit) @72483   6 年 vboxsync HostDnsService: G/c operator== that is no longer used.
(edit) @72480   6 年 vboxsync HostDnsService: there's no point to delay a call to updateInfo().
(edit) @72439   7 年 vboxsync HostDnsService: Don't store a reference to the virtualbox object in …
(edit) @72404   7 年 vboxsync HostDnsService: introduce a local variable to simplify future change.
(edit) @72396   7 年 vboxsync HostDnsService: more logical order for members in pimpl Data classes.
(edit) @72395   7 年 vboxsync HostDnsService: don't pretend there can be multiple proxies. while …
(edit) @72394   7 年 vboxsync HostDnsService: move monitor creation to proxy init.
(edit) @69500   7 年 vboxsync *: scm --update-copyright-year
(edit) @69498   7 年 vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 年 vboxsync *: scm --update-copyright-year
(edit) @62485   8 年 vboxsync (C) 2016
(edit) @61302   9 年 vboxsync Main/HostDnsService: dumpHostDnsInformation - print domain before the …
(edit) @58586   9 年 vboxsync HostDnsService.cpp: todo
(edit) @57425   9 年 vboxsync DECLCALLBACK
(edit) @56319   9 年 vboxsync whitespace (tabs!)
(edit) @55797   10 年 vboxsync Main/HostDnsService: if VBoxInternal2/HostDNSSuffixesIgnore global …
(edit) @55278   10 年 vboxsync Main/HostDnsService: Poll for VBoxInternal2/HostDNSOrderIgnore global …
(edit) @55223   10 年 vboxsync Main/HostDnsService: if VBoxInternal2/HostDNSOrderIgnore global …
(edit) @55200   10 年 vboxsync Main/HostDnsService: use <iprt/cpp/lock.h> instead of a roll-your-own …
(edit) @55199   10 年 vboxsync Main/HostDnsService: get rid of const_cast<VirtualBox *> that is a …
(edit) @55198   10 年 vboxsync Main/HostDnsService: drop const from VirtualBox *aParent as …
(edit) @54816   10 年 vboxsync Main/HostDnsService: G/c as intended code that was accidentally only …
(edit) @54814   10 年 vboxsync Main/HostDnsService: log DNS info when it's actually changed, not when …
(edit) @54662   10 年 vboxsync Main/HostDnsService: instead of keeping fragile state g/c notifyAll() …
(edit) @54631   10 年 vboxsync Main/HostDnsService: fixed a typo which prevented to pass any DNS …
(edit) @54304   10 年 vboxsync Main/src-server/HostDnsService.cpp: log each DNS info change …
(edit) @54302   10 年 vboxsync Main/src-server/HostDnsService.cpp: make sure that only actual …
(edit) @53123   10 年 vboxsync Fix typo in header comment.
(edit) @53122   10 年 vboxsync Main/HostDnsService: revert r96327 and follow-up r96329 and r96331 to …
(edit) @52934   10 年 vboxsync Main: safearray cleanup, removed unnecessary SafeArray<->vector conversions
(edit) @52897   10 年 vboxsync Main: DnsMonitorService: step on unicode rails: store network …
(edit) @50650   11 年 vboxsync Main/MachineImpl: don't start the NAT network at …
(edit) @50355   11 年 vboxsync 6813 stage 7 VirtualBoxImpl.cpp etc
(edit) @50263   11 年 vboxsync Main/HostDnsService: - Generic part could be used with threading on …
(edit) @49818   11 年 vboxsync HostDnsService.cpp: adds helper routines to dump fetched host DNS …
(edit) @49718   11 年 vboxsync Various FreeBSD fixes submitted Bernhard Froehlich
(edit) @49409   11 年 vboxsync Main/HostDnsService: fixed object deletion and coding style
(edit) @49248   11 年 vboxsync Main/HostDnsMonitor::getInfo() don't need to lock here. dns-monitor …
(edit) @49235   11 年 vboxsync Main/HostDnsService: splits HostDnsService on "singleton" …
(edit) @49228   11 年 vboxsync Main/HostDnsService: Lockee & ALock (not used for now).
(edit) @48955   11 年 vboxsync Main: Whitespace (including tabs!) and svn:keywords cleanups by scm.
(edit) @48805   11 年 vboxsync Main: HostDnsServiceWin::init(void) -> HostDnsServiceWin::init(const …
(edit) @48340   11 年 vboxsync typo
(add) @48330   11 年 vboxsync Main/DNS: general host specific DNS and Co handling added. Darwin …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette