summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.10.2-RELEASErelease-1.10.2Maxim Dounin2016-10-181-0/+115
* SSL: default DH parameters compatible with OpenSSL 1.1.0.Maxim Dounin2016-10-181-0/+19
* Updated OpenSSL used for win32 builds.Maxim Dounin2016-10-111-1/+1
* Event pipe: do not set file's thread_handler if not needed.Maxim Dounin2016-09-011-4/+6
* SSL: adopted session ticket handling for OpenSSL 1.1.0.Sergey Kandaurov2016-08-221-1/+1
* SSL: guarded SSL_R_NO_CIPHERS_PASSED not present in OpenSSL 1.1.0.Sergey Kandaurov2016-08-081-0/+2
* HTTP/2: flushing of the SSL buffer in transition to the idle state.Valentin Bartenev2016-07-191-2/+18
* HTTP/2: refactored ngx_http_v2_send_output_queue().Valentin Bartenev2016-07-191-10/+10
* HTTP/2: fixed send timer handling.Valentin Bartenev2016-07-191-1/+1
* HTTP/2: avoid sending output queue if there's nothing to send.Valentin Bartenev2016-07-191-0/+10
* HTTP/2: always handle streams in error state.Valentin Bartenev2016-07-191-6/+8
* HTTP/2: prevented output of the HEADERS frame for canceled streams.Valentin Bartenev2016-07-191-2/+6
* HTTP/2: always send GOAWAY while worker is shutting down.Valentin Bartenev2016-07-191-1/+1
* Updated PCRE used for win32 builds.Maxim Dounin2016-07-051-1/+1
* Sub filter: eliminate unnecessary buffering.Roman Arutyunyan2016-07-021-4/+37
* Sub filter: introduced the ngx_http_sub_match() function.Roman Arutyunyan2016-07-021-31/+52
* HTTP/2: fixed the "http request count is zero" alert.Valentin Bartenev2016-06-161-0/+1
* HTTP/2: avoid adding Content-Length for requests without body.Valentin Bartenev2016-06-161-2/+4
* HTTP/2: prevented double termination of a stream.Valentin Bartenev2016-06-161-0/+5
* HTTP/2: fixed a segfault while processing unbuffered upload.Valentin Bartenev2016-06-161-4/+0
* HTTP/2: unbreak build on MSVC.Valentin Bartenev2016-05-241-1/+1
* HTTP/2: implemented preread buffer for request body (closes #959).Valentin Bartenev2016-05-244-43/+146
* HTTP/2: the "421 Misdirected Request" response (closes #848).Valentin Bartenev2016-05-204-9/+23
* Version bump.Maxim Dounin2016-10-181-2/+2
* release-1.10.1 tagMaxim Dounin2016-05-311-0/+1
* nginx-1.10.1-RELEASErelease-1.10.1Maxim Dounin2016-05-311-0/+20
* Core: skip special buffers on writing (ticket #981).Maxim Dounin2016-05-311-0/+5
* Updated OpenSSL used for win32 builds.Maxim Dounin2016-05-241-1/+1
* Version bump.Maxim Dounin2016-05-311-2/+2
* release-1.10.0 tagMaxim Dounin2016-04-261-0/+1
* nginx-1.10.0-RELEASErelease-1.10.0Maxim Dounin2016-04-261-0/+14
* Stable branch.Maxim Dounin2016-04-261-2/+2
* release-1.9.15 tagMaxim Dounin2016-04-191-0/+1
* nginx-1.9.15-RELEASErelease-1.9.15Maxim Dounin2016-04-191-0/+55
* HTTP/2: send the output queue after emitting WINDOW_UPDATE.Valentin Bartenev2016-04-191-0/+10
* HTTP/2: skip data frames in case of internal errors.Valentin Bartenev2016-04-191-0/+2
* HTTP/2: don't send WINDOW_UPDATE for an empty request body.Valentin Bartenev2016-04-191-12/+13
* Thread pools: memory barriers in task completion notifications.Maxim Dounin2016-04-191-0/+4
* HTTP/2: write logs when refusing streams with data.Maxim Dounin2016-04-181-0/+4
* HTTP/2: send WINDOW_UPDATE instead of RST_STREAM with NO_ERROR.Valentin Bartenev2016-04-141-0/+22
* HTTP/2: refuse streams with data until SETTINGS is acknowledged.Valentin Bartenev2016-04-142-1/+8
* HTTP/2: deduplicated some code in ngx_http_v2_state_headers().Valentin Bartenev2016-04-141-18/+13
* FastCGI: skip special bufs in buffered request body chain.Valentin Bartenev2016-04-111-0/+5
* Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse (as in e444e8f6538b).Ruslan Ermilov2016-04-121-1/+1
* Fixed typos.Alessandro Ghedini2016-04-111-2/+2
* Removed redundant "u" format specifier.Ruslan Ermilov2016-04-085-6/+6
* Simplified ngx_unix_recv() and ngx_readv_chain().Ruslan Ermilov2016-04-082-6/+2
* Merged implementations of ngx_unix_recv().Valentin Bartenev2016-04-081-59/+11
* Fixed small inconsistency in handling EOF among receive functions.Valentin Bartenev2016-04-082-42/+41
* Merged implementations of ngx_udp_unix_recv().Valentin Bartenev2016-04-081-47/+4