Tree @release-1.11.6 (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.6
- Core: slight optimization in ngx_chain_update_chains(). hucongcong 5 years ago
- Cache: prefix-based temporary files. Maxim Dounin 5 years ago
- Core: show file contents only once while dumping configuration. Vladimir Homutov 5 years ago
- Style. Maxim Dounin 5 years ago
- Version bump. Ruslan Ermilov 5 years ago
- Modules compatibility: compatibility with NGX_HTTP_SSL. Maxim Dounin 5 years ago
- Modules compatibility: compatibility with NGX_HAVE_FILE_AIO. Maxim Dounin 5 years ago
- Modules compatibility: compatibility with NGX_THREADS. Maxim Dounin 5 years ago
- Core: sockaddr lengths now respected by ngx_cmp_sockaddr(). Maxim Dounin 5 years ago
- Core: ngx_conf_set_access_slot() user access (ticket #1096). Maxim Dounin 5 years ago
- Cache: cache manager limits. Dmitry Volyntsev 5 years ago
- Core: use c->log while closing connection. Ruslan Ermilov 5 years ago
- Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks. Ruslan Ermilov 5 years ago
- Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks. Maxim Dounin 5 years ago
- Modules compatibility: removed unneeded IPV6_V6ONLY checks. Maxim Dounin 5 years ago
- Modules compatibility: http2. Maxim Dounin 5 years ago
- Modules compatibility: degradation fields now always present. Maxim Dounin 5 years ago
- Introduced the NGX_COMPAT macro. Ruslan Ermilov 5 years ago
- Resolver: introduced state field in ngx_resolver_srv_name_t. Dmitry Volyntsev 5 years ago
- Modules compatibility: cache purge fields. Maxim Dounin 5 years ago
- Fixed log levels of configuration parsing errors. Valentin Bartenev 5 years ago
- Removed influence of some options on structures. Ruslan Ermilov 5 years ago
- Version bump. Vladimir Homutov 5 years ago
- Core: introduced ngx_cidr_match() function. Dmitry Volyntsev 5 years ago
- Thread pools: create threads in detached state. Piotr Sikora 5 years ago
- Version bump. Vladimir Homutov 5 years ago
- 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