Sign in
nginx
/
nginx
/
6d52912a2a98eb3340564cf0b0627194a978d152
6d52912
Cache: proper wakeup of subrequests.
by Maxim Dounin
· 10 years ago
1034566
Upstream: improved subrequest logging.
by Maxim Dounin
· 10 years ago
778cc4b
Access log: restricted "log_format" to "http" level.
by Sergey Kandaurov
· 10 years ago
ece3880
Write filter: fixed handling of sync bufs (ticket #132).
by Maxim Dounin
· 10 years ago
7fa89c7
Fixed post_action to not trigger "header already sent" alert.
by Maxim Dounin
· 10 years ago
d228fa5
Typo.
by Maxim Dounin
· 10 years ago
decaffa
SPDY: push pending data while closing a stream as with keepalive.
by Valentin Bartenev
· 10 years ago
742b5dd
Syslog: allowed underscore symbol in tag (ticket #667).
by Vladimir Homutov
· 10 years ago
ef563de
Resolver: fixed debug event logging.
by Ruslan Ermilov
· 10 years ago
d4b7b74
Resolver: fixed use-after-free memory access.
by Ruslan Ermilov
· 10 years ago
96a62f1
Style.
by Valentin Bartenev
· 10 years ago
1276d84
Fixed type of sendfile() return value on Linux.
by Valentin Bartenev
· 10 years ago
a301e1a
Moved writev() handling code to a separate function.
by Valentin Bartenev
· 11 years ago
79ddab1
Merged conditions in the ngx_*_sendfile_chain() functions.
by Valentin Bartenev
· 11 years ago
d85d459
Moved the code for coalescing file buffers to a separate function.
by Valentin Bartenev
· 11 years ago
f00918e
Refactored ngx_solaris_sendfilev_chain().
by Valentin Bartenev
· 10 years ago
b29d599
Introduced the ngx_output_chain_to_iovec() function.
by Valentin Bartenev
· 10 years ago
41ed973
Renamed ngx_handle_sent_chain() to ngx_chain_update_sent().
by Valentin Bartenev
· 10 years ago
3ecac9e
Cache: add support for Cache-Control's s-maxage response directive.
by Piotr Sikora
· 10 years ago
1b79cb2
Proxy: renamed and rearranged fields in proxy configuration.
by Roman Arutyunyan
· 10 years ago
8898c97
Upstream: different header lists for cached and uncached requests.
by Roman Arutyunyan
· 10 years ago
bcf6b11
Upstream: moved header lists to separate structures.
by Roman Arutyunyan
· 10 years ago
62dfdf1
Upstream: moved header initializations to separate functions.
by Roman Arutyunyan
· 10 years ago
3b33056
Scgi: do not push redundant NULL element into conf->params.
by Roman Arutyunyan
· 10 years ago
2628cc1
Cache: proxy_cache_lock_age and friends.
by Roman Arutyunyan
· 10 years ago
20d4149
SPDY: fixed check for too long header name or value.
by Valentin Bartenev
· 10 years ago
42b6d57
SPDY: improved debug logging of inflate() calls.
by Valentin Bartenev
· 10 years ago
1fd4cd0
SSL: logging level of "inappropriate fallback" (ticket #662).
by Maxim Dounin
· 10 years ago
d9f5baa
Upstream: support named location for X-Accel-Redirect.
by Toshikuni Fukaya
· 10 years ago
a9d9b09
Upstream: add "proxy_ssl_certificate" and friends.
by Piotr Sikora
· 10 years ago
fb96936
SPDY: fixed "too long header line" logging.
by Maxim Dounin
· 10 years ago
e2bc3c1
Cache: removed dead store in ngx_http_file_cache_vary_header().
by Maxim Dounin
· 10 years ago
f9b99ba
Access log: cancel the flush timer on graceful shutdown.
by Valentin Bartenev
· 11 years ago
8b30fb7
Events: introduced cancelable timers.
by Valentin Bartenev
· 11 years ago
16403bc
Events: simplified cycle in ngx_event_expire_timers().
by Valentin Bartenev
· 11 years ago
246152c
Events: removed broken thread support from event timers.
by Valentin Bartenev
· 11 years ago
2d16e3c
Contrib: add more directives to vim syntax.
by Peter Wu
· 10 years ago
33f5555
SSL: simplified ssl_password_file error handling.
by Sergey Kandaurov
· 10 years ago
54606d4
SPDY: stop emitting multiple empty header values.
by Piotr Sikora
· 10 years ago
78dd8b5
Version bump.
by Valentin Bartenev
· 10 years ago
71fe747
release-1.7.7 tag
by Maxim Dounin
· 10 years ago
029605e
nginx-1.7.7-RELEASE
by Maxim Dounin
· 10 years ago
nginx-1.7.7
23f27c2
Updated OpenSSL used for win32 builds.
by Maxim Dounin
· 10 years ago
b3f9a94
Win32: made build-able with MinGW-w64 gcc.
by Kouhei Sutou
· 10 years ago
726c572
Upstream: limited next_upstream time and tries when resolving DNS.
by Gu Feng
· 10 years ago
cf1e478
Write filter: stored delay in a variable, no functional changes.
by Roman Arutyunyan
· 10 years ago
18e4d04
Upstream: proxy_limit_rate and friends.
by Roman Arutyunyan
· 10 years ago
0989d63
Core: added limit to recv_chain().
by Roman Arutyunyan
· 10 years ago
5f625b7
Cache: normalization of some Vary headers.
by Maxim Dounin
· 10 years ago
6255935
Cache: multiple variants of a resource now can be stored.
by Maxim Dounin
· 10 years ago
83f00ad
Cache: c->reading flag introduced.
by Maxim Dounin
· 10 years ago
1332e76
Cache: hash of Vary headers now stored in cache.
by Maxim Dounin
· 10 years ago
fc785b1
Cache: disable caching of responses with Vary (ticket #118).
by Maxim Dounin
· 10 years ago
97e618c
Gzip, gunzip: flush busy buffers if any.
by Maxim Dounin
· 10 years ago
9369cf8
Style.
by Maxim Dounin
· 10 years ago
2244a5e
Upstream: proxy_force_ranges and friends.
by Roman Arutyunyan
· 10 years ago
8ae7751
Win32: suppressed warnings by "-Werror=sign-compare".
by Kouhei Sutou
· 10 years ago
3df66a6
Win32: fixed wrong type cast.
by Kouhei Sutou
· 10 years ago
c01481a
Fixed possible buffer overrun in "too long header line" logging.
by Maxim Dounin
· 10 years ago
52e4dc2
Core: fixed buffer overrun when hash max_size reached.
by Yichun Zhang
· 10 years ago
4a2fba2
Upstream: fix $upstream_cache_last_modified variable.
by Piotr Sikora
· 10 years ago
840b347
Fixed counting of sent bytes in the send chain functions on EINTR.
by Valentin Bartenev
· 11 years ago
7099507
Version bump.
by Valentin Bartenev
· 10 years ago
28fd65e
release-1.7.6 tag
by Maxim Dounin
· 10 years ago
9218095
nginx-1.7.6-RELEASE
by Maxim Dounin
· 10 years ago
nginx-1.7.6
403a9ef
Upstream keepalive: reset c->sent on cached connections.
by Maxim Dounin
· 10 years ago
c9fbbc8
Limit req: reduced number of parameters in the lookup function.
by Valentin Bartenev
· 10 years ago
021a9df
Limit req: use complex value in limit_req_zone.
by Valentin Bartenev
· 10 years ago
98f7d0e
Limit conn: aligned field names in structures.
by Valentin Bartenev
· 10 years ago
dd1ae43
Limit conn: use complex value in limit_conn_zone (ticket #121).
by Valentin Bartenev
· 10 years ago
1866f15
Limit conn: removed deprecated "limit_zone" directive.
by Valentin Bartenev
· 10 years ago
27fa312
Syslog: improved error handling of unix domain sockets.
by Vladimir Homutov
· 11 years ago
d79cbf1
Syslog: enabled logging of send errors.
by Vladimir Homutov
· 11 years ago
bba2ce8
Avoided to add duplicate hash key in ngx_http_types_slot().
by Gu Feng
· 11 years ago
840d205
Removed duplicate initialization of the "rev" variable.
by Valentin Bartenev
· 10 years ago
651be60
Generalized definitions of the number of preallocated iovec's.
by Valentin Bartenev
· 11 years ago
1cbeabf
Reduced difference between the send chain functions.
by Valentin Bartenev
· 11 years ago
0a02bdb
Merged implementations of ngx_readv_chain().
by Valentin Bartenev
· 11 years ago
77d6135
Removed the "complete" variable from various send chain functions.
by Valentin Bartenev
· 11 years ago
4aac910
Moved the code for adjusting sent buffers in a separate function.
by Valentin Bartenev
· 11 years ago
8b6f1c7
Fixed writev() debug log message in ngx_darwin_sendfile_chain().
by Valentin Bartenev
· 11 years ago
ba1676f
Upstream: fixed file buffers reinit in ngx_http_upstream_reinit().
by Roman Arutyunyan
· 10 years ago
66876d0
FastCGI: fixed start pointers in request buffers.
by Roman Arutyunyan
· 10 years ago
a7798de
Limit req: don't truncate key value to 255 bytes.
by Valentin Bartenev
· 11 years ago
681f74a
Version bump.
by Valentin Bartenev
· 11 years ago
b7ef041
release-1.7.5 tag
by Maxim Dounin
· 11 years ago
f6cf796
nginx-1.7.5-RELEASE
by Maxim Dounin
· 11 years ago
nginx-1.7.5
ce47411
Updated OpenSSL used for win32 builds.
by Maxim Dounin
· 11 years ago
6ec0f4d
SSL: session id context now includes certificate hash.
by Maxim Dounin
· 11 years ago
152d92b
Access log: fixed the "if=" parameter with buffering (ticket #625).
by Valentin Bartenev
· 11 years ago
02ce6c4
Upstream: limited next_upstream time and tries (ticket #544).
by Roman Arutyunyan
· 11 years ago
cfc3db1
Upstream: included backup peers into peer.tries.
by Roman Arutyunyan
· 11 years ago
4c7e1a8
Upstream keepalive: removed "single" parameter remnants.
by Maxim Dounin
· 11 years ago
3a235bf
Added warning about unset cache keys.
by Maxim Dounin
· 11 years ago
d7d26fe
Style.
by Maxim Dounin
· 11 years ago
b4cb847
Upstream: avoided directly terminating the connection.
by FengGu
· 11 years ago
cb8a032
Added ngx_init_setproctitle() return code check.
by Maxim Dounin
· 11 years ago
90df702
Fixed ETag memory allocation error handling.
by Maxim Dounin
· 11 years ago
c5bee22
Core: ngx_regex_compile() error handling fixes.
by Maxim Dounin
· 11 years ago
2af7181
SSL: guard use of all SSL options for bug workarounds.
by Piotr Sikora
· 11 years ago
Next »