Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/serialport/website

The website for the serialport project
https://github.com/serialport/website

Merge fix.

c3250203a52cfd6f9056735c0de2a644ec018e1c authored over 9 years ago
Bug fix.

d9f26f36c47adc69f4a8cf5efe292327ad8ded66 authored over 9 years ago
Merge pull request #532 from sarfata/fix-macos-10.10-compile-errors

Fix two small C errors that crashed build on mac os 10.10

a04945823fd8048090362a74c1809c79fde39299 authored over 9 years ago
Fix two small C errors that crashed build on mac os 10.10

e01b979eee6ca0cb79079154c0af6090157f3d9c authored over 9 years ago
Updated master to v1.7.1 [publish binary]

e39b2215a992399e1a2c07dc8155b841dac26b1d authored over 9 years ago
Update .travis.yml

0ed030007ff906b9744445878a724df62a55eda4 authored over 9 years ago
Added nodejs_version 0.10, 0.11 and 0.12

a8c18834a29d0782ce5e22042b879420cdf4e1fb authored over 9 years ago
Update appveyor.yml

1bc67cfd2c3349c0533a57119c7a9baf0c53fa52 authored over 9 years ago
Remove 'call' from commands

749927e216ff6d2e369e1eafa8d42e29439f59eb authored over 9 years ago
$env:nodejs_version

5b703d14bd32dd934910a93dff8aa8f71e1c3244 authored over 9 years ago
SET NODIST_PREFIX=C:\nodist

cecd86903cc45406cb5d779e111e09ae2db82e14 authored over 9 years ago
Update license attribute

specifying the type and URL is deprecated:

https://docs.npmjs.com/files/package.json#license
...

fa6ae535d7705adb0336cb1ce086d79256b7f96d authored over 9 years ago
Version 1.7.1 fixing broken code.

1343881af62e0564f1bf4e9f224cb7bf58de1031 authored over 9 years ago
Merge branch 'master' of github.com:voodootikigod/node-serialport

02e872c01668452458787f6c8fc7652428782247 authored over 9 years ago
Version 1.7.0

d4a635c9c35730d4b0f872f33561862add7741b9 authored over 9 years ago
Merge pull request #519 from imyller/master

Upgrade to nan v1.8.4 for io.js v2.0.0 compatibility

89e2a88efd638d343d40991761f324905b51b1b3 authored over 9 years ago
Merge branch 'jacobrosenthal-init-test'

8e06a4eba1f6e1b17707c76f6b9eadc826c4cdb7 authored over 9 years ago
Merge branch 'init-test' of https://github.com/jacobrosenthal/node-serialport into jacobrosenthal-init-test

3baee62981a474a73e1c139fa8e9671233611774 authored over 9 years ago
Merge branch 'cloexec'

540f6cff8802aa75e5838f5d43b75d1b591e3488 authored over 9 years ago
Merge fix.

876cd1e3a4604cb82f8c0688a609f6006b693f40 authored over 9 years ago
Merge branch 'master' of github.com:voodootikigod/node-serialport

938a6d36ca9765e0788972f699b0bd6c9c1dc5d6 authored over 9 years ago
Merge branch 'jbendes-hang_up_on_close'

3e310526c6551b52b94bdef302d74ad63100dfa6 authored over 9 years ago
Merge fix.

eaa4f0a72100029a6ef78103428693bf6aeb3f3e authored over 9 years ago
Merge pull request #493 from vdesmedt/master

byteDelimiter parser

d185ef2b22578c64a5f4064cbe5150a22e65ebab authored over 9 years ago
Merge pull request #502 from voodootikigod/update

unix support for update baudrate

d5f9a22c1a99b796505608a7b8ce3ffdf2c0c35e authored over 9 years ago
Merge pull request #504 from jpilet/master

Fix a memory leak in SerialportPoller::New

deee0285f7372a888f01bc0da399b7dd85d583aa authored over 9 years ago
Merge pull request #515 from arahlf/patch-1

Update README.md

