Ecosyste.ms: OpenCollective

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

github.com/swoole/swoole-src

🚀 Coroutine-based concurrency library for PHP
https://github.com/swoole/swoole-src

Optimize code

4de49f06d2630aa94acf4c5267e4cb235451a2dc authored about 3 years ago by matyhtf <[email protected]>
Optimize Server::task, use ext_flags, fix tests

b1f83ab503868d8d7d7a990be0cb4f62c20d89d9 authored about 3 years ago by matyhtf <[email protected]>
Fix Server::getWorkerId()

8acb5efa1a34e0b5c17889d15c1a64a0d8fccd70 authored about 3 years ago by matyhtf <[email protected]>
Optimize signal-driven timer code

8c99d68c7ca2e28ae0f2d7665fa02d856d221fe9 authored about 3 years ago by matyhtf <[email protected]>
Set error code when websocket pack fails

d27c5a5d7456c94d79223501669adb543c91e730 authored about 3 years ago by matyhtf <[email protected]>
Fix wrong branch condition

6f09d43c2771fd15bcb8045fc3020d5d05af2938 authored about 3 years ago by matyhtf <[email protected]>
The uploaded file name does not need to be url-decoded

a73780ef044cd024db467188367da0c7987ba588 authored about 3 years ago by matyhtf <[email protected]>
Support server command (#4389)

* server command

* Update

* Fix build error

* Fix incorrect return value

* Refactor
...

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

2a7e07604472fbaba1eeacaa10da5ae74a0e6fdf authored about 3 years ago by matyhtf <[email protected]>
Added CURL INFILE test

0abf591da19de30cca9ac0bb90f795ba63c99fc0 authored about 3 years ago by matyhtf <[email protected]>
Fix memory invalid read/write (#4379)

* Fix ipv6 address buffer overflow

* Fix Socket::readVectorAll invalid write

* Fix System:...

75b7ffa9b2b947083ecd8e3c0a6782370fdefada authored about 3 years ago by 韩天峰-Rango <[email protected]>
Optimize bug report message (#4368)

* update

* update

* update

* Revert "update"

This reverts commit cc2c58059cca46b37bf...

7a9a5b17bb15f6fb99991be001435f71912effb4 authored about 3 years ago by zmyWL <[email protected]>
Rebuild php_swoole_library.h (#4377)

396edca9bd6bd63b9ff155e7147c3f70225a3e22 authored about 3 years ago by 沈唁 <[email protected]>
Merge branch 'master' of github.com:swoole/swoole-src

b6c9b76a4db60dfe60ca344268f8ee1b4055564f authored about 3 years ago by matyhtf <[email protected]>
Fix coverity issue#1506497

1a9a21541a2dbcd21e703bcf1bf7560e3786d145 authored about 3 years ago by matyhtf <[email protected]>
Fix typo (#4376)

* Fix typo

* Update package.xml

* Update package.xml

9f7e9d536a7a0a5498089d6afed4f1e2d19e8da5 authored about 3 years ago by 沈唁 <[email protected]>
boost context suppoprt for riscv64 (#4375)

* Add riscv64 boost context asm sources

* Add riscv64 config.m4 support

* Backport boost c...

71502c2d200b801a7f1813cc4804fb67e90c4c9a authored about 3 years ago by Yun Dou <[email protected]>
Update version for Swoole 4.7.1 (#4372)

* Update version for Swoole 4.7.1

* Optimize code

* Update package.xml

* Added introduc...

a2ef8c00d6648610874fb64357e14aad8402b2a9 authored about 3 years ago by codinghuang <[email protected]>
Added SW_GLOBAL_HOOK_BEFORE_SERVER_CREATE hook type

27fee7f248fa6cda0a6c76f7687619704514bcee authored about 3 years ago by matyhtf <[email protected]>
Fix compilation errors, format code

b5c647c9a6183e958782b204795ad1057b27b263 authored about 3 years ago by matyhtf <[email protected]>
Update library

417e395ed2fd6fc070ee84a2ce7b7ac0234f2e08 authored about 3 years ago by matyhtf <[email protected]>
Support a new concurrency mode (#4330)

72c38ccd307e07fc97a62ebc297867f9bb03eb0b authored about 3 years ago by Bruce Dou <[email protected]>
Optimize code style

dee0c6eb2f24e7e3bd809dc9d517039fd327d1ac authored about 3 years ago by matyhtf <[email protected]>
Enhancing the support for query of /etc/hosts and simplifying the code. (#4349)

* enhance the query of /etc/hosts

* change if statement position

* comparison of integer e...

e64e5a3da7faf78c7df0a36e09c811d98d9ea829 authored about 3 years ago by MARiA so cute <[email protected]>
Optimize code

bc1f5c7fa904cf4397fa2f945e6d1a335e56d843 authored about 3 years ago by matyhtf <[email protected]>
Fix #4355 (#4366)

* Fix #4355

* remove debug code

db85715dd983bc25f27332543e9df72afffda146 authored about 3 years ago by 韩天峰-Rango <[email protected]>
Fix #4365

d039fd42b8f7c4689b2a1d7378470431473a164c authored about 3 years ago by matyhtf <[email protected]>
Update version id

aeb906419293f48090b0a6891e83282f9c48b324 authored about 3 years ago by matyhtf <[email protected]>
Remove legacy code (#4364)

* Remove legacy code

* Optimize

* Optimize [2]

* Optimize [3]

* Optimize [4]

cb8841609c850f6adf1d68c93c201650939f637b authored about 3 years ago by 韩天峰-Rango <[email protected]>
Added SW_GLOBAL_HOOK_AFTER_SERVER_SHUTDOWN hook type

2039f944b36abeb06552b96cd18ab25fbb6b5956 authored about 3 years ago by matyhtf <[email protected]>
Fix curl co bugs (#4360)

* Fix curl co bugs

* fix

* try to add event

* defense code

b078338065fda8bed623ecdb44d79718fb31da6a authored about 3 years ago by 韩天峰-Rango <[email protected]>
boost context suppoprt for mips64 support (#4358)

* Add mips64 n64 boost context asm sources

* Add mips64 n64 config.m4 support

* Modify boo...

1a5fd32f6e24dbc0384cb5bfcbf7a0c51f0feef4 authored about 3 years ago by Yun Dou <[email protected]>
Update swoole_table examples (#4357)

29b6c2cdf89618e61951b185918c8028296a8a28 authored about 3 years ago by 沈唁 <[email protected]>
Optimize naming (#4352)

* Optimize naming

* fix

* Optimize naming

49e992e5f62b10e42b4973f320dc2b38ad619a94 authored about 3 years ago by 韩天峰-Rango <[email protected]>
Optimize naming of enum, use CamelCase style

eda672034534248e86ff034712e8b18f1a7f4034 authored about 3 years ago by matyhtf <[email protected]>
Refactor logger (#4351)

* Optimize naming

* Optimize naming[2]

* Optimize naming[3]

* Optimize naming[4]

301557fdf91f20c5446af13089bbc6eff648cdb1 authored about 3 years ago by 韩天峰-Rango <[email protected]>
Optimize naming (#4350)

* Optimize naming

* Added pretty_name_lambda core test

* Optimize naming [2]

* fix test...

c57e7dd23458b1cf60b2497a68aeae4fc033b940 authored about 3 years ago by 韩天峰-Rango <[email protected]>
Added pretty_name_lambda core test

7043d255e552d28c3dd4992a943009393395dbd1 authored about 3 years ago by matyhtf <[email protected]>
Update README (#4347)

7c0f7d7f1406b49bd3bebac728154a476c4d2dd7 authored about 3 years ago by 沈唁 <[email protected]>
Fix bug #4327 mkdir create failed on coroutines (#4337)

* fix bug #4327

* fix bug #4327

* fix bug #4327

* unit test

* 代码格式

* 单元测试

* 修复...

deeefe31ccab1235b56f830019b1404ba361ee74 authored about 3 years ago by NathanFreeman <[email protected]>
Update README (#4346)

85ef982d3f683d9557e0122cbdf11746ed52c8bc authored about 3 years ago by 沈唁 <[email protected]>
Support query /etc/hosts (#4341)

* Support query /etc/hosts

* Change NULL to nullptr

4b9839d06c2c44063f1f1f98a407507762e71c80 authored about 3 years ago by zmyWL <[email protected]>
Added --enable-cares build for test (#4342)

067f594485bad723a26f1eeb23731ec7e94dcf5d authored about 3 years ago by 沈唁 <[email protected]>
Fix not serializable classes for 8.1.0beta1 (#4335)

a034cbc06933a893cc5964f2125f0c7bfdb568e0 authored about 3 years ago by Remi Collet <[email protected]>
Support trace log at make.sh (#4332)

029f174a1c218d220343713bb8994ff50f950eb9 authored about 3 years ago by Bruce Dou <[email protected]>
Fix memory error on shutdown (PHP-8.1) (#4325)

Ref of function_name was held by zend_fcall_info_init().

70b2664cd0436ef24f408945d62514551194f768 authored over 3 years ago by twosee <[email protected]>
Update version for Swoole 4.7.0 (#4321)

db6deb0cd9469a6f1a34ab73426eacda545c9451 authored over 3 years ago by codinghuang <[email protected]>
Added dispatch_mode=8/9 (#4318)

* dispatch_mode=8/9

* docker

* fix

* fix 2

* fix 3

3f2e960cda4bf8029d716ba5ba9ae888d75e9ecc authored over 3 years ago by 韩天峰-Rango <[email protected]>
Fix compilation warning (PHP8)

0c948ee23c06805fcde443812c37af58a9941ecb authored over 3 years ago by matyhtf <[email protected]>
Fix compilation warning

e9cbdeaf273faf78df1ed6f74816e035cf53ea26 authored over 3 years ago by matyhtf <[email protected]>
Optimize DNS API, Optimize core-tests code

d780f307342c2483af954dc472c0836f71c957f9 authored over 3 years ago by matyhtf <[email protected]>
Optimize log format, fix tests (#4311)

* Logger::get_pretty_name

* fix tests

* optimize error log

* fix tests[2]

* Added c-...

a7cf5c0962961546cc5328651a1068f850e3eac1 authored over 3 years ago by 韩天峰-Rango <[email protected]>
Added alpine 3.13 and 3.14 into building test. (#4309)

0e91dfc8dc9b12dc4f6b086da3e700afb32b82da authored over 3 years ago by 李铭昕 <[email protected]>
Fix c-ares timeout when lookup local name

9168c1a02aec7357ba2f4bebee4d1d7f658be091 authored over 3 years ago by matyhtf <[email protected]>
Fix #4263

e6fae2ed15e26b049cc2ec25ff18b8c4d6d11117 authored over 3 years ago by matyhtf <[email protected]>
Add defense code

0c697df67dfaae8d45d4af4c9bb9b244013ced8e authored over 3 years ago by matyhtf <[email protected]>
Optimize namespace

7fe4187c56c2bf9d006ff2f42d28ff7e4885dc5f authored over 3 years ago by matyhtf <[email protected]>
Optimize log format, fix typo

3d584ddca3e0759905640c6e7c0a6a4e6dbb94f2 authored over 3 years ago by matyhtf <[email protected]>
Optimize naming

9d61e9bcff1e32f59da1a2dbc35f505981ce071c authored over 3 years ago by matyhtf <[email protected]>
Fix SW_LOCK_CHECK_RETURN (#4302)

* Fix SW_LOCK_CHECK_RETURN

* Optimize code

* Optimize code

* Optimize code

71ba6c0dd96282c4be1a8756b0399d2bdc5da92b authored over 3 years ago by zmyWL <[email protected]>
Optimize table iterator (#4297)

* Remove Table ArrayAccess, Refactor TableIterator

* Added Table::exists()

* Remove row te...

e14072ce1f8c93121de736599c0dd64408c0af8f authored over 3 years ago by 韩天峰-Rango <[email protected]>
Added http_compression/body_decompression options for HttpClient (#4299)

dc1377e298b321afa44bed16baa535e0681a1510 authored over 3 years ago by 韩天峰-Rango <[email protected]>
Optimize code (#4295)

* optimize code[2]

* optimize code[3]

* Refactor websocket, optimize code style

* fix t...

76202bd9b3e78dfe5819705a029f3593864adbce authored over 3 years ago by 韩天峰-Rango <[email protected]>
Update to C99 (#4296)

7c984678f9bff8261ac629685c42df02d495120b authored over 3 years ago by codinghuang <[email protected]>
Support setting different idle time for each port (#4290)

* Support setting different idle time for each port

* optimize code

* fix

* Compatible
...

9d34d5e991385165701fa37e944e74d8d098d2e5 authored over 3 years ago by 韩天峰-Rango <[email protected]>
Optimize code

b0146b818ecc1474cd34c31e23a4dfe417b3b510 authored over 3 years ago by matyhtf <[email protected]>
Fix #4287

270f0a10d6ac75b674dbd8509e0e2f9b357bdc4d authored over 3 years ago by matyhtf <[email protected]>
Fix #4281 (#4288)

* Compatible with php-8.1

* Fix compilation errors

* fix

4c8175b656b6b8e7ba6bc5977354942d7c04b56e authored over 3 years ago by 韩天峰-Rango <[email protected]>
Merge branch 'master' of github.com:swoole/swoole-src

6732ba6c61315e29ffd27e780b0b6359b2870d93 authored over 3 years ago by matyhtf <[email protected]>
fix #4282

d365b6b439a90bc37ec4778da8eb0a71b616a520 authored over 3 years ago by matyhtf <[email protected]>
Add core test for server.schedule

844191bdf2c404b2ad25f66415055156a384d156 authored over 3 years ago by matyhtf <[email protected]>
Do not hook disabled functions (#4283)

db3d335762f394b8561293b4ca89919125a7dc42 authored over 3 years ago by twosee <[email protected]>
Fix compilation errors

a11aa99567b22b3f9caf07130d8cf27be73770ba authored over 3 years ago by matyhtf <[email protected]>
Compatible with low version c-ares library

3b76d35e08ddbedd6c79a846aa94c705b7260a1d authored over 3 years ago by matyhtf <[email protected]>
Upgrade hiredis and nghttp2 library (#4276)

* sync hiredis-v1.0.0

* upgrade nghttp2

* improve redis result parser

* fix tests

* ...

5b2a9260981f3e72d275f369f76919d3f5ffe518 authored over 3 years ago by 韩天峰-Rango <[email protected]>
Support c-ares, Refactor DNS (#4275)

* add core tests

* fix

* optimize

* optimize [2]

* optimize [3]

* optimize [4]

...

5fdb4e0a3065ea9101545efc85d1dde1bd61292c authored over 3 years ago by 韩天峰-Rango <[email protected]>
optimize code

2609899370fa95a67fc1c0254d8820d4f9609f95 authored over 3 years ago by matyhtf <[email protected]>
Fix EVENT_HANDSHAKE BC and Fix typo (#4248)

8323445c801a77b833142bf82e1214d9116c5489 authored over 3 years ago by 沈唁 <[email protected]>
Support cancel channel and curl operation (#4249)

* Support cancel channel/curl

* fix tests

* fix tests

* optimize code, fix curl_error
...

f1b1db698eefdfb792b80493e11087445051565e authored over 3 years ago by 韩天峰-Rango <[email protected]>
Support Co::cancel() (#4247)

* socket/sleep

* cancel api, yield/suspend

* cancel AIO

* rename, optimize

* add tes...

f7ef45b64a81eea0d39004cde02ba59983e22c29 authored over 3 years ago by 韩天峰-Rango <[email protected]>
Optimize code for setting heartbeat_idle_time

4eed1a6da8afed6edec2c3c78ec701063020b1e3 authored over 3 years ago by matyhtf <[email protected]>
Support mysql client prepare field type identification (#4238)

* Support mysql client prepare field type identification

* Fix test

* Judge strict_type

...

e4caad296f1b694bb5759fa41e500a0c981cfb4a authored over 3 years ago by Yurun <[email protected]>
Update pid when worker process exit (#4240)

a21f53e5e51e48bbc3464424a7a13d8b61c8f9be authored over 3 years ago by 韩天峰-Rango <[email protected]>
Update constant to add event (#4236)

* Update constant to add event

* Fix missing unCamelize

* Remove duplicate code

527e083a2b540f97c928839fba2f892ffdf2b01f authored over 3 years ago by 沈唁 <[email protected]>
Fix typo (#4234)

* Fix typo

* Fix unknown

8a4d2d62f0785d56f0ce44fcdf82baf5d5af3aa6 authored over 3 years ago by 沈唁 <[email protected]>
Fix missing php_swoole.h (#4239)

e9a0a76b397a78347437931fe5f85df678e9a10e authored over 3 years ago by 沈唁 <[email protected]>
add codecov.yml, fix error (#4232)

75013968ef7a7fd055e1cfb8dfde1127775d3c65 authored over 3 years ago by 韩天峰-Rango <[email protected]>
Add onDisconnect callback (#4230)

* add onDisconnect

* fix tests

* fix tests[2]

7ca38fffa4d3923183d19d77d2c9e889cad1b48b authored over 3 years ago by 韩天峰-Rango <[email protected]>
defense

af1722e43ab36eae0a137a6f2dbd2fb85fcb10d7 authored over 3 years ago by matyhtf <[email protected]>
add Process\Pool::detach() (#4221)

* add Process\Pool::detach()

* add tests

e628afcdbe930b6e924957adfaa259b23fb82bd6 authored over 3 years ago by 韩天峰-Rango <[email protected]>
Add Cygwin build (#4222)

234b2f376222f42b46e04fcec764c95fc0957950 authored over 3 years ago by 沈唁 <[email protected]>
Update next version for 4.7.0-dev (#4220)

* Update next version for 4.6.8-dev

* Update next version for 4.7.0-dev

49dcd2970c5818596245fbc58ef0b538d77e6a8c authored over 3 years ago by 沈唁 <[email protected]>
Optimize error log of failed thread creation, fix #4202

8ce5041aad6a0530ebccf2d6f90e710829ea142a authored over 3 years ago by matyhtf <[email protected]>
Update version for Swoole 4.6.7 (#4210)

1ec32029fd148a83b5f92104f8dbd1ac9dff2fa3 authored over 3 years ago by codinghuang <[email protected]>
Fix typo and Add update package.xml (#4211)

39d2f4ee157ade94db5b2cc9a54c09580e7660b6 authored over 3 years ago by 沈唁 <[email protected]>
adjust output_buffer_size value (#4209)

46ab345c5c05ec922b8aa56821d0dde326d524d3 authored over 3 years ago by 韩天峰-Rango <[email protected]>
Update .gitattributes

e93a455834930532fd494c5e99852e78ea832ad2 authored over 3 years ago by 韩天峰-Rango <[email protected]>
Merge branch 'master' of github.com:swoole/swoole-src

632966dce358350ff994cd6ecbb3da8996325de7 authored over 3 years ago by matyhtf <[email protected]>
fix Http\Response::end() bad return value

66fcc3525d6761c4cc17f51c7b90646234e55c5c authored over 3 years ago by matyhtf <[email protected]>
Update .gitattributes

7bfb05a66c22e523027969675f85604e4b56a5f7 authored over 3 years ago by 韩天峰-Rango <[email protected]>