summaryrefslogtreecommitdiffhomepage
path: root/src/os (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-24Win32: minimized redefinition of ssize_t.Maxim Dounin1-1/+1
2016-12-24Win32: minimized redefinition of intptr_t/uintptr_t.Maxim Dounin1-1/+1
2016-12-24Win32: stdint.h used for MinGW GCC.Maxim Dounin1-1/+1
2016-12-24Win32: fixed building with newer versions of MinGW GCC.Maxim Dounin1-0/+1
2016-10-05Cache: cache manager limits.Dmitry Volyntsev2-6/+6
2016-09-15Stream: filters.Roman Arutyunyan9-0/+257
2016-08-04Always seed PRNG with PID, seconds, and milliseconds.Ruslan Ermilov4-11/+19
2016-08-04Fixed undefined behavior when left shifting signed integer.Ruslan Ermilov1-1/+1
2016-08-04Win32: added per-thread random seeding.Ruslan Ermilov1-0/+2
2016-06-08Fixed spelling.Otto Kekäläinen1-1/+1
2016-05-31Core: skip special buffers on writing (ticket #981).Maxim Dounin1-0/+5
2016-05-13Improved EPOLLRDHUP handling.Valentin Bartenev2-0/+65
2016-04-08Removed redundant "u" format specifier.Ruslan Ermilov2-2/+2
2016-04-08Simplified ngx_unix_recv() and ngx_readv_chain().Ruslan Ermilov2-6/+2
2016-04-08Merged implementations of ngx_unix_recv().Valentin Bartenev1-59/+11
2016-04-08Fixed small inconsistency in handling EOF among receive functions.Valentin Bartenev2-42/+41
2016-04-08Merged implementations of ngx_udp_unix_recv().Valentin Bartenev1-47/+4
2016-04-07Fixed spelling.Josh Soref1-1/+1
2016-03-31Fixed ngx_os_signal_process() prototype.Ruslan Ermilov4-6/+6
2016-03-31Fixed ngx_pid_t formatting in ngx_sprintf() and logging.Sergey Kandaurov3-8/+8
2016-03-31Fixed logging.Sergey Kandaurov9-15/+15
2016-03-30Style.Ruslan Ermilov6-29/+29
2016-03-29Win32: replaced NGX_EXDEV with more appropriate error code.Maxim Dounin1-5/+1
2016-03-29Win32: additional error code NGX_EEXIST_FILE (ticket #910).Maxim Dounin2-1/+8
2016-03-28Fixed --test-build-*.Ruslan Ermilov1-1/+1
2016-03-18Threads: offloading of temp files writing to thread pools.Maxim Dounin2-14/+154
2016-03-18Threads: task pointer stored in ngx_file_t.Maxim Dounin2-6/+6
2016-03-18Fixed timeouts with threaded sendfile() and subrequests.Maxim Dounin1-10/+11
2016-03-15Truncation detection in sendfilev() on Solaris.Maxim Dounin1-0/+23
2016-03-15Truncation detection in sendfile() on Linux.Maxim Dounin1-0/+26
2016-01-20Stream: UDP proxy.Roman Arutyunyan7-0/+63
2016-03-14Fixed handling of EAGAIN with sendfile in threads.Valentin Bartenev1-1/+6
2016-03-03Fixed sendfile in threads (or with aio preload) and subrequests.Maxim Dounin2-0/+24
2016-03-03Introduced the ngx_chain_to_iovec() function.Valentin Bartenev1-50/+60
2016-02-18Core: added support for more than 64 CPUs in worker_cpu_affinity.Vladimir Homutov4-32/+33
2016-02-04Dynamic modules: dlopen() support.Maxim Dounin9-0/+126
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin2-24/+24
2015-12-02Core: fix typo in error message.Piotr Sikora1-1/+1
2015-11-17Used the pwritev() syscall for writing files where possible.Valentin Bartenev1-3/+35
2015-11-17Moved file writev() handling code to a separate function.Valentin Bartenev1-32/+51
2015-11-17Handled EINTR from write() and pwrite() syscalls.Valentin Bartenev1-3/+20