CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/06/12 09:27:09
Modified files:
usr.sbin/nginx : CHANGES CHANGES.ru Makefile.bsd-wrapper
usr.sbin/nginx/auto: endianness feature include modules options
sources unix
usr.sbin/nginx/auto/cc: clang conf msvc name owc sunc
usr.sbin/nginx/auto/lib: test
usr.sbin/nginx/auto/lib/libatomic: make
usr.sbin/nginx/auto/lib/openssl: conf make
usr.sbin/nginx/auto/lib/pcre: conf make makefile.bcc
makefile.msvc makefile.owc
usr.sbin/nginx/auto/lib/perl: make
usr.sbin/nginx/auto/lib/zlib: make
usr.sbin/nginx/auto/os: darwin linux win32
usr.sbin/nginx/auto/types: sizeof typedef uintptr_t
usr.sbin/nginx/conf: mime.types nginx.conf
usr.sbin/nginx/contrib: README
usr.sbin/nginx/src/core: nginx.c nginx.h ngx_conf_file.c
ngx_conf_file.h ngx_config.h
ngx_connection.c ngx_connection.h
ngx_core.h ngx_cycle.c ngx_cycle.h
ngx_file.c ngx_file.h ngx_hash.c
ngx_inet.c ngx_inet.h ngx_list.c
ngx_log.c ngx_log.h
ngx_open_file_cache.c ngx_palloc.c
ngx_resolver.c ngx_resolver.h
ngx_slab.c ngx_slab.h ngx_string.c
ngx_string.h ngx_times.c ngx_times.h
usr.sbin/nginx/src/event: ngx_event.c ngx_event.h
ngx_event_accept.c ngx_event_connect.c
ngx_event_openssl.c
ngx_event_openssl.h
ngx_event_openssl_stapling.c
ngx_event_pipe.c
usr.sbin/nginx/src/event/modules: ngx_devpoll_module.c
ngx_epoll_module.c
ngx_select_module.c
ngx_win32_select_module.c
usr.sbin/nginx/src/http: ngx_http.c ngx_http_cache.h
ngx_http_copy_filter_module.c
ngx_http_core_module.c
ngx_http_core_module.h
ngx_http_file_cache.c
ngx_http_header_filter_module.c
ngx_http_parse.c
ngx_http_postpone_filter_module.c
ngx_http_request.c ngx_http_request.h
ngx_http_request_body.c
ngx_http_script.c ngx_http_spdy.c
ngx_http_spdy.h
ngx_http_spdy_filter_module.c
ngx_http_spdy_module.c
ngx_http_spdy_module.h
ngx_http_special_response.c
ngx_http_upstream.c ngx_http_upstream.h
ngx_http_upstream_round_robin.c
ngx_http_variables.c
ngx_http_write_filter_module.c
usr.sbin/nginx/src/http/modules: ngx_http_access_module.c
ngx_http_auth_basic_module.c
ngx_http_autoindex_module.c
ngx_http_charset_filter_module.c
ngx_http_dav_module.c
ngx_http_fastcgi_module.c
ngx_http_gunzip_filter_module.c
ngx_http_gzip_filter_module.c
ngx_http_gzip_static_module.c
ngx_http_headers_filter_module.c
ngx_http_image_filter_module.c
ngx_http_limit_req_module.c
ngx_http_log_module.c
ngx_http_map_module.c
ngx_http_memcached_module.c
ngx_http_mp4_module.c
ngx_http_proxy_module.c
ngx_http_range_filter_module.c
ngx_http_realip_module.c
ngx_http_referer_module.c
ngx_http_scgi_module.c
ngx_http_ssi_filter_module.c
ngx_http_ssl_module.c
ngx_http_ssl_module.h
ngx_http_stub_status_module.c
ngx_http_sub_filter_module.c
ngx_http_upstream_ip_hash_module.c
ngx_http_upstream_keepalive_module.c
ngx_http_uwsgi_module.c
ngx_http_xslt_filter_module.c
usr.sbin/nginx/src/http/modules/perl: nginx.xs
ngx_http_perl_module.c
usr.sbin/nginx/src/mail: ngx_mail.c ngx_mail.h
ngx_mail_auth_http_module.c
ngx_mail_core_module.c
ngx_mail_handler.c ngx_mail_parse.c
ngx_mail_proxy_module.c
ngx_mail_smtp_handler.c
ngx_mail_ssl_module.c
ngx_mail_ssl_module.h
usr.sbin/nginx/src/os/unix: ngx_channel.c ngx_darwin_config.h
ngx_darwin_init.c
ngx_darwin_sendfile_chain.c
ngx_errno.h ngx_files.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_linux_config.h
ngx_linux_sendfile_chain.c
ngx_posix_config.h ngx_process.c
ngx_process_cycle.c
ngx_readv_chain.c ngx_recv.c
ngx_solaris_config.h
ngx_solaris_sendfilev_chain.c
Added files:
usr.sbin/nginx/src/core: ngx_proxy_protocol.c
ngx_proxy_protocol.h ngx_syslog.c
ngx_syslog.h
usr.sbin/nginx/src/http/modules: ngx_http_auth_request_module.c
Log message:
update to 1.6.0 with official syslog support backported from the 1.7 branch
tested by several, ok sthen@