cc23c7f3a8e86c8bc5f6ff22c4cf2f48470ba593 authored over 9 years ago
Merge pull request #520 from bullmastiffo/fix-options-argument

518 node-serial create new options object in constructor

48492fefa6042618d2ea689039c3841a7c3204f5 authored over 9 years ago
518 node-serial create new options object in constructor

8e5efc1dafd2e8686bba43ed14daec9d80dc584b authored over 9 years ago
nan v1.8.4 for io.js v2.0.0 compatibility

8f325c516b741f74ae930031786a6b47598694c0 authored over 9 years ago
Update README.md

The isOpen method was originally proposed to be added as part of https://github.com/voodootikigo...

3a4c8d96698cbf7826c155c030f6b81081124b43 authored over 9 years ago
Fix a memory leak in SerialportPoller::New

If argument checking fails, the newly allocated SerialportPoller in
SerialportPoller::New was no...

d853941f9ee83c791a09014bec868f8c9bca4ccd authored almost 10 years ago
unix support for update baudrate

7eba3f8d41bf6cf3d5da027bff6ee95c961a3bb2 authored almost 10 years ago
set cloexec after open, possible fix for #468

9b33efc8e896f855f6ba1b7c0c8da10427a3f00e authored almost 10 years ago
test explcitly for node 10, hacky fix for #492

10d43fc8ccac8ec62d90643f0ba334fd194dd7fb authored almost 10 years ago
Merge pull request #491 from marcuswinkler/raspi-nodeupdate

Update installation instructions for Raspberry Pi

171377b55ad6d114b8f6e6e9874be4ef39f8f128 authored almost 10 years ago
Added hang up on close option to constructor.

3f6c7192cda9f6362bff00056b7905cd28684d00 authored almost 10 years ago
Added curly braces around single statement

4446e6cef563e1f9d3b13579145e4bb17c89541c authored almost 10 years ago
Fix comparison operators

d01e9a2ea17b40841bd01e78e0c7e2e5a79690cf authored almost 10 years ago
byteDelimiter parser

emit row data base on a delimiter

772492aa3d02e97eda7598bc3aca0bf1322e70b2 authored almost 10 years ago
Update installation instructions for Raspberry Pi

4f776d3321c8d325cba5cf94b61d1cf469fc5068 authored almost 10 years ago
Version 1.6.3 work ability to query based on different ids and reversion of break command (allow unix, windows to work).

cec7c2740b6df2301134eddfe6d8a756416d1dc0 authored almost 10 years ago
Merge pull request #487 from voodootikigod/vtg-configurable-list-handler

Configurable factory to query the list of devices.

6cf7ce1f78cb4a0857bc58f9ad3a195809f905e2 authored almost 10 years ago
Merge pull request #490 from jacobrosenthal/revert-break

Revert "Add BREAK command, useful for CISCO router to break into rommon"

d06870652fce50834a883797310a364a0b4e5070 authored almost 10 years ago
Revert "Add BREAK command, useful for CISCO router to break into rommon"

This reverts commit f37d1e690d4714c0ed77ffa57a547f49b619f06f.

b428c3d940cd38a943b285c04e5a27245f80fc40 authored almost 10 years ago
Configurable factory to query the list of devices.

5cfe6e4ce8d9a27b5eaf96d52283104519099a4f authored almost 10 years ago
Version 1.6.2 [publish binary]

d77deb819bdff316ffcdaff0a98315dbb759105f authored almost 10 years ago
Merge branch 'iangregory-OpenBSD-Compatibility'

17ea1fc0e8c42908fceed90de94c0e5cbe4d76bb authored almost 10 years ago
Merge fix.

ef3e7afd4d7ac0655ee10acf6490b88394e4184e authored almost 10 years ago
Fix OpenBSD compatibility issue in serialport_unix.cpp

ioctl() on OpenBSD is defined in <sys/ioctl.h>

52bdfb573a68530d46d6079b091781630eeab8c1 authored almost 10 years ago
Upgrading NAN version and refreshing changelog.

