Tree @release-1.9.1 (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_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.1
- The "reuseport" option of the "listen" directive. Maxim Dounin 7 years ago
- Core: properly initialized written bytes counter in memory log. Valentin Bartenev 7 years ago
- Fixed overflow detection in ngx_inet_addr(). Valentin Bartenev 7 years ago
- Version bump. Valentin Bartenev 7 years ago
- Win32: shared memory base addresses and remapping. Maxim Dounin 7 years ago
- Win32: fixed shm.handle loss on reload. Maxim Dounin 7 years ago
- Core: the ngx_set_connection_log() macro. Vladimir Homutov 7 years ago
- Removed the "worker_rlimit_sigpending" directive. Ruslan Ermilov 7 years ago
- Removed the obsolete rtsig module. Ruslan Ermilov 7 years ago
- Removed the obsolete aio module. Ruslan Ermilov 7 years ago
- Core: allow shared memory size to be declared after a reference. Sergey Kandaurov 7 years ago
- Stream: port from NGINX+. Ruslan Ermilov 7 years ago
- Removed "worker_threads" and "thread_stack_size" directives. Ruslan Ermilov 7 years ago
- Removed unused thread-local-storage code. Ruslan Ermilov 7 years ago
- Removed ngx_threaded and related code. Ruslan Ermilov 7 years ago
- Core: ensure that ngx_config.h is always included first. Sergey Kandaurov 7 years ago
- Version bump. Maxim Dounin 7 years ago
- Upstream: the "zone" directive. Ruslan Ermilov 7 years ago
- Core: read/write locks. Ruslan Ermilov 7 years ago
- Fixed build, broken by 8b7f062a3fe6. Ruslan Ermilov 7 years ago
- Core: added OpenSSL version information to "nginx -V" output. Vladimir Homutov 7 years ago
- Version bump. Vladimir Homutov 7 years ago
- Core: guard against spinlock usage without atomic ops. Ruslan Ermilov 7 years ago
- Core: limited levels of subdirectory hierarchy used for temp files. Sergey Kandaurov 7 years ago
- Core: removed excessive initialization in ngx_conf_set_path_slot(). Sergey Kandaurov 7 years ago
- Core: fixed error handling on ngx_conf_full_name() failure. Sergey Kandaurov 7 years ago
- Version bump. Maxim Dounin 7 years ago
- Output chain: free chain links in ngx_chain_writer(). Maxim Dounin 7 years ago
- Output chain: zero size buf alerts in ngx_chain_writer(). Maxim Dounin 7 years ago
- Thread pools: implemented graceful exiting of threads. Valentin Bartenev 7 years ago