Sign in
nginx
/
nginx
/
33e934ccc8fcf4f62fbbd08c1eb1b396cac5facb
33e934c
Events: fixed null pointer dereference with resolver and poll.
by Ruslan Ermilov
· 12 years ago
db5e48d
GeoIP: IPv6 support.
by Ruslan Ermilov
· 12 years ago
6aa684c
Configure: fixed GeoIP library detection.
by Ruslan Ermilov
· 12 years ago
9e33485
Configure: fixed style of include directories.
by Ruslan Ermilov
· 12 years ago
aa0b86f
Proxy: fixed proxy_method to always add space.
by Maxim Dounin
· 12 years ago
f29eb07
Removed redundant variable assignment.
by Sergey Budnevitch
· 12 years ago
19e2ef7
Variables $pipe, $request_length, $time_iso8601, and $time_local.
by Ruslan Ermilov
· 12 years ago
e493f9a
Version bump.
by Ruslan Ermilov
· 12 years ago
5d143ca
Fixed and improved the "*_bind" directives of proxying modules.
by Ruslan Ermilov
· 12 years ago
2aad7d7
release-1.3.11 tag
by Maxim Dounin
· 12 years ago
9ebe377
nginx-1.3.11-RELEASE
by Maxim Dounin
· 12 years ago
nginx-1.3.11
a2a2291
Fixed "proxy_pass" with IP address and no port (ticket #276).
by Ruslan Ermilov
· 12 years ago
2cbb7ae
Updated PCRE used for win32 builds.
by Maxim Dounin
· 12 years ago
041449a
SSL: speedup loading of configs with many ssl servers.
by Maxim Dounin
· 12 years ago
a6ea2f8
Events: added check for duplicate "events" directive.
by Valentin Bartenev
· 12 years ago
ff2e304
The data pointer in ngx_open_file_t objects must be initialized.
by Valentin Bartenev
· 12 years ago
f3ab6ec
Year 2013.
by Ruslan Ermilov
· 12 years ago
92d571d
Geo: improved code readability.
by Ruslan Ermilov
· 12 years ago
f8a6de4
Upstream keepalive: detect duplicate "keepalive" directive.
by Ruslan Ermilov
· 12 years ago
0a668fa
Version bump.
by Ruslan Ermilov
· 12 years ago
f2c8704
Geo: made "default" affect both IPv4 and IPv6 when using prefixes.
by Ruslan Ermilov
· 12 years ago
592bd8d
release-1.3.10 tag
by Maxim Dounin
· 12 years ago
2d5f14c
nginx-1.3.10-RELEASE
by Maxim Dounin
· 12 years ago
nginx-1.3.10
98129de
Geo: properly initialize ngx_cidr_t when dealing with "default".
by Ruslan Ermilov
· 12 years ago
3d87688
Geo: IPv6 support.
by Ruslan Ermilov
· 12 years ago
dd46cc6
Upstream: fixed state resetting when switching to backup servers.
by Valentin Bartenev
· 12 years ago
cb90df0
Fixed HEAD requests handling when proxying is used (closes #261).
by Valentin Bartenev
· 12 years ago
2189c87
Trailing whitespace fix.
by Ruslan Ermilov
· 12 years ago
70d1a45
Access log: the "gzip" parameter of the "access_log" directive.
by Valentin Bartenev
· 12 years ago
e90df45
Configure: added the NGX_ZLIB define.
by Valentin Bartenev
· 12 years ago
fcdb465
Access log: the "flush" parameter of the "access_log" directive.
by Valentin Bartenev
· 12 years ago
a8ffed5
Reopening log files code moved to a separate function.
by Valentin Bartenev
· 12 years ago
df71cd1
Access log: fixed redundant buffer reallocation.
by Valentin Bartenev
· 12 years ago
7c4068d
Properly initialize "struct in6_addr" with zeroes.
by Ruslan Ermilov
· 12 years ago
4b6f8dc
Core: crypt_r() error handling fixed.
by Maxim Dounin
· 12 years ago
f255492
Image filter: fixed image_filter rotate inheritance.
by Maxim Dounin
· 12 years ago
f181924
Geo: ensure that default entry is always present.
by Ruslan Ermilov
· 12 years ago
a0caa70
There's no need to normalize address returned by ngx_ptocidr().
by Ruslan Ermilov
· 12 years ago
717acb7
Image filter: configuration inheritance fixes.
by Maxim Dounin
· 12 years ago
f4b9d89
Brought the link to ngx_http_perl_module documentation up to date.
by Ruslan Ermilov
· 12 years ago
d03ea4d
Fixed return type of internal function that allocates radix tree nodes.
by Ruslan Ermilov
· 12 years ago
7ae79fb
Let "add_header" affect 201 responses (ticket #125).
by Ruslan Ermilov
· 12 years ago
30390ea
Slightly optimized code that handles special headers in "add_header".
by Ruslan Ermilov
· 12 years ago
4bad9d0
Avoid sending "100 Continue" on 413 Request Entity Too Large.
by Maxim Dounin
· 12 years ago
c865f8d
Added checks that disallow adding a variable with an empty name.
by Ruslan Ermilov
· 12 years ago
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
Next »