OSDN Git Service

Added a method to specify the interface to use for outgoing connection
authorMathewka <mathewka@git.osdn.jp>
Sun, 12 Jun 2016 18:27:05 +0000 (03:27 +0900)
committerMathewka <mathewka@git.osdn.jp>
Sun, 12 Jun 2016 18:27:05 +0000 (03:27 +0900)
commit064df7251ed244cc4e0ce0a1546a3b522507d655
treee39717e52b3a0013748dbad07fe791bc3023c37c
parent8fcc3c87b14c04542f67a9a2b4b09287015b06b9
Added a method to specify the interface to use for outgoing connection
38 files changed:
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/AsyncSocket Documentation.html [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/AsyncSocket.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/AsyncSocket.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/AsyncUdpSocket.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/AsyncUdpSocket.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/CertTest/AppController.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/CertTest/AppController.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/CertTest/CertTest.xcodeproj/TemplateIcon.icns [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/CertTest/CertTest.xcodeproj/project.pbxproj [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/CertTest/CertTest_Prefix.pch [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/CertTest/English.lproj/InfoPlist.strings [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/CertTest/English.lproj/MainMenu.xib [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/CertTest/Info.plist [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/CertTest/X509Certificate.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/CertTest/X509Certificate.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/CertTest/main.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/EchoServer/AppController.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/EchoServer/AppController.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/EchoServer/EchoServer.xcodeproj/project.pbxproj [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/EchoServer/EchoServer_Prefix.pch [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/EchoServer/English.lproj/InfoPlist.strings [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/EchoServer/English.lproj/MainMenu.nib/designable.nib [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/EchoServer/English.lproj/MainMenu.nib/keyedobjects.nib [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/EchoServer/Info.plist [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/EchoServer/Instructions.txt [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/EchoServer/main.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/InterfaceTest/Classes/InterfaceTestAppDelegate.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/InterfaceTest/Classes/InterfaceTestAppDelegate.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/InterfaceTest/Classes/InterfaceTestViewController.h [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/InterfaceTest/Classes/InterfaceTestViewController.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/InterfaceTest/InterfaceTest-Info.plist [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/InterfaceTest/InterfaceTest.xcodeproj/robbie.pbxuser [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/InterfaceTest/InterfaceTestViewController.xib [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/InterfaceTest/InterfaceTest_Prefix.pch [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/InterfaceTest/MainWindow.xib [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/InterfaceTest/Readme.txt [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/InterfaceTest/main.m [new file with mode: 0644]
CocoaAsyncSocket/CocoaAsyncSocket-5.6.2/changes.txt [new file with mode: 0644]