Searched hist:e583bfc206b6c301bde1a2c32e24f0fe15ce7fa6 (Results 1 – 3 of 3) sorted by relevance
/haiku/src/preferences/network/ |
H A D | NetworkWindow.h | e583bfc206b6c301bde1a2c32e24f0fe15ce7fa6 Mon Aug 20 17:40:48 UTC 2007 Stephan Aßmus <superstippi@gmx.de> patch by Andre Garzia: * reading/writing interface configuration data is now working properly * at boot, net_server will overwrite the configuration with settings retrieved via DHCP, though * refactoring/renaming
changes by myself: * fixed warnings and cleaned up in Settings::ReadConfiguration(), when the nameservers are parsed * fixed warning in EthernetSettingsView::_SaveAdaptersConfiguration(), changed the loop to do without "isOpen", I think it was broken in two ways before: - it would use the fp pointer after closing the file (isOpen was not maintained), and if that would have worked, it would have overwritten the interface configuration saved in an earlier loop iteration, now it should write all interfaces that are not set to autoconfigure
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22018 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | NetworkWindow.cpp | e583bfc206b6c301bde1a2c32e24f0fe15ce7fa6 Mon Aug 20 17:40:48 UTC 2007 Stephan Aßmus <superstippi@gmx.de> patch by Andre Garzia: * reading/writing interface configuration data is now working properly * at boot, net_server will overwrite the configuration with settings retrieved via DHCP, though * refactoring/renaming
changes by myself: * fixed warnings and cleaned up in Settings::ReadConfiguration(), when the nameservers are parsed * fixed warning in EthernetSettingsView::_SaveAdaptersConfiguration(), changed the loop to do without "isOpen", I think it was broken in two ways before: - it would use the fp pointer after closing the file (isOpen was not maintained), and if that would have worked, it would have overwritten the interface configuration saved in an earlier loop iteration, now it should write all interfaces that are not set to autoconfigure
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22018 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | Jamfile | e583bfc206b6c301bde1a2c32e24f0fe15ce7fa6 Mon Aug 20 17:40:48 UTC 2007 Stephan Aßmus <superstippi@gmx.de> patch by Andre Garzia: * reading/writing interface configuration data is now working properly * at boot, net_server will overwrite the configuration with settings retrieved via DHCP, though * refactoring/renaming
changes by myself: * fixed warnings and cleaned up in Settings::ReadConfiguration(), when the nameservers are parsed * fixed warning in EthernetSettingsView::_SaveAdaptersConfiguration(), changed the loop to do without "isOpen", I think it was broken in two ways before: - it would use the fp pointer after closing the file (isOpen was not maintained), and if that would have worked, it would have overwritten the interface configuration saved in an earlier loop iteration, now it should write all interfaces that are not set to autoconfigure
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22018 a95241bf-73f2-0310-859d-f6bbb57e9c96
|