summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-15SSL: session id context now includes certificate hash.Maxim Dounin1-2/+96
2014-09-13Access log: fixed the "if=" parameter with buffering (ticket #625).Valentin Bartenev1-21/+20
2014-09-12Upstream: limited next_upstream time and tries (ticket #544).Roman Arutyunyan8-2/+127
2014-09-12Upstream: included backup peers into peer.tries.Roman Arutyunyan2-12/+6
2014-09-11Upstream keepalive: removed "single" parameter remnants.Maxim Dounin1-20/+1
2014-09-11Added warning about unset cache keys.Maxim Dounin3-0/+15
2014-09-11Style.Maxim Dounin2-2/+4
2014-08-13Upstream: avoided directly terminating the connection.FengGu1-0/+5
2014-09-08Added ngx_init_setproctitle() return code check.Maxim Dounin2-3/+5
2014-09-08Fixed ETag memory allocation error handling.Maxim Dounin1-0/+1
2014-09-08Core: ngx_regex_compile() error handling fixes.Maxim Dounin1-3/+11
2014-09-03SSL: guard use of all SSL options for bug workarounds.Piotr Sikora1-0/+17
2014-09-05Upstream: suppressed the file cache slab allocator error messages.Roman Arutyunyan1-0/+4
2014-09-01Events: processing of posted events changed from LIFO to FIFO.Valentin Bartenev14-53/+48
2014-09-01Events: removed broken thread support from posted events.Valentin Bartenev20-454/+64
2014-09-01Mail: initialize the "signature" field of ngx_mail_session_t.Valentin Bartenev1-0/+2
2014-09-01Upstream: improved configuration parser diagnostics.Ruslan Ermilov1-5/+13
2014-08-29Headers filter: "add_header" with "always" parameter (ticket #98).Sergey Kandaurov1-13/+41
2014-08-27Variables: updated list of prefixes in ngx_http_rewrite_set().Maxim Dounin1-1/+5
2014-08-27Variables: fixed non-indexed access of prefix vars (ticket #600).Maxim Dounin1-2/+5
2014-08-18SPDY: added a comment about handling stream with the timer set.Valentin Bartenev1-0/+5
2014-08-27SPDY: avoid setting timeout on stream events in ngx_http_writer().Valentin Bartenev1-0/+6
2014-08-19Resolver: notify all waiting requests on timeout.Ruslan Ermilov1-8/+16
2014-08-26Stub status: corrected the "stub_status" directive.Ruslan Ermilov1-1/+1
2014-08-25Sub filter: fixed matching for a single character.Valentin Bartenev1-0/+8
2014-08-20Mail: fixed number of arguments allowed in the listen directive.Valentin Bartenev1-1/+1
2014-08-20Mail: fixed a comment.Valentin Bartenev1-2/+1
2014-08-19Mp4: use trak->smhd_size in ngx_http_mp4_read_smhd_atom().Roman Arutyunyan1-1/+1
2014-08-18Image filter: downgrade strong etags to weak ones as needed.Sergey Kandaurov1-0/+1
2014-08-15Fixed typo.Sergey Kandaurov1-1/+1
2014-08-10Events: removed unused variable in ngx_poll_process_events().Maxim Dounin1-4/+1
2014-08-07Events: format specifier fixes.Yves Crespin2-6/+6
2014-08-07Events: changed nevents type to unsigned in poll module.Yves Crespin1-6/+6
2014-08-06Style: use specified macro instead of magic-number.Tatsuhiko Kubo1-1/+1
2014-06-19Perl: NULL-terminate argument list.Piotr Sikora1-1/+2
2014-08-06Access log: allowed logs to syslog with "if=" (ticket #596).Maxim Dounin1-11/+6
2014-08-05Version bump.Maxim Dounin1-2/+2
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