Ecosyste.ms: OpenCollective

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

ngx_mruby

A Fast and Memory-Efficient Web Server Extension Mechanism Using Scripting Language mruby for nginx
Collective - Host: opensource - https://opencollective.com/ngx_mruby - Code: https://github.com/matsumotory/ngx_mruby

Bump up version

github.com/matsumotory/ngx_mruby - 273b26cbae543c1b2d982ab220cdeea3e6e7f4d2 authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #108 from matsumoto-r/support-requestbody

Support read request body

github.com/matsumotory/ngx_mruby - 72b7e72915334c855f8b6032e9dfa8ea5a2fde81 authored almost 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
Surppot compatibility of r.body method with mod_mruby

github.com/matsumotory/ngx_mruby - ddfd73043ca688341ad490ea1d2cac00063a448e authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Add error process for Request#read_body

github.com/matsumotory/ngx_mruby - b17b104baf8b674d01d184480850d43f1a081441 authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Request.body return nil when request_body_ctx is empty

github.com/matsumotory/ngx_mruby - d6f3d503740136e541c46f220549d960d43a1117 authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Change type of request_body_buf to ngx_str_t and some cosmetic change

github.com/matsumotory/ngx_mruby - 6bdafb15a5bb6ef851b26c1fc341050efabbedb7 authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
run ngx_http_core_run_phase when waiting more request body

github.com/matsumotory/ngx_mruby - dddad1a1c1e7e648bd509fbe17ed136274350e87 authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Check NGX_AGAIN when client_read_request don't complete

github.com/matsumotory/ngx_mruby - fa6ffc684694e9ac168070277d991ec18e18eb6d authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
ngx_mruby can read request_body at rewrite phase

github.com/matsumotory/ngx_mruby - fc5f93957da454090f9b12378db97b12726d57e7 authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Add mruby-packe for test

github.com/matsumotory/ngx_mruby - a9904276ee63efa771f96ac6ab12f2923df83a26 authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Add mruby-socket depends on mruby-pack

github.com/matsumotory/ngx_mruby - 3ff7ab28c843926ebb4e338b31f1c5ca70bda197 authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #107 from cubicdaiya/nginx-variable-ref

Refer nginx official reference for variables.

github.com/matsumotory/ngx_mruby - 053d8833a6c149c9b995ebf28b061cd3758993b1 authored almost 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
Refer nginx official references for variables.

github.com/matsumotory/ngx_mruby - f37d52cd9834ecc59b4c5cdfb30654678ac577f4 authored about 10 years ago by Tatsuhiko Kubo <[email protected]>
Disactivate mruby-mysql because increatese dependency by default

github.com/matsumotory/ngx_mruby - 6263bdd676ad11153453bc9fd5fc940a560c0850 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - 909c0f13e3f7d2c22e46dd95675a4302f25bcc1e authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #105 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

github.com/matsumotory/ngx_mruby - df050067427fc8448a3c8589403fdfe336b82136 authored about 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
Added Gitter badge

github.com/matsumotory/ngx_mruby - 278888864c48947db618183a65c747c2d20d9b4e authored about 10 years ago by The Gitter Badger <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - 1a49f9f9f4757154ee9a91ea9c00965f4e0fc98e authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Add libmysqlclient-dev for mruby-mysql

github.com/matsumotory/ngx_mruby - ddd0e7c6cfc0283ab8a18f16a1de03a19f4c9687 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #103 from kbrock/benchmark

add mysql support

github.com/matsumotory/ngx_mruby - 93cf37d2a8ad9774faa0f016efa5f674b6dd9069 authored about 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
add mysql support

github.com/matsumotory/ngx_mruby - 4a6a976e7b1ec9f721989785f647ebe92a4ffde9 authored about 10 years ago by Keenan Brock <[email protected]>
Cosmetic change

github.com/matsumotory/ngx_mruby - f5c0bdbe968771214c6e9b849d1315e35445b64f authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Bump up version

