Brandon Nozaki Miller
|
45cf879345
|
fixing formatting issues and best practices
|
2016-01-09 21:48:03 -08:00 |
|
Brandon Nozaki Miller
|
7b0cc85fa1
|
typo
|
2016-01-09 01:04:00 -08:00 |
|
Brandon Nozaki Miller
|
850195c228
|
adjusting docs
|
2016-01-09 01:03:01 -08:00 |
|
Brandon Nozaki Miller
|
5912c9ab5f
|
implemented istanbul and updated docs
|
2016-01-09 00:59:47 -08:00 |
|
Brandon Nozaki Miller
|
b60551202b
|
Merge pull request #55 from nileshprasad/master
Test cases for Node IPC. Looking forward to tests for raw buffer.
|
2016-01-07 23:10:59 -08:00 |
|
nileshprasad
|
cef306eb4b
|
Added test case for Sync parameter for TCP and Unix, Added testFile.js which helps in executing all test scripts and dependent file in same terminal
|
2016-01-07 15:55:06 -08:00 |
|
nileshprasad
|
4cf5906e95
|
Merge https://github.com/RIAEvangelist/node-ipc
|
2016-01-04 13:35:43 -08:00 |
|
Brandon Nozaki Miller
|
e7d9223ee5
|
updating for npm versioning
|
2016-01-04 01:47:06 -08:00 |
|
Brandon Nozaki Miller
|
b51b57b987
|
updated TLS socket examples
|
2016-01-04 01:45:28 -08:00 |
|
Brandon Nozaki Miller
|
ae5685fd19
|
added server.stop fixes #2
|
2016-01-04 01:33:55 -08:00 |
|
Brandon Nozaki Miller
|
a8ea63eca6
|
updated udpType handling fixes #49
|
2016-01-04 01:22:37 -08:00 |
|
Brandon Nozaki Miller
|
57a813124e
|
fixed maxConnection reference fixes #47
|
2016-01-04 01:10:58 -08:00 |
|
Brandon Nozaki Miller
|
11b428c47d
|
Merge branch 'master' of github.com:RIAEvangelist/node-ipc
|
2016-01-04 01:01:22 -08:00 |
|
Brandon Nozaki Miller
|
e8bc96b6f4
|
added functionality to handle all server errors and added example in TCP basic world server. fixes #56
|
2016-01-04 01:00:08 -08:00 |
|
Brandon Nozaki Miller
|
33b473803f
|
Merge pull request #57 from yetanotherusernamebecausegithubisbugged/patch-1
Thanks
README.md typo fix.
|
2016-01-01 12:20:14 -08:00 |
|
Brandon Nozaki Miller
|
40af24c13e
|
added package quality badge
|
2016-01-01 12:02:57 -08:00 |
|
yetanotherusernamebecausegithubisbugged
|
24ab1f5d3f
|
README.md typo fix.
"fastst" -> "fastest"
|
2015-12-26 11:05:29 +03:00 |
|
nileshprasad
|
745b3dbee9
|
Merge remote-tracking branch 'upstream/master'
|
2015-12-22 17:49:33 -08:00 |
|
Brandon Nozaki Miller
|
bbb9ed0369
|
npm release for updated certs
|
2015-12-22 11:54:45 -08:00 |
|
Brandon Nozaki Miller
|
bbfb808137
|
updated local certs
|
2015-12-22 11:50:51 -08:00 |
|
nileshprasad
|
381378afe6
|
Removed pending status of udp6 test case.
|
2015-12-10 15:38:38 -08:00 |
|
nileshprasad
|
9d1015eb69
|
removing commented code
|
2015-12-10 15:26:15 -08:00 |
|
Brandon Nozaki Miller
|
aaad023143
|
updated docs removed define
|
2015-12-10 02:30:53 -08:00 |
|
Brandon Nozaki Miller
|
e48fd1da8b
|
removed support for define
|
2015-12-10 02:29:15 -08:00 |
|
Brandon Nozaki Miller
|
e243ed9a29
|
removed support for unused define brodcasting and listening
|
2015-12-10 02:20:44 -08:00 |
|
Brandon Nozaki Miller
|
565080376d
|
versioning for sync sockets
|
2015-12-10 00:16:31 -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
|
0220080d54
|
added nodei node-ipc badge
|
2015-12-08 16:57:41 -08:00 |
|
nileshprasad
|
9dc3e1a66a
|
Merge https://github.com/RIAEvangelist/node-ipc
|
2015-12-07 18:02:31 -08:00 |
|
nileshprasad
|
f33cc1aeca
|
First Commit of test cases
|
2015-12-04 18:40:38 -08:00 |
|
Brandon Nozaki Miller
|
2238b594ce
|
Remove the now ignored directory node_modules
|
2015-12-03 08:52:50 -08:00 |
|
Brandon Nozaki Miller
|
65b7a444eb
|
revving for release
|
2015-12-03 08:51:39 -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
|
c57268c2a0
|
prepping for version release
|
2015-12-02 10:24:38 -08: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 |
|
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 |
|