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

Revert "fix #2868"

This reverts commit bc881840e93fd728758ac427c99ae000014fb49d.

github.com/swoole/swoole-src - 7c39e7a06e18250ccf8bf813c73d3f40383a1edf authored about 5 years ago by matyhtf <[email protected]>
Merge branch 'master' of github.com:swoole/swoole-src

github.com/swoole/swoole-src - ca78828eb9cf72639fcc8d5d8c31902fe700746d authored about 5 years ago by matyhtf <[email protected]>
add apk mime type

github.com/swoole/swoole-src - ff747689b31333c7fa05127d4aac7849021de70e authored about 5 years ago by matyhtf <[email protected]>
Bugfix 2643 (#2888)

* fix #2868

* fix #2643

* Revert "fix #2868"

This reverts commit bc881840e93fd728758ac4...

github.com/swoole/swoole-src - 92861279195d79b1dd4c2805a06e6c870e6f3923 authored about 5 years ago by 韩天峰-Rango <[email protected]>
Merge branch 'master' of github.com:swoole/swoole-src

github.com/swoole/swoole-src - 973d6d3164ba9c99eec1955b7e5ddb67c9fdb111 authored about 5 years ago by matyhtf <[email protected]>
fix select null

github.com/swoole/swoole-src - 5e23dd96d13ffd7ef911eb7d428284a891e82500 authored about 5 years ago by matyhtf <[email protected]>
Fix #2881 (discard data when connection closed)

github.com/swoole/swoole-src - 3a2b34a5680a649f2719775031ede82ca6d8d76d authored about 5 years ago by twosee <[email protected]>
Secure send yield (#2885)

* Throws an error when an unsafe event is set

* Secure send_yield

* Code optimization

*...

github.com/swoole/swoole-src - 8bd9cb7ef3ed50014cfa9032c965e5a71e3a36e1 authored about 5 years ago by 韩天峰-Rango <[email protected]>
Fix warnings

github.com/swoole/swoole-src - 70037072d6a8547c56c6da0060f780801e3c4958 authored about 5 years ago by twosee <[email protected]>
Fix HTTP2 client empty data again, add a test

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

github.com/swoole/swoole-src - c85adfa47c4cec1b02e4ee72a4543d9884042701 authored about 5 years ago by twosee <[email protected]>
Fix HTTP2 client empty data

github.com/swoole/swoole-src - d73d865c3389da2910f47ab9b549defe74b34dd5 authored about 5 years ago by twosee <[email protected]>
fix tests, add ssl_protocol option

github.com/swoole/swoole-src - 74499276b8f9959647bea2bb4afe83f4572b5de9 authored about 5 years ago by matyhtf <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/swoole/swoole-src - ca3df3b78754e14506ab97b3c6bf93eb15dcecb3 authored about 5 years ago by twosee <[email protected]>
Fix tls_host_name not found

github.com/swoole/swoole-src - d1968c26a48f58596efd0ed27d933b5bccdc1281 authored about 5 years ago by twosee <[email protected]>
swSSL_info_callback

github.com/swoole/swoole-src - d8b87ebb11f8227559c22a45d2a09dccb54d0db7 authored about 5 years ago by matyhtf <[email protected]>
added SW_ERROR_SSL_RESET

github.com/swoole/swoole-src - c661abcb6f5d78fbea5435e69235108528cf5c28 authored about 5 years ago by matyhtf <[email protected]>
Optimized server event

github.com/swoole/swoole-src - 4d7b6665998a8f58a292149afce0863ba966744c authored about 5 years ago by matyhtf <[email protected]>
Delete useless files

github.com/swoole/swoole-src - 4f5e42233bd82473c309420388d6f538575cbe1f authored about 5 years ago by matyhtf <[email protected]>
fix invalid enum type

github.com/swoole/swoole-src - 0a933bb461bc7d86cf083a210daa87038e8c7228 authored about 5 years ago by matyhtf <[email protected]>
Cygwin with process, fix #2868 (#2876)

* SW_EVENT_INCOMING

* Optimized event count

* fix #2868

* fix tests

* fix tests [2]
...

github.com/swoole/swoole-src - fdd9e70c8d5092a5726e995bec875ab53b36f5d4 authored about 5 years ago by 韩天峰-Rango <[email protected]>
add Swoole\Server\Task::pack, fix #2872 (#2874)

* add Swoole\Server\Task::pack, fix #2872

* task_id useless

github.com/swoole/swoole-src - 0efcc6f9a7a5534de1eb82bfeeab319cefc904ab authored about 5 years ago by 韩天峰-Rango <[email protected]>
Merge pull request #2865 from gdcheng/hotfix/patch

fix typo

github.com/swoole/swoole-src - bee88ebd79dade124cf04588d16aed6039593af1 authored about 5 years ago by 韩天峰-Rango <[email protected]>
Process::daemon() supports redirection of input and output (#2871)

* Process::daemon() supports redirection of input and output

* check parameter

* Optimization

github.com/swoole/swoole-src - ae2e96eefaad3a8671564ebd5ffbcafd58af167a authored about 5 years ago by 韩天峰-Rango <[email protected]>
Remove useless code

github.com/swoole/swoole-src - d39986deca0aeeae1d743a2ef85dbb4d75c3e80e authored about 5 years ago by twosee <[email protected]>
Add php_swoole_get_executor_globals for gdb debugger (Missing ELF symbol)

github.com/swoole/swoole-src - ec815288b2b9b0be591c7fe3a21fd14c75ac9c9a authored about 5 years ago by twosee <[email protected]>
fix typo

github.com/swoole/swoole-src - aa3d3ce4d1dcdf346b8d94aae661c704e367e30e authored about 5 years ago by Dickens Gao <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/swoole/swoole-src - efbd811baf737afcf27f9d01f872237e184974c0 authored about 5 years ago by twosee <[email protected]>
fix dispatch stream error

github.com/swoole/swoole-src - a82710db8083d5bc6849b786b1e921968df12fe4 authored about 5 years ago by matyhtf <[email protected]>
Merge branch 'master' of github.com:swoole/swoole-src

github.com/swoole/swoole-src - 3bc2b32602e653ddc9a8a464fab15cff563f43dc authored about 5 years ago by matyhtf <[email protected]>
update tests [3]

github.com/swoole/swoole-src - f906fe80aa8bab0346554c1077840b71c3aa3149 authored about 5 years ago by matyhtf <[email protected]>
Merge pull request #2862 from DickensGDC/hotfix/fix-typo

Fix typo

github.com/swoole/swoole-src - 686b445dfcee5f6adfa40918a53fedaa2c46077b authored about 5 years ago by 韩天峰-Rango <[email protected]>
update tests [2]

github.com/swoole/swoole-src - 2ca2a7f6645cca82a6b74a422e34833cb0cec554 authored about 5 years ago by matyhtf <[email protected]>
remove tracer

github.com/swoole/swoole-src - b1a400f6cb2fba25efd2bd5142f403d0ae303366 authored about 5 years ago by matyhtf <[email protected]>
Fix typo

github.com/swoole/swoole-src - 09c230cabe44fb01c2e65a261b7916c6dbc5270c authored about 5 years ago by Dacheng Gao <[email protected]>
update tests [1]

github.com/swoole/swoole-src - 17c1f133f65bb730d5cbd41f7b1b3d503393c54f authored about 5 years ago by matyhtf <[email protected]>
remove swClient_pipe

github.com/swoole/swoole-src - 79a9e546a07d55199d846fb6a379d92d181de972 authored about 5 years ago by matyhtf <[email protected]>
Merge branch 'master' of github.com:swoole/swoole-src

github.com/swoole/swoole-src - 661be3d2bc3c9c29735b3728f8f3c4c5a6d1efeb authored about 5 years ago by matyhtf <[email protected]>
remove async Swoole\Client

github.com/swoole/swoole-src - 283bf1494931ac9e7743bdb25c03c8e47542fd12 authored about 5 years ago by matyhtf <[email protected]>
Fix coroutine bound error checker of Co\Http\Client

github.com/swoole/swoole-src - 2619cdd882e1e3ebddcdbafd4470b057f886a51a authored about 5 years ago by twosee <[email protected]>
Fix Websocket\Server class entry of property declaration

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

github.com/swoole/swoole-src - 3aee2e9c1ba5124ee811b651c77feab13a25f7eb authored about 5 years ago by twosee <[email protected]>
Try to fix compilation (no pcre jit)

github.com/swoole/swoole-src - 2a4c447ec06968ea6a52ef5706d9c74c33643b6b authored about 5 years ago by twosee <[email protected]>
Merge branch 'master' of github.com:swoole/swoole-src

github.com/swoole/swoole-src - 8a60fb0e6d0d9c1a6bdfded0fe461383343ba784 authored about 5 years ago by matyhtf <[email protected]>
rename for conflict with php .gdbini

github.com/swoole/swoole-src - 2a2447ec0914a41542991add60bd6610396614b2 authored about 5 years ago by shiguangqi <[email protected]>
Improve the patch for #2856

github.com/swoole/swoole-src - ab84d15e6a8274ab2423d46c9a001eece41e7768 authored about 5 years ago by twosee <[email protected]>
Fix compatibility (error -> connection closed)

github.com/swoole/swoole-src - a48e4ab54de54877ef1f3a7580c5d8611ac2da77 authored about 5 years ago by twosee <[email protected]>
Remove Event::wait from README

github.com/swoole/swoole-src - 89f4d743d2285e040584172a370cc1ba1ff2f234 authored about 5 years ago by twosee <[email protected]>
Update version to 4.4.8-alpha

github.com/swoole/swoole-src - a824d42e5c600837d1efbfc9dfc758d287585aa4 authored about 5 years ago by twosee <[email protected]>
Update version for Swoole 4.4.7

github.com/swoole/swoole-src - 3698a367e5d613181e8ef85aa17073c4c93448b9 authored about 5 years ago by twosee <[email protected]>
Send header table size

github.com/swoole/swoole-src - 8eae9c6c58f7a51cc3030735c65580a1acc17cf2 authored about 5 years ago by twosee <[email protected]>
Fix return value of recv_pocket

github.com/swoole/swoole-src - 041049b47b8339a9cbbc976545048d9f486a4459 authored about 5 years ago by twosee <[email protected]>
Fix error message memory error

github.com/swoole/swoole-src - 01d662337abb981fdfb3fb0479b97f99db55124d authored about 5 years ago by twosee <[email protected]>
Fix wrong length of string

github.com/swoole/swoole-src - c4f979939f09f2c697d8e13e29632292d8f143ef authored about 5 years ago by twosee <[email protected]>
fix send bugs

github.com/swoole/swoole-src - a1dc95f59919c39a7a089e5b86527e3d62858e09 authored about 5 years ago by matyhtf <[email protected]>
add swDataHead_dump

github.com/swoole/swoole-src - 5f4c04c847ef3ea793674efb590caae0f8e5ce53 authored about 5 years ago by matyhtf <[email protected]>
fix shutdown bug

github.com/swoole/swoole-src - 1eb5035ee9c735d8358a55b981fb40a6264749cc authored about 5 years ago by matyhtf <[email protected]>
Merge branch 'master' of github.com:swoole/swoole-src

github.com/swoole/swoole-src - f5d9143f65011cb0ae819e3f30ae1a1ce7e1d399 authored about 5 years ago by matyhtf <[email protected]>
use SW_IPC_BUFFER_SIZE

github.com/swoole/swoole-src - 79504b5b6ad7bf9d0e77ef109c32f60df90672b0 authored about 5 years ago by matyhtf <[email protected]>
warning free

github.com/swoole/swoole-src - fed5a03b363c6f71013a5dce8b3e846cadc4bb80 authored about 5 years ago by matyhtf <[email protected]>
added swoole_coroutine_socket_set_timeout/swoole_coroutine_socket_wait_event

github.com/swoole/swoole-src - 0b4102f53ff18b5281fee61513ad9e96f21a5ee0 authored about 5 years ago by matyhtf <[email protected]>
Merge branch 'master' of github.com:swoole/swoole-src

github.com/swoole/swoole-src - cd667c601705a4ad2168ecea47938c1a8d3c028e authored about 5 years ago by matyhtf <[email protected]>
added swoole::coroutine::async()

github.com/swoole/swoole-src - f32d9d465e63c51a7e4d804e8081600e9de094bc authored about 5 years ago by matyhtf <[email protected]>
added swoole::coroutine::async()

github.com/swoole/swoole-src - 79a3061ceeb2f547b33cab4bd5706c5f40429f75 authored about 5 years ago by matyhtf <[email protected]>
Add SW_ERROR_CO_HAS_BEEN_DISCARDED, fix code-generator

github.com/swoole/swoole-src - b9f37d9c7f70b43dfc261a1eee369af37a879f48 authored about 5 years ago by twosee <[email protected]>
Revert 6135e623

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

github.com/swoole/swoole-src - fe9f2cf97f96ec05b42907def89b3c41e483dab9 authored about 5 years ago by twosee <[email protected]>
Fix channel free_object

github.com/swoole/swoole-src - 6135e6231e4d1bf0dc8ba72bbc0c8f7be2540dd7 authored about 5 years ago by twosee <[email protected]>
Merge branch 'master' of github.com:swoole/swoole-src

github.com/swoole/swoole-src - 739239056d59d878498e90a47be05da389f5b090 authored about 5 years ago by matyhtf <[email protected]>
fix crash on Cygwin

github.com/swoole/swoole-src - cfb74793f1c3e685799afe9ef2fd2ab529c828c0 authored about 5 years ago by matyhtf <[email protected]>
add swoole_coroutine_sleep/swoole_coroutine_usleep

github.com/swoole/swoole-src - 51b1aa001d9fe6179431172149c3629f60e7cf08 authored about 5 years ago by matyhtf <[email protected]>
Use FAST_ZPP

github.com/swoole/swoole-src - 778245c5177ccaf628538b93073c5a0f5694fb2a authored about 5 years ago by twosee <[email protected]>
Optimization

github.com/swoole/swoole-src - 179c77f1dc2f8b67aa3bca4ec799c9b51bc9e43e authored about 5 years ago by matyhtf <[email protected]>
Optimization test

github.com/swoole/swoole-src - a10ea9c899f9fcfbc19ef87ee789eb0d946ed767 authored about 5 years ago by matyhtf <[email protected]>
SW_USE_ASM_CONTEXT

github.com/swoole/swoole-src - 42f0a8070de3884bb3fab1351c24e75137de1950 authored about 5 years ago by matyhtf <[email protected]>
thread_context test

github.com/swoole/swoole-src - 9214411ce90eda21be8f2a48884d121b06e98f0a authored about 5 years ago by matyhtf <[email protected]>
Optimized context compilation detection

github.com/swoole/swoole-src - dc446dfaa854130f362a43b110dc6556b99bbbb4 authored about 5 years ago by matyhtf <[email protected]>
fix event init bugs

github.com/swoole/swoole-src - 907c84b3bb4e2456aa9aa7244873ae7845664a6d authored about 5 years ago by matyhtf <[email protected]>
Update version to 4.4.7-alpha

github.com/swoole/swoole-src - af29bf79a598e13919eb6d2b718f0e43446609d3 authored about 5 years ago by twosee <[email protected]>
Update version for Swoole 4.4.6

github.com/swoole/swoole-src - 53e46cd21ab615069dfc12a4eeaead5113db746b authored about 5 years ago by twosee <[email protected]>
Fix test (due to defer close)

github.com/swoole/swoole-src - 60e380662e15f531e343acba01c1e5477807365d authored about 5 years ago by twosee <[email protected]>
fix tests[2]

github.com/swoole/swoole-src - 3013e5cbc7734b86a297e98259a66d73a3e22c7b authored about 5 years ago by matyhtf <[email protected]>
defer close

github.com/swoole/swoole-src - d0b659ae603861b9cf4e7ee1a081b5e6e696bcfc authored about 5 years ago by matyhtf <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/swoole/swoole-src - ef8308970572804c47b9cfd0ddc32719542d5943 authored about 5 years ago by twosee <[email protected]>
Handle HTTP2 header_table_size

github.com/swoole/swoole-src - 3eecfc06774bcfa543a65d625973b4b6b2e1ab1e authored about 5 years ago by twosee <[email protected]>
Fix thread deadlock

github.com/swoole/swoole-src - dc233a5f8856120f7730cb01db23ebe969feb1ae authored about 5 years ago by matyhtf <[email protected]>
Fix compilation

github.com/swoole/swoole-src - f07ff4e8aa8b1cdc9ed0826bca8471e3a8a926bb authored about 5 years ago by twosee <[email protected]>