Ecosyste.ms: OpenCollective

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

Cider Collective

We are a open source organization building Apple Music software for all platforms using MusicKit and other API's and SDK's.
Collective - Host: opensource - https://opencollective.com/ciderapp - Website: https://cider.sh - Code: https://github.com/ciderapp

Merge pull request #26 from mikkeloscar/master

Adds Bose SoundTouch under supported devices

github.com/ciderapp/node_airtunes2 - 8a63d358f74a0747a04adc6b1189ef7b9cf2dfd5 authored about 10 years ago
Merge pull request #11 from aeckleder/master

Correctly handle error_no_data

github.com/ciderapp/npipe - 0938d701e50e580f5925c773055eb6d6b32a0cbc authored over 10 years ago
Make acceptPipe() public again

github.com/ciderapp/npipe - 1b59b5863ed84efbcb0bbe2260463b31127ac1f6 authored over 10 years ago
Merge pull request #3 from playlist-media/master

Initialize the Tag API

github.com/ciderapp/lastfm-go - cb072429e0853e2012b465ef48630f75d34a271b authored over 10 years ago
Initialize the Tag API

github.com/ciderapp/lastfm-go - d82909b74322700b19577bf0d5a821d83a0f3532 authored over 10 years ago
move package docs to doc.go so that non-windows builds can still import npipe, which can make it easier for some dependency management tools to keep the dependencies correct

github.com/ciderapp/npipe - e562d4ae5c2f838f9e7e406f7d9890d5b02467a9 authored over 10 years ago
Correctly handle error_no_data.

github.com/ciderapp/npipe - 24fbf01cf22d3ce836a7910e236f856674275080 authored over 10 years ago
Merge remote-tracking branch 'upstream/v2'

Conflicts:
README.md

github.com/ciderapp/npipe - c059895d5f5760081622cf75c8ef4a901ea666c7 authored over 10 years ago
Merge pull request #10 from gabriel-samfira/add-test

Properly close all handlers

github.com/ciderapp/npipe - 6228fd0f31f2ea07d7aad84ee64e0e40266027de authored over 10 years ago
Tested and supports Bose SoundTouch devices

github.com/ciderapp/node_airtunes2 - 0fe3dea0024e18b96b246628e3c2d9e97092b0a6 authored over 10 years ago
Merge pull request #7 from gabriel-samfira/add-test

Add ListenCloseListen test

github.com/ciderapp/npipe - abecfa59404eea9dac7c5e7f8ed99fe811a03417 authored over 10 years ago
Properly close all handlers

* FlushFileBuffers before disconnect
* close all handlers in PipeListener Close()

github.com/ciderapp/npipe - 54b69f4dc41576f3822de6b60b61de24b98efdb9 authored over 10 years ago
Add ListenCloseListen test

github.com/ciderapp/npipe - 8e5cf9ae5485e7fd263e70cd44f794ae3fea8bfa authored over 10 years ago
Merge pull request #2 from cfstras/master

util: better error handling

github.com/ciderapp/lastfm-go - 0a72ce30b6e63d03fe5f132facec61eecd9fd8e7 authored over 10 years ago
util: better error handling

github.com/ciderapp/lastfm-go - 20ec2a94924c2f9cefe4accc99232a0d996f34e1 authored over 10 years ago
Merge pull request #1 from zaybiz/master

A few typo corrections

github.com/ciderapp/lastfm-go - b5d472d33eb1ebcd0798c701f705e1daa7fe506b authored over 10 years ago
add deprecation warning

github.com/ciderapp/npipe - 272c8150302e83f23d32a355364578c9c13ab20f authored over 10 years ago
fix link issue in readme

github.com/ciderapp/npipe - 86d100b9cc0fb2e0d27f2222801c16cd6fe9916a authored over 10 years ago
add checks for net interfaces and update readme with godoc

github.com/ciderapp/npipe - 9a1a6abbd8c6d30419837b3627d9886e73706bcf authored over 10 years ago
MIT License

github.com/ciderapp/npipe - 73edb8f5515f3f6e4ac97e91eaffaff39e241b77 authored over 10 years ago
update readme

github.com/ciderapp/npipe - c529a8a980bbb49d45118611b176e939be4be67c authored over 10 years ago
update readme and remove unecessary travis file

github.com/ciderapp/npipe - 3b07fbe5f413b2525759e045ade8cc8403305e0d authored over 10 years ago
fix comment

github.com/ciderapp/npipe - 43f3cbd26a5ccbb9e47f1dec599157fec310bfa1 authored over 10 years ago
update the timeout for readdeadline since windows is wacky like that

github.com/ciderapp/npipe - bbcb1aa54adc5fe35905c41f07a08ddeb878f5b8 authored over 10 years ago
make tests more reliable

github.com/ciderapp/npipe - a183f84893bd408f08c0a48bfb701ea14820b109 authored over 10 years ago
use exported error for when Closed is called and make the tests pass reliably

github.com/ciderapp/npipe - c85a3e8d0c501784be9c20e521c9e7b8a509a61a authored over 10 years ago
google changes to support rpc

