Commit Graph

849 Commits (fd1f99ff5250f1f3bbd444af9e9fb1ee5bc6e20a)
 

Author SHA1 Message Date
Yichun Zhang (agentzh) fd1f99ff52 resty: removed the redundant child process reaping code, which also fixes a warning reported by Anton Heryanto. 10 years ago
Yichun Zhang (agentzh) 1140a2fa67 resty: added bug report info to the "resty" utility's usage output. 10 years ago
Yichun Zhang (agentzh) 6f26127d9b resty: made the usage text more concise. 10 years ago
Yichun Zhang (agentzh) 96fc664875 resty: added the -V option. 10 years ago
Yichun Zhang (agentzh) f7e34420c0 resty: more configuration love. 10 years ago
Yichun Zhang (agentzh) 399bdecaef feature: added new command-line utility, "resty", to run Lua code or Lua files (for OpenResty) directly from the command-line. it is installed into the "<prefix>/bin" directory. prodded by Vitaly Kosenko. 10 years ago
Yichun Zhang (agentzh) aa33a9e752 dist-check: more tolerant about release numbers. 10 years ago
Yichun Zhang (agentzh) c8b64f9fd4 upgraded ngx_lua to 0.9.12rc1. 10 years ago
Yichun Zhang (agentzh) 1429569342 upgraded lua-cjson to 2.1.0.2. 10 years ago
Yichun Zhang (agentzh) 88f0bdb2ae ./configure: call "sh" explicitly for nginx's ./configure script to prevent weird file permission issues as in #63. 10 years ago
Yichun Zhang (agentzh) 526c35ce2f util/install: rm the target file before overwriting to prevent running process from crashing. 10 years ago
Yichun Zhang (agentzh) 5b6c063ae7 bumped version to 1.7.4.1rc1. 10 years ago
Yichun Zhang (agentzh) 34f66f5343 upgraded ngx_set_misc to 0.25. 10 years ago
Yichun Zhang (agentzh) 471940c09b upgraded lua-resty-mysql to 0.15. 10 years ago
Yichun Zhang (agentzh) c9c42f0fee upgraded ngx_form_input to 0.10. 10 years ago
Yichun Zhang (agentzh) 1b20094c21 upgraded ngx_echo to 0.55. 10 years ago
Yichun Zhang (agentzh) fed9b15524 upgraded lua-resty-dns to 0.13. 10 years ago
Yichun Zhang (agentzh) 51a7b54c60 upgraded lua-resty-websocket to 0.04. 10 years ago
Yichun Zhang (agentzh) a90eb927f5 upgraded lua-resty-core to 0.0.9. 10 years ago
Yichun Zhang (agentzh) 8da3363507 upgraded lua-resty-upstream-healthcheck to 0.03. 10 years ago
Yichun Zhang (agentzh) 9d3aa49228 upgraded ngx_lua to 0.9.11. 10 years ago
Yichun Zhang (agentzh) 1266a2933e upgraded ngx_postgres to 1.0rc4. 10 years ago
Yichun Zhang (agentzh) e225c37731 upgraded the nginx core to 1.7.4. 10 years ago
Yichun Zhang (agentzh) b7f6be5a2f upgraded LuaJIT to v2.1-20140805. 10 years ago
Yichun Zhang (agentzh) c23007bcce optimize: now we use the C compiler option -O2 by default. 10 years ago
Yichun Zhang (agentzh) 867328aa81 updated tests to reflect the nginx core upgrade. 10 years ago
Yichun Zhang (agentzh) cd89141e48 updated the proxy_ssl_handshake_timer patch to the upstream version as per Jared Feng's request. 10 years ago
Yichun Zhang (agentzh) 43ae08a6c4 bugfix: applied a patch to fix a bug in the standard ngx_geoip module where its nginx variables like $geoip_latitude might randomly take empty values when they should take perfect values. see http://mailman.nginx.org/pipermail/nginx-devel/2014-July/005642.html 10 years ago
Yichun Zhang (agentzh) f26ae39115 bugfix: applied a patch to the nginx core to ensure the ssl handshake procedure in ngx_proxy is always protected by a timer for timeout errors. see http://mailman.nginx.org/pipermail/nginx-devel/2014-July/005627.html 10 years ago
Yichun Zhang (agentzh) cc4a307f0e upgraded the nginx core to 1.7.3. 10 years ago
Yichun Zhang (agentzh) 315279079f bumped version to 1.7.2.1. 10 years ago
Yichun Zhang (agentzh) 6d854671b7 bugfix: "./configure --without-lua_resty_dns" did not work as declared. thanks Vitaly for the report in #61. 10 years ago
Yichun Zhang (agentzh) 88500d7328 updated tests to reflect recent changes. 10 years ago
Yichun Zhang (agentzh) da19bb5a49 bumped version to 1.7.2.1rc2. 10 years ago
Yichun Zhang (agentzh) 58b1cf3443 upgraded ngx_memc to 0.15. 10 years ago
Yichun Zhang (agentzh) a485e40fb8 upgraded ngx_srcache to 0.28. 10 years ago
Yichun Zhang (agentzh) b92c497d19 upgraded lua-resty-lrucache to 0.02. 10 years ago
Yichun Zhang (agentzh) e6985ae696 upgraded ngx_lua to 0.9.10. 10 years ago
Yichun Zhang (agentzh) 98d4b7ef1f upgraded LuaJIT to v2.1-20140707. 10 years ago
Yichun Zhang (agentzh) b1f221b066 change: "./configure --with-debug" now also pass the extra C compiler options -DNGX_LUA_USE_ASSERT -DNGX_LUA_ABORT_AT_PANIC for ngx_lua. 10 years ago
Yichun Zhang (agentzh) 217b21e928 updated tests to reflect recent changes. 10 years ago
Yichun Zhang (agentzh) 9b656b9c5e upgraded LuaJIT to v2.1-20140703. 10 years ago
Yichun Zhang (agentzh) ee61517201 bumped version to 1.7.2.1rc1. also updated tests to reflect recent changes. 10 years ago
Yichun Zhang (agentzh) 6eaf60aa1c upgraded LuaJIT to v2.1-20140627. 10 years ago
Yichun Zhang (agentzh) 3dfbe11054 upgraded lua-resty-upstream-healthcheck to 0.02. 10 years ago
Yichun Zhang (agentzh) 185f8cacfa upgraded ngx_echo to 0.54. 10 years ago
Yichun Zhang (agentzh) e4a932b5cb upgraded ngx_form_input to 0.09. 10 years ago
Yichun Zhang (agentzh) ca534abb8f upgraded lua-resty-dns to 0.12. 10 years ago
Yichun Zhang (agentzh) bfc6b755b0 upgraded ngx_lua to 0.9.9. 10 years ago
Yichun Zhang (agentzh) c08b4a0493 upgraded lua-resty-core to 0.0.8. 10 years ago