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

Merge pull request #133 from matsumoto-r/fix-sometimes-missing-variable

Fix bug; sometimes missing nginx variable

github.com/matsumotory/ngx_mruby - 6cfa49ef7e1822e98e98933d3a1e74587a83f922 authored over 9 years ago by MATSUMOTO, Ryosuke <[email protected]>
Fix bug; sometimes missing nginx variable ref: #131

github.com/matsumotory/ngx_mruby - ea6c6bdf782f3ed80502e91fca7c274197e72639 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Bump up version 1.12.12

github.com/matsumotory/ngx_mruby - 5a28a1ce8dbc9be16dbf53d9b45440d351d27c2e authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #132 from matsumoto-r/fix-mruby-set-cache-bug

Fix bug; mruby_set ignore "cache" option

github.com/matsumotory/ngx_mruby - 8fe928f792bc4479ba9dee25a7d17679959c18df authored over 9 years ago by MATSUMOTO, Ryosuke <[email protected]>
Fix bug; mruby_set ignore "cache" option

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

github.com/matsumotory/ngx_mruby - a1091dbd88f7a50b541529ebe97a3f08815ef126 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Apply clang-format

github.com/matsumotory/ngx_mruby - c9cdcc32b698219e581505caa80f5ebed50af63b authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #130 from ryotarai/no-var-not-found-error

Suppress variable not found error because it is too verbose.

github.com/matsumotory/ngx_mruby - 510f7a57ab1e594b34f41dfadb26887da08598dd authored over 9 years ago by MATSUMOTO, Ryosuke <[email protected]>
Merge pull request #129 from ryotarai/var-exist

Implement Var#exist?

github.com/matsumotory/ngx_mruby - e56d73119fe5d3a439c59e935e7d36d674739884 authored over 9 years ago by MATSUMOTO, Ryosuke <[email protected]>
Suppress variable not found error because it is too verbose.

github.com/matsumotory/ngx_mruby - 2b2128ff1c70afc97e80c07ddecd9f2bb1220e42 authored over 9 years ago by Ryota Arai <[email protected]>
Add tests for Var#exist?

github.com/matsumotory/ngx_mruby - 1a8ea69b567a4a93e9a956afc180f438252694c6 authored over 9 years ago by Ryota Arai <[email protected]>
Implement Var#exist?

Var#exist? returns true when the nginx variable is found,
otherwise false.

github.com/matsumotory/ngx_mruby - 99615306d11bc5a03322fe66b7b75ab3520e9994 authored over 9 years ago by Ryota Arai <[email protected]>
Bumpup version

github.com/matsumotory/ngx_mruby - 27c464a2a881c9c2332c9583e10f31f9c408a858 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #126 from matsumoto-r/fix-bug-content-type

Copy string object to nginx string

github.com/matsumotory/ngx_mruby - ef4bc76bcd3e98e2b9e547ce5fb9dab912436a67 authored over 9 years ago by MATSUMOTO, Ryosuke <[email protected]>
Copy string object to nginx string;

sometimes missing string object #125

github.com/matsumotory/ngx_mruby - a73f49cdd67656ba7edfde80c63da64d00983e1f authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Add test for Nginx::Request#{authority,hostname}

github.com/matsumotory/ngx_mruby - 6337ea41c9dcad12a871457ced84878a99f9e16b authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Add Ngint::Request#authority

github.com/matsumotory/ngx_mruby - 454fdb7d00ea60fee7754f25bda3d210ccdfed51 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
`hostname` means the host part of the Host header

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

github.com/matsumotory/ngx_mruby - 3758c4469a0f48316e67ed4402a4138a3ddfa0b0 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #124 from matsumoto-r/add_request_type

Add Nginx::Request#sub_request?

github.com/matsumotory/ngx_mruby - 56f3841a10d69c790e0878d3ecb2646198aff6da authored over 9 years ago by MATSUMOTO, Ryosuke <[email protected]>
Add Nginx::Request#sub_request?

github.com/matsumotory/ngx_mruby - 4a851706228da07b378acee0086057ff1b11e26c authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Update README.md

github.com/matsumotory/ngx_mruby - 8425f05322ea98e5f23e388e3dbd37fd08f4429d authored over 9 years ago by MATSUMOTO, Ryosuke <[email protected]>
Merge pull request #121 from matsumoto-r/support-upstream-keepalive

