Sign in
nginx
/
nginx
/
ff8da91784ae67ef3b5daa6ebbbbef2ec728729f
commit
ff8da91784ae67ef3b5daa6ebbbbef2ec728729f
[
log
]
[
tgz
]
author
Igor Sysoev <igor@sysoev.ru>
Wed Sep 29 16:00:49 2004 +0000
committer
Igor Sysoev <igor@sysoev.ru>
Wed Sep 29 16:00:49 2004 +0000
tree
66ca5a267c5768598f12e4bc727e5eced7c3c453
parent
55168f6b6bca2d9aafc11ada25b514f7ac99d34f
[
diff
]
nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright
auto/cc
[
diff
]
auto/configure
[
diff
]
auto/define
[
diff
]
auto/endianess
[
diff
]
auto/feature
[
diff
]
auto/fmt/fmt
[
diff
]
auto/fmt/ptrfmt
[
diff
]
auto/fmt/xfmt
[
diff
]
auto/func
[
diff
]
auto/have
[
diff
]
auto/headers
[
diff
]
auto/inc
[
diff
]
auto/init
[
diff
]
auto/install
[
diff
]
auto/lib/conf
[
diff
]
auto/lib/make
[
diff
]
auto/lib/md5/conf
[
diff
]
auto/lib/md5/make
[
diff
]
auto/lib/md5/makefile.bcc
[
diff
]
auto/lib/md5/makefile.msvc
[
diff
]
auto/lib/md5/makefile.owc
[
diff
]
auto/lib/openssl/conf
[
diff
]
auto/lib/openssl/make
[
diff
]
auto/lib/pcre/conf
[
diff
]
auto/lib/pcre/make
[
diff
]
auto/lib/pcre/makefile.bcc
[
diff
]
auto/lib/pcre/makefile.msvc
[
diff
]
auto/lib/pcre/makefile.owc
[
diff
]
auto/lib/test
[
diff
]
auto/lib/zlib/conf
[
diff
]
auto/lib/zlib/make
[
diff
]
auto/lib/zlib/makefile.bcc
[
diff
]
auto/lib/zlib/makefile.msvc
[
diff
]
auto/lib/zlib/makefile.owc
[
diff
]
auto/make
[
diff
]
auto/modules
[
diff
]
auto/nohave
[
diff
]
auto/options
[
diff
]
auto/os/conf
[
diff
]
auto/os/freebsd
[
diff
]
auto/os/linux
[
diff
]
auto/os/solaris
[
diff
]
auto/sources
[
diff
]
auto/summary
[
diff
]
auto/threads
[
diff
]
auto/types/sizeof
[
diff
]
auto/types/typedef
[
diff
]
auto/types/uintptr_t
[
diff
]
auto/types/value
[
diff
]
auto/unix
[
diff
]
src/core/nginx.c
[
diff
]
src/core/nginx.h
[
diff
]
src/core/ngx_array.c
[
diff
]
src/core/ngx_array.h
[
diff
]
src/core/ngx_buf.c
[
diff
]
src/core/ngx_buf.h
[
diff
]
src/core/ngx_conf_file.c
[
diff
]
src/core/ngx_conf_file.h
[
diff
]
src/core/ngx_config.h
[
diff
]
src/core/ngx_connection.c
[
diff
]
src/core/ngx_connection.h
[
diff
]
src/core/ngx_core.h
[
diff
]
src/core/ngx_crc.h
[
diff
]
src/core/ngx_cycle.c
[
diff
]
src/core/ngx_cycle.h
[
diff
]
src/core/ngx_file.c
[
diff
]
src/core/ngx_file.h
[
diff
]
src/core/ngx_garbage_collector.c
[
diff
]
src/core/ngx_garbage_collector.h
[
diff
]
src/core/ngx_inet.c
[
diff
]
src/core/ngx_inet.h
[
diff
]
src/core/ngx_list.c
[
diff
]
src/core/ngx_list.h
[
diff
]
src/core/ngx_log.c
[
diff
]
src/core/ngx_log.h
[
diff
]
src/core/ngx_output_chain.c
[
diff
]
src/core/ngx_palloc.c
[
diff
]
src/core/ngx_palloc.h
[
diff
]
src/core/ngx_parse.c
[
diff
]
src/core/ngx_parse.h
[
diff
]
src/core/ngx_radix_tree.c
[
diff
]
src/core/ngx_radix_tree.h
[
diff
]
src/core/ngx_rbtree.c
[
diff
]
src/core/ngx_rbtree.h
[
diff
]
src/core/ngx_regex.c
[
diff
]
src/core/ngx_regex.h
[
diff
]
src/core/ngx_slab.c
[
diff
]
src/core/ngx_slab.h
[
diff
]
src/core/ngx_spinlock.c
[
diff
]
src/core/ngx_string.c
[
diff
]
src/core/ngx_string.h
[
diff
]
src/core/ngx_table.h
[
diff
]
src/core/ngx_times.c
[
diff
]
src/core/ngx_times.h
[
diff
]
src/event/modules/ngx_aio_module.c
[
diff
]
src/event/modules/ngx_aio_module.h
[
diff
]
src/event/modules/ngx_devpoll_module.c
[
diff
]
src/event/modules/ngx_epoll_module.c
[
diff
]
src/event/modules/ngx_iocp_module.c
[
diff
]
src/event/modules/ngx_iocp_module.h
[
diff
]
src/event/modules/ngx_kqueue_module.c
[
diff
]
src/event/modules/ngx_kqueue_module.h
[
diff
]
src/event/modules/ngx_poll_module.c
[
diff
]
src/event/modules/ngx_rtsig_module.c
[
diff
]
src/event/modules/ngx_select_module.c
[
diff
]
src/event/ngx_event.c
[
diff
]
src/event/ngx_event.h
[
diff
]
src/event/ngx_event_accept.c
[
diff
]
src/event/ngx_event_acceptex.c
[
diff
]
src/event/ngx_event_busy_lock.c
[
diff
]
src/event/ngx_event_busy_lock.h
[
diff
]
src/event/ngx_event_connect.c
[
diff
]
src/event/ngx_event_connect.h
[
diff
]
src/event/ngx_event_connectex.c
[
diff
]
src/event/ngx_event_mutex.c
[
diff
]
src/event/ngx_event_openssl.c
[
diff
]
src/event/ngx_event_openssl.h
[
diff
]
src/event/ngx_event_pipe.c
[
diff
]
src/event/ngx_event_pipe.h
[
diff
]
src/event/ngx_event_posted.c
[
diff
]
src/event/ngx_event_posted.h
[
diff
]
src/event/ngx_event_timer.c
[
diff
]
src/event/ngx_event_timer.h
[
diff
]
src/http/modules/ngx_http_access_handler.c
[
diff
]
src/http/modules/ngx_http_charset_filter.c
[
diff
]
src/http/modules/ngx_http_chunked_filter.c
[
diff
]
src/http/modules/ngx_http_gzip_filter.c
[
diff
]
src/http/modules/ngx_http_headers_filter.c
[
diff
]
src/http/modules/ngx_http_index_handler.c
[
diff
]
src/http/modules/ngx_http_not_modified_filter.c
[
diff
]
src/http/modules/ngx_http_range_filter.c
[
diff
]
src/http/modules/ngx_http_rewrite_handler.c
[
diff
]
src/http/modules/ngx_http_ssi_filter.c
[
diff
]
src/http/modules/ngx_http_ssl_module.c
[
diff
]
src/http/modules/ngx_http_ssl_module.h
[
diff
]
src/http/modules/ngx_http_static_handler.c
[
diff
]
src/http/modules/ngx_http_status_handler.c
[
diff
]
src/http/modules/ngx_http_userid_filter.c
[
diff
]
src/http/modules/proxy/ngx_http_proxy_cache.c
[
diff
]
src/http/modules/proxy/ngx_http_proxy_handler.c
[
diff
]
src/http/modules/proxy/ngx_http_proxy_handler.h
[
diff
]
src/http/modules/proxy/ngx_http_proxy_header.c
[
diff
]
src/http/modules/proxy/ngx_http_proxy_parse.c
[
diff
]
src/http/modules/proxy/ngx_http_proxy_upstream.c
[
diff
]
src/http/ngx_http.c
[
diff
]
src/http/ngx_http.h
[
diff
]
src/http/ngx_http_busy_lock.c
[
diff
]
src/http/ngx_http_busy_lock.h
[
diff
]
src/http/ngx_http_cache.c
[
diff
]
src/http/ngx_http_cache.h
[
diff
]
src/http/ngx_http_config.h
[
diff
]
src/http/ngx_http_copy_filter.c
[
diff
]
src/http/ngx_http_core_module.c
[
diff
]
src/http/ngx_http_core_module.h
[
diff
]
src/http/ngx_http_file_cache.c
[
diff
]
src/http/ngx_http_header_filter.c
[
diff
]
src/http/ngx_http_log_handler.c
[
diff
]
src/http/ngx_http_log_handler.h
[
diff
]
src/http/ngx_http_parse.c
[
diff
]
src/http/ngx_http_parse_time.c
[
diff
]
src/http/ngx_http_request.c
[
diff
]
src/http/ngx_http_request.h
[
diff
]
src/http/ngx_http_request_body.c
[
diff
]
src/http/ngx_http_script.c
[
diff
]
src/http/ngx_http_script.h
[
diff
]
src/http/ngx_http_special_response.c
[
diff
]
src/http/ngx_http_write_filter.c
[
diff
]
src/imap/ngx_imap.c
[
diff
]
src/imap/ngx_imap.h
[
diff
]
src/imap/ngx_imap_handler.c
[
diff
]
src/imap/ngx_imap_parse.c
[
diff
]
src/imap/ngx_imap_proxy.c
[
diff
]
src/os/unix/ngx_aio.h
[
diff
]
src/os/unix/ngx_aio_read.c
[
diff
]
src/os/unix/ngx_aio_read_chain.c
[
diff
]
src/os/unix/ngx_aio_write.c
[
diff
]
src/os/unix/ngx_aio_write_chain.c
[
diff
]
src/os/unix/ngx_alloc.c
[
diff
]
src/os/unix/ngx_alloc.h
[
diff
]
src/os/unix/ngx_atomic.h
[
diff
]
src/os/unix/ngx_channel.c
[
diff
]
src/os/unix/ngx_channel.h
[
diff
]
src/os/unix/ngx_daemon.c
[
diff
]
src/os/unix/ngx_errno.c
[
diff
]
src/os/unix/ngx_errno.h
[
diff
]
src/os/unix/ngx_files.c
[
diff
]
src/os/unix/ngx_files.h
[
diff
]
src/os/unix/ngx_freebsd.h
[
diff
]
src/os/unix/ngx_freebsd_config.h
[
diff
]
src/os/unix/ngx_freebsd_init.c
[
diff
]
src/os/unix/ngx_freebsd_rfork_thread.c
[
diff
]
src/os/unix/ngx_freebsd_rfork_thread.h
[
diff
]
src/os/unix/ngx_freebsd_sendfile_chain.c
[
diff
]
src/os/unix/ngx_linux.h
[
diff
]
src/os/unix/ngx_linux_config.h
[
diff
]
src/os/unix/ngx_linux_init.c
[
diff
]
src/os/unix/ngx_linux_sendfile_chain.c
[
diff
]
src/os/unix/ngx_os.h
[
diff
]
src/os/unix/ngx_posix_config.h
[
diff
]
src/os/unix/ngx_posix_init.c
[
diff
]
src/os/unix/ngx_process.c
[
diff
]
src/os/unix/ngx_process.h
[
diff
]
src/os/unix/ngx_process_cycle.c
[
diff
]
src/os/unix/ngx_process_cycle.h
[
diff
]
src/os/unix/ngx_pthread_thread.c
[
diff
]
src/os/unix/ngx_readv_chain.c
[
diff
]
src/os/unix/ngx_recv.c
[
diff
]
src/os/unix/ngx_send.c
[
diff
]
src/os/unix/ngx_shared.c
[
diff
]
src/os/unix/ngx_shared.h
[
diff
]
src/os/unix/ngx_socket.c
[
diff
]
src/os/unix/ngx_socket.h
[
diff
]
src/os/unix/ngx_solaris.h
[
diff
]
src/os/unix/ngx_solaris_config.h
[
diff
]
src/os/unix/ngx_solaris_init.c
[
diff
]
src/os/unix/ngx_solaris_sendfilev_chain.c
[
diff
]
src/os/unix/ngx_thread.h
[
diff
]
src/os/unix/ngx_time.c
[
diff
]
src/os/unix/ngx_time.h
[
diff
]
src/os/unix/ngx_types.h
[
diff
]
src/os/unix/ngx_user.h
[
diff
]
src/os/unix/ngx_writev_chain.c
[
diff
]
src/os/unix/rfork_thread.S
[
diff
]
src/os/win32/ngx_alloc.c
[
diff
]
src/os/win32/ngx_alloc.h
[
diff
]
src/os/win32/ngx_atomic.h
[
diff
]
src/os/win32/ngx_errno.c
[
diff
]
src/os/win32/ngx_errno.h
[
diff
]
src/os/win32/ngx_files.c
[
diff
]
src/os/win32/ngx_files.h
[
diff
]
src/os/win32/ngx_os.h
[
diff
]
src/os/win32/ngx_process.c
[
diff
]
src/os/win32/ngx_process.h
[
diff
]
src/os/win32/ngx_process_cycle.c
[
diff
]
src/os/win32/ngx_process_cycle.h
[
diff
]
src/os/win32/ngx_service.c
[
diff
]
src/os/win32/ngx_shared.h
[
diff
]
src/os/win32/ngx_socket.c
[
diff
]
src/os/win32/ngx_socket.h
[
diff
]
src/os/win32/ngx_stat.c
[
diff
]
src/os/win32/ngx_thread.h
[
diff
]
src/os/win32/ngx_time.c
[
diff
]
src/os/win32/ngx_time.h
[
diff
]
src/os/win32/ngx_types.h
[
diff
]
src/os/win32/ngx_user.h
[
diff
]
src/os/win32/ngx_win32_config.h
[
diff
]
src/os/win32/ngx_win32_init.c
[
diff
]
src/os/win32/ngx_wsarecv.c
[
diff
]
src/os/win32/ngx_wsarecv_chain.c
[
diff
]
src/os/win32/ngx_wsasend_chain.c
[
diff
]
250 files changed
tree: 66ca5a267c5768598f12e4bc727e5eced7c3c453
auto/
src/