Move out of 1.5 beta to stable, and update the copyright years.
[macgdbp.git] / Source / NetworkCallbackController.mm
2011-05-30 Robert SesekRemove testing code from CloseConnection()
2011-05-30 Robert SesekRedo how socket shutdown works:
2011-05-30 Robert SesekKeep track of the child socket handle and close() it...
2011-05-30 Robert SesekRename socket_ to listeningSocket_ and add CloseSocket...
2011-05-29 Robert SesekIn NetworkCallbackController::WriteStreamCanAcceptBytes...
2011-05-29 Robert SesekMove ownership of the read and write stream from Networ...
2011-02-28 Robert SesekIn NetworkCallbackController::Unschedule*Stream(),...
2011-02-26 Robert SesekMerge branch 'ruler-view'
2011-02-26 Robert SesekMerge branch 'x86_64'
2011-02-26 Robert SesekRemove some NSLog statements
2011-02-19 Robert SesekMove dealing with the socket into NetworkCallbackContro...
2011-01-06 Robert SesekHappy new year!
2011-01-06 Robert SesekRemoved some extra braces and add a comment for Network...
2010-12-24 Robert SesekFix formatting that Xcode bodged.
2010-12-24 Robert SesekSplit out the C++ class into its own file. Also move...