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
|
6fc0199f01
|
added defaults to allow local certs to be used when not specified
|
2015-09-27 22:00:26 -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
|
8ba5ec15e8
|
fixed #21 destroyedSocketID segmentation fault
|
2014-09-02 20:48:05 -07:00 |
|
Brandon Nozaki Miller
|
8ccf29be46
|
added support for infinate retries
|
2014-08-31 10:50:34 -07:00 |
|
Brandon Nozaki Miller
|
7c49aa21a3
|
added in socket.id logic for messages and disconnect.
|
2014-08-27 20:57:37 -07:00 |
|
Brandon Nozaki Miller
|
83d372edb7
|
fixed retry mechinisim to allow specific retry count
|
2014-08-27 20:41:12 -07:00 |
|
Brandon Nozaki Miller
|
874df2fbfb
|
fixed UDPSocketRange error on broadcast
|
2014-08-27 19:09:01 -07:00 |
|
Daniel Killebrew
|
edb706a344
|
pass socket to handler for socket.disconnect
socket.id does not exist
|
2014-08-26 20:15:53 -07:00 |
|
brandon
|
f214aad4db
|
move a very verbose log statement
|
2014-05-08 14:04:00 -07:00 |
|
brandon
|
28ee16b572
|
bug in server socket registration
|
2014-05-07 15:53:20 -07:00 |
|
brandon
|
d254d8be0c
|
bug in server socket logging broadcast data
|
2014-05-07 10:40:13 -07:00 |
|
Brandon Miller
|
e49145ceb8
|
swapped console.log for server.log
|
2014-03-11 10:44:37 -07:00 |
|
Brandon Miller
|
567ddaf60b
|
fixed broadcast bug. ipc.server.broadcast was always empty because ipc.server.sockets was not getting new socket connections pushed
|
2014-03-11 10:37:37 -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 |
|
Brandon Miller
|
bedf38a4ec
|
fixed server delete soicket method
|
2014-03-01 02:30:49 -08:00 |
|
Brandon Miller
|
7484a520ea
|
fixed server delete soicket method
|
2014-03-01 02:30:26 -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 |
|