Tree @release-1.11.3 (Download .tar.gz)
- ..
- nginx.c
- nginx.h
- ngx_array.c
- ngx_array.h
- ngx_buf.c
- ngx_buf.h
- ngx_conf_file.c
- ngx_conf_file.h
- ngx_config.h
- ngx_connection.c
- ngx_connection.h
- ngx_core.h
- ngx_cpuinfo.c
- ngx_crc.h
- ngx_crc32.c
- ngx_crc32.h
- ngx_crypt.c
- ngx_crypt.h
- ngx_cycle.c
- ngx_cycle.h
- ngx_file.c
- ngx_file.h
- ngx_hash.c
- ngx_hash.h
- ngx_inet.c
- ngx_inet.h
- ngx_list.c
- ngx_list.h
- ngx_log.c
- ngx_log.h
- ngx_md5.c
- ngx_md5.h
- ngx_module.c
- ngx_module.h
- ngx_murmurhash.c
- ngx_murmurhash.h
- ngx_open_file_cache.c
- ngx_open_file_cache.h
- ngx_output_chain.c
- ngx_palloc.c
- ngx_palloc.h
- ngx_parse.c
- ngx_parse.h
- ngx_parse_time.c
- ngx_parse_time.h
- ngx_proxy_protocol.c
- ngx_proxy_protocol.h
- ngx_queue.c
- ngx_queue.h
- ngx_radix_tree.c
- ngx_radix_tree.h
- ngx_rbtree.c
- ngx_rbtree.h
- ngx_regex.c
- ngx_regex.h
- ngx_resolver.c
- ngx_resolver.h
- ngx_rwlock.c
- ngx_rwlock.h
- ngx_sha1.c
- ngx_sha1.h
- ngx_shmtx.c
- ngx_shmtx.h
- ngx_slab.c
- ngx_slab.h
- ngx_spinlock.c
- ngx_string.c
- ngx_string.h
- ngx_syslog.c
- ngx_syslog.h
- ngx_thread_pool.c
- ngx_thread_pool.h
- ngx_times.c
- ngx_times.h
History of src / core @release-1.11.3
- Avoid left-shifting integers into the sign bit, which is undefined. Sergey Kandaurov 5 years ago
- Use NGX_MAX_PATH_LEVEL where appropriate. Ruslan Ermilov 5 years ago
- Version bump. Ruslan Ermilov 5 years ago
- Internal md5 and sha1 implementations are now always used. Maxim Dounin 6 years ago
- Removed unused flag accept_context_updated from ngx_event_t. Ruslan Ermilov 6 years ago
- Fixed build on MSVC. Roman Arutyunyan 6 years ago
- Introduced ngx_inet_get_port() and ngx_inet_set_port() functions. Roman Arutyunyan 6 years ago
- An internal SHA1 implementation. Maxim Dounin 6 years ago
- Version bump. Sergey Kandaurov 6 years ago
- Version bump. Valentin Bartenev 6 years ago
- Fixed build on MSVC. Maxim Dounin 6 years ago
- Realip: port support in X-Real-IP and X-Forwarded-For. Dmitry Volyntsev 6 years ago
- Added the $proxy_protocol_port variable. Dmitry Volyntsev 6 years ago
- Introduced the ngx_sockaddr_t type. Ruslan Ermilov 6 years ago
- Belatedly changed the ngx_create_listening() prototype. Ruslan Ermilov 6 years ago
- Removed a surplus condition from ngx_parse_inet6_url(). Ruslan Ermilov 6 years ago
- Core: fixed port handling in ngx_parse_inet6_url(). Valentin Bartenev 6 years ago
- Removed unused flag unexpected_eof from ngx_connection_t. Ruslan Ermilov 6 years ago
- Removed some bitrot. Ruslan Ermilov 6 years ago
- Version bump. Ruslan Ermilov 6 years ago
- Thread pools: memory barriers in task completion notifications. Maxim Dounin 6 years ago
- Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse (as in e444e8f6538b). Ruslan Ermilov 6 years ago
- Removed redundant "u" format specifier. Ruslan Ermilov 6 years ago
- Version bump. Ruslan Ermilov 6 years ago
- Core: removed incorrect GCC 2.7 check. Maxim Dounin 6 years ago
- SSL: SSLeay_version() is deprecated in OpenSSL 1.1.0. Maxim Dounin 6 years ago
- Removed the prototype mysql module. Ruslan Ermilov 6 years ago
- Fixed ngx_os_signal_process() prototype. Ruslan Ermilov 6 years ago
- Fixed format specifiers in ngx_sprintf(). Sergey Kandaurov 6 years ago
- Fixed logging. Sergey Kandaurov 6 years ago