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 #90 from authorNari/patch-1

fix a typo

github.com/matsumotory/ngx_mruby - 235decc87e4d8f5ccc16351b1e252cd8bd33e8c0 authored over 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
fix a typo

github.com/matsumotory/ngx_mruby - 54a2f4438b19ea1c412431095153c55f94c390c8 authored over 10 years ago by Narihiro Nakamura <[email protected]>
Merge pull request #89 from cubicdaiya/feature/optim_strlen

optimize: reduce strlen

github.com/matsumotory/ngx_mruby - 9d33a4a32e2c2b2ceb8a0f2f037e32572231003b authored over 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
optimize: reduce strlen

github.com/matsumotory/ngx_mruby - f58e030db60db6f228e406de7ac0e92b2a3dc915 authored over 10 years ago by cubicdaiya <[email protected]>
Add encrypt new webhook url

github.com/matsumotory/ngx_mruby - 85b4bd9d6bff852338860a38bd0d8db2de64947f authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Add webhook for idobata

github.com/matsumotory/ngx_mruby - 732b0da07299bc6df6c219fb2c6ad2ca0d3232d6 authored over 10 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #88 from cubicdaiya/issues/load_file

improve error-handling when loading mruby script

github.com/matsumotory/ngx_mruby - 4ee5f2db38ee06e427c8c698e44523258c2a1b52 authored over 10 years ago by MATSUMOTO, Ryosuke <[email protected]>
improve error-handling when loading mruby script

github.com/matsumotory/ngx_mruby - 0811db3d72d4ca94d061aeb92e3ad666dea75a69 authored over 10 years ago by cubicdaiya <[email protected]>
Add mruby-memcached and cosmetic change

github.com/matsumotory/ngx_mruby - d4a21312cdc23fec7d72af492ac0ee80725b9cd0 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
remove test config line

github.com/matsumotory/ngx_mruby - f4b5bd9098be22e02ea621d9df6f30b11c13ae5b authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
set finalize request when internal redirect looping

github.com/matsumotory/ngx_mruby - 98ffa87552537055396f8332c57f7e5827f30630 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix segfault when output filter data is null and set http status code

github.com/matsumotory/ngx_mruby - 721d089453f4483d1c68f4236566c588e6cacfb4 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Remove enable_mrbgems option, default enabled

github.com/matsumotory/ngx_mruby - 83ee8fb89dcb8f5d855ba0d1a5e6538bc0d9a0b9 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge branch 'master' of github.com:matsumoto-r/ngx_mruby

github.com/matsumotory/ngx_mruby - 3cbf87dd4a383db9a18229d83871ad82f8d92ab5 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
fix bug; return empty even if rputs_chain is empty

github.com/matsumotory/ngx_mruby - 69673fdc7c598f7e9c036d94e70de19bcd9869ef authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Add use case link

github.com/matsumotory/ngx_mruby - 031f7b1361b410cbd1fe31dd99768c1938112ca9 authored almost 11 years ago by MATSUMOTO, Ryosuke <[email protected]>
Remove unused line

github.com/matsumotory/ngx_mruby - 80d6546c2fd4eebf88ca5f8ab197d90076ae6b62 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix bud; call file code at inline code phase

github.com/matsumotory/ngx_mruby - 1ce37aea0c4b4c7869cd54804bef9ad7af6627b8 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Add mruby_output_filiter{,_code} directives

- remove all header_filter functions
- remove some body_filter functions
- remove ngx_mrb_run_bo...

github.com/matsumotory/ngx_mruby - 5174fffe10e5705ed4e71a373e9b196aa4bc0de5 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge branch 'master' of github.com:matsumoto-r/ngx_mruby

github.com/matsumotory/ngx_mruby - e388780a5c7c56038ba1e5916e6e57031bc0f920 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Add Nginx::Filter Class

github.com/matsumotory/ngx_mruby - 1153ba9fe02622c5549ba5144eea01ea85dd4675 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Move document section

github.com/matsumotory/ngx_mruby - a5a4b79d962bd6efffe49cdf4fefb82c77439b5d authored almost 11 years ago by MATSUMOTO, Ryosuke <[email protected]>
Fix bug about string length

