Sign in
nginx
/
nginx
/
cd089941e5cfe75800e1dd91d17da77c1923186f
/
src
/
core
048df9b
Version bump.
by Maxim Dounin
· 7 years ago
e4383ef
Allowed configuration token to start with a variable.
by Roman Arutyunyan
· 7 years ago
70a41ee
Retain CAP_NET_RAW capability for transparent proxying.
by Roman Arutyunyan
· 7 years ago
0724312
Fixed "changing binary" when reaper is not init.
by Ruslan Ermilov
· 7 years ago
88bc66d
Version bump.
by Maxim Dounin
· 7 years ago
aaa2f6b
Core: free shared memory zones only after reconfiguration.
by Maxim Dounin
· 7 years ago
d7db033
Fixed type of ngx_conf_t.handler_conf.
by Ruslan Ermilov
· 7 years ago
5d0c7d1
Version bump.
by Ruslan Ermilov
· 7 years ago
43b658b
Fixed build without IPv6, broken by 874171c3c71a.
by Maxim Dounin
· 7 years ago
3b42ec5
Fixed handling of non-null-terminated unix sockets.
by Maxim Dounin
· 7 years ago
848f1b3
Fixed buffer overread with unix sockets after accept().
by Maxim Dounin
· 7 years ago
7c000e9
Fixed the NGX_UNIX_ADDRSTRLEN macro.
by Ruslan Ermilov
· 8 years ago
6a30b1b
Introduced time truncation to December 31, 9999 (ticket #1368).
by Maxim Dounin
· 8 years ago
18b5d68
Fixed ngx_gmtime() on 32-bit platforms with 64-bit time_t.
by Maxim Dounin
· 8 years ago
bfa9366
Fixed reference to time parsing code after 8b6fa4842133.
by Maxim Dounin
· 8 years ago
940dce9
Style.
by Maxim Dounin
· 8 years ago
112c320
Version bump.
by Roman Arutyunyan
· 8 years ago
c9efed2
Style.
by Maxim Dounin
· 8 years ago
cabb368
Style.
by Sergey Kandaurov
· 8 years ago
2bac211
Version bump.
by Sergey Kandaurov
· 8 years ago
e22864d
Slab: fixed initialization on win32.
by Ruslan Ermilov
· 8 years ago
b1b54ee
Parenthesized ASCII-related calculations.
by Valentin Bartenev
· 8 years ago
77a1dc4
Core: fixed error message on setsockopt(SO_REUSEPORT) failure.
by Maxim Dounin
· 8 years ago
337afd5
Core: disabled SO_REUSEPORT when testing config (ticket #1300).
by Maxim Dounin
· 8 years ago
76834f0
Version bump.
by Maxim Dounin
· 8 years ago
946688b
Resolver: cancelable resend timer event.
by Ruslan Ermilov
· 8 years ago
df418f2
Resolver: factored out setting a timer for resolver timeout.
by Sergey Kandaurov
· 8 years ago
ff21738
Slab: fixed small allocations on systems with large pagesize.
by Ruslan Ermilov
· 8 years ago
13399c5
Slab: style.
by Ruslan Ermilov
· 8 years ago
4375beb
Resolver: fixed possible use-after-free while resolving SRV.
by Roman Arutyunyan
· 8 years ago
8f743ef
Version bump.
by Maxim Dounin
· 8 years ago
9f1b1b4
Resolver: added the "async" flag to resolver context.
by Roman Arutyunyan
· 8 years ago
be751bf
Resolver: fixed allocation error handling while resolving SRV.
by Bart Warmerdam
· 8 years ago
cd7edb6
Introduced ngx_rwlock_downgrade().
by Ruslan Ermilov
· 8 years ago
46b41a3
Added memory barrier semantics to ngx_rwlock_unlock().
by Ruslan Ermilov
· 8 years ago
36937c3
Removed excessive casts for ngx_file_info().
by Ruslan Ermilov
· 8 years ago
6fdb29c
Version bump.
by Valentin Bartenev
· 8 years ago
5e3dfd2
Introduced ngx_tcp_nodelay().
by Ruslan Ermilov
· 8 years ago
704bcc8
Added missing "fall through" comments (ticket #1259).
by Maxim Dounin
· 8 years ago
8dce02e
Version bump.
by Ruslan Ermilov
· 8 years ago
eae591b
Core: removed extra ngx_alloc() and ngx_calloc() prototypes.
by Sergey Kandaurov
· 8 years ago
b420a91
Core: improved JSON escaping.
by Valentin Bartenev
· 8 years ago
f6b6d46
Version bump.
by Ruslan Ermilov
· 8 years ago
867cfc9
Use ngx_array_init() to initialize arrays.
by Ruslan Ermilov
· 8 years ago
2c40a98
Version bump.
by Ruslan Ermilov
· 8 years ago
00fe2ca
Version bump.
by Ruslan Ermilov
· 8 years ago
981bb84
Introduced worker_shutdown_timeout.
by Maxim Dounin
· 8 years ago
dfc1806
Core: introduced ngx_rbtree_next().
by Maxim Dounin
· 8 years ago
d1162b2
Removed casts not needed after 1f513d7f1b45.
by Ruslan Ermilov
· 8 years ago
df59fb9
Added missing static specifiers.
by Eran Kornblau
· 8 years ago
2f71ec2
Fixed ngx_parse_size() / ngx_parse_offset() with 0-length strings.
by Maxim Dounin
· 8 years ago
269485a
Version bump.
by Maxim Dounin
· 8 years ago
b641f3b
Version bump.
by Vladimir Homutov
· 8 years ago
25ff0f4
Fixed trailer construction with limit on FreeBSD and macOS.
by Maxim Dounin
· 8 years ago
2a47e00
Improved connection draining with small number of connections.
by Maxim Dounin
· 8 years ago
ce46520
Added cycle parameter to ngx_drain_connections().
by Maxim Dounin
· 8 years ago
d1b1e22
Version bump.
by Ruslan Ermilov
· 8 years ago
bb68992
Win32: support 64-bit compilation with MSVC.
by Maxim Dounin
· 8 years ago
16a9d5f
Win32: fixed some warnings reported by Borland C.
by Maxim Dounin
· 8 years ago
7d0ae91
Resolver: fixed handling of partially resolved SRV.
by Dmitry Volyntsev
· 8 years ago
96e81ea
Resolver: fixed a race between parallel name and addr resolves.
by Dmitry Volyntsev
· 8 years ago
c375f2b
Resolver: fixed possible premature stop of the resend timer.
by Dmitry Volyntsev
· 8 years ago
a2d6145
Resolver: fixed possible use-after-free in worker on fast shutdown.
by Ruslan Ermilov
· 8 years ago
7326453
Resolver: fixed possible use-after-free in worker on fast shutdown.
by Ruslan Ermilov
· 8 years ago
55f8d60
Version bump.
by Ruslan Ermilov
· 8 years ago
48e94e6
Slab: commented bitmap initialization for small allocations.
by Ruslan Ermilov
· 8 years ago
78b25ea
Slab: free pages statistics.
by Ruslan Ermilov
· 8 years ago
c510fda
Slab: slots statistics.
by Ruslan Ermilov
· 8 years ago
e1a066e
Slab: simplified some math.
by Ruslan Ermilov
· 8 years ago
747bcf2
Slab: simplified allocation from slots.
by Ruslan Ermilov
· 8 years ago
f85ef0b
Slab: fixed the number of pages calculation.
by Ruslan Ermilov
· 8 years ago
0b7853b
Slab: added comment about list heads.
by Ruslan Ermilov
· 8 years ago
2d29160
Slab: improved code readability.
by Ruslan Ermilov
· 8 years ago
f3f4f88
Core: fixed environment on exit.
by Maxim Dounin
· 8 years ago
a1f6246
Perl: removed special environment handling for the perl module.
by Maxim Dounin
· 8 years ago
466dd0e
Fixed spelling of logical AND operator, no functional changes.
by Sergey Kandaurov
· 8 years ago
c13c61a
Slab: improved double free detection.
by Ruslan Ermilov
· 8 years ago
3d424ee
Slab: always show the requested allocation size in debug messages.
by Ruslan Ermilov
· 8 years ago
8a9d9ef
Slab: style.
by Ruslan Ermilov
· 8 years ago
50356c3
Version bump.
by Maxim Dounin
· 8 years ago
27651c0
Core: slight optimization in ngx_chain_update_chains().
by hucongcong
· 8 years ago
9778101
Cache: prefix-based temporary files.
by Maxim Dounin
· 8 years ago
9c743de
Core: show file contents only once while dumping configuration.
by Vladimir Homutov
· 8 years ago
14b1f02
Style.
by Maxim Dounin
· 8 years ago
e357e43
Version bump.
by Ruslan Ermilov
· 8 years ago
c831c24
Modules compatibility: compatibility with NGX_HTTP_SSL.
by Maxim Dounin
· 8 years ago
b999d93
Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.
by Maxim Dounin
· 8 years ago
ab4a670
Modules compatibility: compatibility with NGX_THREADS.
by Maxim Dounin
· 8 years ago
aec1aee
Core: sockaddr lengths now respected by ngx_cmp_sockaddr().
by Maxim Dounin
· 8 years ago
30ec123
Core: ngx_conf_set_access_slot() user access (ticket #1096).
by Maxim Dounin
· 8 years ago
29cdcac
Cache: cache manager limits.
by Dmitry Volyntsev
· 8 years ago
50016ed
Core: use c->log while closing connection.
by Ruslan Ermilov
· 8 years ago
20fc020
Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks.
by Ruslan Ermilov
· 8 years ago
609fc4f
Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.
by Maxim Dounin
· 8 years ago
c7689a8
Modules compatibility: removed unneeded IPV6_V6ONLY checks.
by Maxim Dounin
· 8 years ago
c749cde
Modules compatibility: http2.
by Maxim Dounin
· 8 years ago
86284d3
Modules compatibility: degradation fields now always present.
by Maxim Dounin
· 8 years ago
0615b33
Introduced the NGX_COMPAT macro.
by Ruslan Ermilov
· 8 years ago
d3ae9fd
Resolver: introduced state field in ngx_resolver_srv_name_t.
by Dmitry Volyntsev
· 8 years ago
d3be43a
Modules compatibility: cache purge fields.
by Maxim Dounin
· 8 years ago
Next »