Happy new year! Bump copyright.
[macgdbp.git] / Source / SocketWrapper.h
2009-01-22 Robert SesekHappy new year! Bump copyright.
2008-07-14 Robert SesekRenaming DebuggerConnection to GDBpConnection
2008-06-09 Robert SesekMerge branch 'master' into no-gc
2008-06-05 Robert SesekWhen calling -[SocketWrapper remoteHost], we don't...
2008-06-04 Robert SesekInstead of using NSData for [SocketWrapper receive...
2008-01-06 Robert SesekMerge branch 'leopard'
2008-01-05 Robert SesekRemoving the notification-delegate system that SocketWr...
2008-01-05 Robert SesekIn SocketWraper, don't use the notification posting...
2008-01-05 Robert SesekSynthesize new properties for class cross-referencing...
2008-01-05 Robert SesekHappy new year!
2008-01-05 Robert SesekUse garbage collection and add -[SocketWrapper close...
2008-01-04 Robert SesekWe can't have an instance variable match the name of...
2008-01-04 Robert SesekUntested refactoring is the best! Renaming all of the...
2008-01-04 Robert SesekRemoving the extra spacing after colons in function...
2007-08-04 Robert SesekCleaning up our use of private methods: Moving all...
2007-08-04 Robert SesekInstead of data received being an NSString, have it...
2007-08-04 Robert SesekAdding the sent data as the parameter to the dataSent...
2007-08-03 Robert SesekAdding functionality to get the IP address of the remot...
2007-08-03 Robert SesekMoving some of the internal methods that were mistakenl...
2007-08-03 Robert SesekAdding a selector argument to receive: so that the...
2007-08-03 Robert SesekFinally settled on a delegate/notification system combi...
2007-08-03 Robert SesekThreads can't communicate with each other and call...
2007-08-03 Robert SesekStarting to thread-ify SocketWrapper class.
2007-08-03 Robert SesekCleaning up and removing remnance of the notification...
2007-08-03 Robert SesekDelegate methods work far better than notifications...
2007-08-03 Robert SesekUsing NSNotification to pass messages around upon event...
2007-08-02 Robert Sesek* MacGDBp.xcodeproj: Change the C mode to be C99
2007-08-02 Robert SesekChanging from using NSStream which didn't actually...