Sign in
nginx
/
nginx
/
b8a90c69039046ff6196b9e174e21c5377ed07dd
b8a90c6
Implemented IPv6 support for URLs specified using domain names.
by Ruslan Ermilov
· 12 years ago
2f8c1b7
Fixed URL parsing code.
by Ruslan Ermilov
· 12 years ago
bbf7043
Simplified URL parsing code.
by Ruslan Ermilov
· 12 years ago
18a7e1b
Geo: fixed the "ranges" without ranges case.
by Ruslan Ermilov
· 12 years ago
cd04ca3
Geo: improved ngx_http_geo_block() code readability.
by Ruslan Ermilov
· 12 years ago
fac3b34
Fixed handling of ngx_write_fd() and ngx_read_fd() errors.
by Valentin Bartenev
· 12 years ago
e86279e
Gzip: fixed zlib memLevel adjusting.
by Valentin Bartenev
· 12 years ago
6582962
Upstream: fixed SIGSEGV with the "if" directive.
by Maxim Dounin
· 12 years ago
ba29009
Fixed variable syntax checking in "set", "geo", "limit_conn_zone",
by Ruslan Ermilov
· 12 years ago
b343099
Proxy: better error message about unexpected data.
by Maxim Dounin
· 12 years ago
1a6ed2e
Limit rate: fixed integer overflow in limit calculation (ticket #256).
by Valentin Bartenev
· 12 years ago
8ae9e79
Configure: better check for PCRE JIT.
by Maxim Dounin
· 12 years ago
1596399
The "auth_basic" directive gained support of variables.
by Ruslan Ermilov
· 12 years ago
73fb7e8
Allow the complex value to be defined as an empty string.
by Ruslan Ermilov
· 12 years ago
8e82014
Xslt: prevented infinite loop.
by Ruslan Ermilov
· 12 years ago
760c55a
Fixed build with embedded perl in certain setups (ticket #48).
by Ruslan Ermilov
· 12 years ago
f707bea
Fixed the NGX_SOCKADDR_STRLEN macro definition.
by Ruslan Ermilov
· 12 years ago
b63da70
Core: removed GLOB_NOSORT glob option.
by Maxim Dounin
· 12 years ago
ea1ff41
Version bump.
by Maxim Dounin
· 12 years ago
3e17e12
release-1.3.9 tag
by Maxim Dounin
· 12 years ago
ea23578
nginx-1.3.9-RELEASE
by Maxim Dounin
· 12 years ago
nginx-1.3.9
0c56397
Gunzip: added missing ngx_http_clear_etag().
by Maxim Dounin
· 12 years ago
1469b51
Core: fixed ngx_write_chain_to_file() with IOV_MAX reached.
by Maxim Dounin
· 12 years ago
e769544
Request body: block write events while reading body.
by Maxim Dounin
· 12 years ago
aa955a2
Request body: error checking fixes, negative rb->rest handling.
by Maxim Dounin
· 12 years ago
c4a4a6a
Request body: improved handling of incorrect chunked request body.
by Maxim Dounin
· 12 years ago
61feb90
Request body: fixed discard of chunked request body.
by Maxim Dounin
· 12 years ago
a94a101
Core: don't reuse shared memory zone that changed ownership (ticket #210).
by Ruslan Ermilov
· 12 years ago
9f38587
Fixed location of debug message in ngx_shmtx_lock().
by Ruslan Ermilov
· 12 years ago
542b60a
Request body: unbreak build without debug.
by Maxim Dounin
· 12 years ago
5fc8543
Request body: chunked transfer encoding support.
by Maxim Dounin
· 12 years ago
d60b8d1
Request body: recalculate size of a request body in scgi module.
by Maxim Dounin
· 12 years ago
0ce5a3a
Request body: $content_length variable to honor real body size.
by Maxim Dounin
· 12 years ago
9a483c8
Request body: always use calculated size of a request body in proxy.
by Maxim Dounin
· 12 years ago
6ddf23b
Request body: adjust b->pos when chunked parsing done.
by Maxim Dounin
· 12 years ago
df74d88
Request body: chunked parsing moved to ngx_http_parse.c from proxy.
by Maxim Dounin
· 12 years ago
c29837f
Request body: properly handle events while discarding body.
by Maxim Dounin
· 12 years ago
e1bd520
Request body: fixed socket leak on errors.
by Maxim Dounin
· 12 years ago
5da6137
Request body: code duplication reduced, no functional changes.
by Maxim Dounin
· 12 years ago
743922a
Request body: $request_body variable generalization.
by Maxim Dounin
· 12 years ago
ab5ac3b
Request body: fixed "501 Not Implemented" error handling.
by Maxim Dounin
· 12 years ago
d228cf3
Core: added debug logging of writev() in ngx_write_chain_to_file().
by Maxim Dounin
· 12 years ago
248bc41
Dav: fixed segfault on PUT if body was already read (ticket #238).
by Maxim Dounin
· 12 years ago
da130ac
Fixed failure to start cache manager and cache loader processes
by Igor Sysoev
· 12 years ago
246cbd2
Trailing whitespace fix.
by Maxim Dounin
· 12 years ago
e1d5455
Upstream: better detection of connect() failures with kqueue.
by Maxim Dounin
· 12 years ago
4d0d2b2
Upstream: honor the "down" flag for a single server.
by Ruslan Ermilov
· 12 years ago
b67dbca
Variables $request_time and $msec.
by Ruslan Ermilov
· 12 years ago
9997aae
Fixed setting of CPU affinity on respawn of dead worker processes.
by Ruslan Ermilov
· 12 years ago
5a1d76c
Version bump.
by Ruslan Ermilov
· 12 years ago
b472997
release-1.3.8 tag
by Maxim Dounin
· 12 years ago
34241bd
nginx-1.3.8-RELEASE
by Maxim Dounin
· 12 years ago
nginx-1.3.8
8e67fb4
Event pipe: fixed handling of buf_to_file data.
by Maxim Dounin
· 12 years ago
d310eee
Style, parentheses instead of braces in misc/GNUMakefile.
by Maxim Dounin
· 12 years ago
1e12e7f
Variables $connection and $connection_requests.
by Maxim Dounin
· 12 years ago
7b37318
Resolver: added missing memory allocation error handling.
by Maxim Dounin
· 12 years ago
09dca40
ngx_http_keepalive_handler() is now trying to not keep c->buffer's memory for
by Valentin Bartenev
· 12 years ago
f7b32c4
Core: the "auto" parameter of the "worker_processes" directive.
by Andrey Belov
· 12 years ago
106dbc8
Removed conditional compilation from waitpid() error test.
by Maxim Dounin
· 13 years ago
27b7eb1
Gunzip: fixed r->gzip_ok check.
by Maxim Dounin
· 13 years ago
0d7a7e9
OCSP stapling: properly check if there is ssl.ctx.
by Maxim Dounin
· 13 years ago
8298942
Variable $bytes_sent.
by Maxim Dounin
· 13 years ago
a707811
Log: $apache_bytes_sent removed.
by Maxim Dounin
· 13 years ago
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
Next »