github.com/matsumotory/ngx_mruby - 0fc5683dde9df91a8bb4741d34e40b4d3e529945 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix bug; response data includes location url when using redirect method

github.com/matsumotory/ngx_mruby - 45fc7ac7353398588928dc0ec793ce5826346f4a authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
[skip ci] Update README

github.com/matsumotory/ngx_mruby - 28ee0468511df7711628262edc68c8683222051e authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Refactor build configuration

github.com/matsumotory/ngx_mruby - aba0667ee2b15e2eef8a535bafd984c8a71194c1 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - f9af67429ed7a05ad705efa4249b15d8f4bfedd5 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Cosmetic change

github.com/matsumotory/ngx_mruby - 70ce36417059783dfa6a779f421a658fc47948f2 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Bump up version

github.com/matsumotory/ngx_mruby - b5343c8a6360159d12e7c9ba9aadc0e7d32839c6 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Add Kernel#get_server_class test

github.com/matsumotory/ngx_mruby - bb0216ba33280099f40fe70b9e693ff8012fe2be authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Move ngx_mruby_mrblib from matsumoto-r/mruby-ngx-mruby-ext

github.com/matsumotory/ngx_mruby - 569eb37c2bbc4b7c7c2a63b9f36326181fef9c87 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - e91f96e9612d6f8342fc451e76a9ce9a66871ee7 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Comment out Nginx::Request#body test for now

github.com/matsumotory/ngx_mruby - 6782e865cbc0a4fde90440aa9370951e7afafe98 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Add Nginx::Request#body test

github.com/matsumotory/ngx_mruby - 19121af9e4081283e2db5279a3698f5ae6d10742 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Add Nginx::Request#body test

github.com/matsumotory/ngx_mruby - dc2eed66c15282fb4a4c4e9a696189a460ac1061 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
[WIP] Add Nginx::Request#body

github.com/matsumotory/ngx_mruby - 883f30998d3dbc83900fbc02721d8bb8fbb0bed1 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Rempve mruby-file-stat

github.com/matsumotory/ngx_mruby - 3e9b40f1692d51eb48463ca71a1a91e9da34e4a5 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Add ruby-dev for travis

github.com/matsumotory/ngx_mruby - 79445d63aea7bec1fddd979bb2c240e9bfca8beb authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - 55208478217813e2bfce9fa6a0a39f2b59ceb004 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Bump up vesion

github.com/matsumotory/ngx_mruby - 9dbcc409a9d710bcf680d3e2967a20b0b2359ec8 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix bug; nginx return 500 HTTP status code when mrb_run failed; ref #93

github.com/matsumotory/ngx_mruby - 34838bf27c9aed4434089134cb375fbb4e7d016f authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - 9127de095b6df3425208c9a5aa16058b5de22f61 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - e4a9814117404eeba3554915fc41457240de3627 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - 353265db1acdfac544c5160139930f781c9718dc authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Bump up version 1.6.6

github.com/matsumotory/ngx_mruby - 8e29cb0e78f00e97194374c6cd90750aba5ee4c4 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Output mruby vesion in error log

github.com/matsumotory/ngx_mruby - e72a7dbe9d03a217381b56604a858294bc8a122e authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
update mruby

github.com/matsumotory/ngx_mruby - 27d166edb81a1dbe19da885e250ab01b543ca5e5 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update nginx version for CI and build

github.com/matsumotory/ngx_mruby - ae23969a128f961313475ee4dc2370b1ab6d77ba authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Bump up version

github.com/matsumotory/ngx_mruby - aac066303c69d60d9a5ee0196ca285095f1bf175 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Change notice message priority

github.com/matsumotory/ngx_mruby - a927118e5097220b6e3e7d618e50e30e5a647781 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Bump up version

github.com/matsumotory/ngx_mruby - 870009f8f42a0b8ca629047b39fb8370c12a491d authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Change info message priority

