Tree @release-0.7.7 (Download .tar.gz)
- ..
- ngx_aio.h
- ngx_aio_read.c
- ngx_aio_read_chain.c
- ngx_aio_write.c
- ngx_aio_write_chain.c
- ngx_alloc.c
- ngx_alloc.h
- ngx_atomic.h
- ngx_channel.c
- ngx_channel.h
- ngx_daemon.c
- ngx_darwin.h
- ngx_darwin_config.h
- ngx_darwin_init.c
- ngx_darwin_sendfile_chain.c
- ngx_errno.c
- ngx_errno.h
- ngx_files.c
- ngx_files.h
- ngx_freebsd.h
- ngx_freebsd_config.h
- ngx_freebsd_init.c
- ngx_freebsd_rfork_thread.c
- ngx_freebsd_rfork_thread.h
- ngx_freebsd_sendfile_chain.c
- ngx_gcc_atomic_amd64.h
- ngx_gcc_atomic_ppc.h
- ngx_gcc_atomic_sparc64.h
- ngx_gcc_atomic_x86.h
- ngx_linux.h
- ngx_linux_config.h
- ngx_linux_init.c
- ngx_linux_sendfile_chain.c
- ngx_os.h
- ngx_posix_config.h
- ngx_posix_init.c
- ngx_process.c
- ngx_process.h
- ngx_process_cycle.c
- ngx_process_cycle.h
- ngx_pthread_thread.c
- ngx_readv_chain.c
- ngx_recv.c
- ngx_send.c
- ngx_setproctitle.c
- ngx_setproctitle.h
- ngx_shmem.c
- ngx_shmem.h
- ngx_socket.c
- ngx_socket.h
- ngx_solaris.h
- ngx_solaris_config.h
- ngx_solaris_init.c
- ngx_solaris_sendfilev_chain.c
- ngx_sunpro_amd64.il
- ngx_sunpro_atomic_sparc64.h
- ngx_sunpro_sparc64.il
- ngx_sunpro_x86.il
- ngx_sunpro_x86.map
- ngx_thread.h
- ngx_time.c
- ngx_time.h
- ngx_types.h
- ngx_udp_recv.c
- ngx_user.c
- ngx_user.h
- ngx_writev_chain.c
- rfork_thread.S
History of src / os / unix @release-0.7.7
- directio Igor Sysoev 13 years ago
- *) move Darwin support to separate files Igor Sysoev 13 years ago
- case insensitive file system location support provided by locale only Igor Sysoev 13 years ago
- *) back out r2040 Igor Sysoev 14 years ago
- read channel until EAGAIN Igor Sysoev 14 years ago
- fix building on modern Fedora 9 caused by IOV_MAX Igor Sysoev 14 years ago
- style fix: remove tabs and trailing spaces Igor Sysoev 14 years ago
- ignore glob no match error Igor Sysoev 14 years ago
- Cygwin O_BINARY mode Igor Sysoev 14 years ago
- grammar fix Igor Sysoev 14 years ago
- it seems that malloc.h is required for Cygwin only Igor Sysoev 14 years ago
- fix r1921 Igor Sysoev 14 years ago
- disable rtsig automatic building in post 2.6.18 Linux kernels Igor Sysoev 14 years ago
- left open sockets were not really tested Igor Sysoev 14 years ago
- use CMSG_LEN(), this fixes an alert "sendmsg() failed (9: Bad file descriptor)" Igor Sysoev 14 years ago
- avoid endless loop if epoll is used Igor Sysoev 14 years ago
- reset ready flag if no data is available, Igor Sysoev 14 years ago
- add NGX_ENETDOWN, NGX_ENETUNREACH, and NGX_EHOSTDOWN Igor Sysoev 14 years ago
- take MALLOC_OPTIONS=J into account in slab allocator Igor Sysoev 14 years ago
- move condition declarations inside blocks where they are used Igor Sysoev 14 years ago
- ngx_udp_recv() Igor Sysoev 14 years ago
- style fix Igor Sysoev 14 years ago
- axe old unused alert message Igor Sysoev 14 years ago
- style fix Igor Sysoev 14 years ago
- use uname(2) instead of /proc/, this allows to run nginx in chroot Igor Sysoev 14 years ago
- Cygwin can not pass SCM_RIGHTS via unix socket, use signals Igor Sysoev 14 years ago
- fix building broken in r1578 Igor Sysoev 14 years ago
- delete code that should be deleted in r1576 Igor Sysoev 14 years ago
- Cygwin support Igor Sysoev 14 years ago
- avoid segfault if poll is used and endless loop if select is used Igor Sysoev 14 years ago