Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-31Core: disabled SO_REUSEADDR on UDP sockets while testing config.Maxim Dounin
2021-02-11Additional connections reuse.Maxim Dounin
2020-08-10Core: reusing connections in advance.Maxim Dounin
2020-08-10Core: added a warning about reusing connections.Maxim Dounin
2020-06-01Fixed removing of listening UNIX sockets when "changing binary".Ruslan Ermilov
2018-07-12Events: moved sockets cloning to ngx_event_init_conf().Maxim Dounin
2018-07-02Added FreeBSD support for "listen ... reuseport".Ruslan Ermilov
2018-06-04Stream: udp streams.Roman Arutyunyan
2018-05-21Core: silenced getsockopt(TCP_FASTOPEN) messages on FreeBSD.Maxim Dounin
2017-10-04Fixed buffer overread with unix sockets after accept().Maxim Dounin
2017-07-11Core: fixed error message on setsockopt(SO_REUSEPORT) failure.Maxim Dounin
2017-07-11Core: disabled SO_REUSEPORT when testing config (ticket #1300).Maxim Dounin
2017-05-26Introduced ngx_tcp_nodelay().Ruslan Ermilov
2017-01-20Improved connection draining with small number of connections.Maxim Dounin
2017-01-20Added cycle parameter to ngx_drain_connections().Maxim Dounin
2016-10-05Core: use c->log while closing connection.Ruslan Ermilov
2016-05-23Introduced the ngx_sockaddr_t type.Ruslan Ermilov
2016-05-20Belatedly changed the ngx_create_listening() prototype.Ruslan Ermilov
2016-03-30Style.Ruslan Ermilov
2016-03-25Fixed socket inheritance on reload and binary upgrade.Roman Arutyunyan
2016-01-20Stream: UDP proxy.Roman Arutyunyan
2015-10-17Win32: fixed build with MinGW and MinGW-w64 gcc.Kouhei Sutou
2015-08-11Core: idle connections now closed only once on exiting.Valentin Bartenev
2015-07-23Workaround for "configuration file test failed" under OpenVZ.Gena Makhomed
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin
2015-04-23Removed the obsolete rtsig module.Ruslan Ermilov
2015-04-22Removed the obsolete aio module.Ruslan Ermilov
2015-03-23Removed stub implementation of win32 mutexes.Ruslan Ermilov
2015-03-20Removed ngx_connection_t.lock.Ruslan Ermilov
2015-03-04Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov
2015-02-17Core: make ngx_connection_local_sockaddr() always assign address.Roman Arutyunyan
2014-09-01Events: processing of posted events changed from LIFO to FIFO.Valentin Bartenev
2014-09-01Events: removed broken thread support from posted events.Valentin Bartenev
2014-06-26Core: plugged socket leak during configuration test.Maxim Dounin
2014-02-22Core: allocate enough memory to hold IPv6 text address plus port.Ruslan Ermilov
2014-02-04Use ngx_socket_errno where appropriate.Piotr Sikora
2014-01-31Core: handle getsockopt(TCP_FASTOPEN) failures.Piotr Sikora
2014-01-28Fixed TCP_DEFER_ACCEPT handling (ticket #353).Maxim Dounin
2013-12-19Fixed the first argument to getsockopt().Ruslan Ermilov
2013-12-09Fixed handling of UNIX-domain sockets.Ruslan Ermilov
2013-12-09Core: keep the length of the local sockaddr.Ruslan Ermilov
2013-12-03Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.Mathew Rodley
2013-10-31Core: handling of getsockopt(TCP_DEFER_ACCEPT) failures.Maxim Dounin
2013-09-04Win32: MinGW GCC compatibility.Maxim Dounin
2013-07-25On DragonFlyBSD, TCP_KEEPIDLE and TCP_KEEPINTVL are in msecs.Ruslan Ermilov
2013-07-25Style: reuse one int variable in ngx_configure_listening_sockets().Ruslan Ermilov
2013-07-11Core: fixed possible use of an uninitialized variable.Vladimir Homutov
2013-07-11Core: extended ngx_sock_ntop() with socklen parameter.Vladimir Homutov
2013-03-25Use NGX_FILE_ERROR for handling file operations errors.Valentin Bartenev
2013-03-16Status: introduced the "ngx_stat_waiting" counter.Valentin Bartenev