938ed4cae65b8b0b0daef108ee449acb74c7a33f authored almost 10 years ago
Merge pull request #476 from jerome-42/break

Add BREAK command, useful for CISCO router to break into rommon

aaf16471e1509f89554ad1924915559efc67ff20 authored almost 10 years ago
Add BREAK command, useful for CISCO router to break into rommon

f37d1e690d4714c0ed77ffa57a547f49b619f06f authored almost 10 years ago
Rev up for binary.

47d371c2016d90b747e8b75a8667334aa34bce26 authored almost 10 years ago
Preparing for 1.6.0 -- fixed hint issue. Tracking down invalid port issue.

94b7bdcc087b820e10913c483bab3e2c54d103f2 authored almost 10 years ago
Merge pull request #470 from jacobrosenthal/controlsignals

Controlsignals

47774e2a1808aa3fda82193cae79611c14c4a37f authored almost 10 years ago
whitespace

6f453b60ac22909334dd128832d7b5eceecbbca6 authored almost 10 years ago
merged new break control signal for both windows and unix platforms

55cce115a3292beab81f670e840790fbc2ec634a authored almost 10 years ago
Merge branch 'fix-dtr-rts' into controlsignals

96070935e9b7594e2802dcc3fe10e25d127bf957 authored almost 10 years ago
false is meaningful so cant use old flush pattern

14631f3ff5fa0794f6770ba6e70d355d682f0e10 authored almost 10 years ago
rts and cts are default true

7f965a846c1db038cc03b1cc2ae147dace746f25 authored almost 10 years ago
add windows brk support

7142d2c6a49f134eb58e351d33b96ebc074a327c authored almost 10 years ago
break mispelled and put a timeout after clear break too

f25074409dd0315be7a4b4faac9616cd63eb867d authored almost 10 years ago
control signaling for windows

30768e179b8c611491f1d6b8dd0cdcd4869be74c authored almost 10 years ago
Merge pull request #464 from rwaldron/patch-1

Update Johnny-Five description, closer to new site's description.

a3db4869ad5de4d04e3c784f80747114e5360511 authored almost 10 years ago
Update Johnny-Five description, closer to new site's description.

77353820d6208572afcbfe6a9f97a75e22e246fb authored almost 10 years ago
preliminary unix support for break

52abeb002fd6733f19d2f46b86e2bb91b192e906 authored almost 10 years ago
Merge pull request #453 from jacobrosenthal/flowcontrolreturn

cant return from the function from inside forEach apparently

6e18a39df7c02a325dfa509d74d9c03349d1ebf0 authored almost 10 years ago
Merge pull request #462 from giseburt/master

Fix for #426 -- multiple serial ports each get their own write queue (and thread)

9c54b85e9caff0de7a3e8a97f09b035bf004da56 authored almost 10 years ago
Temporarily removing cleanup on close.

44328582e7d1d368bd47faa00c2ea15ce6a35a18 authored almost 10 years ago
Fixed uninitialized pointer.

2c39fa8d9b64a7e8a7d0d835a8bf4c9705db20de authored almost 10 years ago
Minor tweaks to close handling of write queue.

1d44fc97a5bee774072cdba5bd7da8b3c25d8b5a authored almost 10 years ago
Multiple serial ports will now have their own write queue and thread.

5e93743d2c7dffc34383e2896de8b14ceef51395 authored almost 10 years ago
Merge branch 'master' of github.com:voodootikigod/node-serialport

1961bee4434bc981da7f3365d20ad30427d63333 authored almost 10 years ago
Update to version 1.5.0 for node.js 0.12.x and io.js 1.0.x [publish binary]

39c70d9bfc89c85d3953be66d14e14f4c7443080 authored almost 10 years ago
Merge pull request #445 from jacobrosenthal/opencallback

closes #444

e89767a4d55a7fe9b1700c65f99b15981625806c authored almost 10 years ago
Adding the beginning stage of debugging output. Fixed jslint error that was brought in when removing console.log.

