Ecosyste.ms: OpenCollective

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

Centrifugal

Real-time messaging server and its friends
Collective - Host: opensource - https://opencollective.com/centrifugal - Website: https://centrifugal.github.io/centrifugo/ - Code: https://github.com/centrifugal/centrifugo

create clients for bench faster, update BenchmarkReceiveBroadcast

github.com/centrifugal/centrifugo - c40df3a287110bc86f8b9f559a20d0771e3b0e88 authored almost 8 years ago
update web interface

github.com/centrifugal/centrifugo - 01577325b42c77ef42f4572fdbd173600fb19075 authored almost 8 years ago
wait for history touch response in redis

github.com/centrifugal/centrifugo - 47b217b592477b29fb0d1b4bdf1ee75f25f9c329 authored almost 8 years ago
fix comment for memory engine unsubscribe

github.com/centrifugal/centrifugo - 5185b2000249da7790d2770d811bab0fbf190ba6 authored almost 8 years ago
force rsa and server name options for autocert - #144

github.com/centrifugal/centrifugo - ade5f6709fd1c68bf991b1d410b243d480b05ad8 authored almost 8 years ago
Resolve history drop inactive edge case (#148)

github.com/centrifugal/centrifugo - e790bd9c4d681cfd3df5079dc3f7079d274a79ee authored almost 8 years ago
simplify TestCloseUnauthenticatedClient test

github.com/centrifugal/centrifugo - 8e1a8103f6c513841b31c0938a3e30ae23f7735e authored almost 8 years ago
restore recover test

github.com/centrifugal/centrifugo - 8ce869b6891c287aca5d56e1d1e2302a2a6ec96c authored almost 8 years ago
add pidfile in el6 initd script

github.com/centrifugal/centrifugo - fef1a295e861bdff718fc907ea10bc7b3ffbf862 authored almost 8 years ago
node_uptime_seconds metric - closes #146

github.com/centrifugal/centrifugo - 2f645b4a925eae0e32e28071d7d7c50c56d77e0f authored almost 8 years ago
fix typo in log message

github.com/centrifugal/centrifugo - 422f88b8251edb90b243f57d85880efd3835deb9 authored almost 8 years ago
vendor x/net/http2 deps

github.com/centrifugal/centrifugo - 1622e3e446334233240f732f2c3749ac4a0ceab2 authored almost 8 years ago
prepare changelog

github.com/centrifugal/centrifugo - 9ecf3057880c7b9f997ec84fc4e41a3fa689daab authored almost 8 years ago
use x/net/http2 until go1.8 out

github.com/centrifugal/centrifugo - 329fe3533f039729695a377321ea9e17b9661cd0 authored almost 8 years ago
update gorilla websocket: fix setting best compression level

github.com/centrifugal/centrifugo - 1c78d2a178908d9503931b194a39ad0aa61c6494 authored almost 8 years ago
redirect std lib logs to our INFO logger

github.com/centrifugal/centrifugo - ee82b1ae884cc8de2cf4e4cde0f4f7cb8468e380 authored about 8 years ago
update gorilla websocket: better upgrade error messages

github.com/centrifugal/centrifugo - d9a9f678cd91ab58683da592b984fc74a0cce96c authored about 8 years ago
swap lines to configure lockfile

github.com/centrifugal/centrifugo - 9671b4b4880f92a8f6b6f117de9bde8133a4a6bd authored about 8 years ago
configurable websocket compression level

github.com/centrifugal/centrifugo - 61d8694e3d715dfd6310a180e13963ca78be224b authored about 8 years ago
anchors in readme (#143)

github.com/centrifugal/centrifugo - ea01b4dc5fff6056da1d71c1bbf191508a4d8cd2 authored about 8 years ago
update gorilla websocket: configurable compression level

github.com/centrifugal/centrifugo - 32a4b4ed108c1ddbb9827ac722471d4d8f2eb7d3 authored about 8 years ago
remove client idle test - not needed anymore

github.com/centrifugal/centrifugo - e6e12d0d03e8f3452857ce05584080620c744ef7 authored about 8 years ago
move SockJS heartbeats back, do not rely on client side ping for disconnect

github.com/centrifugal/centrifugo - 0fffcbecf835ef52a4e89bde62dbc61c594be685 authored about 8 years ago
do not try write headers on websocket upgrade error

github.com/centrifugal/centrifugo - bc878b2f2a50f91aa017cd74fba0ed210b54cf7c authored about 8 years ago
Merge branch 'master' of github.com:centrifugal/centrifugo

github.com/centrifugal/centrifugo - 12b2900d898ed6fb5c3396acd0c7d890fc920f8b authored about 8 years ago
prepare 1.6.2 changelog

github.com/centrifugal/centrifugo - e9e4ff7f72bae5bdfde3f0e2c907d3d79e7e3f3c authored about 8 years ago
homebrew formula (#141)

github.com/centrifugal/centrifugo - 96fca2e350bf481e21fa16051c74906991c861c2 authored about 8 years ago
sockjs session: remove unused write timeout, select for sending

github.com/centrifugal/centrifugo - 004170593fbca82badfee9d27e98ad80e73d9a7b authored about 8 years ago
Do not use disconnect message

It seems that it's not reliable anyway - for example Python websocket
lib even does not receive ...

github.com/centrifugal/centrifugo - 59287b36793cb1d1594e6d53b6ffd4d4c5323a3a authored about 8 years ago
remove unused func

github.com/centrifugal/centrifugo - 17c98e0f9bb60f76fb7edbf2818517eab239b059 authored about 8 years ago
update gorilla websocket

github.com/centrifugal/centrifugo - 41629722455ff5ff9e0905b4f9c20ac2e2a9828a authored about 8 years ago
Use pipelining for remaining Redis operations (#139)

github.com/centrifugal/centrifugo - b959a30a9449154bad0cf0efc9eceb8853efa789 authored about 8 years ago
update gorilla websocket - pool flate readers, compression not experimental anymore

github.com/centrifugal/centrifugo - e0731d2f5455051b53f5241e53ad291fbd836a0d authored about 8 years ago
many linter fixes

github.com/centrifugal/centrifugo - 3d77c3a7ffab81444eff2e11b393ee29a36424e3 authored about 8 years ago
Update README.md

github.com/centrifugal/centrifugo - c6ff7dca80df40131ef8dc083b5de4c1784c7d25 authored about 8 years ago
update changelog

github.com/centrifugal/centrifugo - e5b3e6cccd00bd7e6452f889165cddcfc2ff5578 authored about 8 years ago
tests for CloseRemaining

github.com/centrifugal/centrifugo - 96e69bdec47f01654d5bb00c6f1d0cb68c84243a authored about 8 years ago
do not wait for join/leave response

github.com/centrifugal/centrifugo - ffba370191a4f6d3ba38660607d169dce5f188cc authored about 8 years ago
Let’s Encrypt automatic certificates (#137)

github.com/centrifugal/centrifugo - 1ea11c98b107b4d6e605930142913c27119290b3 authored about 8 years ago
update gorilla websocket - pool flate writers

github.com/centrifugal/centrifugo - 6c164937d0a1157d5db932d2290f4564761ace14 authored about 8 years ago
attempt to fix setting version during Heroku build

github.com/centrifugal/centrifugo - 677326200c1bb7599fe8a37edcc77f461459d220 authored about 8 years ago
web option must enable admin socket

This is a bug in 1.6.0 - web interface is absolutely useless
without admin socket anyway.

github.com/centrifugal/centrifugo - e035c0ee856832b15700288fe7952ff39fa4f7fe authored about 8 years ago
fix ssl key option name

github.com/centrifugal/centrifugo - 913eef992dae771b37d200480d1101748edbef69 authored about 8 years ago
use sockjs from master branch

github.com/centrifugal/centrifugo - 90857f7b61ddc99442f8e85ea2b742502007636f authored about 8 years ago
update changelog

github.com/centrifugal/centrifugo - d1565f7fc2fa9a6b23932e4d586ce9c72214a21a authored about 8 years ago
websocket_compression_min_size option

github.com/centrifugal/centrifugo - 3d56eba5f9e57072931c3cad08e51f86cf7e7e18 authored about 8 years ago
Merge branch 'master' of github.com:centrifugal/centrifugo

github.com/centrifugal/centrifugo - 244c1f248ab5255242b835269c5d366fd03da9b1 authored about 8 years ago
Redis engine throughput improvements (#125)

* redis sharding
* redis API thoughput improvements
* redis PUB/SUB throughput improvements

github.com/centrifugal/centrifugo - fa278ea0b170ca7f9801cb8b84df2dc939f4a0d6 authored about 8 years ago
client_message_write_timeout for raw websocket only

github.com/centrifugal/centrifugo - f01564008638b7d1f14465cdf31b2bb09f090288 authored about 8 years ago
Merge branch 'master' of github.com:centrifugal/centrifugo

github.com/centrifugal/centrifugo - 49ce070a3a97097e26310361332fe567558c7cf1 authored about 8 years ago
set ping-pong for raw websocket only if ping_interval set

github.com/centrifugal/centrifugo - d443445daad82a2629057eefb378e727f72b0129 authored about 8 years ago
limit build arch to amd64, arm, 386

github.com/centrifugal/centrifugo - ab287317caa404b87c52c9b309a1136f6c0c7a7d authored about 8 years ago
use go1.7.4, update changelog

github.com/centrifugal/centrifugo - 780e7c33f249fc48f73187fee8eb52f8f92f0810 authored about 8 years ago
move one more test to integration

github.com/centrifugal/centrifugo - 831ee55479b3c2914a75b782c9318947d3abb5d3 authored about 8 years ago
Merge branch 'master' of github.com:centrifugal/centrifugo

github.com/centrifugal/centrifugo - c4d7e528bc530cbebda32137a1d28e34e9d7ecaa authored about 8 years ago
adapt benchmarks, move ProcessAPIData to api v1

github.com/centrifugal/centrifugo - 5ce7b7a06a0351873ca89b29f40b8f3a790f5082 authored about 8 years ago
Sockjs: disable heartbeat by default (#122)

As new centrifuge-js will use automatic client side pings by default we don't need heartbeat Soc...

github.com/centrifugal/centrifugo - 0ea392fa41d30815223cc4b499ecb171ec2ba7a1 authored about 8 years ago
update changelog

github.com/centrifugal/centrifugo - 6a93600a0e29d2d737f0895d457010b178d3fe2b authored about 8 years ago
more refactor for nodes, tests

github.com/centrifugal/centrifugo - 28dfe3378b416c5a5acb4f76675ff194c9af1839 authored about 8 years ago
refactor node info

github.com/centrifugal/centrifugo - 09c0333a725ea0af4e941199e47228445c8c8376 authored about 8 years ago
raw websocket compression support (#120)

github.com/centrifugal/centrifugo - 46d83a81598c41d970e4a4274a21ed1e4333f1e8 authored about 8 years ago
update web, rename semaphore var

github.com/centrifugal/centrifugo - a33859d17e5c9f49cdd028d2347733be9e4b2152 authored about 8 years ago
limit concurrenccy when closing connections on shutdown

github.com/centrifugal/centrifugo - cd7664e1569c56f2b4eef401e82d75d328c5ac3b authored about 8 years ago
use Raw for default and channel info

github.com/centrifugal/centrifugo - f3ad5cfdb6f8c81e899ffbeb64fba721ab28932e authored about 8 years ago
Support for client side ping (#119)

client side ping, optimize client protocol

github.com/centrifugal/centrifugo - 11cc64bf125feb6e8961cc47be2796a0cbd3bebe authored about 8 years ago
close in goroutine to let sendMessages return

github.com/centrifugal/centrifugo - bb9f0404214ea173d76a1a836589bc829a16441f authored about 8 years ago
close slow in goroutine to not block message broadcast

github.com/centrifugal/centrifugo - 086c1e723069b17fed1f69f2ecf3c027635600b4 authored about 8 years ago
preallocate multi response slice

github.com/centrifugal/centrifugo - 1ccbc5e67150248fcef34ee68b7e131ed54b2a40 authored about 8 years ago
rename metrics, new metrics, first minute fix

github.com/centrifugal/centrifugo - 50c4d1c6964d4730a40b08d172dd1d43a9791559 authored about 8 years ago
rename ApiCommand to APICommand

github.com/centrifugal/centrifugo - 7e755329fecef51b1e826449f4e58aed31ff0571 authored about 8 years ago
refactor names in engine packages

github.com/centrifugal/centrifugo - ec65c92547d0c4f35185ec1259c63f3bae0329ed authored about 8 years ago
move extracting API commands from JSON to api v1

github.com/centrifugal/centrifugo - 3b867b8e89c36de41235c5956a0c8a80237cb8f6 authored about 8 years ago
remove unnecesary CloseStatus const

github.com/centrifugal/centrifugo - 840293c623f90621a9aca16e43b1655ed24f085c authored about 8 years ago
rename connections file, update vendored deps

github.com/centrifugal/centrifugo - 8b92d3c771f8aaebb6be07c8e8f1e483b1d915d7 authored about 8 years ago
do not use extra functions to encode/decode protobuf messages in engine

github.com/centrifugal/centrifugo - 22001c714c6f692ef880908c35b0fd6dc2d6fc0d authored about 8 years ago
Disconnect advice (#114)

disconnect advice allows to control client closing behaviour

github.com/centrifugal/centrifugo - 01f0d6bcf83efce8bcc56ee8faf268fc5979b76e authored about 8 years ago
Modular structure (#112)

Massive refactoring separating components to packages and making engines and servers pluggable, ...

github.com/centrifugal/centrifugo - 7dfcc53960f3db22921763c17c66ca884d1464f6 authored about 8 years ago
update sockjs-go

github.com/centrifugal/centrifugo - ad9a8940f8d46cb318c2ea7be2d94ec8934fb7c9 authored about 8 years ago
tiny API handler optimizations

github.com/centrifugal/centrifugo - b0fd8f45246b74f638983318215568d7480fbd86 authored over 8 years ago
Message trace logs (#103)

* message trace logs

* trace control message log

github.com/centrifugal/centrifugo - 49930f74dd33b25ae4a03c8710303a0db5d6dd58 authored over 8 years ago
update assetfs - fix status code when assets file not found

github.com/centrifugal/centrifugo - 18c0f8b34a93f9c50be07d65dab73696be7f9b69 authored over 8 years ago
replace hasSubscribers with numSubscribers

This is just a piece of work towards trace message logging
where we will be able to print number...

github.com/centrifugal/centrifugo - 0f5bd14e272c76a141f5dfc075676c1719ca1816 authored over 8 years ago
make chatty logs debug, use new trace level (#101)

github.com/centrifugal/centrifugo - ca468446cd42479c9b1476ebdefb87cbb3b239d0 authored over 8 years ago
update bindata libs, update web bindata file

github.com/centrifugal/centrifugo - ac821777e5dda6edac8aa72e9644f9dbbc21b906 authored over 8 years ago
internal refactoring, new tests

github.com/centrifugal/centrifugo - fa020cfa5b27dfd21dcd9de172b10cfdc6d1fa7e authored over 8 years ago
latencies for http api responses and client api responses (#97)

introduce latencies object in stats response. It includes http api response latency and client a...

github.com/centrifugal/centrifugo - 3621209a2163c384c4815bf5808b28d260269203 authored over 8 years ago