SSMP
1cf1084241
official support revved to node v4+
2016-10-05 23:48:44 -07:00
SSMP
9731401fdc
rev io for windows testing without --harmony
2016-10-05 23:45:37 -07:00
SSMP
73efdb3f38
rev io.js ci tests for windows
2016-10-05 23:43:41 -07:00
SSMP
429c73f12c
removing support for 0.12
2016-10-05 23:38:59 -07:00
SSMP
5424258154
changing unix/windows socket spec to have greater delay for windows builds
2016-10-05 23:36:07 -07:00
SSMP
c30789b779
explicit event-pubsub 4.2.2
2016-10-05 23:30:28 -07:00
SSMP
cdeab7826c
windows ci testing ugk :(
2016-10-05 23:16:14 -07:00
SSMP
fdfb805440
using windows command for appveyor
2016-10-05 23:14:44 -07:00
SSMP
8cbfe37e40
removing bad appveyor command
2016-10-05 23:03:39 -07:00
SSMP
9b0ee933d2
testing appveyor for windows integration tests
2016-10-05 23:01:54 -07:00
SSMP
4b5f95a337
node version detection
2016-10-03 13:34:27 -07:00
SSMP
84b11cccfb
coverage with new event pubsub
2016-09-30 06:12:20 -07:00
SSMP
825e16fcba
Merge branch 'master' of github.com:RIAEvangelist/node-ipc
2016-09-30 06:11:01 -07:00
SSMP
49b631b270
new event pubsub support
2016-09-30 06:00:28 -07:00
Brandon Nozaki Miller
bad93ae7c4
Merge pull request #85 from Stealthmate/add_socketdisconnect_to_doc
...
Add 'socket.disconnected' to documentation
2016-09-13 23:18:29 -07:00
Stealthmate
8b712f4da8
fixed formatting
2016-09-13 20:36:11 +03:00
Stealthmate
fbed93b8d9
added socket.disconnected to docs
2016-09-13 20:34:44 +03:00
Stealthmate
ae5cf39375
Revert "Revert "evert "Added 'socket.disconnect' to event list in docs"""
...
This reverts commit 11f262418d
.
2016-09-13 20:30:17 +03:00
Stealthmate
1d76173865
Revert "evert "Added 'socket.disconnect' to event list in docs""
...
This reverts commit c3ec2f1c86
.
2016-09-13 20:30:15 +03:00
Stealthmate
19329fb8bd
Revert "wat"
...
This reverts commit 2f5cfe1f0a
.
2016-09-13 20:30:11 +03:00
Stealthmate
576114ee83
Revert "wrong branch"
...
This reverts commit dcde4b69fb
.
2016-09-13 20:30:07 +03:00
Stealthmate
234a3fa16e
Revert "Added 'socket.disconnect' to event list in docs"
...
This reverts commit c4578386ed
.
2016-09-13 20:30:01 +03:00
Stealthmate
11f262418d
Revert "evert "Added 'socket.disconnect' to event list in docs""
...
This reverts commit c3ec2f1c86
.
2016-09-13 20:27:56 +03:00
Stealthmate
c3ec2f1c86
evert "Added 'socket.disconnect' to event list in docs"
...
sTihis reverts commit c4578386ed
.
2016-09-13 20:26:46 +03:00
Stealthmate
2f5cfe1f0a
wat
2016-09-13 20:26:24 +03:00
Stealthmate
dcde4b69fb
wrong branch
2016-09-13 20:17:38 +03:00
Stealthmate
c4578386ed
Added 'socket.disconnect' to event list in docs
...
- Also added a listener in the Basic Examples
2016-09-13 20:10:21 +03:00
SSMP
6c01ffc0b7
updated example certs
2016-09-10 15:09:44 -07:00
SSMP
028e597a9b
fixes #83
2016-08-12 15:25:49 -07:00
Brandon Nozaki Miller
df8c3c0d90
Update disconnect event removal
2016-08-12 14:07:03 -07:00
Brandon Nozaki Miller
5eb7eb1894
Update package.json
2016-08-02 12:34:02 -07:00
Brandon Nozaki Miller
56dfe7f0ea
Merge pull request #82 from mrvini/master
...
updates to defaults entities, making sure that node-ipc could be run …
2016-08-02 12:14:56 -07:00
Val Vinder
0d16860a45
updates to defaults entities, making sure that node-ipc could be run even if no network interfaces are present
2016-08-02 12:04:28 -07:00
Brandon Nozaki Miller
5824ae9b32
rev
2016-07-14 16:09:32 -07:00
Brandon Nozaki Miller
adb651d708
testing
2016-07-14 16:05:02 -07:00
Brandon Nozaki Miller
bec3950022
Merge pull request #72 from Mostafa-Samir/win/fixes
...
Fixing retry logic and UDP4 default host
2016-07-14 16:03:22 -07:00
Brandon Nozaki Miller
c2bffb5451
Merge pull request #73 from Mostafa-Samir/disconnect/fix
...
Using a client-specific flag to disconnect instead of using config.stopRetrying
2016-07-14 16:02:33 -07:00
Brandon Nozaki Miller
d28e5498b0
Merge pull request #81 from alansikora/master
...
Make sure production environments does not break due to event-pubsub updates
2016-07-14 15:44:55 -07:00
Alan Sikora
c1f4755ad6
Make sure production environments does not break due to event-pubsub updates
2016-07-14 13:16:32 -03:00
Brandon Nozaki Miller
0c5156cf15
Merge pull request #70 from mwshortt/fix-received-spelling
...
Fix typo in client log: recieved -> received
2016-04-26 17:06:05 -07:00
Mostafa Samir
f3f7bdbf3f
set client's 'explicitlyDisconnected' flag to true when disconnect is called
...
this is instead of using the 'stopRetrying' flag that would affect the retrying policy of other clients
2016-04-04 00:32:17 +02:00
Mostafa Samir
90260d1d3d
added 'explicitlyDisconnected' flag to Client object
...
this flag will be set to true when a 'ipc.disconnect' is called on the client to prevent the client from attempting to retry to connect
2016-04-04 00:30:44 +02:00
Mostafa Samir
ec45f36ae0
updated comment by removing mention of windows
...
any syetem that has it first network interface on ipv6 will also fail if udp4 was bound on it, not just windows
2016-04-01 22:06:00 +02:00
Mostafa Samir
36457fa5bd
made udp4 socket default bind to an ipv4 address
...
it seems that on windows, binding a udp4 socket to an ipv6 address (here is ::1) raises and EINVAL error
2016-04-01 21:28:39 +02:00
Mostafa Samir
e9d34a8178
auto-updated coverage reports
2016-04-01 20:32:18 +02:00
Mostafa Samir
387fa3b0ea
tweaked the test suite to accommodate to windows delays
2016-04-01 20:29:42 +02:00
Mostafa Samir
d3181ddafe
removed seemingly unnecessary resetRetriesCheck function
...
the function being set to fire after 100ms conflicted with delays in firing the 'disconnect' event on windows, and this resulted in the socket's 'retriesRemianing' being reset after every decrement and thus violatin the 'maxRetries' rule
2016-04-01 20:26:26 +02:00
Mostafa Samir
b60152d0b3
auto-updated coverage reports
2016-04-01 19:50:28 +02:00
Mostafa Samir
d2aaa7eb0e
ignored npm-debug.log files
2016-04-01 19:49:17 +02:00
Mostafa Samir
3ee9c94818
added a script to run tests on windows
...
created a sepearte script to avoid any potential problems that could occur if original scripts were changed
2016-04-01 19:45:11 +02:00