Tree @release-1.13.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.13.2
- Resolver: added the "async" flag to resolver context. Roman Arutyunyan 5 years ago
- Resolver: fixed allocation error handling while resolving SRV. Bart Warmerdam 5 years ago
- Introduced ngx_rwlock_downgrade(). Ruslan Ermilov 5 years ago
- Added memory barrier semantics to ngx_rwlock_unlock(). Ruslan Ermilov 5 years ago
- Removed excessive casts for ngx_file_info(). Ruslan Ermilov 5 years ago
- Version bump. Valentin Bartenev 5 years ago
- Introduced ngx_tcp_nodelay(). Ruslan Ermilov 5 years ago
- Added missing "fall through" comments (ticket #1259). Maxim Dounin 5 years ago
- Version bump. Ruslan Ermilov 5 years ago
- Core: removed extra ngx_alloc() and ngx_calloc() prototypes. Sergey Kandaurov 5 years ago
- Core: improved JSON escaping. Valentin Bartenev 5 years ago
- Version bump. Ruslan Ermilov 5 years ago
- Use ngx_array_init() to initialize arrays. Ruslan Ermilov 5 years ago
- Version bump. Ruslan Ermilov 5 years ago
- Version bump. Ruslan Ermilov 5 years ago
- Introduced worker_shutdown_timeout. Maxim Dounin 5 years ago
- Core: introduced ngx_rbtree_next(). Maxim Dounin 5 years ago
- Removed casts not needed after 1f513d7f1b45. Ruslan Ermilov 5 years ago
- Added missing static specifiers. Eran Kornblau 5 years ago
- Fixed ngx_parse_size() / ngx_parse_offset() with 0-length strings. Maxim Dounin 5 years ago
- Version bump. Maxim Dounin 5 years ago
- Version bump. Vladimir Homutov 5 years ago
- Fixed trailer construction with limit on FreeBSD and macOS. Maxim Dounin 5 years ago
- Improved connection draining with small number of connections. Maxim Dounin 5 years ago
- Added cycle parameter to ngx_drain_connections(). Maxim Dounin 5 years ago
- Version bump. Ruslan Ermilov 5 years ago
- Win32: support 64-bit compilation with MSVC. Maxim Dounin 5 years ago
- Win32: fixed some warnings reported by Borland C. Maxim Dounin 5 years ago
- Resolver: fixed handling of partially resolved SRV. Dmitry Volyntsev 5 years ago
- Resolver: fixed a race between parallel name and addr resolves. Dmitry Volyntsev 5 years ago