summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_connection.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-22Core: allocate enough memory to hold IPv6 text address plus port.Ruslan Ermilov1-1/+1
2014-02-03Use ngx_socket_errno where appropriate.Piotr Sikora1-5/+5
2014-01-30Core: handle getsockopt(TCP_FASTOPEN) failures.Piotr Sikora1-4/+8
2014-01-28Fixed TCP_DEFER_ACCEPT handling (ticket #353).Maxim Dounin1-1/+7
2013-12-19Fixed the first argument to getsockopt().Ruslan Ermilov1-2/+6
2013-12-09Fixed handling of UNIX-domain sockets.Ruslan Ermilov1-0/+6
2013-12-09Core: keep the length of the local sockaddr.Ruslan Ermilov1-3/+8
2013-12-03Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.Mathew Rodley1-0/+32
2013-10-31Core: handling of getsockopt(TCP_DEFER_ACCEPT) failures.Maxim Dounin1-2/+10
2013-09-04Win32: MinGW GCC compatibility.Maxim Dounin1-3/+3
2013-07-25On DragonFlyBSD, TCP_KEEPIDLE and TCP_KEEPINTVL are in msecs.Ruslan Ermilov1-4/+16
2013-07-25Style: reuse one int variable in ngx_configure_listening_sockets().Ruslan Ermilov1-11/+8
2013-07-11Core: fixed possible use of an uninitialized variable.Vladimir Homutov1-0/+2
2013-07-11Core: extended ngx_sock_ntop() with socklen parameter.Vladimir Homutov1-3/+4
2013-03-25Use NGX_FILE_ERROR for handling file operations errors.Valentin Bartenev1-2/+2
2013-03-15Status: introduced the "ngx_stat_waiting" counter.Valentin Bartenev1-0/+8
2013-03-07Removed c->single_connection flag.Valentin Bartenev1-5/+3
2012-11-20Fixed failure to start cache manager and cache loader processesIgor Sysoev1-0/+2
2012-07-30Core: ipv6only is now on by default.Ruslan Ermilov1-2/+2
2012-04-03Fixed spelling in multiline C comments.Ruslan Ermilov1-1/+1
2012-03-05Whitespace fixes.Maxim Dounin1-1/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-12-05Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev1-0/+51
2011-08-21Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure.Maxim Dounin1-1/+1
2011-04-04reuse keepalive connections if there are no free worker connectionsIgor Sysoev1-0/+55
2010-07-05listen setfib=XIgor Sysoev1-0/+36
2010-05-31fix IPv6 and Unix domain sockets inheritance while online upgradeIgor Sysoev1-4/+2
2009-11-30chmod unix listen domain socket to 0666Igor Sysoev1-5/+16
2009-11-23add NGX_PROCESS_HELPER process statusIgor Sysoev1-1/+1
2009-11-04allow to inherit unix domain sockets while online upgradeIgor Sysoev1-2/+9
2009-11-01delete unused field c->local_socklenIgor Sysoev1-1/+0
2009-10-30do not unlink unix domain socket file while online upgradeIgor Sysoev1-1/+2
2009-10-30unlink unix domain socket file after testingIgor Sysoev1-0/+12
2009-10-26http listen unix domain socketsIgor Sysoev1-11/+34
2009-09-23low default connection errors level from alert to errorIgor Sysoev1-5/+1
2009-06-07update r2925Igor Sysoev1-0/+2
2009-05-18ngx_connection_local_sockaddr()Igor Sysoev1-0/+60
2009-05-05ngx_create_listening()Igor Sysoev1-0/+58
2009-05-05move listen log copying from ngx_open_listening_sockets()Igor Sysoev1-2/+2
2009-05-05use correct nameIgor Sysoev1-1/+1
2009-05-05use local variableIgor Sysoev1-2/+2
2009-05-04delete ngx_listening_inet_stream_socket()Igor Sysoev1-46/+0
2009-04-30*) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev1-0/+2
2009-04-29fix the previous commitIgor Sysoev1-7/+5
2009-04-29Winsock uses ECONNABORTED instead of ECONNRESETIgor Sysoev1-2/+13
2009-04-20Win32 master/workers modelIgor Sysoev1-15/+17
2009-03-13ipv6onlyIgor Sysoev1-0/+17
2009-03-12ignore EINVAL from setsockopt() on SolarisIgor Sysoev1-3/+8
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev1-13/+17
2008-09-17fix grammarIgor Sysoev1-1/+1