| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-09-22 | Do not use the obsolete NGX_SOCKADDRLEN macro. | Ruslan Ermilov | 1 | -1/+1 | |
| The change in ac120e797d28 re-used the macro which was made obsolete in adf25b8d0431. | |||||
| 2017-08-04 | Upstream: copy peer data in shared memory. | Ruslan Ermilov | 1 | -8/+69 | |
| This, in addition to 1eb753aa8e5e, fixes "upstream zone" on Windows. | |||||
| 2017-08-01 | Upstream zone: store peers->name and its data in shared memory. | Ruslan Ermilov | 1 | -0/+18 | |
| The shared objects should generally be allocated from shared memory. While peers->name and the data it points to allocated from cf->pool happened to work on UNIX, it broke on Windows. On UNIX this worked only because the shared memory zone for upstreams is re-created for every new configuration. But on Windows, a worker process does not inherit the address space of the master process, so the peers->name pointed to data allocated from cf->pool by the master process, and was invalid. | |||||
| 2016-07-12 | Stream: style. | Vladimir Homutov | 1 | -1/+1 | |
| 2016-06-15 | Stream: added preconfiguration step. | Vladimir Homutov | 1 | -0/+1 | |
| 2015-07-16 | Fixed strict aliasing warnings with old GCC versions. | Ruslan Ermilov | 1 | -1/+1 | |
| 2015-06-16 | Upstream: fixed shared upstreams on win32. | Ruslan Ermilov | 1 | -12/+31 | |
| 2015-06-09 | Stream: added postconfiguration method to stream modules. | Vladimir Homutov | 1 | -0/+2 | |
| 2015-04-22 | Upstream: allow multiple upstreams to use the same shared zone. | Ruslan Ermilov | 1 | -42/+56 | |
| 2015-04-20 | Stream: port from NGINX+. | Ruslan Ermilov | 1 | -0/+207 | |