github.com/ciderapp/npipe - 53aa82e8b5626602dfd6cc4f895af2fc45f67527 authored over 10 years ago
Moved georesult events array

github.com/ciderapp/lastfm-go - c77581ba7ccfb8df16bb15c9d1cca7bc6bf1b6ac authored over 10 years ago
fixed typo in readme

github.com/ciderapp/lastfm-go - ac3c85b9fe629f0540de43bb0e3059e87c581f13 authored over 10 years ago
fixed 'StartDate' Event field

github.com/ciderapp/lastfm-go - d1be4082ac9bf825db0fa445c7d31d69d36ddb2f authored over 10 years ago
Merge pull request #4 from hanwen/master

Make Listen exclusive for a given named pipe.

github.com/ciderapp/npipe - 377c181d54779623b201be542c5cafeb5efd65b5 authored over 10 years ago
Make Listen exclusive for a given named pipe.

Otherwise, multiple processes can listen to the pipe, and clients will
round-robin between the d...

github.com/ciderapp/npipe - 333564eb64f112337470d1e2be44a6ba31167db5 authored over 10 years ago
Implements missing method "reportStatus"

github.com/ciderapp/node_airtunes2 - ab09e136aea2de5192c1cc1619420d31f1a429c2 authored over 10 years ago
Expose circular_buffer reset method into Airtunes to allow gapeless play

github.com/ciderapp/node_airtunes2 - a1cd3bb7b1e7ba7f4768de0302d230f2b492b0ce authored over 10 years ago
Adds support for multi-stream on multiple devices

github.com/ciderapp/node_airtunes2 - 932e62f50e1ac44f9670b6f7afc8c97fce79902c authored over 10 years ago
Add support for different streams to multiple devices

github.com/ciderapp/node_airtunes2 - 6caa948bfd0a6af5a309fccbf39c51cbe7afdaeb authored over 10 years ago
Merge pull request #24 from s-leger/master

Create bonjour.js

github.com/ciderapp/node_airtunes2 - aa226d3cb92be5d065917c5b0275326bbdce9f4f authored over 10 years ago
Create bonjour.js

Crude Bonjour discovery service implementation
Allow detection of airplay devices on any platform

github.com/ciderapp/node_airtunes2 - 37972512034952c0d9cc57c510d49e3ca7dca90f authored over 10 years ago
Merge pull request #21 from colinthesealion/master

Do not send AES key to devices that do not require encryption.

github.com/ciderapp/node_airtunes2 - 51b7181288f31b819d010c687b76dd1a9dea9a5c authored almost 11 years ago
Do not send AES key to devices that do not require encryption.

github.com/ciderapp/node_airtunes2 - 46bdbf6272c8bb6b843e536ab31bb207fe3703b1 authored almost 11 years ago
merged PR from @endoplasmic (thanks!)

github.com/ciderapp/node_airtunes2 - 500e98c1e7418959498e6b82357bafd0e56eed31 authored almost 11 years ago
Merge pull request #19 from endoplasmic/master

Make sure there is a controlPort as well

github.com/ciderapp/node_airtunes2 - 68ddd2d3bf2009babe65da1caa0c9359e85a0ced authored almost 11 years ago
Make sure there is a controlPort as well

* Fixes a bug where the sync byte was being requested, but the "config"
wasn't set yet

github.com/ciderapp/node_airtunes2 - 97f98500df40c910fc5360c460433ce88b295590 authored almost 11 years ago
Merge pull request #2 from fuzzac/master

Fix event handle leak.

github.com/ciderapp/npipe - 831feff9cac9e7454a0d9879f7c8803843ce097e authored almost 11 years ago
Fix event handle leak.

github.com/ciderapp/npipe - cd1ecdbfddfa64719ce9e17ca7b858d14d3df1cd authored almost 11 years ago
Change type of page-related fields from string to int

github.com/ciderapp/lastfm-go - e617235bc1192e1f44030b8474c8061e74a9a31d authored about 11 years ago
Change type of page-related fields from string to int

github.com/ciderapp/lastfm-go - d777b5815606364680154b1de6444144d8af4ef7 authored about 11 years ago
Add examples

github.com/ciderapp/lastfm-go - a3a6912131306dc25406e6cd7234a9cb6e3d6e07 authored about 11 years ago
Delete an unrelated file

github.com/ciderapp/lastfm-go - 8eaf9ad5a4508c18ab204d9030c811ff693e911b authored about 11 years ago
Switch argument type to map

github.com/ciderapp/lastfm-go - 62585031bd5a75b79a66386d6980e80659446f08 authored about 11 years ago
validate APIs

github.com/ciderapp/lastfm-go - eebe28cfde7961a91d5e4dafca36a8cf33f11321 authored about 11 years ago
add album API

github.com/ciderapp/lastfm-go - 3d37634fb196f2448d4237065baeaace00877cfb authored about 11 years ago
add functions for authentication

github.com/ciderapp/lastfm-go - 7b83f76b9585467d97cbc665d659d5636aa46275 authored about 11 years ago
add error handlers

