Commit Graph

404 Commits

Author SHA1 Message Date
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
Madeline Shortt 60be1a3a2e Fix typo in client log: recieved -> received 2016-03-28 17:45:36 -07:00
Brandon Nozaki Miller df0c6407c1 major revisions to binary, hex and other rawBuffer sockets 2016-03-23 00:07:37 -07:00
Brandon Nozaki Miller 12ea8bfed7 Update package.json 2016-03-16 02:50:58 -07:00
Brandon Nozaki Miller 50f21ff857 syntax fix 2016-03-16 02:46:10 -07:00
Brandon Nozaki Miller 9246169607 rev 2016-03-16 02:43:00 -07:00
Brandon Nozaki Miller e53b83b6d7 allow passing false and 0 as message data 2016-03-16 02:42:21 -07:00
Brandon Nozaki Miller 456cf3f312 adding node scripts 2016-01-11 14:31:36 -08:00
Brandon Nozaki Miller 23b2642041 prepped for publish 2016-01-11 14:25:48 -08:00