Add Nginx::Upstream class and method

github.com/matsumotory/ngx_mruby - 52aa12b727678b55f775960f0ac2c8dc4211176d authored over 9 years ago by MATSUMOTO, Ryosuke <[email protected]>
Cleanup code and cosmetic change

github.com/matsumotory/ngx_mruby - 009635ecb9fb6f5becb5802808933a048a76a23d authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Ignore test for Nginx::Upstream with nginx version 1.4.x or 1.6.x

github.com/matsumotory/ngx_mruby - 0eda5c257581ab9ad21cc5af98d92c7e378361f0 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Cleanup code

github.com/matsumotory/ngx_mruby - 958f7b45a9b9dd8b51b86da0a5e7533bc80b78d7 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Rename method name which control upstream server config

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

github.com/matsumotory/ngx_mruby - 8f68c91f6c814ea78420cbd1958721e742968419 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Update server config in upstream context via Nginx::Upstream class

github.com/matsumotory/ngx_mruby - 6897fd85996be48a84599083bf072f043680c7ce authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Improve error handling for Nginx::Upstream#keepalive_cache

github.com/matsumotory/ngx_mruby - 6a99b7a6102ee04adff32420012e974eafc8e431 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge branch 'support-upstream-keepalive' of github.com:matsumoto-r/ngx_mruby into support-upstream-keepalive

github.com/matsumotory/ngx_mruby - cb4f15edeee6b6c73605a3478348a2aa72a79e8f authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Cosmetic change

github.com/matsumotory/ngx_mruby - 8c236c258ad0d32a2a5c2e0de566eb06460edc02 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge branch 'master' of github.com:matsumoto-r/ngx_mruby

github.com/matsumotory/ngx_mruby - b68c3eca4dde0a5ba7787be06460b26feeaeca58 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Copy header data of mruby to nginx memory pool

github.com/matsumotory/ngx_mruby - c12242d926c0a1e27966c5673474fe024ebf308d authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #123 from zzak/typo

github.com/matsumotory/ngx_mruby - 469ef0c259b33cdfca98562390871b3ca8289b49 authored over 9 years ago by MATSUMOTO, Ryosuke <[email protected]>
s/mehtod/method

github.com/matsumotory/ngx_mruby - 884e813eab199227bef17022e1ec6dda6da4fc4c authored over 9 years ago by Zachary Scott <[email protected]>
logging remote_port for nginx <-> upstream test

github.com/matsumotory/ngx_mruby - 1e14f27604932855c15a89a2072ee756e16ab0cd authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Remove Nginx::Upstream#keepalive

github.com/matsumotory/ngx_mruby - 3f239b3321ad412da76afd933ec387a949937824 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge branch 'master' of github.com:matsumoto-r/ngx_mruby into support-upstream-keepalive

github.com/matsumotory/ngx_mruby - 7bfc8803b4ba83aa3f65c80671d5a9d93c164a43 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #122 from matsumoto-r/fix-header-bug

Fix bug; sometimes headers line include dust char

github.com/matsumotory/ngx_mruby - 0b6c0c21b7894e42ac6c5435c256c28444474f43 authored over 9 years ago by MATSUMOTO, Ryosuke <[email protected]>
Cleanup test code for upstream class

github.com/matsumotory/ngx_mruby - 3f393a6cc3dadca10a6aa96fb5b6b17bca66c278 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Add Nginx::Upstream#keepalive_cache

github.com/matsumotory/ngx_mruby - 08ff80a8a57ad9bd121fe949449c3045eaed61f9 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Add dummy upstream module and control keepalive via mruby

github.com/matsumotory/ngx_mruby - c0efac3b102eba5eaa0093f9c6adb96c9d686ee3 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Update test

github.com/matsumotory/ngx_mruby - 4f56c3ca6fcc0f11c3cc4e4000ae053b61f8d0af authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix bug; sometimes headers line include dust char

github.com/matsumotory/ngx_mruby - bcc4d76c986760c467352f6cd624b9c28bf91c12 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Add Nginx::Upstream#{new,hostname}

github.com/matsumotory/ngx_mruby - b00bfe01a63cedc97eeae67c781080bca817b08d authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix typo

