Sign in
nginx
/
nginx
/
bc5191c7bcfb7df191cbe411882eab9a1c71e518
bc5191c
Added support for regex study and PCRE JIT (ticket #41) optimizations on
by Valentin Bartenev
· 13 years ago
947bdfa
Fixed build without debug.
by Maxim Dounin
· 13 years ago
da8a43d
Cache lock support for fastcgi, scgi, uwsgi.
by Maxim Dounin
· 13 years ago
822fe46
Cache locks initial implementation.
by Maxim Dounin
· 13 years ago
0c88994
Fixed interaction of limit_rate and sendfile_max_chunk.
by Maxim Dounin
· 13 years ago
41a77d1
Fixed throughput problems with large limit_rate.
by Maxim Dounin
· 13 years ago
6a56732
Fixed mp4 if first entry in stsc was skipped (ticket #72).
by Maxim Dounin
· 13 years ago
b65597e
SSI: added regex captures support in the expression of the "if" command.
by Valentin Bartenev
· 13 years ago
39f01e5
Fixed limit_conn_log_level/limit_req_log_level inheritance.
by Valentin Bartenev
· 13 years ago
197312f
Added the HTTPS fastcgi_param to fastcgi.conf.
by Valentin Bartenev
· 13 years ago
4c2f2d5
Words duplications removed.
by Maxim Konovalov
· 13 years ago
aa44926
Proxy: made proxy_pass with variables more consistent.
by Maxim Dounin
· 13 years ago
2f6e243
configure on Solaris fixed
by Sergey Budnevitch
· 13 years ago
d79f452
Added clearing of r->valid_unparsed_uri on internal redirects.
by Maxim Dounin
· 13 years ago
c5968a9
SSI bugfix: the "if" command did not work inside the "block" command and
by Valentin Bartenev
· 13 years ago
8a85ab8
Scgi: removed error if there is no Status header.
by Maxim Dounin
· 13 years ago
32e2038
Scgi: removed duplicate function declaration.
by Maxim Dounin
· 13 years ago
4d1e32d
Fixed incorrect use of r->http_version in scgi module.
by Maxim Dounin
· 13 years ago
afb7f22
Version bump.
by Maxim Dounin
· 13 years ago
b6ec1ec
release-1.1.11 tag
by Maxim Dounin
· 13 years ago
d8483a1
nginx-1.1.11-RELEASE
by Maxim Dounin
· 13 years ago
nginx-1.1.11
eb75702
Fixed RELEASE target again.
by Maxim Dounin
· 13 years ago
242fafe
Fixed RELEASE target to correctly call "release" one.
by Maxim Dounin
· 13 years ago
614a7ef
Cache: only complain on long locked entries.
by Maxim Dounin
· 13 years ago
64a9f70
Cache: handling of cache files with long headers.
by Maxim Dounin
· 13 years ago
b839e6f
Cache: obsolete code removed.
by Maxim Dounin
· 13 years ago
f28b7e8
Renamed some constants to improve readability, no functional changes.
by Ruslan Ermilov
· 13 years ago
0be9554
Proxy: added variables and regexp support to the first parameter of
by Valentin Bartenev
· 13 years ago
ae0e919
Microoptimization of sendfile(2) usage under FreeBSD.
by Maxim Dounin
· 13 years ago
8d3ef1a
Fixed: some of $sent_http_* variables may contain header entries that actually
by Valentin Bartenev
· 13 years ago
fd87f1b
Added HTTPS param with Apache-like behaviour to fastcgi/scgi/uwsgi_params (fixes #38).
by Valentin Bartenev
· 13 years ago
247332a
Added the $https variable.
by Valentin Bartenev
· 13 years ago
df54c36
SCGI: added "if_not_empty" flag support to the "scgi_param" directive.
by Valentin Bartenev
· 13 years ago
582b531
uwsgi: added "if_not_empty" flag support to the "uwsgi_param" directive.
by Valentin Bartenev
· 13 years ago
a826eb6
FastCGI: added "if_not_empty" flag support to the "fastcgi_param" directive.
by Valentin Bartenev
· 13 years ago
50546b2
Added the ngx_http_upstream_param_set_slot().
by Valentin Bartenev
· 13 years ago
59a2b77
- Improved error message when parsing of the "buffer" parameter of the
by Ruslan Ermilov
· 13 years ago
5ee62ed
Removed unused function ngx_regex_capture_count().
by Valentin Bartenev
· 13 years ago
8618370
Fix for read_head with try_files and open_file_cache.
by Maxim Dounin
· 13 years ago
08f2256
Version bump.
by Maxim Dounin
· 13 years ago
92edf47
Added the "so_keepalive=" parameter to the "listen" directive.
by Valentin Bartenev
· 13 years ago
1ea2eb5
release-1.1.10 tag
by Maxim Dounin
· 13 years ago
eaac006
nginx-1.1.10-RELEASE
by Maxim Dounin
· 13 years ago
nginx-1.1.10
203fb6f
Compute the repository root from the checkout.
by Ruslan Ermilov
· 13 years ago
c09d65b
Fixed AIO on Linux, broken in r4306.
by Maxim Dounin
· 13 years ago
b994925
Version bump.
by Maxim Dounin
· 13 years ago
b8551a5
release-1.1.9 tag
by Maxim Dounin
· 13 years ago
4f91921
nginx-1.1.9-RELEASE
by Maxim Dounin
· 13 years ago
nginx-1.1.9
a4484b1
Added (void) as we intentionally ignore returned values.
by Maxim Dounin
· 13 years ago
1d13c0d
Allowed add_header for proxied 206 replies.
by Maxim Dounin
· 13 years ago
1373558
Added support for IP-literal in the Host header and request line (ticket #1).
by Valentin Bartenev
· 13 years ago
1b9b19d
Added escaping of double quotes in ngx_escape_html().
by Maxim Dounin
· 13 years ago
13717da
Unlock of shared memory zones on process crash.
by Maxim Dounin
· 13 years ago
ddb7cd1
Fixed build without atomic operations.
by Maxim Dounin
· 13 years ago
91ecc8f
Added shmtx interface to forcibly unlock mutexes.
by Maxim Dounin
· 13 years ago
1e5f239
Fixed "rotate" to always work when combined with "resize/crop".
by Ruslan Ermilov
· 13 years ago
ca2cce2
Cosmetics.
by Ruslan Ermilov
· 13 years ago
79df789
Fix of mp4 module seeking.
by Igor Sysoev
· 13 years ago
7f59728
Protection from stale write events in epoll.
by Maxim Dounin
· 13 years ago
0560ae5
Fixed segfault on ssl servers without cert with SNI (ticket #54).
by Maxim Dounin
· 13 years ago
7cd93c6
Made it possible to build/install from the SVN checkout.
by Ruslan Ermilov
· 13 years ago
d4a2f14
o AIX 7 defines sys_nerr in errno.h, therefore <errno.h> included
by Maxim Konovalov
· 13 years ago
df56c2e
svgz extension for compressed SVG added (close #56).
by Maxim Konovalov
· 13 years ago
1725621
Fixed "keepalive_disable".
by Ruslan Ermilov
· 13 years ago
f61b7b3
FreeBSD 10-current has recently gotten POSIX_FADV_* macros.
by Maxim Konovalov
· 13 years ago
e0c1a63
Upstream: don't cache unfinished responses.
by Maxim Dounin
· 13 years ago
5eef168
Fixed flv header to match specification.
by Maxim Dounin
· 13 years ago
777879c
Silenced a warning for some compilers.
by Ruslan Ermilov
· 13 years ago
bec516b
Now nginx uses TTL of a DNS response when calculating cache validity.
by Ruslan Ermilov
· 13 years ago
963315a
Fixed incorrect counting the length of headers in a SCGI request.
by Valentin Bartenev
· 13 years ago
2b24a67
Fixed handling of SIGWINCH/NOACCEPT signal.
by Maxim Dounin
· 13 years ago
2fd9b49
Version bump.
by Maxim Dounin
· 13 years ago
95d76a9
release-1.1.8 tag
by Igor Sysoev
· 13 years ago
43d1df8
nginx-1.1.8-RELEASE
by Igor Sysoev
· 13 years ago
nginx-1.1.8
07bb4ed
Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()
by Igor Sysoev
· 13 years ago
dd4490c
Fix of "Content-Length" header of MP4 response if start argument was used.
by Igor Sysoev
· 13 years ago
3db91b8
Added image/webp and video/webm MIME types.
by Valentin Bartenev
· 13 years ago
255e20a
Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.
by Valentin Bartenev
· 13 years ago
80e3cba
Reverted incorrect change in internal md5 (part of r3928).
by Maxim Dounin
· 13 years ago
030523d
Fixed fastcgi/scgi/uwsgi_param inheritance.
by Maxim Dounin
· 13 years ago
ca01f46
Separate functions to merge fastcgi/scgi/uwsgi params.
by Maxim Dounin
· 13 years ago
86a8519
Fixed Upgrade header clearing with proxy_cache.
by Maxim Dounin
· 13 years ago
962727b
Fixed proxy_set_header inheritance with proxy_set_body.
by Maxim Dounin
· 13 years ago
b5984de
Fixed proxy_set_header inheritance with proxy_cache (ticket #45).
by Maxim Dounin
· 13 years ago
66a60a6
Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse.
by Sergey Budnevitch
· 13 years ago
1dbd331
Limit zone: added the "limit_conn_zone" directive.
by Valentin Bartenev
· 13 years ago
aaf5a57
Limit zone: support for multiple "limit_conn" limits.
by Valentin Bartenev
· 13 years ago
54660dc
Limit zone: rbtree lookup moved to a separate function.
by Valentin Bartenev
· 13 years ago
2f37fbc
Changed error message to be more appropriate in the imaginary
by Ruslan Ermilov
· 13 years ago
e74b611
Belatedly fixed language in 1.1.7 relnotes.
by Ruslan Ermilov
· 13 years ago
eb499ba
Fixed compression pointer processing in DNS response greater than 255 bytes.
by Igor Sysoev
· 13 years ago
d0bcad3
Fix of "keepalive_disable" directive.
by Igor Sysoev
· 13 years ago
a8963fb
The "image_filter_sharpen" directive.
by Igor Sysoev
· 13 years ago
ff2bee1
Ancient incomplete ngx_http_status_module removal.
by Igor Sysoev
· 13 years ago
0d03a44
Version bump.
by Igor Sysoev
· 13 years ago
5f9da55
release-1.1.7 tag
by Igor Sysoev
· 13 years ago
6955d91
nginx-1.1.7-RELEASE
by Igor Sysoev
· 13 years ago
nginx-1.1.7
a2ffa56
Silently ignoring a stale global SSL error left after disabled renegotiation.
by Igor Sysoev
· 13 years ago
308c7de
Fixed documentation pointer.
by Ruslan Ermilov
· 13 years ago
ca49523
Fixed segfault on configuration testing with ssl (ticket #37).
by Maxim Dounin
· 13 years ago
Next »