.. |
ngx_aio_read_chain.c
|
Core: added limit to recv_chain().
|
2014-10-28 12:29:58 +03:00 |
ngx_aio_read.c
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_aio_write_chain.c
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_aio_write.c
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_alloc.c
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_alloc.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_atomic.h
|
Fixed compilation with -Wmissing-prototypes.
|
2012-07-24 15:09:54 +00:00 |
ngx_channel.c
|
Events: removed broken thread support from posted events.
|
2014-09-01 18:20:03 +04:00 |
ngx_channel.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_daemon.c
|
Style: the function type should be on a line by itself
|
2012-04-05 15:32:43 +00:00 |
ngx_darwin_config.h
|
Configure: added -Wno-deprecated-declarations on OS X.
|
2014-05-28 17:41:44 +04:00 |
ngx_darwin_init.c
|
Use "void" for functions with empty parameter list.
|
2013-05-23 15:47:58 +04:00 |
ngx_darwin_sendfile_chain.c
|
Fixed sendfile() trailers on OS X (8e903522c17a, 1.7.8).
|
2015-01-13 18:58:23 +03:00 |
ngx_darwin.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_errno.c
|
Fixed return type of ngx_strerror_init().
|
2012-06-18 14:12:03 +00:00 |
ngx_errno.h
|
Core: handle getsockopt(TCP_FASTOPEN) failures.
|
2014-01-30 14:58:21 -08:00 |
ngx_file_aio_read.c
|
Refactored sendfile() AIO preload.
|
2015-02-11 17:52:15 +03:00 |
ngx_files.c
|
Added support for offloading read() in thread pools.
|
2015-03-14 17:37:25 +03:00 |
ngx_files.h
|
Added support for offloading read() in thread pools.
|
2015-03-14 17:37:25 +03:00 |
ngx_freebsd_config.h
|
Removed old FreeBSD rfork() thread implementation.
|
2015-03-20 06:43:19 +03:00 |
ngx_freebsd_init.c
|
Use "void" for functions with empty parameter list.
|
2013-05-23 15:47:58 +04:00 |
ngx_freebsd_sendfile_chain.c
|
Refactored sendfile() AIO preload.
|
2015-02-11 17:52:15 +03:00 |
ngx_freebsd.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_gcc_atomic_amd64.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_gcc_atomic_ppc.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_gcc_atomic_sparc64.h
|
Fixed spelling in multiline C comments.
|
2012-04-03 07:37:31 +00:00 |
ngx_gcc_atomic_x86.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_linux_aio_read.c
|
Refactored sendfile() AIO preload.
|
2015-02-11 17:52:15 +03:00 |
ngx_linux_config.h
|
Thread pools implementation.
|
2015-03-14 17:37:07 +03:00 |
ngx_linux_init.c
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_linux_sendfile_chain.c
|
Added support for offloading Linux sendfile() in thread pools.
|
2015-03-14 17:37:30 +03:00 |
ngx_linux.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_os.h
|
Moved writev() handling code to a separate function.
|
2014-08-13 15:11:45 +04:00 |
ngx_posix_config.h
|
Added ngx_filename_cmp() with "/" sorted to the left.
|
2013-09-23 19:37:13 +04:00 |
ngx_posix_init.c
|
Added ngx_init_setproctitle() return code check.
|
2014-09-08 21:36:09 +04:00 |
ngx_process_cycle.c
|
Removed old pthread implementation.
|
2015-03-20 06:43:19 +03:00 |
ngx_process_cycle.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_process.c
|
Valgrind: sigaction() failure now ignored.
|
2013-06-05 19:44:20 +04:00 |
ngx_process.h
|
worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
|
2012-03-21 13:58:51 +00:00 |
ngx_readv_chain.c
|
Core: added limit to recv_chain().
|
2014-10-28 12:29:58 +03:00 |
ngx_recv.c
|
Fixed handling of the ready flag with kqueue.
|
2013-09-05 16:53:02 +04:00 |
ngx_send.c
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_setaffinity.c
|
worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
|
2012-03-21 13:58:51 +00:00 |
ngx_setaffinity.h
|
worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
|
2012-03-21 13:58:51 +00:00 |
ngx_setproctitle.c
|
Fixed spelling in multiline C comments.
|
2012-04-03 07:37:31 +00:00 |
ngx_setproctitle.h
|
Added ngx_init_setproctitle() return code check.
|
2014-09-08 21:36:09 +04:00 |
ngx_shmem.c
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_shmem.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_socket.c
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_socket.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_solaris_config.h
|
Added ngx_filename_cmp() with "/" sorted to the left.
|
2013-09-23 19:37:13 +04:00 |
ngx_solaris_init.c
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_solaris_sendfilev_chain.c
|
Refactored ngx_solaris_sendfilev_chain().
|
2014-11-19 21:17:11 +03:00 |
ngx_solaris.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_sunpro_amd64.il
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_sunpro_atomic_sparc64.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_sunpro_sparc64.il
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_sunpro_x86.il
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_thread_cond.c
|
Thread pools implementation.
|
2015-03-14 17:37:07 +03:00 |
ngx_thread_id.c
|
Thread pools implementation.
|
2015-03-14 17:37:07 +03:00 |
ngx_thread_mutex.c
|
Thread pools implementation.
|
2015-03-14 17:37:07 +03:00 |
ngx_thread.h
|
Removed old pthread implementation.
|
2015-03-20 06:43:19 +03:00 |
ngx_time.c
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_time.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_udp_recv.c
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_user.c
|
Removed old pthread implementation.
|
2015-03-20 06:43:19 +03:00 |
ngx_user.h
|
Copyright updated.
|
2012-01-18 15:07:43 +00:00 |
ngx_writev_chain.c
|
Moved writev() handling code to a separate function.
|
2014-08-13 15:11:45 +04:00 |