Ecosyste.ms: OpenCollective

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

swoole-src

Make PHP better
Collective - Host: opensource - https://opencollective.com/swoole-src - Code: https://github.com/swoole/swoole-src

Make serverInfo public

github.com/swoole/swoole-src - 38750c4420acaca51113dbc44a10ad28d4b167e3 authored almost 6 years ago by 如果的如果 <[email protected]>
Improve settings safety.

github.com/swoole/swoole-src - 8b82fefacf8f1e9656e601035b29b7031295647a authored almost 6 years ago by twosee <[email protected]>
Remove useless php_context members, update extra version.

github.com/swoole/swoole-src - d45988cc0d521f05e22a3d9bc58287ae549a7944 authored almost 6 years ago by twosee <[email protected]>
Merge remote-tracking branch 'remotes/origin/master' into hcc

github.com/swoole/swoole-src - c2863fe3003b2fe5dc76b22e75751bb16c4cb56f authored almost 6 years ago by twosee <[email protected]>
Merge branch 'master' of https://github.com/swoole/swoole-src

github.com/swoole/swoole-src - 8169bc348141c8bb101c9b004e4e8ad395bff32a authored almost 6 years ago by matyhtf <[email protected]>
Merge pull request #2214 from jobs-git/patch-2

Fix unexpected swoole sever crash on high concurrency operation

github.com/swoole/swoole-src - 2604e3396aa8e83724131be48c3d73cf52b70280 authored almost 6 years ago by 韩天峰-Rango <[email protected]>
Merge branch 'master' of github.com:swoole/swoole-src

github.com/swoole/swoole-src - 4863aef6a9426969f601b07beccaa72b33f30b30 authored almost 6 years ago by shiguangqi <[email protected]>
improve tests

