haiku/src/servers/net
Axel Dörfler 15ab0bcf01 * int32_t, uint32_t are now of type "int", and no longer of type "long".
This should help to reduce the number of warnings imported code will throw
  during compilation (helps a lot with tcpdump, for example).
* Since long is 64 bit on 64 bit platforms, we might want to think about doing
  that change for the Haiku types int32 and uint32 as well.
* Fixed several occurences of hidden type problems.
* Fixed build of the stack and TCP under BeOS.
* Fixed incorrect typedef in socket_interface.h.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22643 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-10-21 20:10:43 +00:00
..
AutoconfigLooper.cpp * Moved the network status replicant into its own application, similar to what 2007-04-11 16:01:02 +00:00
AutoconfigLooper.h The beginnings of automatic configuration of network devices using DHCP; this is 2006-12-06 19:00:00 +00:00
DHCPClient.cpp * int32_t, uint32_t are now of type "int", and no longer of type "long". 2007-10-21 20:10:43 +00:00
DHCPClient.h * Made the implementation more state driven. 2006-12-13 13:57:57 +00:00
Jamfile * Now uses BPathMonitor instead of the node monitor; this fixes several issues with 2007-07-04 18:53:51 +00:00
net_server.rdef Made all server version and signatures consistent, and thus closing bug #909. 2006-10-22 17:56:02 +00:00
NetServer.cpp * Now uses BPathMonitor instead of the node monitor; this fixes several issues with 2007-07-04 18:53:51 +00:00
NetServer.h * Moved the network status replicant into its own application, similar to what 2007-04-11 16:01:02 +00:00
PPPServer.cpp
PPPServer.h
Services.cpp * Now a service is quit when it is removed from the settings file. 2007-07-05 12:16:22 +00:00
Services.h * Now a service is quit when it is removed from the settings file. 2007-07-05 12:16:22 +00:00
Settings.cpp Accidently left in some debug output. 2007-07-05 12:24:11 +00:00
Settings.h Optionally allows a different settings format; now you can write: 2007-07-04 19:42:16 +00:00
SimpleMessageFilter.cpp
SimpleMessageFilter.h