Tree @release-1.7.11 (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_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.7.11
- 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
- Thread pools: removed unused pointer to memory pool. Valentin Bartenev 7 years ago
- Thread pools: keep waiting tasks mutex in ngx_thread_pool_t. Valentin Bartenev 7 years ago
- Thread pools: replaced completed tasks queue mutex with spinlock. Valentin Bartenev 7 years ago
- Removed stub implementation of win32 mutexes. Ruslan Ermilov 7 years ago
- Core: added cyclic memory buffer support for error_log. Valentin Bartenev 7 years ago
- Removed ngx_connection_t.lock. Ruslan Ermilov 7 years ago
- Thread pools: silence warning on process exit. Ruslan Ermilov 7 years ago
- Thread pools: fixed the waiting tasks accounting. Ruslan Ermilov 7 years ago
- Thread pools: keep waiting tasks counter in ngx_thread_pool_t. Ruslan Ermilov 7 years ago
- Added support for offloading Linux sendfile() in thread pools. Valentin Bartenev 7 years ago
- Added support for offloading read() in thread pools. Valentin Bartenev 7 years ago
- Thread pools implementation. Valentin Bartenev 7 years ago
- Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation. Ruslan Ermilov 7 years ago
- Overflow detection in ngx_inet_addr(). Ruslan Ermilov 7 years ago
- Core: overflow detection in ngx_parse_time() (ticket #732). Ruslan Ermilov 7 years ago
- Refactored ngx_parse_time(). Ruslan Ermilov 7 years ago
- Core: overflow detection in number parsing functions. Ruslan Ermilov 7 years ago
- Core: expose maximum values of time_t and ngx_int_t. Ruslan Ermilov 7 years ago
- Log: use ngx_cpymem() in a couple of places, no functional changes. Valentin Bartenev 7 years ago
- Core: fixed potential buffer overrun when initializing hash. Maxim Dounin 7 years ago
- Core: make ngx_connection_local_sockaddr() always assign address. Roman Arutyunyan 7 years ago
- Unbreak building on FreeBSD without file AIO. Valentin Bartenev 7 years ago
- Refactored sendfile() AIO preload. Valentin Bartenev 7 years ago
- Version bump. Ruslan Ermilov 7 years ago
- Core: fixed build on Tru64 UNIX. Sergey Kandaurov 7 years ago
- Core: fixed a race resulting in extra sem_post()'s. Roman Arutyunyan 7 years ago
- Core: reverted prefix-based temp files (a9138c35120d). Roman Arutyunyan 7 years ago