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 #293 from matsumotory/fix-not-used-error

ngx_mrb_log_backtrace only defined using NGX_DEBUG

Thank you. It was my fault.

github.com/matsumotory/ngx_mruby - 6ce2f1815ecbc78beecc48b542a4ff84720334f5 authored over 7 years ago
ngx_mrb_log_backtrace only defined using NGX_DEBUG

github.com/matsumotory/ngx_mruby - 1c215b044fb822fd14e45edda83de476a8f97a0a authored over 7 years ago
Merge pull request #289 from pyama86/use-acme-client

Use acme client

github.com/matsumotory/ngx_mruby - ac8dab9797ef52ec2d0abdba220539c7a52b8cc2 authored over 7 years ago
add async option

github.com/matsumotory/ngx_mruby - 3acddcc203e535b0666e3b8d79b7fd3a1debf30d authored over 7 years ago
Merge pull request #291 from yyamano/log-exception

exception stack trace log support

github.com/matsumotory/ngx_mruby - 0e29ca699529c87df3a95011fa7226f0e0d22ff1 authored over 7 years ago
Make this work with BUILD_DYNAMIC_MODULE.

test.sh and build.sh use ./build_dynamic as a build directory if BUILD_DYNAMIC_MODULE is defined.

github.com/matsumotory/ngx_mruby - 7d4a5cca11d08d86e647d7dc0181890a65233b99 authored over 7 years ago
Improve exception stack trace log.

* Support ngx_mrb_raise_cycle_error() and ngx_mrb_raise_conf_error().
* Introduce ngx_mrb_raise_...

github.com/matsumotory/ngx_mruby - 4809217718dde5ffb7e4623a255f33b777cfcfc2 authored over 7 years ago
Log exception stack trace if NGX_DEBUG is defined.

github.com/matsumotory/ngx_mruby - d23160d705027b278bcd4e532402b88b079df783 authored over 7 years ago
add acme client pattern

github.com/matsumotory/ngx_mruby - e3fe0c28f38c7f2e5bd690f17653c07935ac25bc authored over 7 years ago
rename dehydrated pattern

github.com/matsumotory/ngx_mruby - 6bcb58cdfafec45e4f01ed0131535e0ebed6e4b4 authored over 7 years ago
Merge pull request #290 from yyamano/simplify-makefile

Simplify Makefile.

github.com/matsumotory/ngx_mruby - ef367b25d8fa844a7c937633dac77eac5e9eeac4 authored over 7 years ago
Simplify Makefile.

Get rid of a few environment variable in Makefile. build.sh and test.sh still respect them.

* N...

github.com/matsumotory/ngx_mruby - 44d7a77e6a7485adb4e10e041bb2d75cf48577b1 authored over 7 years ago
Merge pull request #288 from yyamano/missing-dep

Add missing dependency to mruby-io.

github.com/matsumotory/ngx_mruby - 07c1b19f2b0154ec1ae2594d8ac10753a106b2b2 authored over 7 years ago
Add missing dependency to mruby-io.

github.com/matsumotory/ngx_mruby - 45c81a098d3c494b7952c9c1fd176783d903767f authored over 7 years ago
Merge pull request #286 from yyamano/build-deps

Improve build dependencies

github.com/matsumotory/ngx_mruby - cc86a3dd4e19d82773ff983120984954246f6d79 authored over 7 years ago
Ignore emacs backup file.

github.com/matsumotory/ngx_mruby - dd6c4e1b40f8f5ff353e6b273c18a3783a6804ff authored over 7 years ago
* make_ngx_mruby is back for backward compatibility.

* Make this work with BUILD_DYNAMIC_MODULE.

github.com/matsumotory/ngx_mruby - 3a326c13bf8eea6f8ccd221e6e08de8cc80c98f4 authored over 7 years ago
Improve build dependencies.

github.com/matsumotory/ngx_mruby - 213bd9d6be4ff1e6426a7156ca3c6efaafcf176e authored over 7 years ago
Ignore .openssl_build_done and .openssl_configure_done.

