Tree @release-1.3.8 (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.3.8
- Resolver: added missing memory allocation error handling. Maxim Dounin 9 years ago
- Core: the "auto" parameter of the "worker_processes" directive. Andrey Belov 9 years ago
- Version bump. Maxim Dounin 9 years ago
- OCSP stapling: loading OCSP responses. Maxim Dounin 9 years ago
- Resolver: cached addresses are returned with random rotation now. Maxim Dounin 9 years ago
- Correct plural form for "path" in the whole source base. Andrey Belov 9 years ago
- Made sure to initialize the entire ngx_file_t structure. Andrey Belov 9 years ago
- Version bump. Maxim Dounin 9 years ago
- Fixed overflow if ngx_slab_alloc() is called with very big "size" argument. Ruslan Ermilov 9 years ago
- Fixed the "include" directive. Ruslan Ermilov 9 years ago
- Version bump. Ruslan Ermilov 9 years ago
- Radix tree preallocation fix. Maxim Dounin 9 years ago
- Crypt: fixed handling of corrupted SSHA entries in password file. Maxim Dounin 9 years ago
- Resolver: fixed possible memory leak in ngx_resolver_create(). Maxim Dounin 9 years ago
- Fixed the -p parameter handling. Ruslan Ermilov 9 years ago
- Fixed possible use of old cached times if runtime went backwards. Maxim Dounin 9 years ago
- Added "const" to ngx_memcpy() with NGX_MEMCPY_LIMIT defined. Maxim Dounin 9 years ago
- Reorder checks in ngx_shared_memory_add() for more consistent error messages. Andrey Belov 9 years ago
- Version bump. Ruslan Ermilov 9 years ago
- Core: ipv6only is now on by default. Ruslan Ermilov 9 years ago
- Improved diagnostics when a directive is specified in the wrong context. Ruslan Ermilov 9 years ago
- Reduced the number of preprocessor directives. Ruslan Ermilov 9 years ago
- Fixed compilation with -Wmissing-prototypes. Ruslan Ermilov 9 years ago
- Version bump. Ruslan Ermilov 9 years ago
- Fixed typo in a function name. Ruslan Ermilov 10 years ago
- Version bump. Ruslan Ermilov 10 years ago
- Fixed handling of conflicting wildcard server names. Maxim Dounin 10 years ago
- When "resolver" is configured with a domain name, only the first Ruslan Ermilov 10 years ago
- Fixed crash in ngx_resolver_cleanup_tree(). Ruslan Ermilov 10 years ago
- Version bump. Ruslan Ermilov 10 years ago