github.com/ciderapp/lastfm-go - 9825cebd8a4794cf174ada083e4d9abd22084f01 authored about 11 years ago
add utilities

github.com/ciderapp/lastfm-go - 5cf24dd25472aca5be4b392e248c6ccdccf9c913 authored about 11 years ago
add entry point

github.com/ciderapp/lastfm-go - daae8bac431b1e5fff3c2601d096a0bb75dd7af7 authored about 11 years ago
changed repo location.

github.com/ciderapp/node_airtunes2 - 071d544b699565e72f3b95d423a0f7b3341e0f09 authored over 11 years ago
fix import broken in merge

github.com/ciderapp/npipe - 13e887d4c9ac564785e4e33060d4b681899d9c7b authored over 11 years ago
Merge pull request #1 from aeckleder/upstream

Make Go RPC work through a duplex npipe.

github.com/ciderapp/npipe - 3557f92574a98cb9b04a0e2f39b8ff33310a93b7 authored over 11 years ago
Changes suggested in code review.

github.com/ciderapp/npipe - 87630a9696406a2acaacebd348c5e15016592048 authored over 11 years ago
Make Go RPC work through a duplex npipe.

github.com/ciderapp/npipe - 6f8f23f0285b16a7a162ba434965cd91a1c481a8 authored over 11 years ago
Merge pull request #15 from lperrin/master

devices not reporting when they stop (+ lint warnings)

github.com/ciderapp/node_airtunes2 - 6df617a8af17c042d0337d6ce6e08e9b39e2071b authored over 11 years ago
fixing #13 (again) + lint warnings

github.com/ciderapp/node_airtunes2 - 787ed0d1cee59b905bfab2addd3e101bfeabc2fa authored over 11 years ago
Merge pull request #14 from lperrin/master

Correctly iterating over devices in stopAll

github.com/ciderapp/node_airtunes2 - fb19b583e234d60d8d196f2d1284516a40b2e765 authored over 11 years ago
Update package.json

github.com/ciderapp/node_airtunes2 - 0af1e28a51fdb7a3209e3f9469765c46966a9467 authored over 11 years ago
Merge pull request #12 from lperrin/master

fix for #11

github.com/ciderapp/node_airtunes2 - a6a6e65c0ec9343c9f2b56a76b665c7a0a4b1c4b authored over 11 years ago
compatibility with Streams2

github.com/ciderapp/node_airtunes2 - 45039a3c4040cbeb517fa178d9467f399b611eef authored over 11 years ago
Update README.md

github.com/ciderapp/npipe - c61ef76320eebf2959f4f5018b1008718d65e04a authored over 11 years ago
Update README.md

github.com/ciderapp/npipe - 8a1a015b621576eb896bec0fa5906c21bfd1d8e2 authored over 11 years ago
Add tests for listening on ips and connection to ip addresses

github.com/ciderapp/npipe - 357d10f5539660312bd67ff728616462473513cf authored over 11 years ago
Merge branch 'master' of https://github.com/natefinch/npipe

github.com/ciderapp/npipe - 86db523b747ecfad45f6df5e8bc18198deb8a6eb authored over 11 years ago
Implemented dialtimeout and updated the tests

github.com/ciderapp/npipe - 748b104237d861ab7d2d876b137b156cb7a73d16 authored over 11 years ago
Update LICENSE.txt

github.com/ciderapp/npipe - 490ee91f08f63e1baa323270571031cdbfbf9314 authored over 11 years ago
update readme

github.com/ciderapp/npipe - 60c4364884119ca8d0bdf9eec8d884d291043f17 authored over 11 years ago
Merge branch 'master' of https://github.com/natefinch/npipe

github.com/ciderapp/npipe - cc96d21f5277b8db3febc3bf30b1a7adf93171fd authored over 11 years ago
implement timeouts for reading and writing from the PipeConn. More tests.

github.com/ciderapp/npipe - 024d682f89ad9404c575fbdc55010c3821fd255d authored over 11 years ago
Update README.md

github.com/ciderapp/npipe - 763b322f781f596264547553e0458e6b568ec72e authored over 11 years ago
Update README.md

github.com/ciderapp/npipe - f1b4c5f4980263f9b51a2c0db9e48caacf9298f8 authored over 11 years ago
Missed a comment

github.com/ciderapp/npipe - e23fa3ce8b0199451bbd0ce5692590403b062848 authored over 11 years ago
Added a PipeError class, since CreatePipe and WaitPipe return different errors for bad paths. Also added a test for bad listen addresses, and an example for listen

github.com/ciderapp/npipe - fb0c42e6ffa47dbba9c671459984ddcca31734ab authored over 11 years ago
Merge branch 'master' of https://github.com/natefinch/npipe

github.com/ciderapp/npipe - 0e8ca2f12ad15cdc85a24990aeb79523b0234f5a authored over 11 years ago
use Go's os.File instead of handling the syscall.handle myself in PipeConn. Also fix incorrect use of t.Error, using t.Fatal instead

github.com/ciderapp/npipe - e2f8cbb5a7c6011b9d336513357b29be5d1175bc authored over 11 years ago