summaryrefslogtreecommitdiffhomepage
path: root/src/os (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-20Core: fixed errno clobbering in ngx_sendmsg().Vladimir Homutov1-9/+9
2021-07-15Merged with the default branch.Sergey Kandaurov4-16/+24
2021-07-15Core: added separate function for local source address cmsg.Vladimir Homutov1-0/+65
2021-07-15QUIC: added support for segmentation offloading.Vladimir Homutov1-0/+4
2021-07-15Core: made the ngx_sendmsg() function non-static.Vladimir Homutov1-68/+93
2021-07-05Win32: use only preallocated memory in send/recv chain functions.Ruslan Ermilov2-12/+20
2021-07-05Use only preallocated memory in ngx_readv_chain() (ticket #1408).Ruslan Ermilov1-1/+1
2021-06-18Fixed format strings for ngx_win32_version.Maxim Dounin1-3/+3
2021-04-22Restored zeroing of ngx_channel_t in ngx_pass_open_channel().Ruslan Ermilov1-0/+2
2021-03-11Removed "ch" argument from ngx_pass_open_channel().Ruslan Ermilov1-39/+18
2021-03-01Introduced strerrordesc_np() support.Maxim Dounin1-1/+45
2021-03-01Improved maximum errno detection.Maxim Dounin1-6/+85
2020-06-22Cache: introduced min_free cache clearing.Maxim Dounin4-0/+48
2020-06-22Too large st_blocks values are now ignored (ticket #157).Maxim Dounin1-1/+4
2020-06-22Large block sizes on Linux are now ignored (ticket #1168).Maxim Dounin1-0/+12
2020-06-08Stream: fixed processing of zero length UDP packets (ticket #1982).Vladimir Homutov1-0/+7
2020-06-01Fixed SIGQUIT not removing listening UNIX sockets (closes #753).Ruslan Ermilov1-12/+2
2019-10-21Win32: silenced -Wcast-function-type GCC warning (ticket #1865).Maxim Dounin1-1/+1
2019-10-21Win32: improved fallback on FormatMessage() errors.Maxim Dounin1-1/+1
2019-10-17Events: available bytes calculation via ioctl(FIONREAD).Maxim Dounin8-2/+173
2019-01-28Fixed portability issues with union sigval.Sergey Kandaurov2-1/+7
2019-01-24Win32: added WSAPoll() support.Maxim Dounin2-0/+75
2018-12-24Win32: removed NGX_DIR_MASK concept.Maxim Dounin3-9/+18
2018-07-22Fixed NGX_TID_T_FMT format specification for uint64_t.Maxim Dounin1-2/+2
2018-05-29Win32: fixed comment in ngx_gettimeofday() calculations.Ruslan Ermilov1-1/+1
2018-05-23Removed glibc crypt_r() bug workaround (ticket #1469).Maxim Dounin1-4/+0
2018-03-19Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.Ruslan Ermilov2-2/+2
2017-12-19Fixed capabilities version.Roman Arutyunyan1-1/+1
2017-12-18Improved the capabilities feature detection.Roman Arutyunyan2-2/+2
2017-12-13Retain CAP_NET_RAW capability for transparent proxying.Roman Arutyunyan2-0/+37
2017-12-11Use sysconf to determine cacheline size at runtime.Debayan Ghosh1-0/+10
2017-11-28Removed unused FreeBSD-specific definitions in ngx_posix_config.h.Sergey Kandaurov1-20/+0
2017-11-28Fixed "changing binary" when reaper is not init.Ruslan Ermilov6-3/+11
2017-09-18Removed more remnants of the old pthread implementation.Ruslan Ermilov1-10/+0
2017-08-09Style.Sergey Kandaurov2-0/+2
2017-06-01Style.Maxim Dounin1-3/+3
2017-04-27Added missing "fall through" comments (ticket #1259).Maxim Dounin1-0/+1
2017-04-20Core: signal sender pid logging.Igor Sysoev1-8/+24
2017-04-11Set UDP datagram source address (ticket #1239).Roman Arutyunyan1-0/+90
2017-04-17Enabled IPV6_RECVPKTINFO / IPV6_PKTINFO on macOS.Sergey Kandaurov1-0/+3
2017-03-28Simplified and improved sendfile() code on Linux.Maxim Dounin1-67/+47
2017-03-16Added missing "static" specifier found by gcc -Wtraditional.Ruslan Ermilov1-1/+1
2017-03-07Style.Maxim Dounin1-2/+0
2017-03-07Introduced worker_shutdown_timeout.Maxim Dounin2-0/+2
2017-03-07Cancelable timers are now preserved if there are other timers.Maxim Dounin2-9/+2
2017-01-20Removed pthread mutex / conditional variables debug messages.Maxim Dounin2-20/+0
2017-01-20Fixed trailer construction with limit on FreeBSD and macOS.Maxim Dounin2-7/+15
2016-12-24Win32: compatiblity with OpenSSL 1.1.0.Maxim Dounin1-0/+3
2016-12-24Win32: support 64-bit compilation with MSVC.Maxim Dounin1-0/+10
2016-12-24Win32: fixed some warnings reported by Borland C.Maxim Dounin1-0/+3