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

Code optimization

c8726769ebb9d9fc7ae61b8370be18686d5e17e9 authored about 5 years ago by twosee <[email protected]>
Fix warning

db679049de849460bdd359abc8aa43c460a364d1 authored about 5 years ago by twosee <[email protected]>
Fix compilation

4fb28d1d025eda15f1f61cc6b48ed7fb1898e8dd authored about 5 years ago by twosee <[email protected]>
Use thread_context

cfcd1bd8de3c4d19c48b7db7dd0dcb7f579af790 authored about 5 years ago by twosee <[email protected]>
Rename thread num

0d21b6a5fee6ae0a5ef61a316f466eb0cb493fe0 authored about 5 years ago by twosee <[email protected]>
Remove unique ptr

7c91630d9be3739c881156712d89aafc2fe43a9c authored about 5 years ago by twosee <[email protected]>
Remove shared ptr

42361ad4c7937834f18e5d10aaba095a1dd222bc authored about 5 years ago by twosee <[email protected]>
Remove duplicate code

1dcb3cc0c60aa45cfb4d3e9becdbc9db5ec6f8a1 authored about 5 years ago by twosee <[email protected]>
Code optimization

c3dd8c7127f7472ac698799479dd31523098c6a4 authored about 5 years ago by twosee <[email protected]>
Update library

7d34496ce63877964701e249d10f7181f30ee045 authored about 5 years ago by twosee <[email protected]>
Introduce max request grace config

