Tree @release-1.3.12 (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.12
- 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
- Version bump. Ruslan Ermilov 9 years ago
- 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