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

make mrb instance singleton

github.com/matsumotory/ngx_mruby - dd1898796b8a960f1389377ae18b882a9e0a338b authored almost 12 years ago by cubicdaiya <[email protected]>
Refactored Makefile

github.com/matsumotory/ngx_mruby - e930c9911fb4c43964d2d89338594042d583f5b0 authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Create configure script and installation procedure changed, see README

github.com/matsumotory/ngx_mruby - 9b41778ffe5f87b4f7895783f4d8c03ea1b5767d authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Add ngx_mrb_raise_error which logged mruby raise errors into error_log

github.com/matsumotory/ngx_mruby - 96aef236fe063e17759166c73a860ba7351c8bb3 authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Directive name changed in the same way as mod_mruby

github.com/matsumotory/ngx_mruby - 2b3898acc2bad62e3eabee5d6a858eab36969871 authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #5 from cubicdaiya/features/mruby_content

add mruby_content directive

github.com/matsumotory/ngx_mruby - 2cb120d5d2271cadeb85b729c155d2e02ef52437 authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Modified mruby install script include mrbgems

github.com/matsumotory/ngx_mruby - abbebc1c4ef6afc5c4a511e095ca43b713edcf38 authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Support mrbgems(experiment)

github.com/matsumotory/ngx_mruby - c43d50a99063b04be21c3948aaee746a409f7ad8 authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Add License to README

github.com/matsumotory/ngx_mruby - dec390058225e605bc903042037935b1d39a4025 authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Add License

github.com/matsumotory/ngx_mruby - c2c30ead3557996be92e1cb3fde53886109e896e authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #4 from cubicdaiya/master

add hooks and refactoring

github.com/matsumotory/ngx_mruby - b62817736071909c11857792b979de78fcf3ec50 authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
add mruby_content directive

enable inlining mruby code to nginx.conf

github.com/matsumotory/ngx_mruby - 953dc2c3f50565d262e20e6a383a255b227fcc30 authored almost 12 years ago by cubicdaiya <[email protected]>
rename variables

* post_read_request_code_file -> post_read_code_file
* server_rewrite_request_code_file -...

github.com/matsumotory/ngx_mruby - 49cac57f3c00260749bd9e199b774c74a6c6d1cb authored almost 12 years ago by cubicdaiya <[email protected]>
rename handlers to appropriate name

* mruby_post_read_request -> mruby_post_read_handler
* mruby_server_rewrite_request -> mr...

github.com/matsumotory/ngx_mruby - d43020c9d52cdd72ae13268cdd90a995f146f122 authored almost 12 years ago by cubicdaiya <[email protected]>
rename ngx_http_mruby_loc_conf ngx_http_mruby_create_loc_conf

github.com/matsumotory/ngx_mruby - ea1944ff266c0e3a2f05b311ba57d9bdf8017b06 authored almost 12 years ago by cubicdaiya <[email protected]>
make DRY

github.com/matsumotory/ngx_mruby - 999308410d8d1a8ac11c45670c24c0f06cf5f58c authored almost 12 years ago by cubicdaiya <[email protected]>
modify camel case to snake case

github.com/matsumotory/ngx_mruby - 417a32a7807c0abba8b7568d81891abd08b6684d authored almost 12 years ago by cubicdaiya <[email protected]>
add log handler phase

github.com/matsumotory/ngx_mruby - 1f30da8f57f571cb9706760ab5561eaf290eb078 authored almost 12 years ago by cubicdaiya <[email protected]>
add hook(server_rewrite, rewrite)

github.com/matsumotory/ngx_mruby - 967e1e3f938f17785c07add6206ebdd23e8f3ffa authored almost 12 years ago by cubicdaiya <[email protected]>
create handler init function

github.com/matsumotory/ngx_mruby - a6d6ac18919dc06c62fc0eaa279238752ec72b8e authored almost 12 years ago by cubicdaiya <[email protected]>
add static identifier

github.com/matsumotory/ngx_mruby - a44a5820a0f197acb11633c1c0fe0f8a34fc6d23 authored almost 12 years ago by cubicdaiya <[email protected]>
divide sources related mruby from ngx_http_mruby_module.c

github.com/matsumotory/ngx_mruby - f0753b393f3f821dcbce875fbebda22a8d9285bd authored almost 12 years ago by cubicdaiya <[email protected]>
add hook for POST_READ

github.com/matsumotory/ngx_mruby - 66bbbb2d94981d547b93b32f2120cccd3f1ab77c authored about 12 years ago by cubicdaiya <[email protected]>
snake case is more appropriate than camel case in nginx

github.com/matsumotory/ngx_mruby - 58a0758bf0f9febc94f1100c66c31124f6b7113a authored about 12 years ago by cubicdaiya <[email protected]>
remove ap prefix

github.com/matsumotory/ngx_mruby - a9a7821e4ddb1486adbc38416fbb9af96d263f8a authored about 12 years ago by cubicdaiya <[email protected]>
Add TODO

github.com/matsumotory/ngx_mruby - 5e757cc5984df2135777181c9089a14d9537224f authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
AUTHORS file created.

github.com/matsumotory/ngx_mruby - cf65508015baf3d093e1c2c8cc9de751cbd90336 authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #3 from cubicdaiya/improvements/flexible_path_mruby_root

set mruby_root more flexibly

github.com/matsumotory/ngx_mruby - 426b4972bad88bccf2d409cfb5db9a9b0d640c4a authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Merge pull request #1 from cubicdaiya/issues/missing_math_symbols

fix compilation error

github.com/matsumotory/ngx_mruby - f5af46a86c95f22646faa2779776ab8c63a08357 authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
set mruby_root more flexibly

