Sign in
nginx
/
nginx
/
b8203e46a05ceb816e1c4f34479b2aaee0dfb34c
b8203e4
Additional headers for proxy/fastcgi/uwsgi/scgi_ignore_headers.
by Maxim Dounin
· 13 years ago
012e6b6
Handling of Content-Encoding set from perl.
by Maxim Dounin
· 13 years ago
0f5f4cb
Fix for socket leak with "aio sendfile" and "limit_rate".
by Maxim Dounin
· 13 years ago
b7af402
Fix for connection drops with AIO.
by Maxim Dounin
· 13 years ago
5cc1fb1
Autoindex: escape html in file names.
by Maxim Dounin
· 13 years ago
6226fe3
Autoindex: escape '?' in file names.
by Maxim Dounin
· 13 years ago
e3d6c5a
Improved access log escaping to better protect other software.
by Maxim Dounin
· 13 years ago
0d19f02
Fixing directive name in error message if types hash size is not enough.
by Igor Sysoev
· 13 years ago
840ef39
Fixing mp4 module seeking on 32-bit platforms.
by Igor Sysoev
· 13 years ago
2fdb547
Fixed macro name.
by Ruslan Ermilov
· 13 years ago
c94b7e3
The reference documentation is moving elsewhere.
by Ruslan Ermilov
· 13 years ago
94b5460
Releasing memory of idle SSL connection. This saves about 34K per SSL
by Igor Sysoev
· 13 years ago
95084f7
Disabling SSL compression. This saves about 300K per SSL connection.
by Igor Sysoev
· 13 years ago
3f34960
Version bump.
by Igor Sysoev
· 13 years ago
a610127
Improved ngx_parse_time() code readability.
by Ruslan Ermilov
· 13 years ago
6e86fb0
Tweaked error messages.
by Ruslan Ermilov
· 13 years ago
344f4fb
Adding repository path missed in r4179.
by Igor Sysoev
· 13 years ago
fc35bf6
release-1.1.5 tag
by Igor Sysoev
· 13 years ago
6ef5a8d
nginx-1.1.5-RELEASE
by Igor Sysoev
· 13 years ago
nginx-1.1.5
290ad9c
Adding RELEASE procedure in GNUmakefile.
by Igor Sysoev
· 13 years ago
ab0078a
Version bump.
by Igor Sysoev
· 13 years ago
20139ff
Fixed cache bypass caching of non-cacheable replies (ticket #21).
by Maxim Dounin
· 13 years ago
3aba768
Added uwsgi_buffering and scgi_buffering directives.
by Maxim Dounin
· 14 years ago
f3ae6a6
Using strtod() instead of atofp() to support a lot of digits after dot in
by Igor Sysoev
· 14 years ago
a40e7ee
Fix of building on platforms with 32-bit off_t. (closed #23)
by Igor Sysoev
· 14 years ago
5cc90f3
Fixed segmentation fault with empty config on Windows.
by Maxim Dounin
· 14 years ago
554768d
Fix for "ssl_session_cache builtin" (broken since 1.1.1, r3993).
by Maxim Dounin
· 14 years ago
886c629
Better handling of late upstream creation.
by Maxim Dounin
· 14 years ago
b16918e
Cache: fix for sending of stale responses.
by Maxim Dounin
· 14 years ago
84c58a3
Cache: fix for sending of empty responses.
by Maxim Dounin
· 14 years ago
4a3884a
Incorrect special case for "return 204" removed.
by Maxim Dounin
· 14 years ago
77ca973
Fix for "return 202" not discarding body.
by Maxim Dounin
· 14 years ago
ad5ef15
Fix for double content when return is used in error_page handler.
by Maxim Dounin
· 14 years ago
bfb42ad
Fix for incorrect 201 replies from dav module.
by Maxim Dounin
· 14 years ago
5c56f20
Proxy: logging levels tuned, double logging fixed.
by Maxim Dounin
· 14 years ago
aa12f3c
Proxy: whitespaces after chunk size allowed.
by Maxim Dounin
· 14 years ago
28b001f
Upstream: clearing of u->peer.connection on close.
by Maxim Dounin
· 14 years ago
b1565cf
Fixed error message.
by Ruslan Ermilov
· 14 years ago
b75e4a6
Fixed markup.
by Ruslan Ermilov
· 14 years ago
457f60a
release-1.1.4 tag
by Igor Sysoev
· 14 years ago
e70ed79
nginx-1.1.4-RELEASE
by Igor Sysoev
· 14 years ago
nginx-1.1.4
afe2e3d
Fix of separate pool for upstream connections (r4117).
by Maxim Dounin
· 14 years ago
265e51a
Fixed loss of chain links in ngx_event_pipe_read_upstream().
by Maxim Dounin
· 14 years ago
d1b9a03
Fixed loss of chain links in fastcgi module.
by Maxim Dounin
· 14 years ago
e4dab80
Fix of cpu hog in event pipe.
by Maxim Dounin
· 14 years ago
c8df23c
The "worker_aio_requests" directive.
by Igor Sysoev
· 14 years ago
a823c55
Replaced "can not" with "cannot" and "could not" in a bunch of places.
by Ruslan Ermilov
· 14 years ago
3b7ed02
Cosmetics: replaced NGX_CONF_TAKE1 to NGX_CONF_FLAG for "sendfile"
by Ruslan Ermilov
· 14 years ago
5d4aed0
Overhauled diagnostic messages.
by Ruslan Ermilov
· 14 years ago
aa997c0
Fixing Linux AIO initiatialization: AIO operations are disabled if kernel
by Igor Sysoev
· 14 years ago
4134b48
Fixing Linux AIO syscalls return value handling:
by Igor Sysoev
· 14 years ago
c6353a5
Trailing space fix.
by Maxim Dounin
· 14 years ago
44002e5
Upstream keepalive module.
by Maxim Dounin
· 14 years ago
2fe0a7a
Proxy: basic HTTP/1.1 support (including keepalive).
by Maxim Dounin
· 14 years ago
f2fcf11
Protocol version parsing in ngx_http_parse_status_line().
by Maxim Dounin
· 14 years ago
f84c69a
Upstream: Connection header processing.
by Maxim Dounin
· 14 years ago
4686f30
Upstream: Transfer-Encoding header processing.
by Maxim Dounin
· 14 years ago
2da36b3
Keepalive support in fastcgi.
by Maxim Dounin
· 14 years ago
05552a2
Keepalive support in memcached.
by Maxim Dounin
· 14 years ago
2d6be3f
Upstream: keepalive flag.
by Maxim Dounin
· 14 years ago
a746bab
Upstream: pipe length and input_filter_init in buffered mode.
by Maxim Dounin
· 14 years ago
ffe4f11
Upstream: r->upstream->length type change to off_t.
by Maxim Dounin
· 14 years ago
e19f005
Upstream: content_length_n API change.
by Maxim Dounin
· 14 years ago
360ed25
Upstream: separate pool for peer connections.
by Maxim Dounin
· 14 years ago
c42c70f
Workaround for cpu hog on errors with cached connections.
by Maxim Dounin
· 14 years ago
d7c2673
API change: ngx_chain_update_chains() now requires pool.
by Maxim Dounin
· 14 years ago
a890b31
Buffers reuse in chunked filter.
by Maxim Dounin
· 14 years ago
57b4fdb
MP4 co64 atom support added.
by Igor Sysoev
· 14 years ago
2043745
Regenerated after previous commit.
by Ruslan Ermilov
· 14 years ago
fc084d0
Added ngx_http_mp4_module documentation.
by Ruslan Ermilov
· 14 years ago
1ebdcd1
Regenerated after previous commit.
by Ruslan Ermilov
· 14 years ago
2a46092
- The module name is now also output as an HTML header.
by Ruslan Ermilov
· 14 years ago
c940f5f
Fix of struct field name.
by Igor Sysoev
· 14 years ago
1fc9a8d
Style fix.
by Igor Sysoev
· 14 years ago
acdac73
Fixing building by gcc-4.7.
by Igor Sysoev
· 14 years ago
4a38359
Version bump.
by Igor Sysoev
· 14 years ago
66659e0
release-1.1.3 tag
by Igor Sysoev
· 14 years ago
0c54cce
nginx-1.1.3-RELEASE
by Igor Sysoev
· 14 years ago
nginx-1.1.3
9c5d251
Fix of the previous commit: is_directio flag processing introduced in r4077
by Igor Sysoev
· 14 years ago
7ffb73c
Bugfix: open_file_cache did not update file info on retest.
by Igor Sysoev
· 14 years ago
2cc42b7
Skipping traks with unsupported media formats.
by Igor Sysoev
· 14 years ago
dcea2ce
Fix of case when start sample does not reside on chunk boundary.
by Igor Sysoev
· 14 years ago
59efbc4
In Mac OS X Lion, Apple deprecated the use of the system OpenSSL library
by Ruslan Ermilov
· 14 years ago
f824fb4
Fix of debug message format.
by Igor Sysoev
· 14 years ago
d448550
Fix of codec debug message.
by Igor Sysoev
· 14 years ago
3d9ae84
Fix of error message.
by Igor Sysoev
· 14 years ago
7e8ee65
Fix of error message.
by Igor Sysoev
· 14 years ago
4e72846
Regenerate after previous commits.
by Ruslan Ermilov
· 14 years ago
8595adc
- The "example" element can now contain sub-elements.
by Ruslan Ermilov
· 14 years ago
5a8a4bd
HTTP errors are now output as "code (text)".
by Ruslan Ermilov
· 14 years ago
e07a357
mp4_max_moov_size directive has been renamed to mp4_max_buffer_size.
by Igor Sysoev
· 14 years ago
b1c79a4
bugfix of r4086: nginx could not be built without debug log.
by Igor Sysoev
· 14 years ago
5d01ac5
Bugfix of r4086: directio was always enabled if mp4 file was sent as is.
by Igor Sysoev
· 14 years ago
2d06be2
"video/mp4" mime type added.
by Igor Sysoev
· 14 years ago
dde4d7e
ngx_http_mp4_module
by Igor Sysoev
· 14 years ago
16d873a
Regenerate after previous commits.
by Ruslan Ermilov
· 14 years ago
b39c482
Cleaned up links.
by Ruslan Ermilov
· 14 years ago
1887005
Regenerate after previous commit.
by Ruslan Ermilov
· 14 years ago
aab7471
Basic inter-document and external linking support.
by Ruslan Ermilov
· 14 years ago
ecf83ef
Regenerate after previous commit.
by Ruslan Ermilov
· 14 years ago
Next »