haiku/src
Ingo Weinhold a71744ba3a Patch by Hugo Santos. In his own words:
- moved the network type handling into NetworkTypes.cpp.
- list the known socket options and some of their types (mostly only handling
  integers right now).
- in order to look at the socket options values, i added specialized pointers
  to look at the value pointed by int *, unsigned int *, long *,
  unsigned long *, long long * and unsigned long long *. This proved helpful
  in other situations, such as looking at the msgCode of read_port_etc and
  other similiar cases.
- i added a new option to -d, "pointer_values" to enable/disable this "look
  at integer pointer values" behavior.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20429 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-03-26 22:27:15 +00:00
..
add-ons Try at fixing build for gcc4 suggested by Axel. Does that work? 2007-03-26 19:55:37 +00:00
apps resize button only for width 2007-03-23 19:01:59 +00:00
bin Patch by Hugo Santos. In his own words: 2007-03-26 22:27:15 +00:00
build
data
documentation
kits Update the window size when adding and removing items. This fix bug 2007-03-22 14:48:03 +00:00
libs
preferences calls again BMimeType::GuessMimeType() in BackgroundsView (was only called in the ImagePanel filter) 2007-03-20 22:40:34 +00:00
servers The MessageLooper class did not initialize its fThread member, causing ServerWindow 2007-03-25 12:43:13 +00:00
system Somehow, the system doesn't run that well when the scheduler skips only rarely; I'm not 2007-03-26 10:28:39 +00:00
tests "Clean room" test for a "copy on write" problem leading to bugs #113 2007-03-21 19:36:34 +00:00
tools
Jamfile