github.com/matsumotory/ngx_mruby - 1f1a868577b42b556f5b87d75e01fda1f6c5d57a authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Add Nginx::Uptream class base implementation

github.com/matsumotory/ngx_mruby - 1563bcfd895d863c8e81e51bea52b5ccc28b65ce authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Add test for upstream keepalive

github.com/matsumotory/ngx_mruby - d496280bf0958142396125d410d61652887a168d authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix deprecated ref: https://github.com/mruby/mruby/commit/e88e7dc8db4ff129de6698727fd87904b67ed0e0

github.com/matsumotory/ngx_mruby - 93b923f062f1a780fd605dc643cc65292bfba2bf authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Bump up version

github.com/matsumotory/ngx_mruby - 3c5a5438e06595898947837d898f9dc534d44a34 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Add test for custom built-in header "Server" in http context

github.com/matsumotory/ngx_mruby - 6d87fdf9021b95985a2ad40ba066333a853617e8 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Test: output error log into stderr

github.com/matsumotory/ngx_mruby - cc9de17b23130b33a7c6d2abcc986c60868094e3 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #119 from matsumoto-r/custom-builtin-header

Support custom built-in header like "Server" header on output filter phase

github.com/matsumotory/ngx_mruby - 5a28bd35af37f30c86979ccebd5a78414ffa3137 authored over 9 years ago by MATSUMOTO, Ryosuke <[email protected]>
Support custom built-in header like "Server" header on output filter phase

github.com/matsumotory/ngx_mruby - 44c47ff1134f6d84606e8f311015e64bde304f9e authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Update mruby and create another mruby repository for test

github.com/matsumotory/ngx_mruby - 28e1383c0195ff8794af7bcee81dd67261af8b7c authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Update test.sh

github.com/matsumotory/ngx_mruby - 1d48d026b5a10e5991e560b32957be7415fc18eb authored over 9 years ago by MATSUMOTO, Ryosuke <[email protected]>
Add test for output_{body,header}_filter

github.com/matsumotory/ngx_mruby - b67dec54d7d904eccb24f42a4855c27e91fb3c67 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
fast test using ONLY_BUILD_NGX_MRUBY

github.com/matsumotory/ngx_mruby - b9b4cd22e0bf9f7963c74362b009d50493bb7291 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge branch 'master' of github.com:matsumoto-r/ngx_mruby

github.com/matsumotory/ngx_mruby - 762255e8803ffeb898f36a6d390bf7c1c3aa70ce authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Update test script

github.com/matsumotory/ngx_mruby - 6830b61b865ba9e709dbd3484649e2d1d3987fac authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #118 from matsumoto-r/header-filter-bug

Support controling response headers at output_filter phase

github.com/matsumotory/ngx_mruby - 5080847b882390a1e1774e72ba5084c2a1a94d85 authored over 9 years ago by MATSUMOTO, Ryosuke <[email protected]>
Support controling response header at output_filter phase

github.com/matsumotory/ngx_mruby - 5a2fab665cbdb43ecd3c88d17c583e0143613e9c authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #117 from jsutlovic/header-manipulation

Allow deleting headers, creating new incoming headers

github.com/matsumotory/ngx_mruby - 15322ebeb6b29b3480e2a9468513bc55db8b2dd2 authored over 9 years ago by MATSUMOTO, Ryosuke <[email protected]>
Bump up version 1.10.11

github.com/matsumotory/ngx_mruby - 579d56358905c4d74f8af2a1a5f05b0b64c7a61b authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Add ability to delete incoming and outgoing headers

github.com/matsumotory/ngx_mruby - 32ac187770cc410f6de43ec6872b102a11377e0e authored over 9 years ago by Jero Sutlovic <[email protected]>
Add capability to create new incoming headers

github.com/matsumotory/ngx_mruby - b195ec04ec41e26879f56e07410c2031ac9fc203 authored over 9 years ago by Jero Sutlovic <[email protected]>
Support nginx-1.9.1

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

github.com/matsumotory/ngx_mruby - 74f9518bcd8cc8a90045f05b9a965606a2ccc912 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Bumpup version 1.9.11

github.com/matsumotory/ngx_mruby - a152603dae1b88331a4d48574b1839b7527b1d61 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Add mruby-{cache,mutex}

github.com/matsumotory/ngx_mruby - 4d6a931139be3ebfd7fd734780c26f30f2d6165e authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Bumpup version to 1.8.11

