metasploit-framework/lib/rex/io
HD Moore 7ccf4e2f11 Change stream writes to be non-blocking, this has been pretty heavily tested over the last couple days, and should preserve the original behavior as well. This fixes a deadlock in Ruby in certain conditions
git-svn-id: file:///home/svn/framework3/trunk@10306 4d416f70-5f16-0410-b530-b9f4589650da
2010-09-13 14:39:17 +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
stream.rb Change stream writes to be non-blocking, this has been pretty heavily tested over the last couple days, and should preserve the original behavior as well. This fixes a deadlock in Ruby in certain conditions 2010-09-13 14:39:17 +00:00
stream_abstraction.rb Lots of small changes, the big one is moving from sysread -> readpartial in the stream base class 2010-03-10 06:43:46 +00:00
stream_server.rb Move away from Kernel.select in exchange for IO.select, solves some issues with windows compatibility 2010-05-20 20:42:17 +00:00