summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Mail: discard pipelined commands after SMTP STARTTLS.Maxim Dounin1-0/+3
2014-08-01Core: exit on ngx_pnalloc() failure.Piotr Sikora1-0/+4
2014-08-03Style: use ngx_free() instead of free().Tatsuhiko Kubo1-1/+1
2014-08-01Core: improved ngx_pstrdup() error handling.Tatsuhiko Kubo1-0/+3
2014-08-01Status: indentation and style, no functional changes.Sergey Kandaurov1-7/+9
2014-07-30Dav: ngx_http_map_uri_to_path() errors were not checked.FengGu1-4/+16
2014-07-30SSL: let it build against LibreSSL.Piotr Sikora1-3/+3
2014-07-30SSL: let it build against BoringSSL.Piotr Sikora1-0/+10
2014-07-28SSL: fix build with OPENSSL_NO_ENGINE and/or OPENSSL_NO_OCSP.Piotr Sikora3-1/+15
2014-07-28Bigger iovec buffer in ngx_readv_chain().Maxim Dounin1-1/+5
2014-07-28SSL: misplaced space in debug message.Maxim Dounin1-1/+1
2014-07-28Upstream: SSL handshake timeouts.Maxim Dounin1-0/+5
2014-07-25GeoIP: not all variable fields were initialized.Yichun Zhang1-0/+6
2014-06-26Core: use uppercase hexadecimal digits for percent-encoding.Piotr Sikora1-1/+1
2014-07-24Core: fixed default log initialization.Vladimir Homutov1-4/+6
2014-07-18Upstream: ngx_http_upstream_store() error handling fixes.Maxim Dounin1-2/+5
2014-07-18Reset of r->uri.len on URI parsing errors.Maxim Dounin1-0/+2
2014-07-16Resolver: fixed resend on malformed responses.Ruslan Ermilov1-2/+27
2014-07-09SSL: fix build with recent OpenSSL.Piotr Sikora1-4/+4
2014-06-18Core: bugfix for the ngx_slab_max_size case.Jianjun Zheng1-1/+1
2014-07-09Style: use ngx_str_set().Tatsuhiko Kubo1-5/+2
2014-07-09Style: use ngx_str_null().Tatsuhiko Kubo1-2/+1
2014-07-09Style: use ngx_strlen() instead of strlen().Tatsuhiko Kubo1-1/+1
2014-07-08SPDY: fix support for headers with multiple values.Piotr Sikora1-0/+2
2014-07-08Style: fix typo.Piotr Sikora1-1/+1
2014-07-08Style: use ngx_memcpy() instead of memcpy().Piotr Sikora1-1/+1
2014-07-08Style: keep return type and function name on different lines.Piotr Sikora1-3/+6
2014-07-08Style: remove whitespace between function name and parentheses.Piotr Sikora3-5/+5
2014-07-08Style: add whitespace between control statement and parentheses.Piotr Sikora5-9/+9
2014-07-06SSL: stop accessing SSL_SESSION's fields directly.Piotr Sikora2-22/+48
2014-07-09SSL: fixed build with OPENSSL_NO_DEPRECATED defined.Maxim Dounin1-0/+4
2014-07-06SSL: return temporary RSA key only when the key length matches.Piotr Sikora1-4/+6
2014-07-06SSL: include correct OpenSSL headers.Piotr Sikora1-0/+7
2014-07-09Version bump.Maxim Dounin1-2/+2
2014-07-05Win32: ngx_open_dir() and ngx_close_dir() fixes.Maxim Dounin2-1/+14
2014-07-04SSL: logging level of "peer closed connection in SSL handshake".Maxim Dounin1-2/+2
2014-07-04Upstream: p->downstream_error instead of closing connection.Maxim Dounin2-21/+12
2014-07-01Upstream: fixed handling of write event after sending request.Valentin Bartenev1-7/+7
2014-06-16SSL: the "ssl_password_file" directive.Valentin Bartenev6-11/+293
2014-06-26Core: removed meaningless check from ngx_palloc_block().Maxim Dounin1-7/+3
2014-06-26Fixed wrong sizeof() in ngx_http_init_locations().Maxim Dounin1-2/+2
2014-06-26Core: plugged socket leak during configuration test.Maxim Dounin1-6/+6
2014-06-26Upstream: cache revalidation using If-None-Match.Maxim Dounin5-4/+33
2014-06-26Cache: ETag now saved into cache header.Maxim Dounin3-1/+22
2014-06-26Cache: version in cache files.Maxim Dounin2-1/+13
2014-06-26Entity tags: explicit flag to skip not modified filter.Maxim Dounin3-1/+12
2014-06-26Entity tags: weak comparison for If-None-Match.Maxim Dounin1-10/+28
2014-06-26Entity tags: downgrade strong etags to weak ones as needed.Maxim Dounin8-7/+56
2014-06-26Upstream: fixed cache revalidation with SSI.Maxim Dounin2-7/+32
2014-06-26Upstream: removed unused offset to content_length.Maxim Dounin1-2/+1