Commit Graph

15 Commits

Author SHA1 Message Date
Mark Vayngrib dfa85e9475 fix bindArgs on android (broken by 2.2.0) 2017-10-25 08:42:03 -04:00
Gavin Conway 822b1e0933 Bubbled up reusePort to the API as an option on createSocket 2017-10-24 23:31:16 -04:00
Mark Vayngrib 4ef1603104 delete duplicate noop declaration 2017-08-09 08:52:24 -04:00
Gavin Conway 00f1224167 Changed process.nextTick to setImmediate when socket already closed 2017-08-09 14:51:06 +02:00
Mark Vayngrib dc04cd35df support callback in close() 2017-02-19 21:04:46 -05:00
Andy Prock acb9dbcbd6 remove received noisy message received log 2016-01-13 14:43:56 -08:00
Atticus White 97e9d137b5 validate hostname in addition to ip address 2015-12-21 16:03:59 -05:00
Mark Vayngrib 57d44e0e49 don't log on every send 2015-11-22 12:52:27 +00:00
Mark Vayngrib 3c9c4e52e7 use __DEV__ instead of DEBUG 2015-11-22 12:52:27 +00:00
Mark Vayngrib 083f9fc081 small tweak for Buffer 2015-11-22 12:52:27 +00:00
Andy Prock 398935bb67 implement addMembership/dropMembership for android
this enables support for protocols such as ssdp, which require multicasting
bump to version 1.1.1
2015-11-18 15:14:45 -08:00
Mark Vayngrib 5812536d1f validate args better (ip, port), normalize errors from over the bridge 2015-10-12 09:54:53 +01:00
Mark Vayngrib d852f48cdb Revert "fix RCTConvert choke converting int to string"
This reverts commit 2a69aae5ad.
2015-10-11 19:03:18 +01:00
Mark Vayngrib 2a69aae5ad fix RCTConvert choke converting int to string 2015-10-11 14:17:51 +01:00
Andy Prock 3ce4b63536 initial android support
moved ios specific code into a subfolder
created an android folder
updated the Install instructions on the readme
bumped the version to 0.2.0
2015-09-25 14:58:32 -07:00