github.com/matsumotory/ngx_mruby - 598dab6363ca9e3fd960b70e3c822f22dbd5cd1c authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix bug for test.sh; related to #116

github.com/matsumotory/ngx_mruby - 5c0267715f449a0bc485372f4ef7f1b82c08c9e9 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Update nginx version for travis

github.com/matsumotory/ngx_mruby - a121ae0d3f824499829d5333eec08f6a12f54be7 authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #116 from qtkmz/master

github.com/matsumotory/ngx_mruby - fc6f50e627eb478482cb2934f2636f481b9a0dd9 authored over 9 years ago by MATSUMOTO, Ryosuke <[email protected]>
Fix expr return value is 0

github.com/matsumotory/ngx_mruby - 1fbd2ea4c0b9a2da7f5500e1e7bfd8038fc6f792 authored over 9 years ago by qtakamitsu <[email protected]>
Support multi build automatically

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

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

github.com/matsumotory/ngx_mruby - 642e6ef8616737f783eabb1c2d231ff0ea8ae38a authored over 9 years ago by MATSUMOTO Ryosuke <[email protected]>
Bump up version to v1.8.10

github.com/matsumotory/ngx_mruby - 29d0fcbd06963a9d1b32f92199df6411e6539fc9 authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #112 from matsumoto-r/fix-memry-leak-mruby-set

Fix memory leak when using mruby_set{,_code} directive

github.com/matsumotory/ngx_mruby - d0962b73d11a78c7b244fcdafce5075bf49f71d7 authored almost 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
Fix memory leak when using mruby_set{,_code} directive

github.com/matsumotory/ngx_mruby - 6999357bf79833f2bc260ff63f5dd413c6633d47 authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Bump up version to v1.8.9

github.com/matsumotory/ngx_mruby - 95bc5f5175316d36f67013d1a9402658cdf1453f authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #111 from matsumoto-r/fix-memory-leak-500

Fix memory leak when ngx_mruby raise error and return 5xx status code

github.com/matsumotory/ngx_mruby - 0ae3140d9579648e98ab6a2250c5bdbee67b9ebe authored almost 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
Fix memory leak when ngx_mruby raise error and return 5xx status code

github.com/matsumotory/ngx_mruby - f36e02f7bc3839170c80e597b9c5c9d087f00c6a authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update nginx to 1.7.11

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

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

github.com/matsumotory/ngx_mruby - 36582caaace6cf3ac86a1d386286715a1fdcac0b authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Doesn't run `make build_mruby` in `make generate_gems_config`

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

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

github.com/matsumotory/ngx_mruby - bb33ae5ad58ffc3e8c778baac3c442040b0c17c5 authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Update nginx to 1.7.10

github.com/matsumotory/ngx_mruby - 01c95875f005d7ed13a81b4ae9a074f9348e1969 authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
be able to add not only nginx.conf but also other included config file from nginx.conf

github.com/matsumotory/ngx_mruby - d3f97bb6f5a8555346a132e71db50d661004036c authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Add nginx some modules for the docker image

github.com/matsumotory/ngx_mruby - 98986972fbcbfa0bcb0171af7a5ed8efbcad144e authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Suport MRUBY_LDFLAGS_BEFORE_LIBS

github.com/matsumotory/ngx_mruby - 49a81d95c4fc413f3272390be5cdef1cd4e4512b authored almost 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #109 from nagachika/onbuild

add Dockerfile.onbuild for docker users' convenience.

github.com/matsumotory/ngx_mruby - a795a478f3cf490d4f165f99b0fcb3a890e90fb6 authored almost 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
rename Dockerfile.onbuild -> Dockerfile.

github.com/matsumotory/ngx_mruby - 2567f43c4156846bbfc9e6d836d2f06f5d4a161b authored almost 10 years ago by Chikanaga Tomoyuki <[email protected]>
add Dockerfile.onbuild for docker users' convenience.

Now you can build 'onbuild' docker image by
$ docker buld myname/ngx-mruby:onbuild - < Dockerfi...

github.com/matsumotory/ngx_mruby - 8ec3d88dc608a728534e953e1d59e3a33ec1e427 authored almost 10 years ago by nagachika <[email protected]>
Update mruby

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

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