summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-01SPDY: ignore priority when queuing blocked frames.Valentin Bartenev1-2/+2
2013-10-01SPDY: set empty write handler during connection finalization.Valentin Bartenev1-0/+1
2013-10-01SPDY: fixed connection leak while waiting for request headers.Valentin Bartenev1-1/+19
2013-10-01SPDY: fixed connection leak while waiting for request body.Valentin Bartenev1-0/+4
2013-09-30Mail: fixed segfault with ssl/starttls at mail{} level and no cert.Maxim Dounin1-0/+5
2013-09-30Mail: fixed overrun of allocated memory (ticket #411).Maxim Dounin1-1/+0
2013-09-30Mail: handle smtp multiline replies.Maxim Dounin1-1/+20
2013-09-30Mail: smtp pipelining support.Maxim Dounin5-63/+71
2013-09-30Mail: added session close on smtp_greeting_delay violation.Maxim Dounin1-0/+1
2013-09-27SSL: adjust buffer used by OpenSSL during handshake (ticket #413).Maxim Dounin2-0/+27
2013-09-27FastCGI: non-buffered mode support.Maxim Dounin1-8/+230
2013-09-27Upstream: subrequest_in_memory support for SCGI and uwsgi enabled.Maxim Dounin2-14/+0
2013-09-27Upstream: subrequest_in_memory fix.Maxim Dounin1-4/+6
2013-09-27Upstream: proxy_no_cache, fastcgi_no_cache warnings removed.Maxim Dounin2-12/+0
2013-09-23Proxy: added the "proxy_ssl_ciphers" directive.Piotr Sikora1-0/+22
2013-09-23Added ngx_filename_cmp() with "/" sorted to the left.Maxim Dounin10-17/+51
2013-09-23Caseless location tree construction (ticket #90).Maxim Dounin2-6/+9
2013-09-22SSL: stop loading configs with invalid "ssl_ciphers" values.Piotr Sikora2-9/+9
2013-09-20Core: fix misallocation at ngx_crypt_apr1 (ticket #412).Markus Linnala1-1/+1
2013-09-19Proxy: added the "proxy_ssl_protocols" directive.Andrei Belov1-10/+40
2013-09-18SSL: fixed possible memory and file descriptor leak on HUP signal.Piotr Sikora1-0/+2
2013-09-18Fixed response line formatting with empty reason phrase.Sergey Kandaurov1-3/+3
2013-09-18Version bump.Sergey Kandaurov1-2/+2
2013-09-16SSL: guard use of SSL_OP_MSIE_SSLV2_RSA_PADDING.Piotr Sikora1-0/+2
2013-09-16Improved check for duplicate path names in ngx_add_path().Valentin Bartenev1-0/+8
2013-09-16Removed surplus initializations from ngx_conf_set_path_slot().Valentin Bartenev1-3/+0
2013-09-16Use ngx_pcalloc() in ngx_conf_merge_path_value().Valentin Bartenev1-5/+1
2013-09-16Use EPOLLRDHUP in ngx_http_test_reading() (ticket #320).Valentin Bartenev1-0/+27
2013-09-16Upstream: use EPOLLRDHUP to check broken connections (ticket #320).Valentin Bartenev1-0/+49
2013-07-12Events: support for EPOLLRDHUP (ticket #320).Valentin Bartenev2-7/+20
2013-09-05Events: removed unused flags from the ngx_event_s structure.Valentin Bartenev1-4/+0
2013-09-05Fixed handling of the ready flag with kqueue.Valentin Bartenev2-0/+2
2013-09-03Return reason phrase for 414.Valentin Bartenev1-4/+1
2013-09-04Upstream: fixed $upstream_response_time format specifiers.Maxim Dounin1-1/+1
2013-09-04SSL: clear error queue after SSL_CTX_load_verify_locations().Maxim Dounin1-0/+14
2013-09-04Fixed incorrect response line on "return 203".Maxim Dounin1-0/+6
2013-09-04Request cleanup code unified, no functional changes.Maxim Dounin1-1/+6
2013-09-04Handling of ngx_int_t != intptr_t case.Maxim Dounin3-6/+7
2013-09-04Win32: $request_time fixed.Maxim Dounin2-2/+2
2013-09-04Win32: MinGW GCC compatibility.Maxim Dounin14-21/+31
2013-09-04Win32: Borland C compatibility fixes.Maxim Dounin8-13/+25
2013-09-04Win32: Open Watcom C compatibility fixes.Maxim Dounin3-2/+16
2013-09-02Disable symlinks: removed recursive call of ngx_file_o_path_info().Valentin Bartenev1-1/+0
2013-09-02Disable symlinks: use O_PATH to open path components.Valentin Bartenev2-0/+70
2013-09-02Added the NGX_EBADF define.Valentin Bartenev3-1/+3
2013-09-02Assume the HTTP/1.0 version by default.Valentin Bartenev1-0/+1
2013-08-30Upstream: setting u->header_sent before ngx_http_upstream_upgrade().Maxim Dounin1-2/+2
2013-08-29Referer: fixed hostname buffer overflow check.Valentin Bartenev1-3/+3
2013-08-29Referer: "server_names" parsing deferred to merge phase.Sergey Kandaurov1-33/+45
2013-08-29Referer: fixed server_name regex matching.Sergey Kandaurov1-22/+67