Tree @release-1.9.10 (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_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.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.9.10
- Resolver: limited CNAME recursion. Ruslan Ermilov 6 years ago
- Resolver: fixed use-after-free memory accesses with CNAME. Roman Arutyunyan 6 years ago
- Resolver: changed the ngx_resolver_create_*_query() arguments. Roman Arutyunyan 6 years ago
- Resolver: fixed CNAME processing for several requests. Ruslan Ermilov 6 years ago
- Resolver: fixed crashes in timeout handler. Ruslan Ermilov 6 years ago
- Resolver: fixed possible segmentation fault on DNS format error. Roman Arutyunyan 6 years ago
- Core: worker_cpu_affinity auto. Maxim Dounin 6 years ago
- Version bump. Maxim Dounin 6 years ago
- Version bump. Ruslan Ermilov 6 years ago
- Style: NGX_PTR_SIZE replaced with sizeof(void *). Maxim Dounin 6 years ago
- Core: enabled "include" inside http upstreams (ticket #635). Ruslan Ermilov 6 years ago
- Version bump. Valentin Bartenev 6 years ago
- Fixed ngx_parse_time() out of bounds access (ticket #821). Maxim Dounin 6 years ago
- Syslog: added "nohostname" option. Vladimir Homutov 6 years ago
- Version bump. Valentin Bartenev 6 years ago
- Core: read/write locks are also required by the Stream module. Piotr Sikora 6 years ago
- Win32: fixed build with MinGW and MinGW-w64 gcc. Kouhei Sutou 6 years ago
- Style: unneeded casts of cf->args->elts removed. Maxim Dounin 6 years ago
- Extract out version info function. Kurtis Nusbaum 6 years ago
- Version bump. Maxim Dounin 6 years ago
- The HTTP/2 implementation (RFC 7240, 7241). Valentin Bartenev 6 years ago
- Core: fixed segfault with null in wildcard hash names. Maxim Dounin 6 years ago
- Version bump. Valentin Bartenev 6 years ago
- Core: fixed potential division by zero when initializing hash. Sergey Kandaurov 6 years ago
- Core: fixed style in the error message. Sergey Kandaurov 6 years ago
- Core: idle connections now closed only once on exiting. Valentin Bartenev 6 years ago
- Fixed typo in the error message. Andrei Belov 6 years ago
- Workaround for "configuration file test failed" under OpenVZ. Gena Makhomed 6 years ago
- Version bump. Maxim Dounin 6 years ago
- Resolver: canceled resend timer on empty resend queues. Sergey Kandaurov 7 years ago