Tree @release-1.15.2 (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.15.2
- Events: moved sockets cloning to ngx_event_init_conf(). Maxim Dounin 3 years ago
- Resolver: retry sending queries on errors (ticket #1511). Maxim Dounin 3 years ago
- Version bump. Maxim Dounin 3 years ago
- Added FreeBSD support for "listen ... reuseport". Ruslan Ermilov 3 years ago
- Resolver: require name servers. Ruslan Ermilov 4 years ago
- Resolver: allocate resolver from configuration pool. Ruslan Ermilov 4 years ago
- Added missing space after ngx_close_socket_n. Maxim Dounin 4 years ago
- Version bump. Maxim Dounin 4 years ago
- Stream: udp streams. Roman Arutyunyan 4 years ago
- Leave chain in ngx_chain_add_copy() in consistent state on errors. Sergey Kandaurov 4 years ago
- Core: fixed comment about ngx_current_msec after 81fae70d6cb8. Ruslan Ermilov 4 years ago
- Syslog: install cleanup handler only once. Vladimir Homutov 4 years ago
- Resolver: close UDP socket on error or incomplete send. Ruslan Ermilov 4 years ago
- Resolver: style. Ruslan Ermilov 4 years ago
- Core: silenced getsockopt(TCP_FASTOPEN) messages on FreeBSD. Maxim Dounin 4 years ago
- Syslog: re-open syslog udp socket on send error (ticket #1477). Vladimir Homutov 4 years ago
- Version bump. Maxim Dounin 4 years ago
- Version bump. Maxim Dounin 4 years ago
- Core: fixed build, broken by 63e91f263a49. Vladimir Homutov 4 years ago
- Core: revised the PROXY protocol v2 code. Ruslan Ermilov 4 years ago
- Core: style. Vladimir Homutov 4 years ago
- Core: added processing of version 2 of the PROXY protocol. Vladimir Homutov 4 years ago
- Improved code readability (closes #1512). Ruslan Ermilov 4 years ago
- Version bump. Maxim Dounin 4 years ago
- Core: ngx_current_msec now uses monotonic time if available. Maxim Dounin 4 years ago
- Version bump. Ruslan Ermilov 4 years ago
- Core: added a stub for additional zone configuration. Vladimir Homutov 4 years ago
- Version bump. Maxim Dounin 4 years ago
- Allowed configuration token to start with a variable. Roman Arutyunyan 4 years ago
- Retain CAP_NET_RAW capability for transparent proxying. Roman Arutyunyan 4 years ago