They are generated at build time for dependency management.

github.com/matsumotory/ngx_mruby - 1d8aaec78b1396abac30b7d97ffd66ef9dfdbf5a authored over 7 years ago
Make this work without BUILD_DYNAMIC_MODULE again.

github.com/matsumotory/ngx_mruby - ce169f3e3c189c2fc6d3ffe74b5b1d2bc832b45c authored over 7 years ago
Build openssl only once.

github.com/matsumotory/ngx_mruby - 8d92dda05cfb25552eaa7d0a9119c3bb36fce515 authored over 7 years ago
Add build dependency to libmruby to nginx Makefile.

This change requires https://github.com/mruby/mruby/commit/809b7ca3f4e93dc44ec4ba7d2cf3716834f25887

github.com/matsumotory/ngx_mruby - 29c5252e2cacbde10f4fe4558355b5b4c5268037 authored over 7 years ago
Merge pull request #285 from matsumotory/add_ngx_112_and_113

Add ngx 1.12.0 and 1.13.0 to test target

github.com/matsumotory/ngx_mruby - 21162d35d0fd568d3f618655776ae2eb0808edb7 authored over 7 years ago
remove older `MINOR` mainlines from travis.yml

github.com/matsumotory/ngx_mruby - 44bcdadee3208f322131e6f6eead3ee24fcb7d60 authored over 7 years ago
update build option checker. use -ge 11 instead eq 11

github.com/matsumotory/ngx_mruby - c699023734e64a5a338cb09a498438fc4174f707 authored over 7 years ago
run test for 1.12.0 and 1.13.0 on travis.

github.com/matsumotory/ngx_mruby - 74f167507fc9d271d55eabcdc778af4c8f15523c authored over 7 years ago
Merge pull request #284 from yyamano/mruby

Upgrade mruby

github.com/matsumotory/ngx_mruby - 4ea7faaefd10699b6d4cf26a95749005dcf40cc6 authored over 7 years ago
Workaround for https://github.com/iij/mruby-io/issues/75

github.com/matsumotory/ngx_mruby - e970c490e26edd85a23e1a8f75d52e8b3159e448 authored over 7 years ago
Merge commit '52b92527cdf99c07de234df6e6d48ca5256a4591' into mruby

github.com/matsumotory/ngx_mruby - 41f8f934f5f623eac9eb9eed44e1847a531d85d4 authored over 7 years ago
Squashed 'mruby/' changes from 7e28510..6088276

6088276 Merge pull request #3630 from nobu/bug/sprintf-sp3inf
72bdb6a Merge pull request #3631 f...

github.com/matsumotory/ngx_mruby - 52b92527cdf99c07de234df6e6d48ca5256a4591 authored over 7 years ago
Merge pull request #283 from akiray03/autossl-fullchain

use fullchain certificate on auto-ssl

github.com/matsumotory/ngx_mruby - 7623c46049d19afc01ca9292b8a7f725ea0274ee authored over 7 years ago
use fullchain certificate on auto-ssl

refs https://letsencrypt.jp/usage/#SaveCertificate

github.com/matsumotory/ngx_mruby - fb3cfc3bc53b01a9740eb0a9a55e4a6acc9e7f18 authored over 7 years ago
Bump up version 1.19.4

github.com/matsumotory/ngx_mruby - 88fb1fe16a64dbf5d9adf692585f5e66bb854870 authored almost 8 years ago
Merge pull request #281 from yyamano/ssl-error-log

Improve ssl error handling

github.com/matsumotory/ngx_mruby - 99bf850b000826b30162eabaaf08a007c1b3d5ad authored almost 8 years ago
Cat error log on travis if build failed. It makes debug easier.

github.com/matsumotory/ngx_mruby - 8a1841fa6f70102d177c1a2b1f7ce84cc675b8aa authored almost 8 years ago
Don't ignore setting der_certificate failure.

github.com/matsumotory/ngx_mruby - a80fe2eb12374ea1828e37eaa77f56a48d08a1d1 authored almost 8 years ago
Merge pull request #280 from yyamano/refactoring

