summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2015-06-16nginx-1.9.2-RELEASErelease-1.9.2Maxim Dounin1-0/+83
2015-06-16Polished the recent change to the manpage.Ruslan Ermilov1-1/+3
2015-06-16Documentation: added -T option description to the man page.Vladimir Homutov1-2/+4
2015-05-14Core: store and dump processed configuration.Vladimir Homutov5-4/+88
2015-06-16Core: added support for writing to stdout.Vladimir Homutov3-0/+9
2015-06-16Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read.Roman Arutyunyan4-5/+5
2015-06-16Stream: client-side PROXY protocol.Roman Arutyunyan4-2/+170
2015-06-16Stream: the "proxy_bind" directive.Vladimir Homutov1-0/+57
2015-06-15Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2015-06-11OCSP stapling: avoid sending expired responses (ticket #425).Maxim Dounin1-6/+62
2015-06-11Moved ngx_http_parse_time() to core, renamed accordingly.Maxim Dounin11-16/+36
2015-06-11Removed unused ngx_http_get_time() declaration.Maxim Dounin1-2/+0
2015-06-10Configure: added gcc5 to the list of known GCC versions.Valentin Bartenev1-1/+1
2015-06-10Configure: search OpenSSL in a bunch of standard places.Ruslan Ermilov1-0/+48
2015-06-10Configure: moved NGX_SBIN_PATH variable initialization.Ruslan Ermilov2-4/+1
2015-06-04Stream: access module.Vladimir Homutov6-12/+491
2015-06-09Stream: added postconfiguration method to stream modules.Vladimir Homutov9-0/+30
2015-06-08Mail: listen backlog=.Ruslan Ermilov3-0/+17
2015-06-08Stream: listen backlog=.Ruslan Ermilov3-0/+17
2015-06-08Mail: embed ngx_mail_listen_t into ngx_mail_conf_addr_t.Ruslan Ermilov3-68/+48
2015-06-08Stream: embed ngx_stream_listen_t into ngx_stream_conf_addr_t.Ruslan Ermilov3-75/+49
2015-06-05Stream: fixed "reuseport" to actually work.Ruslan Ermilov2-0/+10
2015-06-05Added the REQUEST_SCHEME parameter.Maxim Dounin4-0/+4
2015-06-04Upstream keepalive: reduced diffs to the plus version of nginx.Roman Arutyunyan1-39/+42
2015-06-05Style.Maxim Dounin1-1/+2
2015-06-03Event pipe: call ngx_handle_read_event() with a proper flags type.Sergey Kandaurov1-1/+1
2015-06-03Fixed misspellings of the word "dependencies".Ruslan Ermilov1-4/+4
2015-06-01Fixed excessive memory usage while parsing configuration.Valentin Bartenev1-1/+1
2015-06-01Fixed spelling in change logs.Valentin Bartenev1-11/+11
2015-05-29Fixed bullying style of comments.Ruslan Ermilov1-4/+4
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