Bump project version to 212.1.
[macgdbp.git] / Source / ProtocolClient.m
2022-05-19 Robert SesekFix +[ProtocolClient escapedFilePathURI:] to not double...
2020-06-13 Robert SesekSpeculative fix for a crash if a handler cannot be...
2019-09-13 Robert SesekConvert the entire project to ARC.
2018-11-28 Robert SesekFix some new warnings about integer truncation.
2016-04-10 Robert SesekFix leak of LogEntry items in ProtocolClient.
2015-12-07 Robert SesekFix two leaks found by Analyze.
2015-12-07 Robert SesekMerge branch 'debugger-back-end'
2015-10-24 Robert SesekMerge branch 'message-queue' into debugger-back-end
2015-10-10 Robert SesekRemove the old callTable_ system from DebuggerBackEnd.
2015-10-10 Robert SesekReplace -[ProtocolClient sendCustomCommandWithFormat...
2015-10-10 Robert SesekAdd a block-based -sendCommand... variant to ProtocolCl...
2015-10-10 Robert SesekRemove unnecessary ivars from ProtocolClient.
2015-10-10 Robert SesekStop logging transaction validation information.
2015-06-21 Robert SesekFix nil host replacement.
2015-05-17 Robert SesekRemove unused -[ProtocolClient shouldSendMessage].
2014-01-02 Robert SesekRemove the thin layer around ProtocolClient that is...
2013-06-28 Robert SesekConnect ProtocolClient to the LoggingController.
2013-06-20 Robert SesekImprove MessageQueueDelegate.
2013-06-18 Robert SesekWhen the MessageQueue disconnects, release it in Protoc...
2013-06-18 Robert SesekPerform -postReceivedMessage: only in the default mode.
2013-06-18 Robert SesekUse the correct socket for CFStreamCreatePairWithSocket.
2013-06-18 Robert SesekWrite ProtocolClient, the layer that talks XML on top...