github.com/matsumotory/ngx_mruby - eb73997ae292cacb05606c571b5bb6339b8de38e authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix wrong path for mrbgems

github.com/matsumotory/ngx_mruby - c1acfeac96ae0c437bfd20798ee61e7352ab61bf authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Add some Nginx class const

github.com/matsumotory/ngx_mruby - ef673d87c0be5fb4b10919eff33ec9c524b4216f authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Update README.md

github.com/matsumotory/ngx_mruby - f1f66414c798c27d38db93ce2863d6b9309e350c authored almost 11 years ago by MATSUMOTO, Ryosuke <[email protected]>
Update README.md

github.com/matsumotory/ngx_mruby - 912c4f4641e7f04b565ec56241a2f297543d1248 authored almost 11 years ago by MATSUMOTO, Ryosuke <[email protected]>
Update README.md

github.com/matsumotory/ngx_mruby - 6d7f09bf4bcd21d7c4140f85e5f746800847b448 authored almost 11 years ago by MATSUMOTO, Ryosuke <[email protected]>
Update README.md

github.com/matsumotory/ngx_mruby - b7b0fc2d365580d39dbf19a7656cc6dc8b02f0ff authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Add compatible hello world code between ngx_mruby and mod_mruby

github.com/matsumotory/ngx_mruby - f241337b46ae98e167acb816fec11fa6fab4955a authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Add proxy on rewrite phase example

github.com/matsumotory/ngx_mruby - 0865f44905aa7c178ffa28e85d83b4ac6aab569f authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
use mruby-onig-regexp instead of mruby-hs-regexp

github.com/matsumotory/ngx_mruby - 8877c113cd579f630447ab4064b7c45409089269 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Update README.md

github.com/matsumotory/ngx_mruby - 1dcf45603c3c82ccaf0a4a6af64a5515081541ef authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
check nginx_src dir

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

github.com/matsumotory/ngx_mruby - 32dd28a47d24233be3ca58c8262c1ce64203d11c authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #86 from cubicdaiya/feature/ngx_configure

add function Nginx.configure

github.com/matsumotory/ngx_mruby - 5d53f3583e7bbbc569d521e0833efab6a7a8c2bd authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
add function Nginx.configure for getting arguments-string of ./configure when building nginx

github.com/matsumotory/ngx_mruby - 69db17025823524f90a2973539fd4c868b8a4498 authored almost 11 years ago by cubicdaiya <[email protected]>
Activate mruby-ngx-mruby-ext, mruby-process and mruby-io

github.com/matsumotory/ngx_mruby - 1eeb66f565d88411a83f72732081ab8e00228691 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Add Nginx::Connection#{local_ip,local_port}

github.com/matsumotory/ngx_mruby - 6343b8c0efb9831d481505c716439f9a7d162dea authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Add Nginx.echo

github.com/matsumotory/ngx_mruby - 174ee3e5937e15145b47de3cfc53cf8463536f05 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge branch 'master' of github.com:matsumoto-r/ngx_mruby

github.com/matsumotory/ngx_mruby - e358742f25a71f614d919d8229cdb0bccaae39ac authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
changed "Nginx" module to class

github.com/matsumotory/ngx_mruby - 3cc417dcb3ee2299ff630416cfd72e9b7c953d57 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Add Nginx::Server#{path,realpath_root}

github.com/matsumotory/ngx_mruby - bb73edccfdf7c243851c8fea8508be5ccb031d96 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #85 from Zorbash/patch-1

Fix typos and minor rephase

github.com/matsumotory/ngx_mruby - ddba5a16922dcda5f991a8dfae3f345a9ae673e3 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix typos and minor rephase

github.com/matsumotory/ngx_mruby - ec4aed588bbbea99ade1f430fe8035fced03129d authored almost 11 years ago by Dimitrios Zorbas <[email protected]>
cosmetic change for some indents

github.com/matsumotory/ngx_mruby - 968fa6c5e68249cb0cf4c56bf21750d223561b01 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Add extern flag to some functions

github.com/matsumotory/ngx_mruby - 61c5104e3ac0444de907fa28fca03f86e2ee629f authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
change init function decraration point