github.com/swoole/swoole-src - bf78cf0ec22b1c60b35eef9a138ae8d5ecaca287 authored almost 6 years ago by shiguangqi <[email protected]>
fix tcp nodelay (#2215)

* fix tcp nodelay

* fix

github.com/swoole/swoole-src - 32731c75f8fc3ed10c57434be3561ae65a0edbe6 authored almost 6 years ago by windrunner <[email protected]>
Fix unexpected swoole sever crash on high concurrency operation

`SplQueue` is operated using `enqueue()` and `dequeue()` not with `push()` and `pop()` which is ...

github.com/swoole/swoole-src - c220829b0b7f6ac820403a260bb7dc45fdd4b89b authored almost 6 years ago by Dominic Guana <[email protected]>
Fix unexpected swoole sever crash on high concurrency operation

`SplQueue` is operated using `enqueue()` and `dequeue()` not with `push()` and `pop()` which is ...

github.com/swoole/swoole-src - a156d3f5ed2a1514b669a47f67a66c004b979525 authored almost 6 years ago by Dominic Guana <[email protected]>
Solve zend_bailout C++ warning.

github.com/swoole/swoole-src - 0f5944707bb8159da66c6723c78abf09c6254269 authored almost 6 years ago by twosee <[email protected]>
Revert original $chan push/pop

github.com/swoole/swoole-src - 06f762c5ffddd1550e964eb402566e7e1059a56b authored almost 6 years ago by Dominic Guana <[email protected]>
Merge http proxy changes and improve.

github.com/swoole/swoole-src - db34e4621d677d46e709ce06488605ee2a9e0663 authored almost 6 years ago by twosee <[email protected]>
Merge remote-tracking branch 'remotes/origin/master' into hcc

# Conflicts:
# swoole_http_client_coro.cc

github.com/swoole/swoole-src - 47ad5e3dd2098a16a21047d90a753c3ea3f28aea authored almost 6 years ago by twosee <[email protected]>
Complete trace log flags.

github.com/swoole/swoole-src - 9e94ffe95c5c84fc6f6319fe2fbb63da7eb5a81c authored almost 6 years ago by twosee <[email protected]>
Fix max_allowed_packet configure in MySQL.

github.com/swoole/swoole-src - 73d80de7ca1249b54b206ec764a2f13870e5ced9 authored almost 6 years ago by twosee <[email protected]>
Fix mysql_read_rows function reenterability, improve log.

github.com/swoole/swoole-src - c36fed7402dc1494fe76ad3505d0a9f753cdd14f authored almost 6 years ago by twosee <[email protected]>
Add skip_if_in_valgrind.

github.com/swoole/swoole-src - 07e83f901d11f47be8308f0e829c2e12b0b77d25 authored almost 6 years ago by twosee <[email protected]>
COROG.socket_timeout affect FG(default_socket_timeout), they should all be treated as coroutine sockets.

github.com/swoole/swoole-src - 88624727743c329bf6f988341c8510eb371877b1 authored almost 6 years ago by twosee <[email protected]>
For the standard.

github.com/swoole/swoole-src - 3baaf72dab0828254b2277de5fd8b2ed947d2cf3 authored almost 6 years ago by twosee <[email protected]>
Revert "Improve."

This reverts commit 2b10e56

github.com/swoole/swoole-src - 41f414af3d6d82c42c7e5c35ae708bfae98ba62c authored almost 6 years ago by twosee <[email protected]>
Add big data test.

github.com/swoole/swoole-src - 3385fe662d7832677db83577fbe4c921a41e043d authored almost 6 years ago by twosee <[email protected]>
Rename mysql_lcb_ll => mysql_length_coded_binary (duplicate).

github.com/swoole/swoole-src - 68e5e983b937de711996cc0561038af4b91c6e0d authored almost 6 years ago by twosee <[email protected]>
The order of operations conforms to the structural order (code readability).

github.com/swoole/swoole-src - cc1728428f9536e31138912c85cdda347ee862aa authored almost 6 years ago by twosee <[email protected]>
Fix debug log, improve code, more standard (package => packet).

github.com/swoole/swoole-src - cc5abf2db5357f480c5a71264232027b376b8d3d authored almost 6 years ago by twosee <[email protected]>
Fixed #2208.

github.com/swoole/swoole-src - 76179fa8377077e61466f19009114730f7a4228e authored almost 6 years ago by twosee <[email protected]>
Fix unexpected swoole sever crash on high concurrency operation

`SplQueue` is operated using `enqueue()` and `dequeue()` not with `push()` and `pop()` which is ...

github.com/swoole/swoole-src - aabef7b04369b5b02d2c1ee640705f3555f5f65a authored almost 6 years ago by Dominic Guana <[email protected]>
Handle mysql response parse error.

github.com/swoole/swoole-src - 57fc8499f3c81bf43cf0ced02d1ad04287e9b1d0 authored almost 6 years ago by twosee <[email protected]>
Fix E_DEPRECATED tests.

github.com/swoole/swoole-src - 95aeca26f6ca9575d258c256d67661a1619adcde authored almost 6 years ago by twosee <[email protected]>
fix warnings

github.com/swoole/swoole-src - 8ae0154682f1ac7d4baf7f22582bd94256b49005 authored almost 6 years ago by windrunner414 <[email protected]>
Improve, fix compile error.

github.com/swoole/swoole-src - fac564724f02a14add54b367017869874db3c46d authored almost 6 years ago by twosee <[email protected]>
Refactor swoole_http_client_coro, separate from async source, update tests.

github.com/swoole/swoole-src - fc401865064eee1771e10e3a140184ecc41dfc75 authored almost 6 years ago by twosee <[email protected]>
Add E_DEPRECATED warning for deprecated modules.

github.com/swoole/swoole-src - a2afd9a2dc96a542675f390f1a499206f0a6c26a authored almost 6 years ago by twosee <[email protected]>
Remove unsafe retry, add reconnect option (default 1), update tests.

github.com/swoole/swoole-src - a4bfb74871e3f8c63a70392e50a483db74cc8a77 authored almost 6 years ago by twosee <[email protected]>
Add socket is_connect, improve check_liveness, use socket->closed instead of _closed, improve close.

github.com/swoole/swoole-src - 33ae7650b1747f799588c3f3dc43afd387495c87 authored almost 6 years ago by twosee <[email protected]>
Add SW_STRING(L|S), add microtime for debug log.

github.com/swoole/swoole-src - b317215b26b75e1e940a4a9f8779a331285a1ee3 authored almost 6 years ago by twosee <[email protected]>
Move php_zlib functions to swoole_http.h

github.com/swoole/swoole-src - 7ad8951b1b68d84789c137d0dace03292194057d authored almost 6 years ago by twosee <[email protected]>
Merge branch 'master' of https://github.com/swoole/swoole-src

github.com/swoole/swoole-src - 0abb1e10c1d74e57b9664843661cfb993b98efa4 authored almost 6 years ago by windrunner414 <[email protected]>
add port heartbeat test

github.com/swoole/swoole-src - 747b771b99f388466a9bcf0600b316019e645136 authored almost 6 years ago by windrunner414 <[email protected]>
for server

github.com/swoole/swoole-src - 5e84dd8ab9a951463743cde816465232f520842f authored almost 6 years ago by matyhtf <[email protected]>
fix pipe test bugs

github.com/swoole/swoole-src - 895b107cc2f4193a225f7543c1aacd9d32270959 authored almost 6 years ago by matyhtf <[email protected]>
Merge pull request #2209 from windrunner414/master

fix coro_tests bug

github.com/swoole/swoole-src - 42afc2bdaa273d24f6e4d7082e04a72271a6e947 authored almost 6 years ago by 韩天峰-Rango <[email protected]>
Merge branch 'master' of https://github.com/swoole/swoole-src

github.com/swoole/swoole-src - d77f29616c911f4b58f9f7747a0d7bd7e554a4b9 authored almost 6 years ago by windrunner414 <[email protected]>
add swReactor_before_wait

github.com/swoole/swoole-src - 1c9425560d75a5d99ea0efe607059da1f689ba9f authored almost 6 years ago by matyhtf <[email protected]>
fix the missing comma (#2210)

Thanks.

github.com/swoole/swoole-src - 11ab0c7dd6885101d6f26bded24c35cdf029ed87 authored almost 6 years ago by Success Gao <[email protected]>
update

github.com/swoole/swoole-src - 15026200f3dec1ff07f79c2bb5436c0e88895aed authored almost 6 years ago by windrunner414 <[email protected]>
optimization

github.com/swoole/swoole-src - b96d834d4571754121de680289bc8e8e0e1767bf authored almost 6 years ago by windrunner414 <[email protected]>
optimization

github.com/swoole/swoole-src - cb3883b1d655caf6b7f061128e13aee26ab1537f authored almost 6 years ago by windrunner414 <[email protected]>
add disable function

github.com/swoole/swoole-src - 2dd8dde9f796bbc507fae8203c0f12592c78e06b authored almost 6 years ago by matyhtf <[email protected]>
warning free

github.com/swoole/swoole-src - 64550a82ad5e3232b4320a961a744123baef9800 authored almost 6 years ago by hantianfeng <[email protected]>
Merge pull request #2195 from ruesin/fix_http_proxy

Fix Coroutine_Http_Client http_proxy use Authorization

github.com/swoole/swoole-src - 36bd010c136e1e2958303cdd76e33e20d284c5c8 authored almost 6 years ago by 韩天峰-Rango <[email protected]>
Merge pull request #2205 from ruesin/fix_http_client_coro_proxy

fix http_proxy_password bug

github.com/swoole/swoole-src - fda552e241fd9b1b2fa31ed7c6bfbb1976c56b16 authored almost 6 years ago by 韩天峰-Rango <[email protected]>
fix sync client test

github.com/swoole/swoole-src - 5fee9d0a0c02fb7bc893c62eb3070b1ef9121d42 authored almost 6 years ago by windrunner414 <[email protected]>
add line break

github.com/swoole/swoole-src - 375d587a1dab8c8c95c2ccc9c920b9a6b578ad65 authored almost 6 years ago by windrunner414 <[email protected]>
fix coro test

github.com/swoole/swoole-src - 061796bf574a7c16841d39feda1d7cfc9a62d11c authored almost 6 years ago by windrunner414 <[email protected]>
Merge remote-tracking branch 'swoole/master'

github.com/swoole/swoole-src - f43dc6b46beecec5e0d249c59c274efa3fd6218d authored almost 6 years ago by windrunner414 <[email protected]>
Merge branch 'master' of https://github.com/swoole/swoole-src

github.com/swoole/swoole-src - e16ae7215496046bc3a2dc7d882b71910aa27a2b authored almost 6 years ago by twosee <[email protected]>
Fix swConnection_peek, rename is_connect to Socket::check_liveness.

github.com/swoole/swoole-src - d2b3b9950ed480e6a2219a353e6adc267d5c9b97 authored almost 6 years ago by twosee <[email protected]>
code optimization

github.com/swoole/swoole-src - 081ae86f8a4b2640151d2f451e378d8d1a3e9fed authored almost 6 years ago by matyhtf <[email protected]>
Merge branch 'master' of https://github.com/swoole/swoole-src

github.com/swoole/swoole-src - 6d9de8ee2606364676059c1c4fc11e73ef9a43ca authored almost 6 years ago by twosee <[email protected]>
Add redis tests.

github.com/swoole/swoole-src - e9129cd12d10b99a8b58a2726c5e86733b58af45 authored almost 6 years ago by twosee <[email protected]>
Add keep alive check, code optimization

github.com/swoole/swoole-src - d37acd7ae48d02c9807f7b61c946909572d8e837 authored almost 6 years ago by twosee <[email protected]>
Add Socket::is_connect method.

github.com/swoole/swoole-src - 8516764fe54209124d76ebcd12123f8377b5fb72 authored almost 6 years ago by twosee <[email protected]>
Reduce global variables[12]

github.com/swoole/swoole-src - dd23797f8b1be7ccd6be00a0a787bade82c1d2fa authored almost 6 years ago by matyhtf <[email protected]>
Reduce global variables[11]

github.com/swoole/swoole-src - 479ead676634514607b61989605092769bff1cd4 authored almost 6 years ago by matyhtf <[email protected]>
Cleanup useless code[9]

github.com/swoole/swoole-src - a0beeff9548882b1a4c3816a1934fc4e2ca4a17d authored almost 6 years ago by matyhtf <[email protected]>
remove hiredis/test.c

github.com/swoole/swoole-src - e268dd6f3d897c2b2982cf194041230dc4406a88 authored almost 6 years ago by matyhtf <[email protected]>
fix http_proxy_password bug

github.com/swoole/swoole-src - e84a8da3b4ff3bdc9a6a0e32efb871ae3dbc48e0 authored almost 6 years ago by ruesin <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/swoole/swoole-src - 187ecf7f23a3fae71d85fc7f451db27571d52bc2 authored almost 6 years ago by twosee <[email protected]>
Improve http parser handler, add a test.

github.com/swoole/swoole-src - 5e9155748a5aa85e5eca3e12f8d1313faf781f04 authored almost 6 years ago by twosee <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/swoole/swoole-src - 0748d0807269567a7fbdc0bcdc804b019aa8e9de authored almost 6 years ago by twosee <[email protected]>
Http parser enhancement for illegal (but normal) header field chars.

github.com/swoole/swoole-src - 20ba5f25c75de849972ff34912cb8bca712f22cc authored almost 6 years ago by twosee <[email protected]>
add namespace

github.com/swoole/swoole-src - 6ba98f60379c98fe0860302eb906468fbdb6f88f authored almost 6 years ago by matyhtf <[email protected]>
added http_client defer test

github.com/swoole/swoole-src - bab048cd86c85049c274a7d581f5ad55eab1b383 authored almost 6 years ago by matyhtf <[email protected]>
Cleanup useless code[8]

github.com/swoole/swoole-src - 7148db8c3d06db27f97fa770988fa5c91ace5c80 authored almost 6 years ago by matyhtf <[email protected]>
Cleanup useless code[7]

github.com/swoole/swoole-src - 2fa3defa37bfc179bea4c3888442fd3fbba50f88 authored almost 6 years ago by matyhtf <[email protected]>
Cleanup useless code[6]

github.com/swoole/swoole-src - 5974e78c5b6dd874d25e2fa0184fea1bf2876454 authored almost 6 years ago by matyhtf <[email protected]>
code optimization

github.com/swoole/swoole-src - abf88f2c9a0db11ffca497fd8fa46ffc7cf5626a authored almost 6 years ago by matyhtf <[email protected]>
code optimization

github.com/swoole/swoole-src - c80ad34e545c544eb0d06686f158c9b63ad914b6 authored almost 6 years ago by matyhtf <[email protected]>
Reduce global variables[10]

github.com/swoole/swoole-src - 0f7b7fc9be764af16e2d9baeda8bebf8919cb7b3 authored almost 6 years ago by matyhtf <[email protected]>
Reduce global variables

github.com/swoole/swoole-src - 6a2564daf1a9530622bc6fa51b0e487c27879b30 authored almost 6 years ago by matyhtf <[email protected]>
code optimization

github.com/swoole/swoole-src - 8d409947209f246ff7500e9f720865fd9fb2532a authored almost 6 years ago by matyhtf <[email protected]>
remove useless code

github.com/swoole/swoole-src - 03e19f4e1f1273187a50a623f1390b1af7c50098 authored almost 6 years ago by shiguangqi <[email protected]>
Merge pull request #3 from swoole/master

merge

github.com/swoole/swoole-src - 4340d1503fa72b580f4b64e034abde35c11a5b08 authored almost 6 years ago by windrunner <[email protected]>
code optimization

github.com/swoole/swoole-src - 9bb892f69a48cd160f84a720b8ec65aaf8b58b9c authored almost 6 years ago by matyhtf <[email protected]>
added swoole_get_local_mac test

github.com/swoole/swoole-src - 5c07470bf5e8e7f5a29fa3639d373002a16ab34b authored almost 6 years ago by matyhtf <[email protected]>
Merge pull request #2199 from ericjank/patch-1

fixed swoole_get_local_mac not supported on macOS.

github.com/swoole/swoole-src - 8380068d5bdb99d55efaa37e73446cdd87857590 authored almost 6 years ago by 韩天峰-Rango <[email protected]>
fixed swoole_get_local_mac not supported on macOS.

解决macos下swoole_get_local_mac不支持的问题

github.com/swoole/swoole-src - 2066ee2df4b158c1af792237247307aa4b4df1a9 authored almost 6 years ago by 老秦 <[email protected]>
Merge branch 'memory_clean'

github.com/swoole/swoole-src - 2e5e2403e274a030ba44d91d9235008ef85034ce authored almost 6 years ago by twosee <[email protected]>
Add wait & wake up in swoole server test.

github.com/swoole/swoole-src - 6a94805c69593557a5844a1250593bca36c90b02 authored almost 6 years ago by twosee <[email protected]>
Fix redis unixsocket reconnect compare, improve related test.

github.com/swoole/swoole-src - 6a1f48f6bd006b95bfeec575185fe479d7e14627 authored almost 6 years ago by twosee <[email protected]>