Sign in
nginx
/
nginx
/
c846871ce106e0fbe4c27a48a4c3378f18cd03f8
c846871
SSL: the "ssl_verify_client" directive parameter "optional_no_ca".
by Maxim Dounin
· 13 years ago
f8cc896
Version bump.
by Maxim Dounin
· 13 years ago
fedc43d
release-1.3.7 tag
by Maxim Dounin
· 13 years ago
242b85f
nginx-1.3.7-RELEASE
by Maxim Dounin
· 13 years ago
nginx-1.3.7
7eea509
OCSP stapling: build fixes.
by Maxim Dounin
· 13 years ago
bec2cc5
OCSP stapling: ssl_stapling_verify directive.
by Maxim Dounin
· 13 years ago
3ebbb7d
OCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER flag now used.
by Maxim Dounin
· 13 years ago
1a07a7f
OCSP stapling: log error data in ngx_ssl_error().
by Maxim Dounin
· 13 years ago
872563a
OCSP stapling: check Content-Type.
by Maxim Dounin
· 13 years ago
74ad449
OCSP stapling: loading OCSP responses.
by Maxim Dounin
· 13 years ago
f7ec295
OCSP stapling: the ngx_event_openssl_stapling.c file.
by Maxim Dounin
· 13 years ago
85c920a
OCSP stapling: ssl_stapling_file support.
by Maxim Dounin
· 13 years ago
3648ba7
OCSP stapling: ssl_trusted_certificate directive.
by Maxim Dounin
· 13 years ago
6a0f47e
Resolver: cached addresses are returned with random rotation now.
by Maxim Dounin
· 13 years ago
8be233c
Correct plural form for "path" in the whole source base.
by Andrey Belov
· 13 years ago
b33a316
Made sure to initialize the entire ngx_file_t structure.
by Andrey Belov
· 13 years ago
52b59eb
SSL: added version checks for ssl compression workaround.
by Maxim Dounin
· 13 years ago
f4f72f9
SSL: fixed compression workaround to remove all methods.
by Maxim Dounin
· 13 years ago
181d58f
Configure: additional test for ExtUtils::Embed perl module presence.
by Andrey Belov
· 13 years ago
8a1a54b
Configure: help updated to list upstream keepalive and least_conn.
by Maxim Dounin
· 13 years ago
927643e
Added clearing of cpu_affinity after process spawn.
by Maxim Dounin
· 13 years ago
f447314
Version bump.
by Maxim Dounin
· 13 years ago
b7e4607
release-1.3.6 tag
by Maxim Dounin
· 13 years ago
3b80194
nginx-1.3.6-RELEASE
by Maxim Dounin
· 13 years ago
nginx-1.3.6
6fa37a6
Updated zlib used for win32 builds.
by Maxim Dounin
· 13 years ago
f5e90ce
Helper target "win32" to run configure for win32 builds.
by Maxim Dounin
· 13 years ago
27b9435
Configure: fixed make macros to use parentheses instead of braces.
by Maxim Dounin
· 13 years ago
a8742ab
Improved 50x error page.
by Valentin Bartenev
· 13 years ago
8522a2a
Configure: provide inflate() when building zlib on win32.
by Maxim Dounin
· 13 years ago
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
604f4e6
Improved welcome page.
by Valentin Bartenev
· 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
7ee8de6
Pass changes.xml thru xmllint when generating CHANGES and CHANGES.ru.
by Ruslan Ermilov
· 13 years ago
440ab7a
Converted DOS-style newlines.
by Ruslan Ermilov
· 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
f68158c
release-1.3.5 tag
by Maxim Dounin
· 13 years ago
237e06d
nginx-1.3.5-RELEASE
by Maxim Dounin
· 13 years ago
nginx-1.3.5
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
49e6d2c
Removed the need in Perl to generate ZIP archive of nginx/Windows.
by Ruslan Ermilov
· 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
bfae211
Simplified makefile that builds CHANGES.
by Ruslan Ermilov
· 13 years ago
15ab046
Version bump.
by Ruslan Ermilov
· 13 years ago
eb9c2cb
Updated PCRE used for win32 builds.
by Ruslan Ermilov
· 13 years ago
208bc3e
release-1.3.4 tag
by Ruslan Ermilov
· 13 years ago
4cc5f14
nginx-1.3.4-RELEASE
by Ruslan Ermilov
· 13 years ago
nginx-1.3.4
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
7f3a352
Removed extraneous GCC warning flags.
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
a6c9e09
Added the Clang compiler support.
by Ruslan Ermilov
· 13 years ago
9911ea4
Made sure to run configure in a "C" locale.
by Ruslan Ermilov
· 13 years ago
2d60cd7
Added a commented out -Wmissing-prototypes to CFLAGS.
by Ruslan Ermilov
· 13 years ago
1efcca3
Fixed compilation with -Wmissing-prototypes.
by Ruslan Ermilov
· 13 years ago
7e72000
Replaced a number of "else if" with "elif".
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
d087c11
Synchronized the license text with the FreeBSD's bsd-style-copyright.
by Ruslan Ermilov
· 13 years ago
9d517c0
release-1.3.3 tag
by Maxim Dounin
· 13 years ago
f1ce73a
nginx-1.3.3-RELEASE
by Maxim Dounin
· 13 years ago
nginx-1.3.3
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
Next »