github.com/matsumotory/ngx_mruby - a422efb24953cbc0f9f6980b8b93ffddc014caf9 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
remove unneeded prototype declare

github.com/matsumotory/ngx_mruby - c893ea00c59f4098a0da1da2ee2d83e0e0fc5cb8 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
build fail mrbgems commented out for now.

github.com/matsumotory/ngx_mruby - e1d1175daa4c48c34ad55298a448b40a489f4b82 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
remove raise error for file

github.com/matsumotory/ngx_mruby - df4cc049c00911b2b2d7288f186c6eabaf7f8346 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
move core function for module function into module.c

github.com/matsumotory/ngx_mruby - a290a0a3415626c572c667f0448d42d69a7f2b3a authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Add state code into module code

github.com/matsumotory/ngx_mruby - f2d9355505d57bc5f0df665a3f2a4f6c43d399aa authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Add directive, filter_handler and handler code into module code

github.com/matsumotory/ngx_mruby - 984300a16abf72daaf4e510771ea8b6818154243 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix bug: use mrb incrrectly

github.com/matsumotory/ngx_mruby - cb38c704b45f0416e3458cf09bbe90e8f08f38a1 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
replace RSTRING_PTR with mrb_str_to_cstr for null-terminated

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

github.com/matsumotory/ngx_mruby - 69e52d5acd2e81482f9bcd873ec63ae53dc308a0 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #84 from cubicdaiya/feature/mrb_str_new_lit

use mrb_str_new_lit instead mrb_str_new_cstr

github.com/matsumotory/ngx_mruby - 3199c1cee8b468e61864b156c4ed06afe586fc86 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
use mrb_str_new_lit instead mrb_str_new_cstr

It is a little efficient.

github.com/matsumotory/ngx_mruby - 516792c573c7a3ae0c1e1d45d89befde53e03073 authored almost 11 years ago by cubicdaiya <[email protected]>
Change travis notification channel

github.com/matsumotory/ngx_mruby - f7264682273bff36773510e176bb5738f1599b60 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Support output error line no in nginx error log when raise occured

github.com/matsumotory/ngx_mruby - dc399c9d3e8787bd8eadec1e58fb2f04a8196110 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
cosmetice change

github.com/matsumotory/ngx_mruby - 32db623a6ca52da52d20aba4830a3a4703c63015 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
replace indent space from 4 to 2 (conform to mruby coding standard)

github.com/matsumotory/ngx_mruby - c69d334da8dd27a80f584e090bfb8be0111d56e2 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Activate regexp mrbgem

github.com/matsumotory/ngx_mruby - a0523c0adf7218c224de4b3a8a76ff5172572909 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Update README.md

github.com/matsumotory/ngx_mruby - 9e56ac5fd20abce09954de807e6fbff6bb85ecd4 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Update README.md

github.com/matsumotory/ngx_mruby - 79ade2eed011c53144b2cc2aa5d05e61fc1f72f7 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Support Travis CI for build check only

github.com/matsumotory/ngx_mruby - 009f3265eb373d933a8e0f3210fd01e317a06586 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix increasing arena endlessly and use GC of irep

github.com/matsumotory/ngx_mruby - 05ce7a5e382e552d32d83cdc418b985767303cd5 authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Add build.sh

github.com/matsumotory/ngx_mruby - 2dd2c9cd8df8a671c8ab3dade365127c64156d3c authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Support current mruby change which was changed symbol API and removed mrb->irep

github.com/matsumotory/ngx_mruby - 086c3ac91cec860d462fe660c6dad47a0a23b28a authored almost 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #83 from cubicdaiya/issues/compatible_macro

use regular macros instead of compatible macros

github.com/matsumotory/ngx_mruby - cb100514a40064cda69aedfc0757a57ecfd60ceb authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
use regular macros instead of compatible macros

According to mruby/include/mruby.h,

/* compatibility macros; will be removed */
#define ARGS_...

github.com/matsumotory/ngx_mruby - f475aed064f855247f2d860e2174f3c1f0907b95 authored about 11 years ago by cubicdaiya <[email protected]>
Update README.md

github.com/matsumotory/ngx_mruby - 4b96704b0740dae16e706293d7a93d81c5ba9db2 authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Update README.md