github.com/matsumotory/ngx_mruby - 6f6882c85bd6ebbbf362801a677e2b878ab1a97e authored about 12 years ago by cubicdaiya <[email protected]>
fix compilation error

gcc finds external symbols from back arguments

github.com/matsumotory/ngx_mruby - 25b694c006fc6df8a4e85fcbce8b1d6ccc1ce397 authored about 12 years ago by cubicdaiya <[email protected]>
Fix README

github.com/matsumotory/ngx_mruby - 77cf54274c943a126b0004809033412959ab26f0 authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix Makefile

github.com/matsumotory/ngx_mruby - 886cf7ad51ec003ca12113d9ba81cce972fa9f19 authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix Makefile

github.com/matsumotory/ngx_mruby - fa52ce116c1e89e01c337caa2bd0971803296da0 authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix Makefile

github.com/matsumotory/ngx_mruby - 9fd9c90e111ab93b0cd860e5a46d1c6757044dff authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix README

github.com/matsumotory/ngx_mruby - 2593eab2e8755fbde70002093f9f117abfeadbf2 authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix README

github.com/matsumotory/ngx_mruby - c4fc77a2d3865e3ce902fddda2aa25cb94c7d1c4 authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix README

github.com/matsumotory/ngx_mruby - e3dad7bb4b475abe9b1d36b7716a1e91c5224baa authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix Install Phase.

github.com/matsumotory/ngx_mruby - ad546e00d0c797be0bf3a96aa4c8ce462cc26d70 authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Create Makefile.

ngxin embedded mruby auto install and iij/mruby supported.

mruby/mruby
make && make install...

github.com/matsumotory/ngx_mruby - b0c68f49d624c39938f7d140c28171a212bd9c72 authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Fixed mrb_generate_code args.

github.com/matsumotory/ngx_mruby - 8f386dd9987a75fdd3c277896b5d2f60bca1afd7 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Use ngx_str_set.

github.com/matsumotory/ngx_mruby - 3275eb60d7de0edb21b9347791394ed2e307dd02 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Add comments.

github.com/matsumotory/ngx_mruby - 16123865f544d157693eaa86e0eb360181193d94 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Add ngx_http_mruby_access_checker.

mrubyAccessChecker /path/to/file.mrb;

github.com/matsumotory/ngx_mruby - cd67257772a1f925816762b0bca9fdaad154e20d authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
fix.

github.com/matsumotory/ngx_mruby - 10d4e88c4af9a19751089128418f07b56b1fe467 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Add ngx_http_mruby_init().

github.com/matsumotory/ngx_mruby - 97b9f79738d317ed6bc1e98d38014f5320231620 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Add ngx_mruby method.

github.com/matsumotory/ngx_mruby - d3b5e312bdca728c40f4947c3aa1347ce13a7363 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Add TODO.

github.com/matsumotory/ngx_mruby - 4ca73e743d522d5099ed343a6eac1ce6ebce29cf authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
REAME sample changed.

github.com/matsumotory/ngx_mruby - 5969374b072ebdc6f14b7edee01307ae6721e47a authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
example changed.

github.com/matsumotory/ngx_mruby - ce7f2f1a9665d8f78d0c7d5fa5139b8eb18e8b16 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Rename example directory.

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

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

github.com/matsumotory/ngx_mruby - d6bbe0695fce96eec683ea406a64faf6764da658 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
README changed.

github.com/matsumotory/ngx_mruby - 7e081fb26299a5b40c083a6a8f249522115df618 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
README changed.

github.com/matsumotory/ngx_mruby - 1b49b4310750b7c59baba2d49d1d3c3aa7314be9 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
config changed.

github.com/matsumotory/ngx_mruby - 92d783dbe7e6d07804964e558c1752b899a1646d authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
ngx_mruby 0.01 released.

github.com/matsumotory/ngx_mruby - d12f4236c2bb2849613b4f759d8172ed87ff6a6f authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Nginx.rputs("hello mruby world for nginx.") Added.

github.com/matsumotory/ngx_mruby - 6b2930f978fc850845a6e4758f2e17a50e5ddc78 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
mrb_paser_file changed.

github.com/matsumotory/ngx_mruby - edf9919d46e53facc8104118d7accce830d60a46 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Compile error fixed.

github.com/matsumotory/ngx_mruby - 741ee9373d5f8747c537b5cf8e7f7dc006182505 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
nginx status code mapping for mruby.

github.com/matsumotory/ngx_mruby - 3d9c55d3960b8b1a869cbfd855e1b4d907ec7ea5 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
README modified.

github.com/matsumotory/ngx_mruby - 153b2328055aefb5dc853e6ed152544bbf53308b authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Nginx::rputs added.

github.com/matsumotory/ngx_mruby - 2fc4c8bffd674c3d192d269cd15c77f64c170db8 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
README -> README.md renamed.

github.com/matsumotory/ngx_mruby - 9c5f8b656658e05e8c530dfee5a79dc6e0806061 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
README added.

github.com/matsumotory/ngx_mruby - 10ac741dc9910e950d9bf7ee5eccd1953e820fd2 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
ap_mrb -> ap_ngx_mrb modified.

github.com/matsumotory/ngx_mruby - 4a208a844ff596ec6045f6973bdf51886b74359d authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
fix.

github.com/matsumotory/ngx_mruby - 3517724137c2fdeed07fbc669faa51687d915ad5 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
author added.

github.com/matsumotory/ngx_mruby - d9c02f212c11fd50198492c832605a6a9f097af0 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
ngx_mruby framework implemented. It still does not work.

github.com/matsumotory/ngx_mruby - 74280cf4037965c5bb0eb97aebb0f9502f9d9187 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
first commit

github.com/matsumotory/ngx_mruby - 3f433f06f1676d9f86199f7576b7422e333862aa authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>