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
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
2016-06-08Fixed spelling.Otto Kekäläinen
2016-05-31Core: skip special buffers on writing (ticket #981).Maxim Dounin
2016-05-13Improved EPOLLRDHUP handling.Valentin Bartenev
2016-04-08Simplified ngx_unix_recv() and ngx_readv_chain().Ruslan Ermilov
2016-04-08Merged implementations of ngx_unix_recv().Valentin Bartenev
2016-04-08Fixed small inconsistency in handling EOF among receive functions.Valentin Bartenev
2016-04-08Merged implementations of ngx_udp_unix_recv().Valentin Bartenev
2016-03-31Fixed ngx_os_signal_process() prototype.Ruslan Ermilov
2016-03-31Fixed ngx_pid_t formatting in ngx_sprintf() and logging.Sergey Kandaurov
2016-03-31Fixed logging.Sergey Kandaurov
2016-03-30Style.Ruslan Ermilov
2016-03-29Win32: additional error code NGX_EEXIST_FILE (ticket #910).Maxim Dounin
2016-03-28Fixed --test-build-*.Ruslan Ermilov
2016-03-18Threads: offloading of temp files writing to thread pools.Maxim Dounin
2016-03-18Threads: task pointer stored in ngx_file_t.Maxim Dounin
2016-03-18Fixed timeouts with threaded sendfile() and subrequests.Maxim Dounin
2016-03-15Truncation detection in sendfilev() on Solaris.Maxim Dounin
2016-03-15Truncation detection in sendfile() on Linux.Maxim Dounin
2016-01-20Stream: UDP proxy.Roman Arutyunyan
2016-03-14Fixed handling of EAGAIN with sendfile in threads.Valentin Bartenev
2016-03-03Fixed sendfile in threads (or with aio preload) and subrequests.Maxim Dounin