github.com/matsumotory/ngx_mruby - 8c9fdb816019b1c6b0aa45cbf88494f9fd445636 authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Update example

github.com/matsumotory/ngx_mruby - 41edf65d02a31dc044b0b177ecfc89def456d564 authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix the bug; caught a previous exception flag when used inline code.

github.com/matsumotory/ngx_mruby - 4e27b4990a0b3f1b41020bc526a1657bcec55052 authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Support mruby_*_handler cache per file option

for example:
mruby_content_handler /path/to/file.rb cache

github.com/matsumotory/ngx_mruby - a50c04afca1265f2eb3bc573117b81e014e93153 authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Changed infomation about mruby-digest

github.com/matsumotory/ngx_mruby - ae8ec8a58119df7e0279e0ba253b748ff6fd2d7b authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Remove mruby-config

github.com/matsumotory/ngx_mruby - c2c9d8316f3c44185667575fbab8fb8f0a90f0cd authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Add defualt mrbgem information to README

github.com/matsumotory/ngx_mruby - 32b911d156a4e81d645c18c22413ca9d8efbef9e authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Modified example

github.com/matsumotory/ngx_mruby - 08f059b5f0fc0290befecc9e80bfa1f96c73e12c authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Update README.md

github.com/matsumotory/ngx_mruby - 99f320c7b0f3c39c7e495f9f0bb407189a2e77f5 authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Add mruby-io

github.com/matsumotory/ngx_mruby - cb4d03322d1da560835b252c3d58a3f8cac7c6e5 authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Update README about extensions

github.com/matsumotory/ngx_mruby - 8df3e1e96b26b9aca070b422a1a3169db4db43f2 authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Update README.md

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

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

github.com/matsumotory/ngx_mruby - 6dc6409ace5614b39bffa3b9be53aafd12750727 authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Update README.md

github.com/matsumotory/ngx_mruby - 5a97b392d9d1112a6f15943fb6401b764059f902 authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #75 from rhoml/master

Fix unistd.h "Expected 'const char *' on ubuntu"

github.com/matsumotory/ngx_mruby - ac44f04e374e3017491ad32456dec608102f4852 authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix unistd.h "Expected 'const char *' on ubuntu"

This fix
````
/usr/src/ngx_mruby/src/ngx_http_mruby_handler.c:52:9: error: pointer targets in pa...

github.com/matsumotory/ngx_mruby - d1e5200d5947c196c26798f6f98121628bd92626 authored about 11 years ago by rhoml <[email protected]>
Fix type error

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

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

github.com/matsumotory/ngx_mruby - 87a3a5b51fdee3d25bf162f9339cb962fb5fcf4a authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #73 from mibamur/patch-1

Update README.md

github.com/matsumotory/ngx_mruby - 2ec73f767d09c8d1ca4cd3909ad9804d0d2c6eac authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Update README.md

add code source highlight in README.markdown,
small changes for better install understanding

github.com/matsumotory/ngx_mruby - 0d79e8f9968eb558c1fb0c314cbd82c0ce688a7c authored about 11 years ago by Michael <[email protected]>
Merge pull request #72 from suzukaze/fix-path

Fix path of hello.rb

github.com/matsumotory/ngx_mruby - ff03d70438acb3a4d02e3fa48aa031836fc3c67b authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix path of hello.rb

github.com/matsumotory/ngx_mruby - 44fefcadbd98882eb71e8e68b6aaf0e19c90a641 authored about 11 years ago by Jun Hiroe <[email protected]>
Add error check for add_handler directive

github.com/matsumotory/ngx_mruby - 8620aaf43d4e7522b1a5e244b02360f5f9b93430 authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge branch 'master' of github.com:matsumoto-r/ngx_mruby

github.com/matsumotory/ngx_mruby - f029024d9cddeb79f7f18bf3d13cfe59d8bf9eb5 authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>
Support mruby_add_handler directive

github.com/matsumotory/ngx_mruby - 728068cd5a0569153aedfa64b2fd6cc4f0cfb1f4 authored about 11 years ago by MATSUMOTO Ryosuke <[email protected]>