summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2014-09-24Limit conn: use complex value in limit_conn_zone (ticket #121).Valentin Bartenev1-67/+54
2014-09-24Limit conn: removed deprecated "limit_zone" directive.Valentin Bartenev1-84/+0
2014-08-26Syslog: improved error handling of unix domain sockets.Vladimir Homutov1-2/+24
2014-09-01Syslog: enabled logging of send errors.Vladimir Homutov2-5/+10
2014-09-17Avoided to add duplicate hash key in ngx_http_types_slot().Gu Feng1-1/+5
2014-09-22Removed duplicate initialization of the "rev" variable.Valentin Bartenev1-2/+0
2014-08-13Generalized definitions of the number of preallocated iovec's.Valentin Bartenev7-57/+24
2014-08-13Reduced difference between the send chain functions.Valentin Bartenev2-15/+11
2014-08-13Merged implementations of ngx_readv_chain().Valentin Bartenev1-97/+9
2014-08-13Removed the "complete" variable from various send chain functions.Valentin Bartenev6-42/+11
2014-08-13Moved the code for adjusting sent buffers in a separate function.Valentin Bartenev8-212/+54
2014-08-13Fixed writev() debug log message in ngx_darwin_sendfile_chain().Valentin Bartenev1-1/+1
2014-09-18Upstream: fixed file buffers reinit in ngx_http_upstream_reinit().Roman Arutyunyan1-1/+10
2014-09-18FastCGI: fixed start pointers in request buffers.Roman Arutyunyan1-0/+1
2014-09-16Limit req: don't truncate key value to 255 bytes.Valentin Bartenev1-1/+1
2014-09-17Version bump.Valentin Bartenev1-2/+2
2014-09-16release-1.7.5 tagMaxim Dounin1-0/+1
2014-09-16nginx-1.7.5-RELEASErelease-1.7.5Maxim Dounin1-0/+145
2014-09-15Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
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