Merge branch 'leopard'
[macgdbp.git] / Source / SocketWrapper.m
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 SesekReadd a space after a colon
2008-01-04 Robert SesekReadd a space after a colon
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-11 Robert SesekAllow the connection socket to be reused in SocketWrapper
2007-08-11 Robert SesekWe previously were leaking all over the place due to...
2007-08-05 Robert SesekCommenting out the data received NSLog()
2007-08-05 Robert SesekMerge branch 'master' into register-feature
2007-08-05 Robert SesekUse memset() on some of the char[]'s to make sure we...
2007-08-04 Robert SesekI guess we forgot to rename _postNotification to postNo...
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 SesekFixing an NSException that was being raised when we...
2007-08-03 Robert SesekAdding functionality to get the IP address of the remot...
2007-08-03 Robert SesekAny time we post a NsockError notifiation, we should...
2007-08-03 Robert SesekAdding a selector argument to receive: so that the...
2007-08-03 Robert SesekImplementing the new delegate system throughout SocketW...
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 SesekImproving the efficiency of [SocketWrapper receive]
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* Source/SocketWrapper.m: Include <unistd.h> to remove...
2007-08-02 Robert Sesek* Source/SocketWrapper.m:
2007-08-02 Robert Sesek* Source/SocketWrapper.m:
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...