Move out of 1.5 beta to stable, and update the copyright years.
[macgdbp.git] / Source / NetworkConnection.mm
2011-05-30 Robert SesekRedo how socket shutdown works:
2011-05-29 Robert SesekMove ownership of the read and write stream from Networ...
2011-05-01 Robert SesekMerge branch 'eval-sheet'
2011-05-01 Robert SesekAdd -[DebuggerBackEnd evalScript:] to send the command.
2011-02-28 Robert SesekCleanup some older code in NetworkConnection.mm.
2011-02-26 Robert SesekFix some signedness errors
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-26 Robert SesekClose and reopen the connection when toggling the attac...
2011-02-19 Robert SesekMove dealing with the socket into NetworkCallbackContro...
2011-01-15 Robert SesekRemove some dead code in -[NetworkConnection socketDisc...
2011-01-11 Robert SesekSwitch out ints for proper types in NetworkConnection...
2011-01-06 Robert SesekHappy new year!
2010-12-24 Robert SesekSplit out the C++ class into its own file. Also move...
2010-12-24 Robert SesekUse a C++ class to handle the CFNetwork events, rather...