summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2015-05-29Version bump.Ruslan Ermilov1-2/+2
2015-05-26release-1.9.1 tagMaxim Dounin1-0/+1
2015-05-26nginx-1.9.1-RELEASErelease-1.9.1Maxim Dounin1-0/+74
2015-05-25Disabled SSLv3 by default (ticket #653).Maxim Dounin6-12/+9
2015-05-25Configure: GNU Hurd properly recognized.Maxim Dounin2-0/+17
2015-05-21Fixed reuseport with accept_mutex.Maxim Dounin1-1/+6
2015-05-20Upstream: report to error_log when max_fails is reached.Ruslan Ermilov2-0/+10
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin12-6/+206
2015-05-20Simplified ngx_http_init_listening().Maxim Dounin3-21/+3
2015-05-20Introduced worker number, ngx_worker.Maxim Dounin4-0/+5
2015-05-20Configure: style.Maxim Dounin1-1/+1
2015-05-19Core: properly initialized written bytes counter in memory log.Valentin Bartenev1-1/+1
2015-05-18Upstream hash: consistency across little/big endianness.Sergey Kandaurov2-8/+30
2015-05-16Upstream: $upstream_connect_time.Ruslan Ermilov2-1/+14
2015-05-16Upstream: times to obtain header/response are stored as ngx_msec_t.Ruslan Ermilov2-30/+13
2015-05-15Events: ngx_event_t size reduction by grouping bit fields.Igor Sysoev1-9/+8
2015-05-06Events: made a failure to create a notification channel non-fatal.Ruslan Ermilov1-1/+1
2015-04-29Configure: handle deprecated options.Ruslan Ermilov1-8/+12
2015-04-29Removed the deprecated "imap" directive.Ruslan Ermilov1-13/+0
2015-04-29Removed the deprecated "so_keepalive" directive.Ruslan Ermilov3-31/+0
2015-04-29Removed deprecated HTTP directives.Ruslan Ermilov1-33/+0
2015-04-29Removed the deprecated "connections" directive.Ruslan Ermilov1-13/+0
2015-04-28Fixed overflow detection in ngx_inet_addr().Valentin Bartenev1-5/+5
2015-04-28Version bump.Valentin Bartenev1-2/+2
2015-04-28release-1.9.0 tagMaxim Dounin1-0/+1
2015-04-28nginx-1.9.0-RELEASErelease-1.9.0Maxim Dounin1-0/+78
2015-04-27Added stream module to win32 builds.Maxim Dounin1-0/+2
2015-04-27Win32: shared memory base addresses and remapping.Maxim Dounin4-2/+100
2015-04-27Win32: fixed shm.handle loss on reload.Maxim Dounin1-0/+3
2015-04-27Core: fixed nginx_shared_zone name.Maxim Dounin1-1/+1
2015-02-20Mail: error_log support.Vladimir Homutov4-19/+54
2015-04-25Core: the ngx_set_connection_log() macro.Vladimir Homutov7-27/+17
2015-04-24Merge proxy_protocol setting of listen directives.Roman Arutyunyan1-1/+4
2015-04-23Removed the "worker_rlimit_sigpending" directive.Ruslan Ermilov3-22/+0
2015-04-23Removed the obsolete rtsig module.Ruslan Ermilov14-914/+27
2015-04-22Removed the obsolete aio module.Ruslan Ermilov20-630/+14
2015-04-22Stream: prevent repeated event notifications after eof.Roman Arutyunyan1-1/+4
2015-04-22Upstream: allow multiple upstreams to use the same shared zone.Ruslan Ermilov2-84/+112
2015-04-21Memcached: enabled ranges.Martin Mlynář1-0/+1
2015-04-21Upstream: simplified ip_hash and hash peer selection code.Ruslan Ermilov3-66/+24
2015-04-20Fixed building --with-stream when precompiled headers are used.Sergey Kandaurov1-1/+1
2015-04-20Limit req: removed check for unknown limit_req_zone.Sergey Kandaurov1-7/+0
2015-04-20Core: allow shared memory size to be declared after a reference.Sergey Kandaurov1-0/+4
2015-04-20Stream: port from NGINX+.Ruslan Ermilov20-2/+6079
2015-04-19Upstream: fixed unlocked access to peer->conns.Ruslan Ermilov1-3/+6
2015-03-26Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32.Ruslan Ermilov2-3/+3
2015-03-26Removed NGX_OLD_THREADS from select and poll modules.Ruslan Ermilov2-20/+0
2015-03-26Removed "worker_threads" and "thread_stack_size" directives.Ruslan Ermilov5-78/+1
2015-03-26Removed unused thread-local-storage code.Ruslan Ermilov5-56/+0
2015-03-26Removed ngx_threaded and related code.Ruslan Ermilov3-39/+0