summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-28Merged with the default branch.Sergey Kandaurov3-21/+30
2021-05-25Resolver: explicit check for compression pointers in question.Maxim Dounin1-0/+6
2021-05-25Resolver: simplified ngx_resolver_copy().Maxim Dounin1-8/+5
2021-05-25Resolver: reworked ngx_resolver_copy() copy loop.Maxim Dounin1-11/+7
2021-05-25Resolver: fixed label types handling in ngx_resolver_copy().Maxim Dounin1-0/+5
2021-05-25Resolver: fixed off-by-one read in ngx_resolver_copy().Maxim Dounin1-0/+5
2021-05-25Resolver: fixed off-by-one write in ngx_resolver_copy().Maxim Dounin1-4/+4
2021-05-19Core: fixed comment about msie_refresh escaping.Ruslan Ermilov1-1/+1
2021-04-21Version bump.Maxim Dounin1-2/+2
2021-04-08Introduced the "keepalive_time" directive.Maxim Dounin2-0/+5
2021-04-16Merged with the default branch.Sergey Kandaurov3-2/+7
2021-04-05Version bump.Maxim Dounin1-2/+2
2021-03-28Resolver: added missing event handling after reading.Maxim Dounin1-2/+17
2021-03-30Merged with the default branch.Sergey Kandaurov2-4/+19
2021-03-23Core: fixed build with BPF on non-64bit platforms (ticket #2152).Vladimir Homutov1-8/+8
2021-03-11Version bump.Maxim Dounin1-2/+2
2021-03-10Merged with the default branch.Sergey Kandaurov1-2/+2
2021-02-20Version bump.Ruslan Ermilov1-2/+2
2021-02-17Merged with the default branch.Sergey Kandaurov3-4/+18
2021-02-11Additional connections reuse.Maxim Dounin1-0/+16
2021-01-19Core: removed post_accept_timeout.Maxim Dounin1-2/+0
2021-01-11Version bump.Maxim Dounin1-2/+2
2020-12-25QUIC: ngx_quic_bpf module.Vladimir Homutov1-0/+3
2020-12-15Core: added interface to linux bpf() system call.Vladimir Homutov3-0/+189
2020-12-15Merged with the default branch.Sergey Kandaurov1-2/+2
2020-11-26Version bump.Ruslan Ermilov1-2/+2
2020-11-19Core: "-e" command line option.Igor Ippolitov5-16/+56
2020-11-24Merged with the default branch.Sergey Kandaurov7-37/+126
2020-11-13Core: hide "struct ngx_quic_connection_s" and further reduce diffs.Sergey Kandaurov1-19/+18
2020-11-13Core: reduced diff to the default branch.Sergey Kandaurov1-4/+4
2020-11-10QUIC: renamed c->qs to c->quic.Roman Arutyunyan1-1/+1
2020-11-10QUIC: got rid of the c->quic field.Roman Arutyunyan1-1/+0
2020-10-29Merged with the default branch.Sergey Kandaurov2-3/+3
2020-10-28Core: added format specifiers to output binary data as hex.Vladimir Homutov1-19/+68
2020-11-05Version bump.Vladimir Homutov1-2/+2
2020-10-22Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.Maxim Dounin1-1/+1
2020-10-03Version bump.Maxim Dounin1-2/+2
2020-09-28Resolver: improved error messages (ticket #2024).Maxim Dounin1-16/+16
2020-10-01Merged with the default branch.Sergey Kandaurov2-18/+18
2020-08-18Merged with the default branch.Roman Arutyunyan5-19/+35
2020-08-10Core: reusing connections in advance.Maxim Dounin1-6/+5
2020-08-10Core: added a warning about reusing connections.Maxim Dounin2-0/+14
2020-07-27Core: enclosed parameters of the ngx_buf.h macros in parentheses.balus1-10/+10
2020-07-21Core: close PID file when writing fails.Ruslan Ermilov1-2/+5
2020-07-22QUIC: fixed bulding perl module by reducing header pollution.Sergey Kandaurov1-2/+0
2020-07-21QUIC: added "quic" listen parameter.Roman Arutyunyan2-1/+6
2020-07-13Merged with the default branch.Sergey Kandaurov4-3/+6
2020-07-09Version bump.Roman Arutyunyan1-2/+2
2020-06-23Do not close QUIC sockets in ngx_close_listening_sockets().Sergey Kandaurov2-0/+5
2020-06-01Fixed removing of listening UNIX sockets when "changing binary".Ruslan Ermilov3-1/+4