Commit Graph

681 Commits (1df484be529ea2feb6105248a2d42b1907d21ed4)
 

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.
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
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.
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 .
Yichun Zhang (agentzh) 5f7b64e17a now we bundle README.markdown to our release tarballs.
Yichun Zhang (agentzh) 4513cad926 doc: some formatting fixes.
Yichun Zhang (agentzh) a7c39891c6 doc: use markdown for the README file.
Yichun Zhang (agentzh) 35e053cb6c upgraded the nginx core to 1.4.3.
Yichun Zhang (agentzh) ae74836236 mainline version 1.4.2.9.
Yichun Zhang (agentzh) b0d3505b31 upgraded ngx_lua to 0.9.0.
Yichun Zhang (agentzh) 9d2ae2e217 upgraded ngx_devel_kit to 0.2.19.
Yichun Zhang (agentzh) 6bb19476b4 updated tests to reflect recent changes.
Yichun Zhang (agentzh) f0a2f6543e bundled the new lua-resty-lock library.
Yichun Zhang (agentzh) 937985fc03 bundled new library lua-resty-websocket.
Yichun Zhang (agentzh) 457d0526ea upgraded lua-resty-memcached to 0.12.
Yichun Zhang (agentzh) f0243eb2aa upgraded lua-resty-redis to 0.16.
Yichun Zhang (agentzh) 76a803640a bumped version to 1.4.2.8 and also updated tests accordingly.
Yichun Zhang (agentzh) 5fe07d1df5 upgraded ngx_lua to 0.8.10.
Yichun Zhang (agentzh) 2c23a0859e bumped version to 1.4.2.7 and also updated the test suite accordingly.
Yichun Zhang (agentzh) 8012da1f61 upgraded ngx_lua to 0.8.9 and ngx_echo to 0.48.
Yichun Zhang (agentzh) e0d777bb5d ./configure: always remove exising Makefile before trying to generate a new one.
Yichun Zhang (agentzh) 37737082dd updated tests to reflect recent changes.
Yichun Zhang (agentzh) 5c77ae9d4a bumped version to 1.4.2.5.
Yichun Zhang (agentzh) 2d2132d232 upgraded ngx_lua to 0.8.8.
Yichun Zhang (agentzh) 559f187c3c upgraded ngx_set_misc to 0.22.
Yichun Zhang (agentzh) 609e375e66 updated tests to reflect recent changes.
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.
Yichun Zhang (agentzh) 221130defc updated patches for nginx 1.5.4.
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.
Yichun Zhang (agentzh) c36f990f10 bumped version to 1.4.2.1; also updated tests to reflect recent changes.
Yichun Zhang (agentzh) b3ed109998 upgraded lua-resty-dns to 0.10.
Yichun Zhang (agentzh) 3d547529fd upgraded the nginx core to 1.4.2.
Yichun Zhang (agentzh) d0834f8cd9 bumped version to 1.4.1.3.
Yichun Zhang (agentzh) 5f2ede4fd2 updated the test suite to reflect recent changes.
Yichun Zhang (agentzh) 0222649b03 upgraded ngx_headers_more to 0.22.
Yichun Zhang (agentzh) 320c5008e4 upgraded ngx_lua to 0.8.6.
Yichun Zhang (agentzh) a4006329a7 upgraded ngx_postgres to 1.0rc3.
Yichun Zhang (agentzh) 2890410b68 upgraded ngx_srcache to 0.22.
Yichun Zhang (agentzh) 197399d1b6 upgraded ngx_echo to 0.46.
Yichun Zhang (agentzh) 54f86fd361 updated README to reflect recent changes.
Yichun Zhang (agentzh) 110c8fe4ce bumped version to 1.4.1.1.
Yichun Zhang (agentzh) a825570875 updated tests to reflect recent changes.
Yichun Zhang (agentzh) 2bfd01ed14 upgraded ngx_lua to 0.8.5.
Yichun Zhang (agentzh) 49599affe9 upgraded ngx_lua to 0.8.4.
Yichun Zhang (agentzh) 96abf202e4 bugfix: we did not initialize c->addr_text properly in nginx-1.4.1-unix_socket_accept_over_read.patch.
Yichun Zhang (agentzh) 6f31d3b261 bugfix: configure: spaces in the --with-cc option values resulted in errors.
Yichun Zhang (agentzh) cee1aca97f checked in nginx-1.4.1-unix_socket_accept_over_read.patch.
Yichun Zhang (agentzh) b9325c34d8 upgraded ngx_lua to 0.8.3.
Yichun Zhang (agentzh) a169416e71 upgraded ngx_headers_more to 0.21.
Yichun Zhang (agentzh) cef62e1aa8 only apply gcc-maybe-uninitialized-warning.patch for nginx 1.4.1+.