Tree @release-1.7.7 (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_proxy_protocol.c
- ngx_proxy_protocol.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_syslog.c
- ngx_syslog.h
- ngx_times.c
- ngx_times.h
History of src / core @release-1.7.7
- Core: fixed buffer overrun when hash max_size reached. Yichun Zhang 7 years ago
- Version bump. Valentin Bartenev 7 years ago
- Syslog: improved error handling of unix domain sockets. Vladimir Homutov 7 years ago
- Syslog: enabled logging of send errors. Vladimir Homutov 7 years ago
- Moved the code for adjusting sent buffers in a separate function. Valentin Bartenev 7 years ago
- Version bump. Valentin Bartenev 7 years ago
- Core: ngx_regex_compile() error handling fixes. Maxim Dounin 7 years ago
- Events: processing of posted events changed from LIFO to FIFO. Valentin Bartenev 7 years ago
- Events: removed broken thread support from posted events. Valentin Bartenev 7 years ago
- Resolver: notify all waiting requests on timeout. Ruslan Ermilov 7 years ago
- Version bump. Maxim Dounin 7 years ago
- Core: improved ngx_pstrdup() error handling. Tatsuhiko Kubo 7 years ago
- Core: use uppercase hexadecimal digits for percent-encoding. Piotr Sikora 8 years ago
- Core: fixed default log initialization. Vladimir Homutov 7 years ago
- Resolver: fixed resend on malformed responses. Ruslan Ermilov 7 years ago
- Core: bugfix for the ngx_slab_max_size case. Jianjun Zheng 8 years ago
- Style: use ngx_str_null(). Tatsuhiko Kubo 7 years ago
- Style: use ngx_strlen() instead of strlen(). Tatsuhiko Kubo 7 years ago
- Version bump. Maxim Dounin 7 years ago
- Core: removed meaningless check from ngx_palloc_block(). Maxim Dounin 8 years ago
- Core: plugged socket leak during configuration test. Maxim Dounin 8 years ago
- Core: added ngx_slab_calloc() and ngx_slab_calloc_locked(). Ruslan Ermilov 8 years ago
- Version bump. Ruslan Ermilov 8 years ago
- Core: slab allocator free pages defragmentation. Maxim Dounin 8 years ago
- Version bump. Maxim Dounin 8 years ago
- Syslog: fixed message sending on win32. Vladimir Homutov 8 years ago
- Syslog: fixed possible resource leak and more verbose logging. Vladimir Homutov 8 years ago
- Added syslog support for error_log and access_log directives. Vladimir Homutov 8 years ago
- Configure: the --build= option. Ruslan Ermilov 8 years ago
- Core: use '\r' for CR and '\n' for LF definitions. Ruslan Ermilov 8 years ago