Sign in
nginx
/
nginx
/
6d14e650563beb06544904340e0ca3d570ad550a
/
src
/
core
f9d923e
bump version
by Igor Sysoev
· 17 years ago
3be5257
$hostname variable
by Igor Sysoev
· 17 years ago
5f3521c
escape 0x00-0x1f, ", and \ in access log variables
by Igor Sysoev
· 17 years ago
433608c
style fix: remove tabs and trailing spaces
by Igor Sysoev
· 17 years ago
c11582a
bump version
by Igor Sysoev
· 17 years ago
a327841
fix segfault when file is deleted and open_file_cache_errors is off
by Igor Sysoev
· 17 years ago
ada9190
back out the previous commit
by Igor Sysoev
· 17 years ago
4de5124
fix segfault when file is deleted and open_file_cache_errors is off
by Igor Sysoev
· 17 years ago
1cd3b0c
bump version
by Igor Sysoev
· 17 years ago
a13b3b9
ignore glob no match error
by Igor Sysoev
· 17 years ago
f57b24e
allow time without spaces in ngx_parse_time()
by Igor Sysoev
· 17 years ago
2e39e28
change variable name
by Igor Sysoev
· 17 years ago
4611ad3
use more straightforward ngx_gmtime() implementation
by Igor Sysoev
· 17 years ago
a8372d8
limit CNAME recursion
by Igor Sysoev
· 17 years ago
7c5c1dc
use correct ngx_sprintf() formats
by Igor Sysoev
· 17 years ago
4ad5be6
log unexpected qtype
by Igor Sysoev
· 17 years ago
19540cd
take into account DNAME
by Igor Sysoev
· 17 years ago
693bf6d
small optimization
by Igor Sysoev
· 17 years ago
09b199c
return NXDOMAIN for ".." in host name
by Igor Sysoev
· 17 years ago
949aea4
fix memory leak on resolver query send failure
by Igor Sysoev
· 17 years ago
de8ec1e
use ngx_int_t in ngx_sort() callback
by Igor Sysoev
· 17 years ago
8634118
use dynamically allocated buffer in ngx_sort()
by Igor Sysoev
· 17 years ago
37e0e6d
axe never used macro
by Igor Sysoev
· 17 years ago
51e966c
bump version
by Igor Sysoev
· 17 years ago
c732d8d
fix the previous commit
by Igor Sysoev
· 17 years ago
3799f5c
fix case when errors are not cached,
by Igor Sysoev
· 17 years ago
732a34a
axe useless code
by Igor Sysoev
· 17 years ago
8227959
bump version
by Igor Sysoev
· 17 years ago
8ce6b25
bump version
by Igor Sysoev
· 17 years ago
a4d00f1
decrease log level of connection errors while closing socket
by Igor Sysoev
· 17 years ago
be02468
fix previous commit
by Igor Sysoev
· 17 years ago
dfd5511
use cf->cycle->new_log because at merge stage cf->pool->log is old log
by Igor Sysoev
· 17 years ago
85d6a3e
included file name must be allocated in pool,
by Igor Sysoev
· 17 years ago
34cec29
C++ compatibility
by Igor Sysoev
· 17 years ago
4491dae
cleanup resolver
by Igor Sysoev
· 17 years ago
7c4cf27
fix memory leaks, use unlocked ngx_resolver_free() for seldom failed cases
by Igor Sysoev
· 17 years ago
8ee01f5
static ngx_resolver_calloc()
by Igor Sysoev
· 17 years ago
2a6c446
bump version
by Igor Sysoev
· 17 years ago
18be913
fix r1879
by Igor Sysoev
· 17 years ago
61adfb2
do not delete failed DNS request if there are waiting clients
by Igor Sysoev
· 17 years ago
4d856ca
fix segfault if UDP connect() has failed
by Igor Sysoev
· 17 years ago
ac5deaa
treat time_t as unsigned time
by Igor Sysoev
· 17 years ago
48b7b9b
detect L2 cache line size for Intel Core
by Igor Sysoev
· 17 years ago
442d1e6
fix cache line size for Pentium 4
by Igor Sysoev
· 17 years ago
02d8e8e
add NGX_ENETDOWN, NGX_ENETUNREACH, and NGX_EHOSTDOWN
by Igor Sysoev
· 17 years ago
1631576
limit string length
by Igor Sysoev
· 17 years ago
fb42465
use correct type cast
by Igor Sysoev
· 17 years ago
0bd32b7
allow zero length in %*s
by Igor Sysoev
· 17 years ago
f0453c1
fix building by bcc introduced by r1831
by Igor Sysoev
· 17 years ago
1d73cf1
bump version
by Igor Sysoev
· 17 years ago
0008ebe
workaround for Linux 2.6 OpenVZ
by Igor Sysoev
· 17 years ago
0272977
change order
by Igor Sysoev
· 17 years ago
3739151
add declaration missed in previous commit
by Igor Sysoev
· 17 years ago
501fc74
transform ngx_create_path_and_rename_file() to ngx_ext_rename_file()
by Igor Sysoev
· 17 years ago
ce5d6e3
bump version
by Igor Sysoev
· 17 years ago
938d499
bump version
by Igor Sysoev
· 17 years ago
6b8a04e
ngx_regex_exec_array()
by Igor Sysoev
· 17 years ago
421a3b8
several fixes:
by Igor Sysoev
· 17 years ago
d02661a
use %*s format
by Igor Sysoev
· 17 years ago
79d9a04
%*s format
by Igor Sysoev
· 17 years ago
f3b0e49
open_file_cache_min_uses
by Igor Sysoev
· 17 years ago
5e593aa
take MALLOC_OPTIONS=J into account in slab allocator
by Igor Sysoev
· 17 years ago
9b9616e
open_file_cache_retest > open_file_cache_valid
by Igor Sysoev
· 17 years ago
f2d60af
fix the previous commit
by Igor Sysoev
· 17 years ago
ff71b94
use ngx_queue.h
by Igor Sysoev
· 17 years ago
374d224
clean rbtree node for all removals
by Igor Sysoev
· 17 years ago
2204d9f
style fix
by Igor Sysoev
· 17 years ago
ddc8cbd
embed sentinel
by Igor Sysoev
· 17 years ago
afc57e0
bump version
by Igor Sysoev
· 17 years ago
9461d6e
comment ngx_walk_tree()
by Igor Sysoev
· 17 years ago
00cbb8a
ngx_create_hashed_filename() does not need ngx_file_t
by Igor Sysoev
· 17 years ago
3b112b8
create the only cleanup
by Igor Sysoev
· 17 years ago
719688a
style fix: remove trailing spaces
by Igor Sysoev
· 17 years ago
a03fa36
replace ngx_md5_text() with ngx_hex_dump()
by Igor Sysoev
· 17 years ago
249cbe7
log run cleanups clearly
by Igor Sysoev
· 17 years ago
7912e4b
optimize rbtree initialization and insert
by Igor Sysoev
· 17 years ago
c0cadf1
no answers in DNS response should be NXDOMAIN
by Igor Sysoev
· 17 years ago
28bca1b
fix segfault if response will have CNAME only
by Igor Sysoev
· 17 years ago
7f35ae6
restore environ for perl_destruct()
by Igor Sysoev
· 17 years ago
86ef6aa
move condition declarations inside blocks where they are used
by Igor Sysoev
· 17 years ago
cb54061
*) now ngx_conf_set_str_array_slot() tests NGX_CONF_UNSET_PTR
by Igor Sysoev
· 17 years ago
8cdfc51
fix r1695
by Igor Sysoev
· 17 years ago
e9af690
ngx_create_path_and_rename_file()
by Igor Sysoev
· 17 years ago
ac7586e
rename ngx_crc32_init() to ngx_crc32_table_init()
by Igor Sysoev
· 17 years ago
03df86a
bump version
by Igor Sysoev
· 17 years ago
e67d461
ngx_udp_recv()
by Igor Sysoev
· 17 years ago
826c02e
use ngx_rbtree_init()
by Igor Sysoev
· 17 years ago
653a206
ngx_rbtree_init()
by Igor Sysoev
· 17 years ago
a9d3a0d
use ngx_queue_init()
by Igor Sysoev
· 17 years ago
0134d6b
ngx_queue_init()
by Igor Sysoev
· 17 years ago
6b2fce4
allow to use IP addresses without defined resolver
by Igor Sysoev
· 17 years ago
b4e5b4c
style fix: remove trailing spaces
by Igor Sysoev
· 17 years ago
00e0377
ngx_parse_url() saves port text, this allows to use it in proxy host header
by Igor Sysoev
· 17 years ago
57bb349
bump version
by Igor Sysoev
· 17 years ago
743760e
bump version
by Igor Sysoev
· 17 years ago
6e0a7bf
bump version
by Igor Sysoev
· 17 years ago
53fcff1
fix previous commit
by Igor Sysoev
· 17 years ago
cb4d538
resolver
by Igor Sysoev
· 17 years ago
2e8f0d0
update ngx_memcmp()
by Igor Sysoev
· 17 years ago
36b634c
ngx_inet_addr()
by Igor Sysoev
· 17 years ago
Next »