Tree @release-1.3.16 (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.16
- Version bump. Maxim Dounin 9 years ago
- Use NGX_FILE_ERROR for handling file operations errors. Valentin Bartenev 9 years ago
- Moved ngx_array_t definition from ngx_core.h to ngx_array.h. Ruslan Ermilov 9 years ago
- Use NGX_DEFAULT_POOL_SIZE macro where appropriate. Ruslan Ermilov 9 years ago
- Simplified ngx_array_create(). Ruslan Ermilov 9 years ago
- Core: fixed resource leak if binary upgrade fails due to no memory. Ruslan Ermilov 9 years ago
- Core: guard against failed allocation during binary upgrade. Ruslan Ermilov 9 years ago
- Status: introduced the "ngx_stat_waiting" counter. Valentin Bartenev 9 years ago
- Removed c->single_connection flag. Valentin Bartenev 9 years ago
- Version bump. Valentin Bartenev 9 years ago
- Version bump. Valentin Bartenev 9 years ago
- Added support for {SHA} passwords (ticket #50). Maxim Dounin 9 years ago
- Version bump. Maxim Dounin 9 years ago
- Version bump. Ruslan Ermilov 9 years ago
- Fixed "proxy_pass" with IP address and no port (ticket #276). Ruslan Ermilov 9 years ago
- The data pointer in ngx_open_file_t objects must be initialized. Valentin Bartenev 9 years ago
- Version bump. Ruslan Ermilov 9 years ago
- Geo: IPv6 support. Ruslan Ermilov 9 years ago
- Reopening log files code moved to a separate function. Valentin Bartenev 9 years ago
- Properly initialize "struct in6_addr" with zeroes. Ruslan Ermilov 9 years ago
- Fixed return type of internal function that allocates radix tree nodes. Ruslan Ermilov 9 years ago
- Implemented IPv6 support for URLs specified using domain names. Ruslan Ermilov 9 years ago
- Fixed URL parsing code. Ruslan Ermilov 9 years ago
- Simplified URL parsing code. Ruslan Ermilov 9 years ago
- Fixed handling of ngx_write_fd() and ngx_read_fd() errors. Valentin Bartenev 9 years ago
- Fixed the NGX_SOCKADDR_STRLEN macro definition. Ruslan Ermilov 9 years ago
- Version bump. Maxim Dounin 9 years ago
- Core: don't reuse shared memory zone that changed ownership (ticket #210). Ruslan Ermilov 9 years ago
- Fixed location of debug message in ngx_shmtx_lock(). Ruslan Ermilov 9 years ago
- Fixed failure to start cache manager and cache loader processes Igor Sysoev 9 years ago