Tree @release-1.1.14 (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_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_times.c
- ngx_times.h
History of src / core @release-1.1.14
- Fixed memory leak on HUP signal when PCRE JIT was used. Valentin Bartenev 10 years ago
- Fixed grammar in PCRE JIT error log message. Valentin Bartenev 10 years ago
- Copyright updated. Maxim Konovalov 10 years ago
- Version bump. Maxim Konovalov 10 years ago
- Fixed division by zero exception in ngx_hash_init(). Valentin Bartenev 10 years ago
- Changed ngx_log_debugN() macros to verify the number of arguments Ruslan Ermilov 10 years ago
- Version bump. Maxim Dounin 10 years ago
- Added support for regex study and PCRE JIT (ticket #41) optimizations on Valentin Bartenev 10 years ago
- Version bump. Maxim Dounin 10 years ago
- Removed unused function ngx_regex_capture_count(). Valentin Bartenev 10 years ago
- Version bump. Maxim Dounin 10 years ago
- Added the "so_keepalive=" parameter to the "listen" directive. Valentin Bartenev 10 years ago
- Version bump. Maxim Dounin 10 years ago
- Added (void) as we intentionally ignore returned values. Maxim Dounin 10 years ago
- Added escaping of double quotes in ngx_escape_html(). Maxim Dounin 10 years ago
- Fixed build without atomic operations. Maxim Dounin 10 years ago
- Added shmtx interface to forcibly unlock mutexes. Maxim Dounin 10 years ago
- Silenced a warning for some compilers. Ruslan Ermilov 10 years ago
- Now nginx uses TTL of a DNS response when calculating cache validity. Ruslan Ermilov 10 years ago
- Fixed handling of SIGWINCH/NOACCEPT signal. Maxim Dounin 10 years ago
- Version bump. Maxim Dounin 10 years ago
- Introduction of simple ngx_write_stderr() instead of ngx_log_stderr() Igor Sysoev 10 years ago
- Reverted incorrect change in internal md5 (part of r3928). Maxim Dounin 10 years ago
- Fixed compression pointer processing in DNS response greater than 255 bytes. Igor Sysoev 10 years ago
- Version bump. Igor Sysoev 10 years ago
- Fixed port range checking. Ruslan Ermilov 10 years ago
- Support of several servers in the "resolver" directive. Igor Sysoev 10 years ago
- Using of junk value in slab allocator similar to modern FreeBSD values. Igor Sysoev 10 years ago
- malloc() debugging on MacOSX. Igor Sysoev 10 years ago
- FreeBSD's MALLOC_OPTIONS must be set before any malloc() call. Igor Sysoev 10 years ago