VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @98264   23 月 vboxsync iprt/cpp/xml.h,Main: Added EIPRTFailure::getStatus() as an alternative …
(edit) @98262   23 月 vboxsync Main: rc() -> hrc()/vrc(). 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) @91718   3 年 vboxsync Main: bugref:1909: Added initial translation to Russian of API …
(edit) @91503   3 年 vboxsync Main: bugref:1909: Added missed translation marks, removed redundant …
(edit) @85235   4 年 vboxsync Main/DHCPServerImpl: Fixed error code mixup in findLeaseByMAC() and …
(edit) @82968   5 年 vboxsync Copyright year updates by scm.
(edit) @81883   5 年 vboxsync Main/DHCPServer+NatNetwork+VirtualBox+Console: Remove old DHCP …
(edit) @79866   5 年 vboxsync Main/DHCPServer: Fixes to logging, individual vm/slot configs, and …
(edit) @79845   5 年 vboxsync Main/DHCPServer,VBoxManage,Dhcpd: Created a new DHCPOption enum that …
(edit) @79823   5 年 vboxsync Main/DHCPServer: It's okay to put the DHCP server IP in the dynamic …
(edit) @79778   5 年 vboxsync Main: s/DHCPOptionEncoding_Legacy/DHCPOptionEncoding_Normal/g as …
(edit) @79775   5 年 vboxsync Main/DHCP*,VBoxManage: Some adjustments to the DHCP*Config interfaces …
(edit) @79774   5 年 vboxsync Main/DHCP*,VBoxManage: Some adjustments to the DHCP*Config interfaces …
(edit) @79771   5 年 vboxsync Main/DHCP*,VBoxManage: Some adjustments to the DHCP*Config interfaces …
(edit) @79761   5 年 vboxsync Main/DHCPServer,Dhcpd,VBoxManage: Added --log option to the DHCP …
(edit) @79749   5 年 vboxsync Main: Redoing the IDHCPServer interface, part II. Implemented groups …
(edit) @79747   5 年 vboxsync Main: Redoing the IDHCPServer interface, part II. Implemented groups …
(edit) @79740   5 年 vboxsync Main/DHCPServerImpl: build fix. bugref:9288
(edit) @79734   5 年 vboxsync Main: Redoing the IDHCPServer interface, part I. [build fix] bugref:9288
(edit) @79733   5 年 vboxsync Main: Redoing the IDHCPServer interface, part I. [build fix] bugref:9288
(edit) @79732   5 年 vboxsync Main: Redoing the IDHCPServer interface, part I. bugref:9288
(edit) @79644   5 年 vboxsync Main/NetworkServiceRunner: eliminated std::string and replaced the …
(edit) @79623   5 年 vboxsync Main/DHCPServerImpl.cpp: build fix. bugref:9288
(edit) @79621   5 年 vboxsync Dhcpd,Main/DHCPServerImpl: LeasesFilename should be plural everywhere. …
(edit) @79610   5 年 vboxsync Main/IDHCPServer: Added a FindLeaseByMAC method that can be used to …
(edit) @76592   6 年 vboxsync Main: Don't use Logging.h.
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @76190   6 年 vboxsync Main/DHCPServer: (bugref:9288) Added --comment command line option to …
(edit) @76132   6 年 vboxsync Main/DHCPServer: (bugref:9288) Fixed regression causing no DNS-related …
(edit) @75819   6 年 vboxsync Main/DHCPServer: (bugref:9288) Allow removal of DHCP options, show …
(edit) @75648   6 年 vboxsync Main/DHCPD: bugref:9288 Use new implementation of DHCP server (VCC 10 …
(edit) @75617   6 年 vboxsync Rolled back r126789.
(edit) @75614   6 年 vboxsync Main/DHCPD: bugref:9288 Use new implementation of DHCP server (VCC 10 …
(edit) @75569   6 年 vboxsync Rolled back r126727.
(edit) @75568   6 年 vboxsync Main/DHCPD: bugref:9288 Use new implementation of DHCP server (VCC 10 …
(edit) @75513   6 年 vboxsync Rolled back r126670.
(edit) @75512   6 年 vboxsync Main/DHCPD: bugref:9288 Use new implementation of DHCP server.
(edit) @73003   6 年 vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(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) @66938   8 年 vboxsync Main/VirtualBox+DHCPServer+GuestOSType: lots of redundant Bstr/Utf8Str …
(edit) @65611   8 年 vboxsync Main/DHCPServerImpl: Check that IP addresses are not all-zeroes or …
(edit) @65580   8 年 vboxsync Main/DHCPServerImpl: use newly introduced RTNetMaskToPrefixIPv4.
(edit) @65571   8 年 vboxsync Main/DHCPServerImpl: fix Windows #include fallout in r113221.
(edit) @65569   8 年 vboxsync Main/DHCPServerImpl: verify values passed to setConfiguration.
(edit) @61009   9 年 vboxsync Main: big settings cleanup and writing optimization. Moved …
(edit) @54705   10 年 vboxsync Main: VBoxNetNAT/VBoxNetDHCP: sometimes it's required to kill the …
(edit) @54407   10 年 vboxsync Main/DHCPServerImpl: kludge to sneak in dhcp option encoding through …
(edit) @54351   10 年 vboxsync Main/DHCPServerImpl: factor out code to encode option values for …
(edit) @54347   10 年 vboxsync Main/DHCPServerImpl: cosmetic - be consistent in using plural "aValues".
(edit) @54314   10 年 vboxsync Main/DHCPServerImpl: for DHCP options keep not just the text …
(edit) @54284   10 年 vboxsync Frontends/VBoxManage: use AutoReadLock in DHCPServer getters.
(edit) @54265   10 年 vboxsync Main/DHCPServerImpl: AddGlobalOption - make updating existing options …
(edit) @50355   11 年 vboxsync 6813 stage 7 VirtualBoxImpl.cpp etc
(edit) @49742   11 年 vboxsync 6813 stage 2 - Use the server side API wrapper code..
(edit) @49673   11 年 vboxsync DHCPServerImpl: re-inroduce r90836 cancelled in r90887.
(edit) @49672   11 年 vboxsync DHCPServerImpl.cpp: fixes regression introduced in r90887. Adding …
(edit) @49644   11 年 vboxsync stage 1/8 of 6813 changes
(edit) @49618   11 年 vboxsync Main/DHCPServerImpl: move DHCPServer::Data closer to implementation, …
(edit) @49516   11 年 vboxsync Introduce option "--need-main(-M) on|off" in network services to …
(edit) @49494   11 年 vboxsync Main/NetServiceRunner: Make command line more flexible for adding …
(edit) @47112   11 年 vboxsync Main: warnings
(edit) @47018   11 年 vboxsync Main: re-commit r86967 Main/Network: DHCP server has got the ear in …
(edit) @46969   11 年 vboxsync backed out …
(edit) @46961   11 年 vboxsync Main: win build fix.
(edit) @46959   11 年 vboxsync Main/Network: DHCP server has got the ear in Main, and we able …
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @35638   14 年 vboxsync Main. QT/FE: fix long standing COM issue
(copy) @35368   14 年 vboxsync Main: source re-org.
trunk/src/VBox/Main/DHCPServerImpl.cpp 複製
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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