github.com/matsumotory/ngx_mruby - 48544dd51c2b3b621a867e41c45f6de61d42dd7a authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Outpu version message in error_log

github.com/matsumotory/ngx_mruby - 036213c2384348778d12f3a500d514ec17fd12b9 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Add mruby_exit_worker_code directive for inline code into nginx.conf

github.com/matsumotory/ngx_mruby - 8c610b853cbb0cd37ab3c938403c6fc11e8e3e0d authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Add exit_worker sample; forgot adding this at a6120114c6e91bdbe1230ece7fb63bdf41615eb7

github.com/matsumotory/ngx_mruby - e85a466859c48b716bd84787fe2617f25041708a authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Add mruby_exit_worker directive that is called when exiting worker process

github.com/matsumotory/ngx_mruby - a6120114c6e91bdbe1230ece7fb63bdf41615eb7 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - 304c4e6ba677d8ada565eff58ce5a66c5cf38d22 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update README.md

github.com/matsumotory/ngx_mruby - 750845d9a01d3b8a9d532b18f1b55d5cb3c01254 authored about 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
Support wercker ci

github.com/matsumotory/ngx_mruby - 276f743231d5a56854cefa041ba1990742f1ff81 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix bug; nginx "realpath_root" variable is NULL when document root path is invalid.

github.com/matsumotory/ngx_mruby - 66529b46eb440854817838a78d95611c91d374a6 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Delete build dir for cobller

github.com/matsumotory/ngx_mruby - eb307b2e047e61f43b19a5c9c7b23c53fb3011de authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Use rake deep_clean for mruby_clean

github.com/matsumotory/ngx_mruby - c880bcbeb2858a5a7c02aaa5b297051dd992db14 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
main conf code was initialized by NGX_CONF_UNSET_PTR

github.com/matsumotory/ngx_mruby - 8d5e1efff4c00dc364817c0d34dbbeeefda8c638 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix wrong message

github.com/matsumotory/ngx_mruby - 453d8ee9f9e2b7b861cc0337620f01f9c31d0dd5 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Add mruby_init_worker_code directive for inline code.

see this patch of nginx.conf

github.com/matsumotory/ngx_mruby - 50762d4d0372ee97e22c700b6ea0ca6fb2dde849 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
update mruby

github.com/matsumotory/ngx_mruby - d7c2c1c1b0a6ef1a70fb58426c6c63fab7a52a64 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix bug; catch segfault when use Nginx.errlogger without request process

github.com/matsumotory/ngx_mruby - 51c24891ce87a96f86e6c64f33aa8556beb35aee authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Add mruby_init test

github.com/matsumotory/ngx_mruby - f61268649a0ed15f2d9894441db24faa60465ed0 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Add mruby_init_worker directive

mruby_init_worker was called at starting worker process and run the Ruby
code by that directive.

github.com/matsumotory/ngx_mruby - 2d7013133301388c6147b38eca3bbe504ba3c61a authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - 70ea47fb76588ce974397b23bd2cb38ed5ab09df authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #101 from qtkmz/fix/get_header

fix partial match of header name

github.com/matsumotory/ngx_mruby - e2b7219737e847d2eb78bb1ba470e4344a564615 authored about 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
fix partial match of header name

github.com/matsumotory/ngx_mruby - a0b70e2cef0a1abce63a8980764c2a0e712c556c authored about 10 years ago by qtakamitsu <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - a5a3f62cef26565bc9ff9840489510378fa60de8 authored about 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update nginx version to v1.7.6

github.com/matsumotory/ngx_mruby - 83bd8a5718b133db05c5b6249eca06ae65deaca3 authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
UPdate mruby

github.com/matsumotory/ngx_mruby - cd7e0ada1b7abeeb8af2a3d90bd0f78d3595ebf9 authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - eb9459d406f862b70330d461593eba6cd8bf72c4 authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - ce800be8c569b666009556e44c427ac7bcfc6c2d authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - 10017f265a7369ee2756ea50e350fb42e035388a authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update nginx version for travis ci and test

