summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-03-31Fixed ngx_os_signal_process() prototype.Ruslan Ermilov2-3/+3
2016-03-31Fixed ngx_pid_t formatting in ngx_sprintf() and logging.Sergey Kandaurov1-1/+1
2016-03-31Fixed logging.Sergey Kandaurov9-15/+15
2016-03-30Style.Ruslan Ermilov4-20/+20
2016-03-29Win32: additional error code NGX_EEXIST_FILE (ticket #910).Maxim Dounin1-0/+1
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 Homutov3-32/+30
2016-02-04Dynamic modules: dlopen() support.Maxim Dounin7-0/+72
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin1-15/+15
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
2015-11-17Adjusted file->sys_offset after the write() syscall.Valentin Bartenev1-0/+1
2015-09-02Fixed building --with-debug, broken by 6fce16b1fc10.Valentin Bartenev1-1/+1
2015-09-02Writing to some file systems can be interrupted.Valentin Bartenev1-1/+12
2015-08-11Core: idle connections now closed only once on exiting.Valentin Bartenev1-17/+2
2015-06-16Core: added support for writing to stdout.Vladimir Homutov1-0/+1
2015-05-25Configure: GNU Hurd properly recognized.Maxim Dounin1-0/+8
2015-05-20Introduced worker number, ngx_worker.Maxim Dounin2-0/+3
2015-04-23Removed the "worker_rlimit_sigpending" directive.Ruslan Ermilov1-13/+0
2015-04-23Removed the obsolete rtsig module.Ruslan Ermilov3-41/+0
2015-04-22Removed the obsolete aio module.Ruslan Ermilov6-405/+1
2015-04-06Used the correct type for the AIO preload handler return value.Valentin Bartenev1-2/+2
2015-03-20Removed busy locks.Ruslan Ermilov1-3/+0
2015-03-20Removed unix ngx_threaded and related ngx_process_changes.Ruslan Ermilov2-2/+0
2015-03-20Removed old pthread implementation.Ruslan Ermilov4-584/+0
2015-03-20Removed old FreeBSD rfork() thread implementation.Ruslan Ermilov5-965/+0
2015-03-14Added support for offloading Linux sendfile() in thread pools.Valentin Bartenev1-8/+183
2015-03-14Added support for offloading read() in thread pools.Valentin Bartenev2-0/+114
2015-03-14Thread pools implementation.Valentin Bartenev5-1/+384
2015-03-04Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov3-11/+11
2015-02-27Refactored ngx_linux_sendfile_chain() even more.Valentin Bartenev1-46/+60
2015-02-11Refactored sendfile() AIO preload.Valentin Bartenev4-47/+112