mario solorzano
4045cc820a
corrected close to destroy on destroy
2015-12-02 10:05:47 -08:00
Brandon Nozaki Miller
fa8f159eea
Merge pull request #51 from Gloridea/master
...
fix - Can't connect to server on retry due to config.path is modified…
Awesome! thanks for the clarification!
2015-12-02 10:01:36 -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
Brandon Nozaki Miller
021b191af5
Merge pull request #48 from MaybeRex/master
...
added maxRetries further informatiom
Thanks @MaybeRex
2015-11-20 17:47:13 -08:00
mario solorzano
87daf40475
coses issue # 42 by adding further information
2015-11-18 11:20:16 -08:00
mario solorzano
d0283eac09
added stopRetrying clarification closes # 42
2015-11-18 11:18:47 -08:00
Brandon Nozaki Miller
d46e755dc7
Merge pull request #44 from Kanaye/patch-1
...
Fixed bug with 'UNIX' sockets on windows.
nice fix! @Kanaye
2015-11-18 03:04:43 -08: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
e8f956db06
Merge pull request #41 from orthographic-pedant/spell_check/configurable
...
Fix typographical error(s)
2015-10-09 15:40:14 -07:00
orthographic-pedant
c19e9fe09b
Fix typographical error(s)
...
Changed configureable to configurable in README.
2015-10-07 14:39:43 -04:00
Brandon Nozaki Miller
f0e2afd649
clean up logs for debugging tls
2015-09-27 23:29:31 -07:00
Brandon Nozaki Miller
79678ca6dd
update dependencies
2015-09-27 23:26:55 -07:00
Brandon Nozaki Miller
3d7b804c59
minor clarification for TLS Doc location
2015-09-27 23:12:41 -07:00
Brandon Nozaki Miller
ebceadde8b
adjusting TOC
2015-09-27 23:11:04 -07:00
Brandon Nozaki Miller
a4e6fcd301
started documentation of tls/SSL
2015-09-27 22:59:25 -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
6fdd7ba1ed
prepping for windows support release
2015-09-27 04:53:08 -07:00
Brandon Nozaki Miller
f31d0c9008
added documentation and support for Windows Sockets
2015-09-27 04:45:57 -07:00
Brandon Nozaki Miller
b56cb29087
prepping for release
2015-09-27 03:37:01 -07:00
Brandon Nozaki Miller
9493f1c475
added github image
2015-09-27 03:36:01 -07:00
Brandon Nozaki Miller
ac714e91a4
added js-message dep and rawBuffer examples
2015-09-27 03:32:14 -07:00
Brandon Nozaki Miller
7f06fe6a14
adding badges
2015-09-20 13:19:43 -07:00
Brandon Nozaki Miller
dff1b69ccb
Update README.md
2015-09-02 23:24:23 -07:00
Brandon Nozaki Miller
7382d9579c
added npm stats
2015-08-26 15:02:42 -07:00
Brandon Nozaki Miller
846e301724
updated dependancies
2015-08-26 13:44:42 -07:00
Brandon Nozaki Miller
bd5f9d2bf2
updated readme badges
2015-08-26 13:33:55 -07:00
Brandon Nozaki Miller
0659d08fc3
prepped for release
2015-08-22 23:51:04 -07:00
Brandon Nozaki Miller
f0068bbdc4
test socket cleanup fixes #30
2015-08-22 23:33:23 -07:00
Brandon Nozaki Miller
e1119968d4
fixes #34 and #35
2015-08-22 23:16:20 -07:00
Brandon Nozaki Miller
9007c536ec
fixes #34
2015-08-22 22:56:51 -07:00
Brandon Nozaki Miller
c2889c6a97
fixed rety bug added buffer support
2015-08-22 22:46:55 -07:00
Brandon Nozaki Miller
c472f32cca
preped for publishing of buffer fix
2015-08-12 09:52:49 -07:00
Brandon Nozaki Miller
7e40c30449
Merge pull request #34 from kuzzleio/master
...
Small fix for the large buffer problem.
2015-08-12 09:50:36 -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
Brandon Nozaki Miller
a4c7b26ff4
updated npm module
2015-07-26 22:16:11 -07:00
Brandon Nozaki Miller
7a80005c68
better handling of ipv4 & ipv6
2015-07-26 22:05:07 -07:00
Brandon Nozaki Miller
1326a4c162
updated for default system networking preference ipv4 or ipv6
2015-07-26 21:52:02 -07:00
Brandon Nozaki Miller
badac96190
added documentation on latest fix for windows
2015-07-24 12:24:29 -07:00
Brandon Nozaki Miller
b4e4498da9
Merge remote-tracking branch 'origin/master'
2015-07-24 12:14:09 -07:00
Brandon Nozaki Miller
05749a02fd
fixed localhost default handling for windows when network card is off.
2015-07-24 12:13:53 -07:00
Brandon Nozaki Miller
21707286db
Merge pull request #31 from robatron/patch-1
...
Basic examples corrections
2015-05-04 14:56:49 -07:00
Rob McGuire-Dale
c23fa0a430
Basic examples corrections
...
With the basic examples verbatim, the server was throwing the following error
```
.../sandbox/node_modules/node-ipc/lib/socketServer.js:34
socket.write(
^
TypeError: undefined is not a function
...
```
Adding the missing `socket` reference on line 536 corrected this problem.
There was also an error in the `require` statement.
2015-04-24 15:20:14 -07:00
Brandon Nozaki Miller
7625b22395
linked package quality image to review
2015-03-25 13:44:57 -07:00
Brandon Nozaki Miller
f556fddd5a
added package quality png
2015-03-25 13:43:34 -07:00
Brandon Nozaki Miller
5a627d57f1
Merge pull request #28 from rsp/patch-1
...
Fixed some typos in the readme and the gh-pages website
2015-03-23 13:36:50 -07:00
Rafał Pocztarski
2f467f896d
Fix typos
...
There were some typos in the readme that were visible on the website:
http://riaevangelist.github.io/node-ipc/
2015-03-16 22:56:52 +01:00
Brandon Nozaki Miller
018cef42d7
updated devDependencies
2014-12-09 11:48:24 -08:00
Brandon Nozaki Miller
ebe27f0141
updated devDependencies
2014-12-09 11:47:29 -08:00