Sign in
nginx
/
nginx
/
f5e90ce368b8fefe7f030ad24d78c55e6f23544f
/
src
4b948b4
Gunzip: removed nginx.h leftover include.
by Maxim Dounin
· 13 years ago
90bd33e
Gunzip filter import.
by Maxim Dounin
· 13 years ago
86aee85
Gzip static: "always" parameter in "gzip_static" directive.
by Maxim Dounin
· 13 years ago
23a9596
Memcached: memcached_gzip_flag directive.
by Maxim Dounin
· 13 years ago
5867c81
Write filter: replaced unneeded loop with one to free chains.
by Maxim Dounin
· 13 years ago
605a0ab
Limit req: fix of rbtree node insertion on hash collisions.
by Valentin Bartenev
· 13 years ago
9d6d33a
Fixed overflow if ngx_slab_alloc() is called with very big "size" argument.
by Ruslan Ermilov
· 13 years ago
d469482
Fixed strict aliasing bugs when dealing with IPv4-mapped IPv6 addresses
by Ruslan Ermilov
· 13 years ago
da4ffd8
Fixed the "include" directive.
by Ruslan Ermilov
· 13 years ago
43f6163
Version bump.
by Ruslan Ermilov
· 13 years ago
c22b87b
Radix tree preallocation fix.
by Maxim Dounin
· 13 years ago
83e35f6
Whitespace fix.
by Maxim Dounin
· 13 years ago
b69f284
Mark logically dead code with corresponding comment.
by Andrey Belov
· 13 years ago
572bca7
Mp4: removed restriction to avc1/mp4a formats (ticket #194).
by Maxim Dounin
· 13 years ago
53b8514
Mail: fixed handling of AF_UNIX addresses in "listen".
by Ruslan Ermilov
· 13 years ago
ff3236e
Removed a stale "AF_INET only" comment.
by Ruslan Ermilov
· 13 years ago
f12c756
Mail: fixed sorting of listen addresses (ticket #187).
by Ruslan Ermilov
· 13 years ago
5425263
Geo: fixed handling of ranges without default set.
by Maxim Dounin
· 13 years ago
89bd5f0
Crypt: fixed handling of corrupted SSHA entries in password file.
by Maxim Dounin
· 13 years ago
3587e2b
Map: fixed optimization of variables as values.
by Maxim Dounin
· 13 years ago
9aac01a
mail_core: don't let the well-known port in the "listen" directive to
by Ruslan Ermilov
· 13 years ago
89ad2e9
Corrected the directive name in the ngx_mail_auth_http_module error message.
by Ruslan Ermilov
· 13 years ago
86dd5bd
Added three missing checks for NULL after ngx_array_push() calls.
by Valentin Bartenev
· 13 years ago
2af80d5
Explicitly ignore returned value from close() in ngx_event_core_init_conf().
by Andrey Belov
· 13 years ago
66e9525
Explicitly ignore returned value from unlink() in ngx_open_tempfile().
by Andrey Belov
· 13 years ago
42a75bb
Resolver: fixed possible memory leak in ngx_resolver_create().
by Maxim Dounin
· 13 years ago
8ed4929
Fixed the -p parameter handling.
by Ruslan Ermilov
· 13 years ago
25197b3
Fixed possible use of old cached times if runtime went backwards.
by Maxim Dounin
· 13 years ago
d053bac
Added "const" to ngx_memcpy() with NGX_MEMCPY_LIMIT defined.
by Maxim Dounin
· 13 years ago
beaed67
Whitespace fix.
by Maxim Dounin
· 13 years ago
c722e8a
Win32: fixed build with Visual Studio 2005 Express.
by Maxim Dounin
· 13 years ago
1c42128
Reorder checks in ngx_shared_memory_add() for more consistent error messages.
by Andrey Belov
· 13 years ago
15ab046
Version bump.
by Ruslan Ermilov
· 13 years ago
deaf22d
Core: ipv6only is now on by default.
by Ruslan Ermilov
· 13 years ago
9c8f3d8
ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server not
by Valentin Bartenev
· 13 years ago
21be49a
Upstream: hide_headers/pass_headers inheritance fix.
by Maxim Dounin
· 13 years ago
1c31039
Improved diagnostics when a directive is specified in the wrong context.
by Ruslan Ermilov
· 13 years ago
45d2ae6
Slight optimization in ngx_http_upstream_add(): replaced an expression
by Ruslan Ermilov
· 13 years ago
b163010
ngx_http_upstream_add() should return NULL if an error occurs.
by Ruslan Ermilov
· 13 years ago
01f07bd
Reduced the number of preprocessor directives.
by Ruslan Ermilov
· 13 years ago
cfe194e
When "debug_connection" is configured with a domain name, only the first
by Ruslan Ermilov
· 13 years ago
1efcca3
Fixed compilation with -Wmissing-prototypes.
by Ruslan Ermilov
· 13 years ago
9d5f5a0
Win32: fixed cpu hog after process startup failure.
by Maxim Dounin
· 13 years ago
54ab41f
Fixed debugging messages to account that limit_zone was renamed to limit_conn.
by Ruslan Ermilov
· 13 years ago
1fd21c4
Fixed sorting of listen addresses so that wildcard address is always at
by Ruslan Ermilov
· 13 years ago
e30a8f9
Version bump.
by Ruslan Ermilov
· 13 years ago
e3acbc6
Entity tags: empty etags handling in If-Range.
by Maxim Dounin
· 13 years ago
1b77858
Entity tags: the "etag" directive.
by Maxim Dounin
· 13 years ago
eb7c38a
Entity tags: set for static respones.
by Maxim Dounin
· 13 years ago
8b00c87
Entity tags: handling in add_header.
by Maxim Dounin
· 13 years ago
c96c419
Entity tags: clear on entity changes.
by Maxim Dounin
· 13 years ago
9c17e4c
Entity tags: support in If-Range header.
by Maxim Dounin
· 13 years ago
13eb689
Entity tags: basic support in not modified filter.
by Maxim Dounin
· 13 years ago
a9456d5
Not modified filter: tests separated from actions.
by Maxim Dounin
· 13 years ago
4199620
Added Last-Modified parsing in add_header.
by Maxim Dounin
· 13 years ago
63d7ab1
Fixed If-Range with unknown last modified time.
by Maxim Dounin
· 13 years ago
3d87bcf
Corrected $request_length calculation for pipelined requests.
by Andrey Belov
· 13 years ago
bbfc96c
Fixed typo in a function name.
by Ruslan Ermilov
· 13 years ago
2219c56
Made sure to initialize the entire "struct flock" allocated on stack.
by Ruslan Ermilov
· 13 years ago
3484e6d
Reset r->uri_changed in a named location (ticket #184).
by Maxim Dounin
· 13 years ago
f9c03b4
map: strip final dot before looking up in a map of hostnames. (closes #182)
by Ruslan Ermilov
· 13 years ago
56cb808
Version bump.
by Ruslan Ermilov
· 13 years ago
a835783
Mp4: fixed build on win32 after r4689.
by Maxim Dounin
· 13 years ago
c6d5225
Style.
by Maxim Dounin
· 13 years ago
8c861f0
Fixed a harmless error in spelling of "Connection: close" when computing
by Ruslan Ermilov
· 13 years ago
4244481
Fixed compile-time conditionals used to detect if X-Forwarded-For support
by Ruslan Ermilov
· 13 years ago
992a4d1
Disabled gzip compression in OpenSSL prior to 1.0.0 version.
by Igor Sysoev
· 13 years ago
36a931a
Added IPv6 support to ip_hash.
by Ruslan Ermilov
· 13 years ago
29844cd
Upstream keepalive: "single" parameter deprecated.
by Maxim Dounin
· 13 years ago
91c654d
Fixed return type of ngx_strerror_init().
by Maxim Dounin
· 13 years ago
97f7bf2
Fixed "sendmsg() failed" alerts on HP-UX.
by Maxim Dounin
· 13 years ago
a769c53
Fixed segfault with poll and resolver used.
by Maxim Dounin
· 13 years ago
40a366c
Fixed handling of conflicting wildcard server names.
by Maxim Dounin
· 13 years ago
859dc4c
Mp4: fixed streaming if moov atom is at buffer edge.
by Maxim Dounin
· 13 years ago
e1e2e2e
Mp4: fixed non-keyframe seeks in some cases (ticket #175).
by Maxim Dounin
· 13 years ago
0cf5237
Style fix.
by Andrey Belov
· 13 years ago
e91b210
New core variable: $status.
by Andrey Belov
· 13 years ago
2c49af8
When "resolver" is configured with a domain name, only the first
by Ruslan Ermilov
· 13 years ago
da8bb22
Fixed crash in ngx_resolver_cleanup_tree().
by Ruslan Ermilov
· 13 years ago
b9feaa8
Version bump.
by Ruslan Ermilov
· 13 years ago
d4353c6
Fixed spelling of "endianness", and called it "byte ordering" in the
by Ruslan Ermilov
· 13 years ago
0d7720d
Win32: uris with ":$" are now rejected.
by Maxim Dounin
· 13 years ago
f83598a
Win32: normalization of trailing dot inside uri.
by Maxim Dounin
· 13 years ago
db80a7a
Win32: disallowed access to various non-canonical name variants.
by Maxim Dounin
· 13 years ago
ac7f704
Support for IPv6 literals and an optional port in resolver.
by Ruslan Ermilov
· 13 years ago
596226f
Support for IPv6 literals in proxy_pass and so on.
by Maxim Dounin
· 13 years ago
4888969
Upstream: least_conn compilation fixes.
by Maxim Dounin
· 13 years ago
1ba6ecd
Upstream: weights support in ip_hash balancer.
by Maxim Dounin
· 13 years ago
4cb4e8d
Upstream: least_conn balancer module.
by Maxim Dounin
· 13 years ago
01f1e4d
Resolver: fixed format specification.
by Maxim Dounin
· 13 years ago
887f514
Code reduction (no functional changes).
by Ruslan Ermilov
· 13 years ago
2195eb5
Removed mistaken setting of NGX_SSL_BUFFERED flag in ngx_ssl_send_chain()
by Valentin Bartenev
· 13 years ago
d8ec491
Fixed returned value handling from the cookie rewrite handler.
by Valentin Bartenev
· 13 years ago
94d8df6
geoip: got rid of ugly casts when calling ngx_free().
by Ruslan Ermilov
· 13 years ago
49fbd88
Fixed broken build.
by Ruslan Ermilov
· 13 years ago
9fbd0d7
Fixed memory leak if $geoip_org variable was used.
by Ruslan Ermilov
· 13 years ago
526fd68
Fixed the reuse of parsed DTDs and XSLTs.
by Ruslan Ermilov
· 13 years ago
e1133ca
Fixed compilation with -DNGX_DEBUG_MALLOC on FreeBSD 10.
by Maxim Dounin
· 13 years ago
a272b2d
Fixed warning during nginx.xs compilation.
by Maxim Dounin
· 13 years ago
d2e005c
Fixed potential null pointer dereference in ngx_resolver_create().
by Ruslan Ermilov
· 13 years ago
Next »