Tree @release-1.5.6 (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.5.6
- Added ngx_filename_cmp() with "/" sorted to the left. Maxim Dounin 8 years ago
- Core: fix misallocation at ngx_crypt_apr1 (ticket #412). Markus Linnala 8 years ago
- Version bump. Sergey Kandaurov 8 years ago
- Improved check for duplicate path names in ngx_add_path(). Valentin Bartenev 8 years ago
- Removed surplus initializations from ngx_conf_set_path_slot(). Valentin Bartenev 8 years ago
- Use ngx_pcalloc() in ngx_conf_merge_path_value(). Valentin Bartenev 8 years ago
- Handling of ngx_int_t != intptr_t case. Maxim Dounin 8 years ago
- Win32: MinGW GCC compatibility. Maxim Dounin 8 years ago
- Win32: Open Watcom C compatibility fixes. Maxim Dounin 8 years ago
- Disable symlinks: removed recursive call of ngx_file_o_path_info(). Valentin Bartenev 8 years ago
- Disable symlinks: use O_PATH to open path components. Valentin Bartenev 8 years ago
- Version bump. Maxim Dounin 8 years ago
- Style improved after 12dd27b74117. Maxim Dounin 8 years ago
- Backed out f1a91825730a and 7094bd12c1ff. Maxim Dounin 8 years ago
- Format specifier fixes in error logging. Sergey Kandaurov 8 years ago
- API change: removed the ngx_conf_full_name() function. Valentin Bartenev 8 years ago
- Replaced ngx_conf_full_name() with ngx_get_full_name(). Valentin Bartenev 8 years ago
- Fixed memory leaks in the root and auth_basic_user_file directives. Valentin Bartenev 8 years ago
- Core: guard use of AI_ADDRCONFIG. Ruslan Ermilov 8 years ago
- Fixed build with signed socklen_t and unix sockets. Maxim Dounin 8 years ago
- Core: only resolve address families configured on the local system. Ruslan Ermilov 8 years ago
- Version bump. Sergey Kandaurov 8 years ago
- On DragonFlyBSD, TCP_KEEPIDLE and TCP_KEEPINTVL are in msecs. Ruslan Ermilov 8 years ago
- Style: reuse one int variable in ngx_configure_listening_sockets(). Ruslan Ermilov 8 years ago
- Core: fixed possible use of an uninitialized variable. Vladimir Homutov 8 years ago
- Core: extended ngx_sock_ntop() with socklen parameter. Vladimir Homutov 8 years ago
- Make macros safe. Gleb Smirnoff 8 years ago
- Core: consolidated log-related code. Vladimir Homutov 9 years ago
- Version bump. Maxim Dounin 9 years ago
- Core: support several "error_log" directives. Vladimir Homutov 9 years ago