]> git.kaiwu.me - nginx.git/commit
nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_t
authorIgor Sysoev <igor@sysoev.ru>
Fri, 28 May 2004 15:49:23 +0000 (15:49 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 28 May 2004 15:49:23 +0000 (15:49 +0000)
commit369145cef1971e4273dc59340689c2d96f84d18a
tree55f59267d9ada5160ad74168bf5721ce5b3653ff
parent87a7d1c44917e352e336c859c2a797e5d60b19da
nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_t
41 files changed:
auto/cc
auto/sources
src/core/ngx_buf.c [new file with mode: 0644]
src/core/ngx_buf.h [moved from src/core/ngx_hunk.h with 54% similarity]
src/core/ngx_conf_file.c
src/core/ngx_conf_file.h
src/core/ngx_connection.h
src/core/ngx_core.h
src/core/ngx_hunk.c [deleted file]
src/core/ngx_output_chain.c
src/event/ngx_event_acceptex.c
src/event/ngx_event_pipe.c
src/event/ngx_event_pipe.h
src/http/modules/ngx_http_charset_filter.c
src/http/modules/ngx_http_chunked_filter.c
src/http/modules/ngx_http_gzip_filter.c
src/http/modules/ngx_http_range_filter.c
src/http/modules/ngx_http_static_handler.c
src/http/modules/proxy/ngx_http_proxy_handler.h
src/http/modules/proxy/ngx_http_proxy_upstream.c
src/http/ngx_http.h
src/http/ngx_http_cache.h
src/http/ngx_http_copy_filter.c
src/http/ngx_http_header_filter.c
src/http/ngx_http_parse.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_request_body.c
src/http/ngx_http_special_response.c
src/http/ngx_http_write_filter.c
src/os/unix/ngx_aio_read_chain.c
src/os/unix/ngx_aio_write_chain.c
src/os/unix/ngx_files.c
src/os/unix/ngx_freebsd_sendfile_chain.c
src/os/unix/ngx_linux_sendfile_chain.c
src/os/unix/ngx_readv_chain.c
src/os/unix/ngx_solaris_sendfilev_chain.c
src/os/unix/ngx_writev_chain.c
src/os/win32/ngx_files.c
src/os/win32/ngx_wsarecv_chain.c
src/os/win32/ngx_wsasend_chain.c