metasploit-framework/lib/rex/io
James Lee e621828cac check for a nil return value from write(), fixes #4329
git-svn-id: file:///home/svn/framework3/trunk@12528 4d416f70-5f16-0410-b530-b9f4589650da
2011-05-03 06:55:15 +00:00
..
bidirectional_pipe.rb Adds a print_debug message handler -- mostly useful during development to easily inspect objects. 2010-02-02 21:03:07 +00:00
datagram_abstraction.rb Commit the Ruby side for the UDP socket pivoting. Change the TCP client channel so the respective StreamAbstraction is responsible for monitoring its own rsock. 2010-02-09 16:45:46 +00:00
ring_buffer.rb Use shell_write vs ring.put 2011-05-02 23:07:02 +00:00
stream.rb This removes the abortive_close code for stream sockets, it was leading to inconsistencies in how dead sessions were cleaned up 2011-05-03 03:59:02 +00:00
stream_abstraction.rb check for a nil return value from write(), fixes #4329 2011-05-03 06:55:15 +00:00
stream_server.rb This patch adds detailed thread tracking across the metasploit framework, along with a new console command (threads) to manage these. This level of tracking is required to accurately monitor background tasks, assist with debugging, and kill orphaned threads. 2010-11-12 06:19:49 +00:00