github.com/matsumotory/ngx_mruby - 4af30dc6624226704aa64bae15d69b8e1e1b612b authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - 33f6e7f54cb9d3aef1462f9402890838420ea6ee authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - 0c811512a2a24a960f9c7d9401324bf1fbc0712e authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Use mruby-simplehttp for ngx_mruby test

github.com/matsumotory/ngx_mruby - af8ccf52365d3c8b710e93a2e0c77ade90a063fe authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - de95d8b473ff35dc4a87287ecc5b79bed4b8946f authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Implement new test system

github.com/matsumotory/ngx_mruby - 8a177ac98e06ddc795182e328ab6babac6d8bf85 authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - 7e3dddbb31852fde3841fbfb13db408cfbb8223b authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #100 from cubicdaiya/issues/error_handlings

fix error handlings when initialization.

github.com/matsumotory/ngx_mruby - 74866399327fa4399068ccf71624b7f61501c276 authored over 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
Merge pull request #99 from cubicdaiya/issues/reduce_alloc2

fix mistaken usage of ngx_pstrdup().

github.com/matsumotory/ngx_mruby - bcde6083347ae6e2398a4a787a1229b3d3faf945 authored over 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
fix error handlings when initialization.

github.com/matsumotory/ngx_mruby - 9b247babcd2d2db5ee5e40e8f4c0f2238ce48fcb authored over 10 years ago by Tatsuhiko Kubo <[email protected]>
fix mistaken usage of ngx_pstrdup().

ngx_pstrdup does not allocate a region
for null terminated character(+1).

github.com/matsumotory/ngx_mruby - 05110ed982f2de51746405adebb52b4a085f8353 authored over 10 years ago by Tatsuhiko Kubo <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - e3c6e0addb7cc19b1796632092564d9cf883c4a6 authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Use offical ubuntu image for Docker

github.com/matsumotory/ngx_mruby - 5c5272fe937f3f695eadd9d85c13a93b2693dc57 authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - 6a59c9bd64fe57d99b9a615dc6039af8381f8c6c authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #98 from ainoya/submodule-via-https

change to use https:// instead of git://

github.com/matsumotory/ngx_mruby - ee3aec368ec0987c46b34f6b7d9c90854c5ea9d5 authored over 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
change to use https:// instead of git://

github.com/matsumotory/ngx_mruby - be0b2df686a7328852d6c62a5088e78e009fafbc authored over 10 years ago by Naoki AINOYA <[email protected]>
Merge pull request #97 from cubicdaiya/feature/alloc_error_check

improved allocation error handlings.

github.com/matsumotory/ngx_mruby - 81e481a34b5348c467a07729a41b8b1636d32180 authored over 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
improved allocation error handlings.

github.com/matsumotory/ngx_mruby - 6058a50f0a94cd68dc2732ae335ba6adc1262858 authored over 10 years ago by Tatsuhiko Kubo <[email protected]>
Update mruby

github.com/matsumotory/ngx_mruby - 2bfbd2ed9374fd78299719ece4524cda09846752 authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #95 from cubicdaiya/issues/ngx_calloc_buf_error_handling

fix error-handling for ngx_calloc_buf

github.com/matsumotory/ngx_mruby - 017987db482e6a119a16179a684a5410be09fcf2 authored over 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
fix error-handling for ngx_calloc_buf

github.com/matsumotory/ngx_mruby - c54a559460eff1d64b2225704011ad69c4668128 authored over 10 years ago by Tatsuhiko Kubo <[email protected]>
Merge pull request #94 from cubicdaiya/issues/ngx_alloc_chain_link_error_handling

fix error-handling for ngx_alloc_chain_link

github.com/matsumotory/ngx_mruby - f6f11134d3a8003ed69abf31647f65a9a3ad7723 authored over 10 years ago by MATSUMOTO, Ryosuke <[email protected]>