Commit Graph

35 Commits

Author SHA1 Message Date
Wes Filleman
7d4fcd5c89 Forced all HTTPS Certs to accept. We have specific project reasons for doing this.
Updated for Android X, added podspec support,
2020-01-28 13:23:54 -07:00
Andre Staltz
c8693a17bd
Merge 'datanav/master' into 'staltz/master' 2018-07-26 15:36:13 +03:00
Baard H. Rehn Johansen
ebc4fc6d27 Use underlying Secure System for TLS on IOS 2018-05-11 14:19:31 +02:00
Baard H. Rehn Johansen
eb87500c72 Added TLS 'upgrade' support on IOS 2018-05-11 13:33:00 +02:00
Paul Puey
c6af8f728f Set callback after write can cause callback being skipped
When didWriteDataWithTag is called but callback is not yet pushed to
pendingSends dictionary, it will be skipped and cause stream to hang
forever.
2018-04-19 15:13:48 +03:00
Paul Puey
bd91614f42 Add TLS support for iOS 2017-11-06 00:05:06 -08:00
Snoy
95846a71fc Set callback after write can cause callback being skipped
When didWriteDataWithTag is called but callback is not yet pushed to
pendingSends dictionary, it will be skipped and cause stream to hang
forever.
2017-08-16 06:44:27 -07:00
Andy Prock
93143414af Header changes required for 0.40 on ios
https://github.com/facebook/react-native/releases/tag/v0.40.0
2017-01-16 11:33:07 -08:00
Andy Prock
6fa42c9438 switch to NativeEventEmitter for sending events 2017-01-13 12:42:55 -08:00
Andy Prock
2cb72832e0 Fix #30, add missing semicolons 2017-01-10 14:07:13 -08:00
Andy Prock
f38894e1aa ensure events correspond to generated socket ids 2017-01-03 10:22:39 -08:00
Andy Prock
f12be0f655 add a listening flag to keep server sockets alive 2016-12-29 21:22:02 -08:00
Andy Prock
79795b8250 fix server listen error in ios 2016-10-24 16:11:47 -07:00
Alexander Pantyuhov
a99f6bf8f1 Fix for iOS 10 2016-09-19 10:50:58 +03:00
richfisher
2303105741 update CocoaAsyncSocket to latest, fix ipv6 client connecting issue 2016-08-13 21:33:59 +08:00
Andy Prock
563bac71d5 podspec version bump major 2016-01-02 11:05:05 -08:00
Andy Prock
f316cb3a4b prepare for public release 2016-01-02 11:03:35 -08:00
Andy Prock
6bb767545e cleanup comments and remove dead code 2016-01-02 11:01:03 -08:00
Andy Prock
30237bcc6e bump podspec version 2015-12-31 13:41:50 -08:00
Andy Prock
6a56aedebf refactor android, remove useless callbacks 2015-12-31 11:02:57 -08:00
Andy Prock
fd7c132a5c add android support 2015-12-29 16:00:18 -08:00
Andy Prock
bceff85694 push socket creation into connect and listen methods 2015-12-28 11:12:21 -08:00
Andy Prock
0d08f22a66 move native socket create into listen and connect methods 2015-12-26 22:34:17 -08:00
Andy Prock
e7852fc8c2 separate socket events 2015-12-24 11:18:51 -08:00
Andy Prock
31f7d5b9aa drop unimplemented functions 2015-12-23 15:29:15 -08:00
Andy Prock
45066f0a17 add address function 2015-12-23 15:14:41 -08:00
Andy Prock
5ce0b901d9 add more flow annotations 2015-12-23 10:57:51 -08:00
Andy Prock
0ea4912a3a intial server implementation 2015-12-22 15:53:08 -08:00
Andy Prock
c67d90052b add stubs for android implementation 2015-12-21 13:57:43 -08:00
Andy Prock
a742459272 0.0.2
add locks to _pendingSends dictionary
2015-12-17 09:07:43 -08:00
Andy Prock
3eb82c2fde set version to 0.0.1
end now closes the socket after writes are done
2015-12-17 08:10:00 -08:00
Andy Prock
87e2093be5 start integrating static analysis 2015-12-16 15:05:08 -08:00
Andy Prock
1618cfb61f stub out some more functionality 2015-12-14 16:16:45 -08:00
Andy Prock
49dd5a926e rename error domain to RCTTCP 2015-12-07 11:45:33 -08:00
Andy Prock
3317c90a5e port of react-native-udp to use tcp instead 2015-12-04 09:44:16 -08:00