Sign in
nginx
/
nginx
/
5fe787c5e15b09444b153fb17f3bda3f1c54ed69
/
src
/
core
9d4de05
Core: removed meaningless check from ngx_palloc_block().
by Maxim Dounin
· 11 years ago
1a5cdaf
Core: plugged socket leak during configuration test.
by Maxim Dounin
· 11 years ago
05d717b
Core: added ngx_slab_calloc() and ngx_slab_calloc_locked().
by Ruslan Ermilov
· 11 years ago
d1ba20d
Version bump.
by Ruslan Ermilov
· 11 years ago
afb4aaf
Core: slab allocator free pages defragmentation.
by Maxim Dounin
· 11 years ago
ffe2177
Version bump.
by Maxim Dounin
· 11 years ago
21655ae
Syslog: fixed message sending on win32.
by Vladimir Homutov
· 11 years ago
8e82f06
Syslog: fixed possible resource leak and more verbose logging.
by Vladimir Homutov
· 11 years ago
493b898
Added syslog support for error_log and access_log directives.
by Vladimir Homutov
· 11 years ago
1736c18
Configure: the --build= option.
by Ruslan Ermilov
· 11 years ago
9b92f59
Core: use '\r' for CR and '\n' for LF definitions.
by Ruslan Ermilov
· 11 years ago
aa28897
Core: improved ngx_conf_parse() error handling.
by Maxim Dounin
· 11 years ago
60169aa
Core: fixed error handling in ngx_reopen_files().
by Maxim Dounin
· 11 years ago
58e26b8
Version bump.
by Valentin Bartenev
· 11 years ago
84785d8
Version bump.
by Maxim Dounin
· 11 years ago
644a43e
Version bump.
by Valentin Bartenev
· 11 years ago
8877284
Core: fixed hash to actually try max_size.
by Maxim Dounin
· 11 years ago
2a620ae
Core: hash now ignores bucket_size if it hits max_size limit.
by Maxim Dounin
· 11 years ago
23f6689
Core: slab log_nomem flag.
by Maxim Dounin
· 11 years ago
f9b027b
Version bump.
by Maxim Dounin
· 11 years ago
0b5f329
Added server-side support for PROXY protocol v1 (ticket #355).
by Roman Arutyunyan
· 11 years ago
8800f0c
Core: fixed wrong indices in listening sockets compare loops.
by Maxim Dounin
· 11 years ago
bd3516e
Fixed format specifier in logging of "c->number".
by Sergey Kandaurov
· 11 years ago
a35c675
Version bump.
by Roman Arutyunyan
· 11 years ago
8aa8365
Core: allocate enough memory to hold IPv6 text address plus port.
by Ruslan Ermilov
· 11 years ago
9ae40c5
Resolver: properly handle connect() failures.
by Ruslan Ermilov
· 11 years ago
ab3c0f9
Use ngx_socket_errno where appropriate.
by Piotr Sikora
· 11 years ago
07aef70
Version bump.
by Maxim Dounin
· 11 years ago
7ac48da
Core: added ngx_encode_base64url().
by Maxim Dounin
· 11 years ago
2e57e06
Core: handle getsockopt(TCP_FASTOPEN) failures.
by Piotr Sikora
· 11 years ago
c94c24b
Fixed TCP_DEFER_ACCEPT handling (ticket #353).
by Maxim Dounin
· 11 years ago
bb40c4e
Version bump.
by Maxim Dounin
· 11 years ago
0bfb68e
Core: improved ngx_reset_pool() (ticket #490).
by Maxim Dounin
· 11 years ago
8c01a95
SPDY: body filter was replaced by c->send_chain() function.
by Valentin Bartenev
· 11 years ago
2e2c9db
Resolver: added support for domain names with a trailing dot.
by Yichun Zhang
· 11 years ago
9a72030
Allowed up to two EBUSY errors from sendfile().
by Maxim Dounin
· 11 years ago
bf80082
Fixed the first argument to getsockopt().
by Ruslan Ermilov
· 11 years ago
85e6d21
Resolver: use minimum TTL for caching (ticket #329).
by Ruslan Ermilov
· 11 years ago
bf3ff5b
Version bump.
by Valentin Bartenev
· 11 years ago
3fd7275
Resolver: lookups are case-insensitive.
by Ruslan Ermilov
· 11 years ago
e0caf51
The "ipv6=" boolean parameter of the "resolver" directive.
by Ruslan Ermilov
· 11 years ago
769eded
Resolver: implemented IPv6 name to address resolving.
by Ruslan Ermilov
· 11 years ago
809bee3
Resolver: implemented IPv6 address to name resolving.
by Ruslan Ermilov
· 11 years ago
3aeefbc
Changed resolver API to use ngx_addr_t.
by Ruslan Ermilov
· 11 years ago
552e15b
Resolver: fixed indentation.
by Ruslan Ermilov
· 11 years ago
efd0e0e
Core: externalized ngx_cmp_sockaddr().
by Ruslan Ermilov
· 11 years ago
1594862
Resolver: fixes in PTR processing.
by Ruslan Ermilov
· 11 years ago
f57350c
Resolver: fixes in A processing.
by Ruslan Ermilov
· 11 years ago
f3a271f
Resolver: fixed response processing.
by Ruslan Ermilov
· 11 years ago
2307183
Resolver: removed unnecessary casts.
by Ruslan Ermilov
· 11 years ago
3d245d4
Resolver: improved code readability.
by Ruslan Ermilov
· 11 years ago
fa512fd
Fixed handling of UNIX-domain sockets.
by Ruslan Ermilov
· 11 years ago
675e73e
Core: keep the length of the local sockaddr.
by Ruslan Ermilov
· 11 years ago
84f5c21
Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.
by Mathew Rodley
· 11 years ago
6b7e88f
Version bump.
by Maxim Dounin
· 11 years ago
0eee3b0
Core: handling of getsockopt(TCP_DEFER_ACCEPT) failures.
by Maxim Dounin
· 11 years ago
4758328
Core: apply missed options to sockets added during binary upgrade.
by Piotr Sikora
· 11 years ago
5bf78d0
Version bump.
by Sergey Kandaurov
· 11 years ago
e115841
Added ngx_filename_cmp() with "/" sorted to the left.
by Maxim Dounin
· 12 years ago
35e2bb0
Core: fix misallocation at ngx_crypt_apr1 (ticket #412).
by Markus Linnala
· 12 years ago
63b1baa
Version bump.
by Sergey Kandaurov
· 12 years ago
db15329
Improved check for duplicate path names in ngx_add_path().
by Valentin Bartenev
· 12 years ago
eb10d8f
Removed surplus initializations from ngx_conf_set_path_slot().
by Valentin Bartenev
· 12 years ago
f0fbcaf
Use ngx_pcalloc() in ngx_conf_merge_path_value().
by Valentin Bartenev
· 12 years ago
2b0dba5
Handling of ngx_int_t != intptr_t case.
by Maxim Dounin
· 12 years ago
48d96ce
Win32: MinGW GCC compatibility.
by Maxim Dounin
· 12 years ago
5b37852
Win32: Open Watcom C compatibility fixes.
by Maxim Dounin
· 12 years ago
4291039
Disable symlinks: removed recursive call of ngx_file_o_path_info().
by Valentin Bartenev
· 12 years ago
7b37384
Disable symlinks: use O_PATH to open path components.
by Valentin Bartenev
· 12 years ago
e960921
Version bump.
by Maxim Dounin
· 12 years ago
92f0126
Style improved after 12dd27b74117.
by Maxim Dounin
· 12 years ago
e3cab76
Backed out f1a91825730a and 7094bd12c1ff.
by Maxim Dounin
· 12 years ago
e09741b
Format specifier fixes in error logging.
by Sergey Kandaurov
· 12 years ago
74dfd08
API change: removed the ngx_conf_full_name() function.
by Valentin Bartenev
· 12 years ago
d29d21b
Replaced ngx_conf_full_name() with ngx_get_full_name().
by Valentin Bartenev
· 12 years ago
3c5bd34
Fixed memory leaks in the root and auth_basic_user_file directives.
by Valentin Bartenev
· 12 years ago
3693daa
Core: guard use of AI_ADDRCONFIG.
by Ruslan Ermilov
· 12 years ago
4d1b08b
Fixed build with signed socklen_t and unix sockets.
by Maxim Dounin
· 12 years ago
7c6971c
Core: only resolve address families configured on the local system.
by Ruslan Ermilov
· 12 years ago
986d3a8
Version bump.
by Sergey Kandaurov
· 12 years ago
02a077b
On DragonFlyBSD, TCP_KEEPIDLE and TCP_KEEPINTVL are in msecs.
by Ruslan Ermilov
· 12 years ago
690e2b3
Style: reuse one int variable in ngx_configure_listening_sockets().
by Ruslan Ermilov
· 12 years ago
d79c8ab
Core: fixed possible use of an uninitialized variable.
by Vladimir Homutov
· 12 years ago
af18946
Core: extended ngx_sock_ntop() with socklen parameter.
by Vladimir Homutov
· 12 years ago
050f74b
Make macros safe.
by Gleb Smirnoff
· 12 years ago
dd3e13e
Core: consolidated log-related code.
by Vladimir Homutov
· 12 years ago
f41c915
Version bump.
by Maxim Dounin
· 12 years ago
11ff177
Core: support several "error_log" directives.
by Vladimir Homutov
· 12 years ago
02cc525
Simplified ngx_list_create().
by Ruslan Ermilov
· 12 years ago
aac7f7f
Core: moved initialization of log level.
by Vladimir Homutov
· 12 years ago
d37a0a2
Version bump.
by Maxim Dounin
· 12 years ago
26489b1
Core: fixed handling of "stderr" in error_log.
by Vladimir Homutov
· 12 years ago
9db2edd
Core: fixed stderr redirection on win32 in ngx_reopen_files().
by Vladimir Homutov
· 12 years ago
c870294
Core: strengthen configuration syntax checker.
by Valentin Bartenev
· 12 years ago
c3d20f5
Style: remove unnecessary references to HTTP from non-HTTP modules.
by Piotr Sikora
· 12 years ago
22c9e34
Version bump.
by Maxim Dounin
· 12 years ago
8bc3ed7
Version bump.
by Ruslan Ermilov
· 12 years ago
39d9871
Version bump.
by Maxim Dounin
· 12 years ago
ba4f270
Version bump.
by Ruslan Ermilov
· 12 years ago
c2bb765
Version bump.
by Maxim Dounin
· 12 years ago
Next »