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 |
|
naviocean
|
bb0a453c8e
|
update dependencies, fix android packageName, bump 3.3.2
|
2018-11-29 11:36:19 +07:00 |
|
Ed Lafoy
|
1f7f99f844
|
Update package.json
|
2018-11-16 11:52:06 -06:00 |
|
Ed Lafoy
|
34aef6409e
|
Merge pull request #1 from atvenu/master
Support CocoaPods
|
2018-11-16 11:46:37 -06:00 |
|
Andre Staltz
|
a5e396c628
|
release 3.3.1
|
2018-07-26 19:49:51 +03:00 |
|
Andre Staltz
|
b793911a9a
|
add rnpm config
|
2018-07-26 19:49:37 +03:00 |
|
Andre Staltz
|
65ccf53a3f
|
set as public npm package
|
2018-07-26 15:57:39 +03:00 |
|
Andre Staltz
|
417ac600b3
|
update readme for this fork
|
2018-07-26 15:56:40 +03:00 |
|
Andre Staltz
|
ab42502f39
|
publish as @staltz/react-native-tcp
|
2018-07-26 15:54:48 +03:00 |
|
Andre Staltz
|
c8693a17bd
|
Merge 'datanav/master' into 'staltz/master'
|
2018-07-26 15:36:13 +03: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
|
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 |
|
Baard H. Rehn Johansen
|
7453aed769
|
Added TLS 'upgrade' support on Android
|
2018-05-04 00:50:39 +02:00 |
|
Baard H. Rehn Johansen
|
0e7f3457c2
|
Added TLS support on Android
|
2018-05-04 00:46:03 +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 |
|
Andre Staltz
|
aa94219ff8
|
Fix net.createServer to comply with official API
|
2018-04-07 17:26:55 +03:00 |
|
Allen Hujsak
|
bd0fd5623d
|
Added stream-browserfy to stop crashing for partners
|
2018-03-07 14:57:01 -05:00 |
|
Eliran Zach
|
58c516d6e2
|
Merge pull request #2 from Airbitz/close-socket-on-error
Close the socket if we get an error even if we don't have a listener
|
2018-02-05 11:49:14 -08:00 |
|
Paul Puey
|
b27f3825e1
|
Close the socket if we get an error even if we don't have a listener
|
2018-02-05 14:37:11 -05: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 |
|
Andy Hiew
|
95ae7b5c81
|
Support CocoaPods
|
2017-12-01 15:47:39 -07:00 |
|
Paul Puey
|
bd91614f42
|
Add TLS support for iOS
|
2017-11-06 00:05:06 -08:00 |
|
|
|
b056904809
|
|
2017-10-28 09:15:58 -07:00 |
|
Paul Puey
|
53fdc03b8e
|
Fix for RN 0.47
|
2017-08-29 21:44:17 -07:00 |
|
|
|
4cef5bbe17
|
3.3.0
|
2017-08-23 18:06:09 -07: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 |
|
Hampton Maxwell
|
ea1bb2e8a7
|
We can no longer override createJSModules since it's been removed in RN 0.47
|
2017-08-16 06:43:39 -07:00 |
|
Paul V Puey
|
d00165f83c
|
Merge pull request #1 from safitudo/patch-1
prevent native ios crashes
|
2017-07-21 15:32:38 -07:00 |
|
Stanislav Synko
|
cdcd666673
|
prevent native ios crashes
|
2017-07-21 15:31:59 -07:00 |
|
|
|
5dd58665c3
|
3.2.2
|
2017-07-04 22:31:08 -07:00 |
|
Andy Prock
|
59674c4c7b
|
Merge pull request #53 from jsdario/patch-1
Replace `this` by `self` in a scoped reference
|
2017-07-04 10:12:14 -07:00 |
|
Jesús Darío
|
fc66549961
|
Replace this by self in a scoped reference
|
2017-06-05 15:15:37 +02:00 |
|
Siva
|
75afd35a6b
|
Merge pull request #41 from aprock/master
fix #39 remove reverse dns lookup
|
2017-02-21 14:37:09 -08:00 |
|
Andy Prock
|
e45bbff331
|
3.2.1
|
2017-02-21 13:37:42 -08:00 |
|
Andy Prock
|
0de39b6d50
|
Merge pull request #1 from aprock/rdns
eliminate the reverse dns lookup when connecting
|
2017-02-21 13:36:56 -08:00 |
|
Andy Prock
|
0f07346eac
|
eliminate the reverse dns lookup when connecting
|
2017-02-21 11:43:46 -08:00 |
|
Andy Prock
|
52945030ee
|
3.2.0
|
2017-01-16 11:40:39 -08:00 |
|
Andy Prock
|
b3e4d51404
|
Merge pull request #36 from PeelTechnologies/rn40
Rn40
|
2017-01-16 11:38:02 -08:00 |
|
Andy Prock
|
b0ac68ee5a
|
update docs for RN < 0.40 + ios
|
2017-01-16 11:34:45 -08: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
|
15e7b3c545
|
3.1.0
|
2017-01-13 12:44:32 -08:00 |
|
Andy Prock
|
aec6937e19
|
Merge pull request #35 from PeelTechnologies/RCTEventEmitter
switch to NativeEventEmitter for sending events
|
2017-01-13 12:44:09 -08:00 |
|
Andy Prock
|
6fa42c9438
|
switch to NativeEventEmitter for sending events
|
2017-01-13 12:42:55 -08:00 |
|
Andy Prock
|
6d623aaa4c
|
cleanup readme markdown
|
2017-01-11 16:14:05 -08:00 |
|