d00984bd8305e8f5f9b7ff0bc10eed970003b372 authored about 10 years ago
Merge pull request #441 from rwaldron/iojs-compat

Update to nan 1.5.0 for iojs compat

80b8c5f04023a5a13934c95f4c7ff4b839ad47bb authored about 10 years ago
Merge pull request #452 from jacobrosenthal/emittests

Missing emits for close and disconnect

06f723df6527cca22369928391e4360c6edd12c1 authored about 10 years ago
Merge pull request #450 from jacobrosenthal/errortests

Needed tests on operating on ports that are not open

255c8be76735ec876827794f21997e4cfb5ed2a2 authored about 10 years ago
Merge pull request #451 from jacobrosenthal/optionserrors

missing options errors for parity, flowcontrol and stopbits

f18d51dae057c1ab4323292265d93773358dc287 authored about 10 years ago
Merge pull request #438 from Scypho/remove_console_log

Removed console.log's

0a7d4baa43cb4a841d25c7bc210b9378c3ab55a9 authored about 10 years ago
cant return from the function from inside forEach apparently

2739e14892dea538fe3bd4259286947770db42ab authored about 10 years ago
test close and disconnect emit

d08a43bfedb9a5939fa8c0f4c40b14ee2a44ad87 authored about 10 years ago
stopbits, parity, flowcontrol invalid tests

8e93e353f9b4b8bb81322302c2149a2996c80161 authored about 10 years ago
tests if you try to operate on a non open port

69d0382a51135c6b4dd60179dba572f54ca39cf5 authored about 10 years ago
Use the jshintrc file for grunt and cleanup some issues.

87d3fa08a73bd9a619dc85d16ea22f646a16831a authored about 10 years ago
Merge pull request #447 from jacobrosenthal/openemittest

need a test to see that open event was fired

4493647b082cd9e57b2a2a1f8c26edfc42d7e9b7 authored about 10 years ago
need a test to see that open event was fired

d99c547928230b3ad059c16487696ddb1ad61de5 authored about 10 years ago
closes #444

554ecac53dd207ac78303eb98e76e87854519042 authored about 10 years ago
Update to nan 1.5.0 for iojs compat

8d49486509efd14a54ee5b9b15b3761de0376ba9 authored about 10 years ago
Removed console.log's

Logging should be part of the library user, not the library itself.

fb21e8564a227aa3aec6590e49b5904fe9c6084f authored about 10 years ago
Merge pull request #434 from fhunleth/poller-nanscope

Add NanScope to fix crash with node-webkit/x86_64

a55705b62d3d626713778b99d5d0486db9645526 authored about 10 years ago
Merge pull request #432 from voodootikigod/publish-binaries-guide

Add guide for publishing pre-compiled binaries, updated the Makefile to ...

c2a57453e272580e62cb8ca5c8720f93648b2f70 authored about 10 years ago
Add NanScope to fix crash with node-webkit/x86_64

With node-webkit 0.11.5 running on Ubuntu 14.04.1 x86_64,
SerialportPoller::callCallback would e...

07ee97a1db7cf9fe3fdf4a685b45001f1b775221 authored about 10 years ago
Add guide for publishing pre-compiled binaries, updated the Makefile to use the new more intuitive branch

ac7afdbb4fed2d93631e1c10e988f1dadac63cba authored about 10 years ago
End of year release 1.4.10 [publish binary]

f3b1efaea6dbdc33d20e9291eea4e3bfefbd5cb5 authored about 10 years ago
Merge pull request #427 from comsolid/patch-1

Update README.md.

d8079d4cd34e98b287d96791755d4b681702fb87 authored about 10 years ago
Merge pull request #428 from ffissore/vid_pid

Added VendorID and ProductID to linux output

72020cf244150e2235fa67bfb13cf64a2cf31a92 authored about 10 years ago
Fixed udevadm path

a86d3912fa697144bbef670b08af4dd2f212bada authored about 10 years ago