Commit Graph

32 Commits

Author SHA1 Message Date
Brandon Nozaki Miller 143e23ca4d migrating to es6 2016-01-10 20:59:40 -08:00
Brandon Nozaki Miller 1fe7e543ee clean up 2016-01-10 04:18:14 -08:00
Brandon Nozaki Miller 97d1e0783b corrected pubsub constructor case 2016-01-10 03:53:33 -08:00
Brandon Nozaki Miller 3be9d29240 added sync option for all applicable socket types 2015-12-10 00:11:14 -08:00
Brandon Nozaki Miller 3c11bdaaff Merge pull request #53 from Gloridea/master
fix unix socket is not working due to previous fix
2015-12-03 08:49:47 -08:00
gloridea 4d806f78dc fix unix socket is not working due to previous fix 2015-12-03 03:45:12 +09:00
Brandon Nozaki Miller ffd358b5ed Merge pull request #52 from MaybeRex/master
added triggers for 'close' and 'error'

looks good
2015-12-02 10:07:35 -08:00
mario solorzano 4045cc820a corrected close to destroy on destroy 2015-12-02 10:05:47 -08:00
mario solorzano 4d332523dc added triggers for 'close' and 'error' 2015-11-30 17:43:43 -08:00
Gloridea b37f4dac42 fix - Can't connect to server on retry due to config.path is modified in retry loop on win32 env 2015-12-01 04:53:06 +09:00
Joscha Rohmann a2e9c9fd48 Fixed bug with 'UNIX' sockets on windows.
Fixed that the client path gets extended with an ``\\\\.\\pipe\\`` when it already beginns with it.
That is the case when reconnecting.
2015-11-12 12:57:17 +01:00
Brandon Nozaki Miller f0e2afd649 clean up logs for debugging tls 2015-09-27 23:29:31 -07:00
Brandon Nozaki Miller 737d856a32 added tls ssl support, examples, and local only certs 2015-09-27 21:52:16 -07:00
Brandon Nozaki Miller f31d0c9008 added documentation and support for Windows Sockets 2015-09-27 04:45:57 -07:00
Brandon Nozaki Miller ac714e91a4 added js-message dep and rawBuffer examples 2015-09-27 03:32:14 -07:00
Brandon Nozaki Miller e1119968d4 fixes #34 and #35 2015-08-22 23:16:20 -07:00
Brandon Nozaki Miller c2889c6a97 fixed rety bug added buffer support 2015-08-22 22:46:55 -07:00
Jean-François Vial b91b8386be Small fix fot the large buffer problem. Now node-ipc is able to handle large messages 2015-08-11 19:11:29 +02:00
Mateusz Bochyński 8c9b4bdc41 bug in client.js 2014-09-24 12:26:05 +02:00
Brandon Nozaki Miller fb0ef55f81 fixed #25 not retrying if max retries not set 2014-09-06 16:28:49 -07:00
Brandon Nozaki Miller 2765c700dc modified buffer size messages 2014-09-05 00:17:08 -07:00
Brandon Nozaki Miller 788c47c528 fixed #23 stopRetrying issue. Also added test stopRetrying-unix-socket 2014-09-04 22:29:12 -07:00
Brandon Nozaki Miller 111cb81dde fixed #22 and added test under unixSocketTesting 2014-09-04 22:06:25 -07:00
Brandon Nozaki Miller 8ccf29be46 added support for infinate retries 2014-08-31 10:50:34 -07:00
Brandon Nozaki Miller 83d372edb7 fixed retry mechinisim to allow specific retry count 2014-08-27 20:41:12 -07:00
Brandon Miller 7d8ecd1f7e fixed buffer error from issue #11 2014-03-03 12:02:56 -08:00
Brandon Miller 90e529874b added ipc.config.stopRetrying for clients 2014-03-01 16:31:05 -08:00
Brandon Miller 677bf5fa12 added ipc.disconnect method and multiple client example 2014-03-01 04:13:06 -08:00
Walter P. Little 711bafb0e0 Fixed UDP/unix socket conflict and server reference in client 2014-02-27 12:31:40 -08:00
Brandon Miller 91b942f6e9 added UDP support and examples 2014-02-26 14:04:09 -08:00
Brandon Miller ec406a70bf added in remote TCP connections 2014-02-25 17:15:43 -08:00
brandon 071ca7cb36 first commit 2014-02-22 01:13:31 -08:00