47 Commits

Author SHA1 Message Date
Andy Prock
d7ed345384 update example and docs for react-native 0.29.2 2016-07-20 12:39:59 -07:00
Andy Prock
d44ee93f1a fix incorrect android linking info in README 2016-07-19 10:58:46 -07:00
Andy Prock
dd8d0e3fd4 Merge pull request #8 from PeelTechnologies/fixcase
Fixcase
2016-07-19 10:58:16 -07:00
Andy Prock
b3a3eb333b fix case of rctsockets folder 2016-07-19 10:55:29 -07:00
Andy Prock
df57716b36 move example to tmp 2016-07-19 10:54:16 -07:00
Andy Prock
31c4e65165 2.0.0 v2.0.0 2016-06-17 14:00:51 -07:00
Andy Prock
c9ed8763e4 Merge pull request #5 from PeelTechnologies/update
fix oustanding issues
2016-06-17 14:00:20 -07:00
Andy Prock
29e56e92d8 fix oustanding issues
Updated the Readme (use rnpm when linking)
Updated the android project structure to work with rnpm
Rebuilt the RctSockets Sample to display the socket lifecycle
Updated RctSockets to the latest react-native in the sample (0.27.2)
2016-06-17 13:55:05 -07:00
Andy Prock
575f9e660e Merge pull request #4 from bettiah/master
fix for hang on activity suspend/resume
2016-06-17 09:21:07 -07:00
Abhishek Kumar
43eb70a738 fix for hang on activity suspend/resume 2016-05-29 15:11:36 +08:00
Andy Prock
d8afe9c68a 1.0.1 v1.0.1 2016-02-02 15:39:13 -08:00
Andy Prock
7192886658 update android code and readme for react-native 0.18 2016-02-02 15:39:04 -08:00
Andy Prock
4458d6a089 1.0.0 v1.0.0 2016-01-02 11:05:12 -08:00
Andy Prock
563bac71d5 podspec version bump major 2016-01-02 11:05:05 -08:00
Andy Prock
1830ed68f8 0.5.0 v0.5.0 2016-01-02 11:03:48 -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
64afa9b677 properly resolve remote socket for accepted connections 2016-01-02 11:00:44 -08:00
Andy Prock
bf08b2ae31 0.4.1 v0.4.1 2015-12-31 13:44:46 -08:00
Andy Prock
f5d0acbbe4 documentation cleanup 2015-12-31 13:44:37 -08:00
Andy Prock
e7ba0bab9b 0.4.0 v0.4.0 2015-12-31 13:41:57 -08:00
Andy Prock
30237bcc6e bump podspec version 2015-12-31 13:41:50 -08:00
Andy Prock
5c284e5622 stub out missing net.js apis 2015-12-31 13:40:43 -08:00
Andy Prock
0b9c8f3464 0.3.1 v0.3.1 2015-12-31 11:04:13 -08:00
Andy Prock
b65f11fb72 android doc cleanup 2015-12-31 11:04:01 -08:00
Andy Prock
083519ec53 0.3.0 v0.3.0 2015-12-31 11:03:07 -08:00
Andy Prock
6a56aedebf refactor android, remove useless callbacks 2015-12-31 11:02:57 -08:00
Andy Prock
ab0e3d91c5 update readme 2015-12-29 16:13:35 -08:00
Andy Prock
b13319e9ee 0.2.0 v0.2.0 2015-12-29 16:00:59 -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
1c4b0cbf29 0.1.1 v0.1.1 2015-12-23 15:29:22 -08:00
Andy Prock
31f7d5b9aa drop unimplemented functions 2015-12-23 15:29:15 -08:00
Andy Prock
b7a63b8874 0.1.0 v0.1.0 2015-12-23 15:14:50 -08:00
Andy Prock
45066f0a17 add address function 2015-12-23 15:14:41 -08:00
Andy Prock
d2e7b7c555 0.0.3 v0.0.3 2015-12-23 10:58:26 -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
v0.0.2
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
v0.0.1
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