Ecosyste.ms: OpenCollective

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

github.com/matsumotory/ngx_mruby

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

make mrb instance singleton

dd1898796b8a960f1389377ae18b882a9e0a338b authored almost 12 years ago by cubicdaiya <[email protected]>
Refactored Makefile

e930c9911fb4c43964d2d89338594042d583f5b0 authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Create configure script and installation procedure changed, see README

9b41778ffe5f87b4f7895783f4d8c03ea1b5767d authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Add ngx_mrb_raise_error which logged mruby raise errors into error_log

96aef236fe063e17759166c73a860ba7351c8bb3 authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Directive name changed in the same way as mod_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

2cb120d5d2271cadeb85b729c155d2e02ef52437 authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Modified mruby install script include mrbgems

abbebc1c4ef6afc5c4a511e095ca43b713edcf38 authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Support mrbgems(experiment)

c43d50a99063b04be21c3948aaee746a409f7ad8 authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Add License to README

dec390058225e605bc903042037935b1d39a4025 authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Add License

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

add hooks and refactoring

b62817736071909c11857792b979de78fcf3ec50 authored almost 12 years ago by MATSUMOTO Ryosuke <[email protected]>
add mruby_content directive

enable inlining mruby code to nginx.conf

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 -...

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...

d43020c9d52cdd72ae13268cdd90a995f146f122 authored almost 12 years ago by cubicdaiya <[email protected]>
rename ngx_http_mruby_loc_conf ngx_http_mruby_create_loc_conf

ea1944ff266c0e3a2f05b311ba57d9bdf8017b06 authored almost 12 years ago by cubicdaiya <[email protected]>
make DRY

999308410d8d1a8ac11c45670c24c0f06cf5f58c authored almost 12 years ago by cubicdaiya <[email protected]>
modify camel case to snake case

417a32a7807c0abba8b7568d81891abd08b6684d authored almost 12 years ago by cubicdaiya <[email protected]>
add log handler phase

1f30da8f57f571cb9706760ab5561eaf290eb078 authored almost 12 years ago by cubicdaiya <[email protected]>
add hook(server_rewrite, rewrite)

967e1e3f938f17785c07add6206ebdd23e8f3ffa authored almost 12 years ago by cubicdaiya <[email protected]>
create handler init function

a6d6ac18919dc06c62fc0eaa279238752ec72b8e authored almost 12 years ago by cubicdaiya <[email protected]>
add static identifier

a44a5820a0f197acb11633c1c0fe0f8a34fc6d23 authored almost 12 years ago by cubicdaiya <[email protected]>
divide sources related mruby from ngx_http_mruby_module.c

f0753b393f3f821dcbce875fbebda22a8d9285bd authored almost 12 years ago by cubicdaiya <[email protected]>
add hook for POST_READ

66bbbb2d94981d547b93b32f2120cccd3f1ab77c authored about 12 years ago by cubicdaiya <[email protected]>
align

249f3cd7f88be54a2e700ca91057a4ebd8520fb3 authored about 12 years ago by cubicdaiya <[email protected]>
snake case is more appropriate than camel case in nginx

58a0758bf0f9febc94f1100c66c31124f6b7113a authored about 12 years ago by cubicdaiya <[email protected]>
remove ap prefix

a9a7821e4ddb1486adbc38416fbb9af96d263f8a authored about 12 years ago by cubicdaiya <[email protected]>
Add TODO

5e757cc5984df2135777181c9089a14d9537224f authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
AUTHORS file created.

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

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

fix compilation error

f5af46a86c95f22646faa2779776ab8c63a08357 authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
set mruby_root more flexibly

6f6882c85bd6ebbbf362801a677e2b878ab1a97e authored about 12 years ago by cubicdaiya <[email protected]>
fix compilation error

gcc finds external symbols from back arguments

25b694c006fc6df8a4e85fcbce8b1d6ccc1ce397 authored about 12 years ago by cubicdaiya <[email protected]>
Fix README

77cf54274c943a126b0004809033412959ab26f0 authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix Makefile

886cf7ad51ec003ca12113d9ba81cce972fa9f19 authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix Makefile

fa52ce116c1e89e01c337caa2bd0971803296da0 authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix Makefile

9fd9c90e111ab93b0cd860e5a46d1c6757044dff authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix README

2593eab2e8755fbde70002093f9f117abfeadbf2 authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix README

c4fc77a2d3865e3ce902fddda2aa25cb94c7d1c4 authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix README

e3dad7bb4b475abe9b1d36b7716a1e91c5224baa authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Fix Install Phase.

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...

b0c68f49d624c39938f7d140c28171a212bd9c72 authored about 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Fixed mrb_generate_code args.

8f386dd9987a75fdd3c277896b5d2f60bca1afd7 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Use ngx_str_set.

3275eb60d7de0edb21b9347791394ed2e307dd02 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Add comments.

16123865f544d157693eaa86e0eb360181193d94 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Add ngx_http_mruby_access_checker.

mrubyAccessChecker /path/to/file.mrb;

cd67257772a1f925816762b0bca9fdaad154e20d authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
fix.

10d4e88c4af9a19751089128418f07b56b1fe467 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Add ngx_http_mruby_init().

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

d3b5e312bdca728c40f4947c3aa1347ce13a7363 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Add TODO.

4ca73e743d522d5099ed343a6eac1ce6ebce29cf authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
REAME sample changed.

5969374b072ebdc6f14b7edee01307ae6721e47a authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
example changed.

ce7f2f1a9665d8f78d0c7d5fa5139b8eb18e8b16 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Rename example directory.

b246eade6a8642bfa4838daa817b4b9fd59fd5d7 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Update README.md

9c26ccfd2f05c00ead8c52bb81a1c3384702d49e authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Update README.md

d6bbe0695fce96eec683ea406a64faf6764da658 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
README changed.

7e081fb26299a5b40c083a6a8f249522115df618 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
README changed.

1b49b4310750b7c59baba2d49d1d3c3aa7314be9 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
config changed.

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

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

6b2930f978fc850845a6e4758f2e17a50e5ddc78 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
mrb_paser_file changed.

edf9919d46e53facc8104118d7accce830d60a46 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Compile error fixed.

741ee9373d5f8747c537b5cf8e7f7dc006182505 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
nginx status code mapping for mruby.

3d9c55d3960b8b1a869cbfd855e1b4d907ec7ea5 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
README modified.

153b2328055aefb5dc853e6ed152544bbf53308b authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
Nginx::rputs added.

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

9c5f8b656658e05e8c530dfee5a79dc6e0806061 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
README added.

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

4a208a844ff596ec6045f6973bdf51886b74359d authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
fix.

3517724137c2fdeed07fbc669faa51687d915ad5 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
author added.

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

74280cf4037965c5bb0eb97aebb0f9502f9d9187 authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>
first commit

3f433f06f1676d9f86199f7576b7422e333862aa authored over 12 years ago by MATSUMOTO Ryosuke <[email protected]>