- Introduce `max_request_grace` setting for app & task workers
- Default `max_request_grace = ma...

288c41e867013e6fd901b781b68ec4097768c794 authored about 5 years ago by Sergii Shymko <[email protected]>
Fix empty files upload test

- Fix emulation of blank file field upload
- Replace cURL file uploader with raw socket
- Resolv...

8fa9c9805fe3256528081767af9495c3410a547f authored about 5 years ago by Sergii Shymko <[email protected]>
Test upload of empty files

- Cover upload of empty file of zero size with tests
- Cover form submission of blank file field...

59b1a83fb5a63c1eeb323e886b349a82d91a02c6 authored about 5 years ago by Sergii Shymko <[email protected]>
Fix upload of empty files

- Distinguish blank file field from empty file contents
- Fix inability to upload empty file of ...

8a419d3a04815488888f99fa0e4a128040cbc287 authored about 5 years ago by Sergii Shymko <[email protected]>
Remove useless code

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

849690146eb32d00c514595487939b0321737f4b authored about 5 years ago by twosee <[email protected]>
Use zend custom object

3608f4c21ca9a18423556f496f1f9c41cbc7d353 authored about 5 years ago by twosee <[email protected]>
Merge pull request #2776 from doubaokun/remove_memory_pool_example

Remove Swoole\Memory\Pool

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

1d35c07fcbec3497296d59e6acf6324a70fa3b6b authored about 5 years ago by matyhtf <[email protected]>
fix mem leak

1785f6b6143c91cefe9080748696faec9c66cbc1 authored about 5 years ago by matyhtf <[email protected]>
Remove Swoole\Memory\Pool

27e7fe001138c4037e1c5ce7bda73a6d66ac1974 authored about 5 years ago by Bruce Dou <[email protected]>
optimization thread safe

f07e498bcff61ff1d78ab7bbe419ad45184fa5a2 authored about 5 years ago by matyhtf <[email protected]>
Test default file uploads format

- Test default format of parsed file uploads

aa4a12b1058b746f14bcee59b8d716f46da5775c authored about 5 years ago by Sergii Shymko <[email protected]>
Introduce file uploads parsing option

- Introduce option `http_parse_files` to match `$_FILES` format
- Disable files parsing option f...

e37c0996c92063e4f3186a1307225b7f90d0adb9 authored about 5 years ago by Sergii Shymko <[email protected]>
Refactor file uploads array test

- Declare expected file uploads data structure
- Distinguish fixture data of uploaded files
- Ad...

6d358d87977cfcb8f50028012ba43ab43cdb1332 authored about 5 years ago by Sergii Shymko <[email protected]>
Merge pull request #2772 from doubaokun/fix_http_methods

Fixed allowing random HTTP methods like GETX POSTX PUTX etc

a05e4e1228891d129514800428da55b9010f7b3e authored about 5 years ago by 韩天峰-Rango <[email protected]>
Update file uploads data structure

- Adopt format of file uploads data structure of $_FILES
- Ensure file upload metadata is on fix...

9de6f59ca7787fd6d67ac3c25263838fed51fa09 authored about 5 years ago by Sergii Shymko <[email protected]>
fix tests

9b64f462ff75d7578d83658b1b625311503e570b authored about 5 years ago by matyhtf <[email protected]>
bzero

7f6a59b38e50d724ec74ca3d116b03340ea861be authored about 5 years ago by matyhtf <[email protected]>
fix error[3]

8595e109c92ffabb2db066d4d2bdf6b43f845ac6 authored about 5 years ago by matyhtf <[email protected]>
fix error [2]

67d520035cb034c93d9ac0abb97d82ef2a8050ce authored about 5 years ago by matyhtf <[email protected]>
optimization

c7d0494b97a247de98b2617f3396e322a66850d4 authored about 5 years ago by matyhtf <[email protected]>
remove SwooleG.timer

c0999464c7a782341327e79058686f39d55b5632 authored about 5 years ago by matyhtf <[email protected]>
fix error

d28f8989eda53e5b95a69af84a4ef863b153a8c7 authored about 5 years ago by matyhtf <[email protected]>
remove SwooleG.main_reactor

91b280859be5a5a9b99e205e9da98a14509258d5 authored about 5 years ago by matyhtf <[email protected]>
optimization

5a795cc7bfed811c7bbbb329c04b678308426fa8 authored about 5 years ago by matyhtf <[email protected]>
fix macos

1824929490d99aa5141ece45bcfdcb4d58cce89a authored about 5 years ago by matyhtf <[email protected]>
Update file upload expectation

- Match format of file uploads data structure to $_FILES

d7481d1979a0e9a7057324f9df55ac5af001c681 authored about 5 years ago by Sergii Shymko <[email protected]>
Test upload of files array

70cfe7b2b07e007b093e74b76fa6db70fee9cf58 authored about 5 years ago by Sergii Shymko <[email protected]>
Fixed allowing random HTTP methods like GETX POSTX PUTX etc

c5e3917c7f362fd97b999a9306b4ca4874df56d7 authored about 5 years ago by Bruce Dou <[email protected]>
optimization

1a3a7b5396158796598ab2815d6ac4aa6f3d57e9 authored about 5 years ago by matyhtf <[email protected]>
Merge pull request #2770 from swoole/socket_array

Socket array

d2d6e94e9b0c7272ecfb985ec1005fc9eb5b3375 authored about 5 years ago by 韩天峰-Rango <[email protected]>
Merge pull request #2764 from upscalesoftware/http_method_purge_fix

Fix HTTP method PURGE

a8ae4fdf59474860b2322ea503bda87076919a23 authored about 5 years ago by 韩天峰-Rango <[email protected]>
Compact mem

2d036e9d74d933dc1aecf3a4c498cfc5cb237842 authored about 5 years ago by matyhtf <[email protected]>
Merge remote-tracking branch 'origin/master'

863b0ae34722950074aa71835b01497112fcfe86 authored about 5 years ago by twosee <[email protected]>
Code optimization

cb347eb5ae03198cab59968ecb8066e232003302 authored about 5 years ago by twosee <[email protected]>
use socket->info

41471e6294389c0ba640fda4afaf4c6505f745d2 authored about 5 years ago by matyhtf <[email protected]>
Fix swoole_client type (#2771)

55fa319d11531a6b4e22749c39478621562af280 authored about 5 years ago by Bruce Dou <[email protected]>
Defensive programming

7a2119f0c6610ad99bcf2480a44ac1b0e43a2bdb authored about 5 years ago by twosee <[email protected]>
fix tests

2e3f2a49341556f35287b14fe0547f27de9abee7 authored about 5 years ago by matyhtf <[email protected]>
refactor socket_array

cdf605db53c8d4be5e9a93578025be0e1ed70ae1 authored about 5 years ago by matyhtf <[email protected]>
refactor

f3ca93d719bf3fe5e028974ec3d935ab5b4771af authored about 5 years ago by matyhtf <[email protected]>
rename

60899b0676f48548595268d718fa2dcaaf3bf743 authored about 5 years ago by matyhtf <[email protected]>
Added swoole_event_write API

6818406ed443a97d9f29dd58e0f67407b02cc539 authored about 5 years ago by matyhtf <[email protected]>
optimization [2]

4e52313399da22053895f92163d5f6f036b7a03e authored about 5 years ago by matyhtf <[email protected]>
optimization

dd6a2be08e393c81eac8b065a4ba015f857623e8 authored about 5 years ago by matyhtf <[email protected]>
Fix null ptr

89d6a8d74c1f2839a9d6d820fa650a9640d0b866 authored about 5 years ago by twosee <[email protected]>
Use swoole-api

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

db8928132706f8f190359b23ba11394b1bf8cf16 authored about 5 years ago by matyhtf <[email protected]>
fix tests

126db9965a2f88d12f22dae84c0660ae45509844 authored about 5 years ago by matyhtf <[email protected]>
Add swSysNotice

788d09436351d90c9ad2c8ddb9da977b560c8e78 authored about 5 years ago by twosee <[email protected]>
Use SW_CPU_NUM

65dae66636cb18e23b938f36a0a31b0f7189a907 authored about 5 years ago by twosee <[email protected]>
Use swoole_cpu_num, modify default max_thread_count

3908ff4f0f6f57c58694aca686a9c9023802ae9e authored about 5 years ago by twosee <[email protected]>
Merge remote-tracking branch 'origin/master'

aa02fcd4c52778604f4b373236418961b7869d75 authored about 5 years ago by twosee <[email protected]>
Catch system_error

7cdac8fd9a0b59c00a977273259c615806a8ce96 authored about 5 years ago by twosee <[email protected]>
optimized name [2]

e96ffbb3710d219dfbdec483a4b9d1847dec5d54 authored about 5 years ago by matyhtf <[email protected]>
optimized name

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

a10371d3ae22f498b1222680f0d62bb857982a2e authored about 5 years ago by matyhtf <[email protected]>
fix typo

3dbdd6cae4b66e51fa1253b0490f14aae5411462 authored about 5 years ago by matyhtf <[email protected]>
Merge remote-tracking branch 'origin/master'

2b684271069a6d52ddd07ea76186ef91fbe2f434 authored about 5 years ago by twosee <[email protected]>
Filter PHP_STREAM_OPTION_READ_BUFFER and PHP_STREAM_OPTION_WRITE_BUFFER

823b6e49f21f6563ec07e161cc6a504a48a93b9b authored about 5 years ago by twosee <[email protected]>
refactor swFd_type

00e6f4c77422ec459e70757afee30baba99998cf authored about 5 years ago by matyhtf <[email protected]>
enum

b8b9a5f79bfe4fbcb86dbeb24805ecb1502d42e5 authored about 5 years ago by matyhtf <[email protected]>
fix error with CygWin

247601f09faa07a1154230897cb17081e4cd73d6 authored about 5 years ago by matyhtf <[email protected]>
fix tests

4e4f61ee29c8dc7720f6580f3db473cb638ced05 authored about 5 years ago by matyhtf <[email protected]>
remove Socket::reactor

ed6ade4fdad29512a6c20c20b1332b756fb66888 authored about 5 years ago by matyhtf <[email protected]>
fix

0fc941c683f9cd153cf87961ab6cc64878b12b04 authored about 5 years ago by matyhtf <[email protected]>
fix mem leak

50672d68df32787fc0a9775344d9c492d5f1c584 authored about 5 years ago by matyhtf <[email protected]>
Test HTTP method PURGE

- Cover HTTP method PURGE with tests
- Resolve #2462 Proposal: non-standard PURGE method support

7d93a6f3132071c855471ba45f9de87b913f027e authored about 5 years ago by Sergii Shymko <[email protected]>
Fix HTTP method PURGE support

- Fix validation of HTTP methods to recognize PURGE
- Resolve #2462 Proposal: non-standard PURGE...

3629eaf764f7358fe61027788a0dbec815747cb5 authored about 5 years ago by Sergii Shymko <[email protected]>
Revert "fix memory leak"

This reverts commit 8d379e01c2e6ae7afc4931400230cad000905877.

b45c4409fabf276958bbf212f46492bdb0e817b5 authored about 5 years ago by matyhtf <[email protected]>
fix memory leak

8d379e01c2e6ae7afc4931400230cad000905877 authored about 5 years ago by matyhtf <[email protected]>
Update README-CN.md (#2763)

8283c5484a7071fb481f8f3cdee648150274be87 authored about 5 years ago by Luffy <[email protected]>
Update version to 4.4.5-alpha

4256efeca61570aa90503d2c6d4620df72935770 authored about 5 years ago by twosee <[email protected]>
Fix compilation without zlib

f5a03366a59d67aeafb1deebc2c64b749f22be26 authored about 5 years ago by twosee <[email protected]>
Update version for Swoole 4.4.4 again

f6dd1217623de9ef80e06cf574ac961d0e9b99c7 authored about 5 years ago by twosee <[email protected]>
Code optimization

9f205effd09319386441cc5f16ed64b8b1e2d481 authored about 5 years ago by twosee <[email protected]>
Fix #2762, refactor client decompression

4b4d0f9713b6dbfa5df3cce8699b087ede35d1af authored about 5 years ago by twosee <[email protected]>
Remove repositories (user overrides)

1b3b868c5d3d227d8cefd9d9977b8f7a125e0fcf authored about 5 years ago by twosee <[email protected]>
Use emalloc

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

e92c571d109d6d7a2757f30ef9fbe011f7e2c885 authored about 5 years ago by twosee <[email protected]>
Use memcpy

b9a32f32e8ce35683766b8f606bdc625b4a6be83 authored about 5 years ago by twosee <[email protected]>
fix force_kill

c6ca64915e7935aadf571ec7d050142de6a7217c authored about 5 years ago by matyhtf <[email protected]>
fix tests on Alpine

3f09534b8ef7eacab2354cfe419d2860c97ff0ab authored about 5 years ago by matyhtf <[email protected]>
Merge branch 'master' into alpine

cd100b8940133e5f35820efb42af714c0376ad13 authored about 5 years ago by matyhtf <[email protected]>
fix test with Alpine

4f001f0a6f92205a9ab6ca82de580eceec83267d authored about 5 years ago by matyhtf <[email protected]>
Update version for Swoole 4.4.4

834aa963d071f09f3101fffc4fd3775fa4f79f53 authored about 5 years ago by twosee <[email protected]>
support reuse_port option

89db3301490739280ccb863ba7ccab84f64f82c2 authored about 5 years ago by matyhtf <[email protected]>
System module

4e0d997dd7f89f43125ad859804933c1047dd74d authored about 5 years ago by matyhtf <[email protected]>
fix tests[1]

fc4ec8d5d156aab1aa1b4843e056f235e25328e6 authored about 5 years ago by matyhtf <[email protected]>