]> git.kaiwu.me - nginx.git/commit
nginx-0.0.2-2004-03-04-10:04:55 import
authorIgor Sysoev <igor@sysoev.ru>
Thu, 4 Mar 2004 07:04:55 +0000 (07:04 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 4 Mar 2004 07:04:55 +0000 (07:04 +0000)
commita536298c7bd1f525db97facab814a2906214ee7f
tree201ef9d639e1ff100684bf0a6781f59602418e35
parent5edf387f199efe5b67b2b81a00bc8404bea8365b
nginx-0.0.2-2004-03-04-10:04:55 import
36 files changed:
auto/make
auto/os/conf
auto/sources
src/core/nginx.c
src/core/ngx_atomic.h
src/core/ngx_connection.c
src/core/ngx_core.h
src/core/ngx_cycle.c
src/core/ngx_cycle.h
src/core/ngx_log.c
src/core/ngx_log.h
src/event/modules/ngx_iocp_module.c
src/event/modules/ngx_select_module.c
src/event/ngx_event_acceptex.c
src/http/modules/ngx_http_ssi_filter.c
src/os/unix/ngx_aio_read.c
src/os/unix/ngx_files.c
src/os/unix/ngx_files.h
src/os/unix/ngx_os.h
src/os/unix/ngx_process.h
src/os/unix/ngx_process_cycle.c [new file with mode: 0644]
src/os/unix/ngx_process_cycle.h [new file with mode: 0644]
src/os/unix/ngx_user.h [new file with mode: 0644]
src/os/win32/ngx_errno.h
src/os/win32/ngx_files.h
src/os/win32/ngx_os.h
src/os/win32/ngx_process.c [new file with mode: 0644]
src/os/win32/ngx_process.h
src/os/win32/ngx_process_cycle.c [new file with mode: 0644]
src/os/win32/ngx_process_cycle.h [new file with mode: 0644]
src/os/win32/ngx_thread.h [new file with mode: 0644]
src/os/win32/ngx_user.h [new file with mode: 0644]
src/os/win32/ngx_win32_config.h
src/os/win32/ngx_wsarecv.c
src/os/win32/ngx_wsarecv_chain.c
src/os/win32/ngx_wsasend_chain.c