| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-04-25 | Core: the ngx_set_connection_log() macro. | Vladimir Homutov | 3 | -12/+2 | |
| The http and stream versions of this macro were identical. | |||||
| 2015-04-22 | Stream: prevent repeated event notifications after eof. | Roman Arutyunyan | 1 | -1/+4 | |
| When client or upstream connection is closed, level-triggered read event remained active until the end of the session leading to cpu hog. Now the flag NGX_CLOSE_EVENT is used to unschedule the event. | |||||
| 2015-04-22 | Upstream: allow multiple upstreams to use the same shared zone. | Ruslan Ermilov | 1 | -42/+56 | |
| 2015-04-21 | Upstream: simplified ip_hash and hash peer selection code. | Ruslan Ermilov | 1 | -22/+8 | |
| Now that peers are stored as a list, the weighted and unweighted cases became nearly identical. | |||||
| 2015-04-20 | Stream: port from NGINX+. | Ruslan Ermilov | 14 | -0/+5925 | |