Refactoring

github.com/matsumotory/ngx_mruby - 72637fdecbf526c4d8e22d679184cb87a6c41df9 authored almost 8 years ago
cosmetic changes.

github.com/matsumotory/ngx_mruby - ca5e1762e1b9814826584c26ac6fb6db7dea2756 authored almost 8 years ago
Remove dead code.

github.com/matsumotory/ngx_mruby - 186d36757af8454d4c007e14d1e8dc14843a12bd authored almost 8 years ago
Extract methods to fix code duplication.

* ngx_http_mruby_initialize_inline_code()
* ngx_http_mruby_initialize_code()

github.com/matsumotory/ngx_mruby - dc489066ced5afb3047ff693ce806e99bae914cc authored almost 8 years ago
Remove dead code.

github.com/matsumotory/ngx_mruby - f04090f924753c94c2db47917665c3bfed31a805 authored almost 8 years ago
Remove duplicate semicolon.

github.com/matsumotory/ngx_mruby - c14629848802d3ed5164ae430acbb722b802e80f authored almost 8 years ago
Remove dead code.

github.com/matsumotory/ngx_mruby - 6a87ff6c6cd5941209a317e135b0c3bfefc68c43 authored almost 8 years ago
Merge pull request #279 from yyamano/fix-segfault

Fix segfault if code is not cached and rewritten with a syntax error during run time

github.com/matsumotory/ngx_mruby - 621f13a292bd2d35078ddfbf72998eb1f7b901c2 authored almost 8 years ago
Fix segfault if code is not cached and rewritten with a syntax error during run time.

I fixed a similar bug in b9584cab78688f922ab5d7d0f0c9a50e8794b848.

github.com/matsumotory/ngx_mruby - 2ddbbd2ad726db70fe0ca751826d515d332eaf55 authored almost 8 years ago
Merge pull request #277 from yyamano/unexpected-gc

Save code->proc from unexpected GC.

github.com/matsumotory/ngx_mruby - a684ad03ed63094e85ed6fbb30c3e69fe0936461 authored almost 8 years ago
Merge branch 'unexpected-gc' of https://github.com/yyamano/ngx_mruby

github.com/matsumotory/ngx_mruby - c84265e4ccd57ff2f86cdc98a39c9b78300341ed authored almost 8 years ago
Merge pull request #278 from matsumotory/nginx-1-11-13

Just update nginx to v1.11.13

github.com/matsumotory/ngx_mruby - 169bdae5e677c6d0e98273074898bea3ef97729d authored almost 8 years ago
Just update nginx to v1.11.13

github.com/matsumotory/ngx_mruby - d5d88dbba65a196e1c6f7841b73051f10ac5e8e7 authored almost 8 years ago
Save code->proc from unexpected GC.

github.com/matsumotory/ngx_mruby - d1f29d1f134c8c97aa18a4f0cac9cd296cdd5df2 authored almost 8 years ago
Merge pull request #276 from yyamano/mruby

Update mruby

github.com/matsumotory/ngx_mruby - 5d413449b9338c6648e6e769cb80a590c802d224 authored almost 8 years ago
Squashed 'mruby/' changes from 4b1e5d4..7e28510

7e28510 Merge pull request #3594 from keizo042/fix_isssue_3575
fd0f79c Get constant of parent cl...

github.com/matsumotory/ngx_mruby - b04ad44308e607267ad590745f49d5b48def795e authored almost 8 years ago
Merge commit 'b04ad44308e607267ad590745f49d5b48def795e' into mruby

github.com/matsumotory/ngx_mruby - dc74f319bedbff7158e45a9dc7f097d071e46834 authored almost 8 years ago
Bump up version 1.19.3

github.com/matsumotory/ngx_mruby - da1347d8c04820e8c66a8cb33565a467688393c4 authored almost 8 years ago
Merge pull request #275 from hfm/nginx-1-11-12

Update nginx to v1.11.12

github.com/matsumotory/ngx_mruby - adbe0d13c2edc909061a0b70814c99213b778745 authored almost 8 years ago
Update nginx to v1.11.12

