Commit Graph

540 Commits (aac5d5e49e27c08cd1c0e9cf586c951fbddb6569)

Author SHA1 Message Date
Yichun Zhang (agentzh) 1df484be52 bugfix: applied the cache_lock_hang_in_subreq patch to the nginx core to fix the request hang when using proxy_cache_lock in subrequests and the cache lock timeout happens. 11 years ago
Yichun Zhang (agentzh) 4308a5ca45 bugfix: applied the gzip_flush_bug.patch to the nginx core. see also http://mailman.nginx.org/pipermail/nginx-devel/2013-October/004429.html 11 years ago
Yichun Zhang (agentzh) 274b1b6778 bugfix: backported Maxim Dounin's patch to fix an issue in the ngx_gzip module: it did not clear r->connection->buffered when the pending data was already flushed out. this could hang ngx_lua's ngx.flush(true) call, for example. 11 years ago
Yichun Zhang (agentzh) 2d3ff6af97 optimize: now we use https for github downloads to save the unnecessary 301 redirects. thanks Ajay Kemparaj for the patch in #34. 11 years ago
Yichun Zhang (agentzh) 5f7b64e17a now we bundle README.markdown to our release tarballs. 11 years ago
Yichun Zhang (agentzh) 35e053cb6c upgraded the nginx core to 1.4.3. 11 years ago
Yichun Zhang (agentzh) ae74836236 mainline version 1.4.2.9. 11 years ago
Yichun Zhang (agentzh) b0d3505b31 upgraded ngx_lua to 0.9.0. 11 years ago
Yichun Zhang (agentzh) 9d2ae2e217 upgraded ngx_devel_kit to 0.2.19. 11 years ago
Yichun Zhang (agentzh) f0a2f6543e bundled the new lua-resty-lock library. 11 years ago
Yichun Zhang (agentzh) 937985fc03 bundled new library lua-resty-websocket. 11 years ago
Yichun Zhang (agentzh) 457d0526ea upgraded lua-resty-memcached to 0.12. 11 years ago
Yichun Zhang (agentzh) f0243eb2aa upgraded lua-resty-redis to 0.16. 11 years ago
Yichun Zhang (agentzh) 76a803640a bumped version to 1.4.2.8 and also updated tests accordingly. 11 years ago
Yichun Zhang (agentzh) 5fe07d1df5 upgraded ngx_lua to 0.8.10. 11 years ago
Yichun Zhang (agentzh) 2c23a0859e bumped version to 1.4.2.7 and also updated the test suite accordingly. 11 years ago
Yichun Zhang (agentzh) 8012da1f61 upgraded ngx_lua to 0.8.9 and ngx_echo to 0.48. 11 years ago
Yichun Zhang (agentzh) e0d777bb5d ./configure: always remove exising Makefile before trying to generate a new one. 11 years ago
Yichun Zhang (agentzh) 5c77ae9d4a bumped version to 1.4.2.5. 11 years ago
Yichun Zhang (agentzh) 2d2132d232 upgraded ngx_lua to 0.8.8. 11 years ago
Yichun Zhang (agentzh) 559f187c3c upgraded ngx_set_misc to 0.22. 11 years ago
Yichun Zhang (agentzh) e84b9d0175 upgraded ngx_echo to 0.47, ngx_drizzle to 0.1.6, ngx_lua to 0.8.7, and ngx_memc to 0.13. 11 years ago
Yichun Zhang (agentzh) 221130defc updated patches for nginx 1.5.4. 11 years ago
Yichun Zhang (agentzh) 921fd6d675 checked in the patches for nginx 1.5.3; also applied the unix_socket_accept_over_read patch the nginx cores older than 1.5.3. 11 years ago
Yichun Zhang (agentzh) c36f990f10 bumped version to 1.4.2.1; also updated tests to reflect recent changes. 11 years ago
Yichun Zhang (agentzh) b3ed109998 upgraded lua-resty-dns to 0.10. 11 years ago
Yichun Zhang (agentzh) 3d547529fd upgraded the nginx core to 1.4.2. 11 years ago
Yichun Zhang (agentzh) d0834f8cd9 bumped version to 1.4.1.3. 11 years ago
Yichun Zhang (agentzh) 0222649b03 upgraded ngx_headers_more to 0.22. 11 years ago
Yichun Zhang (agentzh) 320c5008e4 upgraded ngx_lua to 0.8.6. 11 years ago
Yichun Zhang (agentzh) a4006329a7 upgraded ngx_postgres to 1.0rc3. 11 years ago
Yichun Zhang (agentzh) 2890410b68 upgraded ngx_srcache to 0.22. 11 years ago
Yichun Zhang (agentzh) 197399d1b6 upgraded ngx_echo to 0.46. 11 years ago
Yichun Zhang (agentzh) 110c8fe4ce bumped version to 1.4.1.1. 11 years ago
Yichun Zhang (agentzh) 2bfd01ed14 upgraded ngx_lua to 0.8.5. 11 years ago
Yichun Zhang (agentzh) 49599affe9 upgraded ngx_lua to 0.8.4. 11 years ago
Yichun Zhang (agentzh) 6f31d3b261 bugfix: configure: spaces in the --with-cc option values resulted in errors. 11 years ago
Yichun Zhang (agentzh) b9325c34d8 upgraded ngx_lua to 0.8.3. 11 years ago
Yichun Zhang (agentzh) a169416e71 upgraded ngx_headers_more to 0.21. 11 years ago
Yichun Zhang (agentzh) cef62e1aa8 only apply gcc-maybe-uninitialized-warning.patch for nginx 1.4.1+. 11 years ago
agentzh (Yichun Zhang) bb367bc9e6 util/dist-check: now we also check the --with-no-pool-patch option of the ./configure script. 11 years ago
agentzh (Yichun Zhang) 4cdd11476b applied the patch gcc-maybe-uninitialized-warning.patch for nginx to fix a gcc warning with gcc 4.7.3/4.7.2. 11 years ago
agentzh (Yichun Zhang) c312ba38b3 added patches for nginx 1.4.1. 11 years ago
agentzh (Yichun Zhang) b9eb443da6 bumped version to 1.2.8.6. 11 years ago
agentzh (Yichun Zhang) 72da5ad7ba upgraded LuaJIT to 2.0.2. 11 years ago
agentzh (Yichun Zhang) ac3b864532 Revert "upgraded ngx_lua to 0.8.3rc1."
This reverts commit 6c14ea5c56.
11 years ago
agentzh (Yichun Zhang) 6c14ea5c56 upgraded ngx_lua to 0.8.3rc1. 12 years ago
agentzh (Yichun Zhang) b68ec13a71 bumped version to 1.2.8.5. 12 years ago
agentzh (Yichun Zhang) 76f2f6c2f3 upgraded ngx_srcache to 0.21. 12 years ago
agentzh (Yichun Zhang) a5c4d85835 upgraded ngx_lua to 0.8.2. 12 years ago