summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.9.0-RELEASErelease-1.9.0Maxim Dounin2015-04-281-0/+78
* Added stream module to win32 builds.Maxim Dounin2015-04-271-0/+2
* Win32: shared memory base addresses and remapping.Maxim Dounin2015-04-274-2/+100
* Win32: fixed shm.handle loss on reload.Maxim Dounin2015-04-271-0/+3
* Core: fixed nginx_shared_zone name.Maxim Dounin2015-04-271-1/+1
* Mail: error_log support.Vladimir Homutov2015-02-204-19/+54
* Core: the ngx_set_connection_log() macro.Vladimir Homutov2015-04-257-27/+17
* Merge proxy_protocol setting of listen directives.Roman Arutyunyan2015-04-241-1/+4
* Removed the "worker_rlimit_sigpending" directive.Ruslan Ermilov2015-04-233-22/+0
* Removed the obsolete rtsig module.Ruslan Ermilov2015-04-2314-914/+27
* Removed the obsolete aio module.Ruslan Ermilov2015-04-2220-630/+14
* Stream: prevent repeated event notifications after eof.Roman Arutyunyan2015-04-221-1/+4
* Upstream: allow multiple upstreams to use the same shared zone.Ruslan Ermilov2015-04-222-84/+112
* Memcached: enabled ranges.Martin Mlynář2015-04-211-0/+1
* Upstream: simplified ip_hash and hash peer selection code.Ruslan Ermilov2015-04-213-66/+24
* Fixed building --with-stream when precompiled headers are used.Sergey Kandaurov2015-04-201-1/+1
* Limit req: removed check for unknown limit_req_zone.Sergey Kandaurov2015-04-201-7/+0
* Core: allow shared memory size to be declared after a reference.Sergey Kandaurov2015-04-201-0/+4
* Stream: port from NGINX+.Ruslan Ermilov2015-04-2020-2/+6079
* Upstream: fixed unlocked access to peer->conns.Ruslan Ermilov2015-04-191-3/+6
* Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32.Ruslan Ermilov2015-03-262-3/+3
* Removed NGX_OLD_THREADS from select and poll modules.Ruslan Ermilov2015-03-262-20/+0
* Removed "worker_threads" and "thread_stack_size" directives.Ruslan Ermilov2015-03-265-78/+1
* Removed unused thread-local-storage code.Ruslan Ermilov2015-03-265-56/+0
* Removed ngx_threaded and related code.Ruslan Ermilov2015-03-263-39/+0
* Upstream: get rid of questionable micro-optimization in ip_hash.Ruslan Ermilov2015-04-161-7/+2
* Core: ensure that ngx_config.h is always included first.Sergey Kandaurov2015-04-161-0/+3
* Version bump.Maxim Dounin2015-04-161-2/+2
* Upstream: the "zone" directive.Ruslan Ermilov2015-04-1410-7/+407
* Upstreams: locking.Ruslan Ermilov2015-04-145-29/+50
* Core: read/write locks.Ruslan Ermilov2015-03-214-0/+136
* Upstream: store peers as a linked list.Ruslan Ermilov2015-04-105-86/+139
* Upstream: track the number of active connections to upstreams.Ruslan Ermilov2015-04-105-122/+35
* Fixed build, broken by 8b7f062a3fe6.Ruslan Ermilov2015-04-161-1/+2
* Core: added OpenSSL version information to "nginx -V" output.Vladimir Homutov2015-04-161-5/+16
* Version bump.Vladimir Homutov2015-04-161-2/+2
* release-1.7.12 tagMaxim Dounin2015-04-071-0/+1
* nginx-1.7.12-RELEASErelease-1.7.12Maxim Dounin2015-04-071-0/+63
* Core: guard against spinlock usage without atomic ops.Ruslan Ermilov2015-03-261-1/+1
* Core: limited levels of subdirectory hierarchy used for temp files.Sergey Kandaurov2015-04-071-0/+4
* Core: removed excessive initialization in ngx_conf_set_path_slot().Sergey Kandaurov2015-04-071-4/+0
* Core: fixed error handling on ngx_conf_full_name() failure.Sergey Kandaurov2015-04-071-1/+1
* Upstream: abbreviated SSL handshake may interact badly with Nagle.Ruslan Ermilov2015-04-071-1/+25
* Request body: always flush buffers if request buffering is off.Valentin Bartenev2015-04-061-0/+2
* Used the correct type for the AIO preload handler return value.Valentin Bartenev2015-04-061-2/+2
* Configure: style.Maxim Dounin2015-04-031-1/+1
* OCSP stapling: missing free calls.Filipe da Silva2015-04-011-0/+2
* Cache: added support for reading of the header in thread pools.Valentin Bartenev2015-04-012-19/+109
* Fixed invalid access to complex value defined as an empty string.Sergey Kandaurov2015-03-312-5/+5
* Events: fixed possible crash on start or reload.Valentin Bartenev2015-03-271-2/+2