Commit Graph

28 Commits

Author SHA1 Message Date
Overtorment
113433d505 mute 2020-03-26 15:12:47 +00:00
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
Baard H. Rehn Johansen
5072101b2c Remove 2 sec delay (not sure why it suddenly worked) 2018-05-11 16:22:50 +02:00
Baard H. Rehn Johansen
7453aed769 Added TLS 'upgrade' support on Android 2018-05-04 00:50:39 +02:00
Paul Puey
f86fdce98c Do not call new Error() on write() if socket is disconnected 2018-01-06 01:55:12 -08:00
Paul Puey
7aba85bf51 Do not throw on write() if socket is closed. Only call callback if available. 2018-01-06 00:22:14 -08:00
Paul Puey
570a4915c3 Merge branch 'master' of https://github.com/Airbitz/react-native-tcp 2018-01-05 18:25:04 -08:00
Paul Puey
f4645ce822 Fix crashes on Android
* Do callback vs throw on write() when socket is disconnected
* Close socket if we fail to connect
2018-01-05 18:24:46 -08:00
thehobbit85
1cb311a899 commented out annoying redundant logs 2018-01-05 11:22:28 -08:00
Paul Puey
bd91614f42 Add TLS support for iOS 2017-11-06 00:05:06 -08:00
Stanislav Synko
cdcd666673 prevent native ios crashes 2017-07-21 15:31:59 -07:00
Jesús Darío
fc66549961 Replace this by self in a scoped reference 2017-06-05 15:15:37 +02:00
Andy Prock
6fa42c9438 switch to NativeEventEmitter for sending events 2017-01-13 12:42:55 -08:00
Andy Prock
a88d5bea7f Fixes #10, socket timeout now refreshes on data 2016-12-02 11:33:01 -08:00
Andy Prock
099a7d82bb make sockets duplex streams 2016-10-27 09:14:43 -07:00
Andy Prock
5c284e5622 stub out missing net.js apis 2015-12-31 13:40:43 -08:00
Andy Prock
6a56aedebf refactor android, remove useless callbacks 2015-12-31 11:02:57 -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
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
3317c90a5e port of react-native-udp to use tcp instead 2015-12-04 09:44:16 -08:00