haiku/src/add-ons
Axel Dörfler 63368af591 * As Ingo pointed out to me earlier, TCP could now delete its socket too early
when using the shutdown() command.
* If TCP no longer needs a socket, it will now set the flag FLAG_DELETE_ON_CLOSE;
  when the socket is closed from the upper layers, it will set the FLAG_CLOSED
  flag - and only if both are set, TCP will now delete the socket itself on
  receive.
* This fixes bug #2189.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25278 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-05-01 11:44:19 +00:00
..
accelerants Committed patch by Gerald Zajac, thanks!: 2008-04-13 10:58:30 +00:00
decorators Removed the obsolete second argument ("relpath") of the Addon rule and 2007-04-07 01:27:19 +00:00
disk_scanner Removed the obsolete second argument ("relpath") of the Addon rule and 2007-04-07 01:27:19 +00:00
disk_systems * Initialize() should also cause initializing the partition which would 2008-03-17 12:53:17 +00:00
input_server fix misuse of ... with B_UTF8_ELLIPSIS 2008-04-29 21:48:36 +00:00
kernel * As Ingo pointed out to me earlier, TCP could now delete its socket too early 2008-05-01 11:44:19 +00:00
mail_daemon * Prefixed the variables NETWORK_LIBS, NETAPI_LIB, and 2007-08-12 22:15:10 +00:00
media Removed superflous NULL pointer checks. 2008-04-28 22:13:36 +00:00
opengl added CMAP8 support 2008-03-29 14:55:41 +00:00
print fix misuse of ... with B_UTF8_ELLIPSIS 2008-04-29 21:48:36 +00:00
screen_savers fix misuse of ... with B_UTF8_ELLIPSIS 2008-04-29 21:48:36 +00:00
tracker * I'm not sure if that puts more or less pressure on stippi, but the 2008-04-03 12:39:06 +00:00
translators fix misuse of ... with B_UTF8_ELLIPSIS 2008-04-29 21:48:36 +00:00
Jamfile Beginnings of a userland intel disk system add-on. 2007-10-13 21:34:15 +00:00