History log of /vbox/src/VBox/Main/include/NetworkServiceRunner.h
Revision Date Author Comments Expand
6dd946376d7b56d260db8d3bd66989858c729ce7 54705 10-Mar-2015 vboxsync

Main: VBoxNetNAT/VBoxNetDHCP: sometimes it's required to kill the runner process (in case of no Main clients)

9ed50c4b6a94b633299f224467d7a9f0f941ccef 49517 16-Nov-2013 vboxsync

Main: NetworkServiceRunner dependencies included in NetworkServiceRunner.h (reverts: r90651,r90653,r90654)

011bebd8930c3fa3df178d1c82ae88cc73c70d39 49516 16-Nov-2013 vboxsync

Introduce option "--need-main(-M) on|off" in network services to emphosize whether network service need to establish connection with Main (by default this optiois off).

b5f3851e3304c175851642c5bc45cb432631665b 49499 15-Nov-2013 vboxsync

Space.

f98c5a21f7e8e4c698e3a6937c2798378d4664be 49494 15-Nov-2013 vboxsync

Main/NetServiceRunner: Make command line more flexible for adding service specific parameters. XXX: creating final array parameter to RTProcCreate(,,array,,,) need further improvements.

ae7831c5adb71bdf2ef86aa7aa8dc19402b3345e 48107 28-Aug-2013 vboxsync

NATNetwork windows build fix. Fixed memory leak in recalculateIpv4AddressAssignments due to confusing string handling and simplified the code there a little (~20 lines shorter). Fixed indentation and some other nits.

152b12e401b58b34fbdbf2a4510152b67884ee89 47018 06-Jul-2013 vboxsync

Main: re-commit r86967 Main/Network: DHCP server has got the ear in Main, and we able create/describe more complex infrostructures. DHCP server together with Lwip NAT can handle per vm/slot configuration and store them in xml settings. place-holder: Host interface nameserver list, domain name and search strings, I suppose that this functions should be used on initialization stage and then on host configuration change even or directly from event.

0f70ed40798198e1d9099c6ae3bdb239d2b8cf0d 46969 04-Jul-2013 vboxsync

backed out r86967,r86968,r86969,r86970,r86971,r86972,r86973,r86975,r86976. will fix build locally.

/vbox/include/VBox/settings.h /vbox/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/idl/VirtualBox.xidl DHCPServerImpl.h HostImpl.h NATNetworkImpl.h NetworkServiceRunner.h /vbox/src/VBox/Main/src-client/ConsoleImpl2.cpp /vbox/src/VBox/Main/src-server/DHCPServerImpl.cpp /vbox/src/VBox/Main/src-server/HostImpl.cpp /vbox/src/VBox/Main/src-server/NATNetworkImpl.cpp /vbox/src/VBox/Main/src-server/NetworkServiceRunner.cpp /vbox/src/VBox/Main/src-server/VirtualBoxImpl.cpp /vbox/src/VBox/Main/src-server/xpcom/server.cpp /vbox/src/VBox/Main/xml/Settings.cpp /vbox/src/VBox/NetworkServices/DHCP/Config.h /vbox/src/VBox/NetworkServices/DHCP/Makefile.kmk /vbox/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp /vbox/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp /vbox/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h
c29157dbe5c257b3b0865ba1cfb419e4e2135681 46959 04-Jul-2013 vboxsync

Main/Network: DHCP server has got the ear in Main, and we able create/describe more complex infrostructures. DHCP server together with Lwip NAT can handle per vm/slot configuration and store them in xml settings. place-holder: Host interface nameserver list, domain name and search strings, I suppose that this functions should be used on initialization stage and then on host configuration change even or directly from event.