Happy new year! Bump copyright.
[macgdbp.git] / Source / SocketWrapper.m
2009-01-22 Robert SesekHappy new year! Bump copyright.
2008-07-14 Robert SesekRenaming DebuggerConnection to GDBpConnection
2008-07-14 Robert Sesek-[SocketWrapper(Private) error:] would send message...
2008-07-14 Robert SesekFix build errors. Properties cannot be synthesized...
2008-07-14 Robert SesekMerge branch 'memory-fixes'
2008-07-14 Robert SesekFixing a bug in -[SocketWrapper receive] that could...
2008-07-14 Robert SesekAdd a call to NSAssert() to stop us if we receive incom...
2008-07-14 CiarĂ¡n WalshThe -connect: method would leak memory when called...
2008-07-13 Robert SesekMerge branch 'menu-validation'
2008-07-13 Robert SesekFixing a bug in -[SocketWrapper receive] that could...
2008-07-13 Robert SesekAdd a call to NSAssert() to stop us if we receive incom...
2008-06-23 Robert SesekMerge branch 'bug-125' 1.0.1
2008-06-18 Robert SesekInstead of leaking an alloc'd NSString, use an autorele...
2008-06-18 Robert SesekThe hostname was using an autorelease'd initializer...
2008-06-18 Robert SesekFix a few exceptions/warnings related to going no-gc
2008-06-18 Robert SesekMerge branch 'master' into no-gc
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 SesekWe don't want the NULL byte at the end of the NSString...
2008-06-04 Robert SesekInstead of using NSData for [SocketWrapper receive...
2008-04-17 Robert SesekTurning off GC and adding back manual memory management
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...