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
path: root/src/os/unix
AgeCommit message (Expand)Author
2022-07-15Events: fixed EPOLLRDHUP with FIONREAD (ticket #2367).Maxim Dounin
2022-05-30Fixed runtime handling of systems without EPOLLRDHUP support.Marcus Ball
2022-01-26Core: added autotest for UDP segmentation offloading.Vladimir Homutov
2022-01-25Core: added function for local source address cmsg.Vladimir Homutov
2022-01-25Core: made the ngx_sendmsg() function non-static.Vladimir Homutov
2021-12-27Support for sendfile(SF_NOCACHE).Maxim Dounin
2021-12-27Simplified sendfile(SF_NODISKIO) usage.Maxim Dounin
2021-11-25HTTP/2: fixed "task already active" with sendfile in threads.Maxim Dounin
2021-10-29Fixed sendfile() limit handling on Linux.Maxim Dounin
2021-08-30Give GCC atomics precedence over deprecated Darwin atomic(3).Sergey Kandaurov
2021-07-05Use only preallocated memory in ngx_readv_chain() (ticket #1408).Ruslan Ermilov
2021-04-22Restored zeroing of ngx_channel_t in ngx_pass_open_channel().Ruslan Ermilov
2021-03-11Removed "ch" argument from ngx_pass_open_channel().Ruslan Ermilov
2021-03-01Introduced strerrordesc_np() support.Maxim Dounin
2021-03-01Improved maximum errno detection.Maxim Dounin
2020-06-22Cache: introduced min_free cache clearing.Maxim Dounin
2020-06-22Too large st_blocks values are now ignored (ticket #157).Maxim Dounin
2020-06-22Large block sizes on Linux are now ignored (ticket #1168).Maxim Dounin
2020-06-08Stream: fixed processing of zero length UDP packets (ticket #1982).Vladimir Homutov
2020-06-01Fixed SIGQUIT not removing listening UNIX sockets (closes #753).Ruslan Ermilov
2019-10-17Events: available bytes calculation via ioctl(FIONREAD).Maxim Dounin
2019-01-28Fixed portability issues with union sigval.Sergey Kandaurov
2018-12-24Win32: removed NGX_DIR_MASK concept.Maxim Dounin
2018-07-22Fixed NGX_TID_T_FMT format specification for uint64_t.Maxim Dounin
2018-05-23Removed glibc crypt_r() bug workaround (ticket #1469).Maxim Dounin
2018-03-19Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.Ruslan Ermilov
2017-12-19Fixed capabilities version.Roman Arutyunyan
2017-12-18Improved the capabilities feature detection.Roman Arutyunyan
2017-12-13Retain CAP_NET_RAW capability for transparent proxying.Roman Arutyunyan
2017-12-11Use sysconf to determine cacheline size at runtime.Debayan Ghosh
2017-11-28Removed unused FreeBSD-specific definitions in ngx_posix_config.h.Sergey Kandaurov
2017-11-28Fixed "changing binary" when reaper is not init.Ruslan Ermilov
2017-09-18Removed more remnants of the old pthread implementation.Ruslan Ermilov
2017-08-09Style.Sergey Kandaurov
2017-06-01Style.Maxim Dounin
2017-04-27Added missing "fall through" comments (ticket #1259).Maxim Dounin
2017-04-20Core: signal sender pid logging.Igor Sysoev
2017-04-11Set UDP datagram source address (ticket #1239).Roman Arutyunyan
2017-04-17Enabled IPV6_RECVPKTINFO / IPV6_PKTINFO on macOS.Sergey Kandaurov
2017-03-28Simplified and improved sendfile() code on Linux.Maxim Dounin
2017-03-16Added missing "static" specifier found by gcc -Wtraditional.Ruslan Ermilov
2017-03-07Style.Maxim Dounin
2017-03-07Introduced worker_shutdown_timeout.Maxim Dounin
2017-03-07Cancelable timers are now preserved if there are other timers.Maxim Dounin
2017-01-20Removed pthread mutex / conditional variables debug messages.Maxim Dounin
2017-01-20Fixed trailer construction with limit on FreeBSD and macOS.Maxim Dounin
2016-10-05Cache: cache manager limits.Dmitry Volyntsev
2016-09-15Stream: filters.Roman Arutyunyan
2016-08-04Always seed PRNG with PID, seconds, and milliseconds.Ruslan Ermilov
2016-08-04Fixed undefined behavior when left shifting signed integer.Ruslan Ermilov