github.com/matsumotory/ngx_mruby - c3b19cf60f0f14ff78daa6a94eb36997fd536131 authored almost 8 years ago
Merge pull request #272 from harasou/support-fixip

support to ip base TLS handshake

github.com/matsumotory/ngx_mruby - 45c4f61b32a83b0686d65bece763ac4596cbdcbf authored almost 8 years ago
support to ip base TLS handshake

github.com/matsumotory/ngx_mruby - 43998e00ec182e3be0946484188dafe51e23bf29 authored almost 8 years ago
Bump up version 1.19.2

github.com/matsumotory/ngx_mruby - e79c89f3b6fb524a4c99bea59b275a9004f0d949 authored almost 8 years ago
Merge pull request #274 from matsumotory/test-auto-ssl

Support ACME auto ssl management and example.conf

github.com/matsumotory/ngx_mruby - 0d1168dcdba6a8eaad93bab1358e82fb1a861356 authored almost 8 years ago
Prepare release and cosmetic change

github.com/matsumotory/ngx_mruby - 5609fc134a492a2913237e62b98baf3dce94089d authored almost 8 years ago
Fix bug; don't match string including `-` thanks @udzura

github.com/matsumotory/ngx_mruby - 5c0427c9af2d8d7419967d06c334b27357d5bbb6 authored almost 8 years ago
Don't create toke-key in redis

github.com/matsumotory/ngx_mruby - 220620e0f405abeaba5bf21bb849963cdaf3da56 authored almost 8 years ago
Use dehydrated lock per domain

github.com/matsumotory/ngx_mruby - 6ca44f66be238cb9265812b1c6159eb5e90edb34 authored almost 8 years ago
dehydrated output should redirect to STDOUT

github.com/matsumotory/ngx_mruby - 7d0257d8018ba7ae59d7a947ab46c626a5cf154f authored almost 8 years ago
Userdata should be defined at init phase

github.com/matsumotory/ngx_mruby - a7586c29f0a5b050d29036bf8d9c7f0438a18b70 authored almost 8 years ago
Fix error of exit_hook

github.com/matsumotory/ngx_mruby - 1fa1b190b27f381f3ae3fdfdd025992ba5f4f492 authored almost 8 years ago
Small refactor using lambda

github.com/matsumotory/ngx_mruby - c0e8ce01b9a16c426ab36f2528a32c9598033fce authored almost 8 years ago
Change priority for info log

github.com/matsumotory/ngx_mruby - 4e617e3defef354398822b874f4a7d767e391481 authored almost 8 years ago
User cert data

github.com/matsumotory/ngx_mruby - 9e7a987a251a6242595d85af5c3a7904b8ba58ac authored almost 8 years ago
Add Nginx::SSL::ACME class

github.com/matsumotory/ngx_mruby - c464f2df7213b7fdd0afc30dc2bba5f87d1f44eb authored almost 8 years ago
Add exit_hook for command-line error

github.com/matsumotory/ngx_mruby - 013098ab741d9ca448af2e8dcc85019dbd193ef9 authored almost 8 years ago
Merge pull request #273 from hfm/nginx-1-11-11

Update nginx to v1.11.11

github.com/matsumotory/ngx_mruby - cf99a53b08a776e5e344656e6f60105b6cd6808a authored almost 8 years ago
Update nginx to v1.11.11

github.com/matsumotory/ngx_mruby - e37147926f932f5dbf1ddbc19d80305ac28ce509 authored almost 8 years ago
Support some ACME methods of Nginx::SSL class

github.com/matsumotory/ngx_mruby - d944fc90a9f6f2303fead6813126109906adc433 authored almost 8 years ago
Small refactor

github.com/matsumotory/ngx_mruby - df01e812dd810831d96f6c22c36b2438164c431b authored almost 8 years ago
Add dehydrated wellknown dir

github.com/matsumotory/ngx_mruby - b525db445267d75512c1ad2947e9fe11dc2c34d4 authored almost 8 years ago
Move auto-ssl directory for security

