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
AgeCommit message (Expand)Author
2016-03-31Fixed logging.Sergey Kandaurov
2016-03-30Style.Ruslan Ermilov
2016-03-29Win32: replaced NGX_EXDEV with more appropriate error code.Maxim Dounin
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
2016-03-03Introduced the ngx_chain_to_iovec() function.Valentin Bartenev
2016-02-18Core: added support for more than 64 CPUs in worker_cpu_affinity.Vladimir Homutov
2016-02-04Dynamic modules: dlopen() support.Maxim Dounin
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin
2015-12-03Core: fix typo in error message.Piotr Sikora
2015-11-17Used the pwritev() syscall for writing files where possible.Valentin Bartenev
2015-11-17Moved file writev() handling code to a separate function.Valentin Bartenev
2015-11-17Handled EINTR from write() and pwrite() syscalls.Valentin Bartenev
2015-11-17Adjusted file->sys_offset after the write() syscall.Valentin Bartenev
2015-09-02Fixed building --with-debug, broken by 6fce16b1fc10.Valentin Bartenev
2015-09-02Writing to some file systems can be interrupted.Valentin Bartenev
2015-08-17Win32: MSVC 2015 compatibility.Maxim Dounin
2015-08-11Core: idle connections now closed only once on exiting.Valentin Bartenev
2015-06-16Core: added support for writing to stdout.Vladimir Homutov
2015-05-25Configure: GNU Hurd properly recognized.Maxim Dounin
2015-05-20Introduced worker number, ngx_worker.Maxim Dounin
2015-04-27Win32: shared memory base addresses and remapping.Maxim Dounin
2015-04-23Removed the "worker_rlimit_sigpending" directive.Ruslan Ermilov
2015-04-23Removed the obsolete rtsig module.Ruslan Ermilov
2015-04-22Removed the obsolete aio module.Ruslan Ermilov
2015-03-26Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32.Ruslan Ermilov
2015-03-26Removed "worker_threads" and "thread_stack_size" directives.Ruslan Ermilov
2015-03-26Removed unused thread-local-storage code.Ruslan Ermilov
2015-03-26Removed ngx_threaded and related code.Ruslan Ermilov
2015-04-06Used the correct type for the AIO preload handler return value.Valentin Bartenev
2015-03-23Removed stub implementation of win32 mutexes.Ruslan Ermilov
2015-03-20Removed busy locks.Ruslan Ermilov
2015-03-20Removed unix ngx_threaded and related ngx_process_changes.Ruslan Ermilov
2015-03-20Removed old pthread implementation.Ruslan Ermilov
2015-03-20Removed old FreeBSD rfork() thread implementation.Ruslan Ermilov
2015-03-14Added support for offloading Linux sendfile() in thread pools.Valentin Bartenev
2015-03-14Added support for offloading read() in thread pools.Valentin Bartenev
2015-03-14Thread pools implementation.Valentin Bartenev
2015-03-04Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov
2015-03-17Core: expose maximum values of time_t and ngx_int_t.Ruslan Ermilov
2015-02-27Refactored ngx_linux_sendfile_chain() even more.Valentin Bartenev
2015-02-11Refactored sendfile() AIO preload.Valentin Bartenev