OSDN Git Service

You can now pass an NSMutableData object
authorMathewka <mathewka@git.osdn.jp>
Sun, 12 Jun 2016 18:27:25 +0000 (03:27 +0900)
committerMathewka <mathewka@git.osdn.jp>
Sun, 12 Jun 2016 18:27:25 +0000 (03:27 +0900)
commit94579ba58124cc84c91a4c18861a4e0cd406ddb7
tree69f940af2e38292597f84c79873365ed559564ba
parenta3e96e0f4bcc17248ddd72233ad66d177d9a51a9
You can now pass an NSMutableData object
27 files changed:
CocoaAsyncSocket/CocoaAsyncSocket-5.6/AsyncSocket Documentation.html [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/AsyncSocket.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/AsyncSocket.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/AsyncUdpSocket.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/AsyncUdpSocket.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/CertTest/AppController.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/CertTest/AppController.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/CertTest/CertTest.xcodeproj/TemplateIcon.icns [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/CertTest/CertTest.xcodeproj/project.pbxproj [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/CertTest/CertTest_Prefix.pch [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/CertTest/English.lproj/InfoPlist.strings [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/CertTest/English.lproj/MainMenu.xib [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/CertTest/Info.plist [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/CertTest/X509Certificate.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/CertTest/X509Certificate.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/CertTest/main.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/EchoServer/AppController.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/EchoServer/AppController.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/EchoServer/EchoServer.xcodeproj/project.pbxproj [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/EchoServer/EchoServer_Prefix.pch [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/EchoServer/English.lproj/InfoPlist.strings [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/EchoServer/English.lproj/MainMenu.nib/designable.nib [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/EchoServer/English.lproj/MainMenu.nib/keyedobjects.nib [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/EchoServer/Info.plist [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/EchoServer/Instructions.txt [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/EchoServer/main.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6/changes.txt [new file with mode: 0644]