github.com/matsumotory/ngx_mruby - 155633c48a618ed94973598324864491d8f9035f authored almost 8 years ago
Connect redis per worker

github.com/matsumotory/ngx_mruby - 3e9d07897375e03456bc84a9a82a3ba854ca35dd authored almost 8 years ago
Use redis mset and cosmetic change

github.com/matsumotory/ngx_mruby - 17085f671ad145423626048e5b8e8868ef74f995 authored almost 8 years ago
Rename dehydrated config

github.com/matsumotory/ngx_mruby - 8e30fbef560fd7988072c0ae4773367adc4fb24e authored almost 8 years ago
Add domain checker

github.com/matsumotory/ngx_mruby - fb32fc463a495d7263625aef24cdf51eb50327e6 authored almost 8 years ago
Support unchanged cert handler when deleting cert data

github.com/matsumotory/ngx_mruby - 2c85bf301c2776937ff9f1c3b6d66a3907db28fb authored almost 8 years ago
Small refactor

github.com/matsumotory/ngx_mruby - 4d5f3175c514efb8a6a05b92e641211e9e59800b authored almost 8 years ago
Add auto ssl PoC using ACME by mruby

github.com/matsumotory/ngx_mruby - 46a534de0e70d05e9f80e00af770dbf9ee626321 authored almost 8 years ago
Add prototype code

github.com/matsumotory/ngx_mruby - e52bf62567b6c7ce8baea10d3ae8b304592ade64 authored almost 8 years ago
Bump up version 1.19.1

github.com/matsumotory/ngx_mruby - 3706963729d38bdd54c7bf4334d58393f2df781f authored almost 8 years ago
Merge pull request #271 from matsumotory/fix-typo

Rename `reqeust` with `request`

github.com/matsumotory/ngx_mruby - a999a4bc764ce88c5a1dd02260b631f734f8726a authored almost 8 years ago
Rename `reqeust` with `request`

github.com/matsumotory/ngx_mruby - 0fda136c46c8959997d09a068de47f6d5189d7a4 authored almost 8 years ago
Bump up version to 1.19.0

github.com/matsumotory/ngx_mruby - 7d8c36254aec17922fe399bc121a0cfb6795ffde authored almost 8 years ago
Squashed 'mruby/' changes from a746ebe..4b1e5d4

4b1e5d4 Merge pull request #3503 from nobu/bug/sprintf-oob
d8c4fe7 Fix out-of-bound access
191ee...

github.com/matsumotory/ngx_mruby - 3f600d4fb7b5c0db1bcf79c378a8fcd58ae58ea3 authored almost 8 years ago
Update mruby: Merge commit '3f600d4fb7b5c0db1bcf79c378a8fcd58ae58ea3'

github.com/matsumotory/ngx_mruby - 2bbe97fb9b1baf8f1b7d384cb455d6eee8d61d57 authored almost 8 years ago
Merge pull request #269 from matsumotory/fix-issue-268

Fix bug: issue-268 and add new directive for for read body

github.com/matsumotory/ngx_mruby - f3bfea0b61c56fd355fe1912a930a9f58f472337 authored almost 8 years ago
Fix bug: issue-268 and add new directive for for read body

github.com/matsumotory/ngx_mruby - 8e6b0206dc6a8d128857c7940d32116beb00458a authored almost 8 years ago
Merge pull request #270 from keizo042/modify_gitignore

update gitignore

github.com/matsumotory/ngx_mruby - 9c313e16a885c40e3d78614bb89b21b3dfc2a079 authored almost 8 years ago
update gitignore

github.com/matsumotory/ngx_mruby - 99e5159c719edd276e5bcfab2e10563d25b18669 authored almost 8 years ago
Fixup reprodued test

github.com/matsumotory/ngx_mruby - e2d55247233708fa4de20c5e48930125c206ea16 authored almost 8 years ago
Add test for issue 268 (just now the test failed)

github.com/matsumotory/ngx_mruby - 9b10cdd1c4cf2dc34e5ebd7b46c0fe869a7191ef authored almost 8 years ago