summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.9.1-RELEASErelease-1.9.1Maxim Dounin2015-05-261-0/+74
* Disabled SSLv3 by default (ticket #653).Maxim Dounin2015-05-256-12/+9
* Configure: GNU Hurd properly recognized.Maxim Dounin2015-05-252-0/+17
* Fixed reuseport with accept_mutex.Maxim Dounin2015-05-211-1/+6
* Upstream: report to error_log when max_fails is reached.Ruslan Ermilov2015-05-202-0/+10
* The "reuseport" option of the "listen" directive.Maxim Dounin2015-05-2012-6/+206
* Simplified ngx_http_init_listening().Maxim Dounin2015-05-203-21/+3
* Introduced worker number, ngx_worker.Maxim Dounin2015-05-204-0/+5
* Configure: style.Maxim Dounin2015-05-201-1/+1
* Core: properly initialized written bytes counter in memory log.Valentin Bartenev2015-05-191-1/+1
* Upstream hash: consistency across little/big endianness.Sergey Kandaurov2015-05-182-8/+30
* Upstream: $upstream_connect_time.Ruslan Ermilov2015-05-162-1/+14
* Upstream: times to obtain header/response are stored as ngx_msec_t.Ruslan Ermilov2015-05-162-30/+13
* Events: ngx_event_t size reduction by grouping bit fields.Igor Sysoev2015-05-151-9/+8
* Events: made a failure to create a notification channel non-fatal.Ruslan Ermilov2015-05-061-1/+1
* Configure: handle deprecated options.Ruslan Ermilov2015-04-291-8/+12
* Removed the deprecated "imap" directive.Ruslan Ermilov2015-04-291-13/+0
* Removed the deprecated "so_keepalive" directive.Ruslan Ermilov2015-04-293-31/+0
* Removed deprecated HTTP directives.Ruslan Ermilov2015-04-291-33/+0
* Removed the deprecated "connections" directive.Ruslan Ermilov2015-04-291-13/+0
* Fixed overflow detection in ngx_inet_addr().Valentin Bartenev2015-04-281-5/+5
* Version bump.Valentin Bartenev2015-04-281-2/+2
* release-1.9.0 tagMaxim Dounin2015-04-281-0/+1
* 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