Sign in
nginx
/
nginx
/
430fbedfa7b3992646939d4f1315b3c408eb1c2a
430fbed
Update openssl used for win32 builds.
by Maxim Dounin
· 13 years ago
c7bb162
Proxy: added ctx checking to input filters.
by Maxim Dounin
· 13 years ago
8b89c88
Image filter: compare aspect ratio more accurately during crop.
by Maxim Dounin
· 13 years ago
e8fe3ce
Fixed segfault with try_files (ticket #152).
by Maxim Dounin
· 13 years ago
a73ce28
Fixed master exit if there is no events section (ticket #150).
by Maxim Dounin
· 13 years ago
e9a7f4f
Don't silently ignore the last line of configuration file that
by Ruslan Ermilov
· 13 years ago
0abb0bc
Fixed ngx_readv_chain() to honor IOV_MAX (ticket #14).
by Maxim Dounin
· 13 years ago
578c02f
IOV_MAX handling microoptimization.
by Maxim Dounin
· 13 years ago
96d73e2
Fixed loop in ngx_writev_chain() and ngx_solaris_sendfilev_chain().
by Maxim Dounin
· 13 years ago
9e2f86c
Fixed log->action after ssl handshake.
by Maxim Dounin
· 13 years ago
43d2b1c
Fixed grammar in error messages.
by Ruslan Ermilov
· 13 years ago
e6724eb
Version bump.
by Maxim Dounin
· 13 years ago
1e2a608
release-1.1.19 tag
by Maxim Dounin
· 13 years ago
40616fa
nginx-1.1.19-RELEASE
by Maxim Dounin
· 13 years ago
nginx-1.1.19
7ae525b
Mp4: sanity checks cleanup.
by Maxim Dounin
· 13 years ago
3995395
Reduced the number of lines of code in ngx_inet_addr().
by Ruslan Ermilov
· 13 years ago
3f25e12
Fixed buffer overflow when long URI is processed by "try_files" in
by Ruslan Ermilov
· 13 years ago
a5bb616
Improved readability of the code that produces bitmask from prefix.
by Ruslan Ermilov
· 13 years ago
62b937b
Fixed directives inheritance.
by Ruslan Ermilov
· 13 years ago
b9c226a
Access module: fixed inheritance of allow/deny ipv6 rules.
by Maxim Dounin
· 13 years ago
3ef5276
Fixed debug logging.
by Igor Sysoev
· 13 years ago
654a56e
Fixed previous commit.
by Igor Sysoev
· 13 years ago
cbc51bb
Fixed mp4 module seek.
by Igor Sysoev
· 13 years ago
baa239c
Fixed signed integer overflows in timer code (ticket #145).
by Maxim Dounin
· 13 years ago
bd6d421
Comment fixed.
by Andrey Belov
· 13 years ago
13d5d85
Style: the function type should be on a line by itself
by Maxim Konovalov
· 13 years ago
bffbbeb
In ngx_ptocidr(), check that the supplied prefix length is within
by Ruslan Ermilov
· 13 years ago
47a04aa
Fixed spelling in multiline C comments.
by Ruslan Ermilov
· 13 years ago
7744472
Win32: improved ngx_mutex_init() stub (ticket #138).
by Maxim Dounin
· 13 years ago
9063bc8
Win32: fixed memory allocation for shmem name (ticket #134).
by Maxim Dounin
· 13 years ago
a5d4f66
Upstream: reject upstreams without normal servers.
by Maxim Dounin
· 13 years ago
525e1f7
Version bump.
by Maxim Dounin
· 13 years ago
b4ab3dd
Corrected spelling of error message (ticket #136).
by Ruslan Ermilov
· 13 years ago
a3d007c
release-1.1.18 tag
by Maxim Dounin
· 13 years ago
a652bd8
nginx-1.1.18-RELEASE
by Maxim Dounin
· 13 years ago
nginx-1.1.18
889ad51
Fixed win32 build after realpath changes in r4559.
by Maxim Dounin
· 13 years ago
97d7f3d
Configure: fixed msghdr.msg_control test on 64bit platforms.
by Maxim Dounin
· 13 years ago
feda353
Replaced ngx_http_realip_from_t with ngx_in_cidr_t.
by Ruslan Ermilov
· 13 years ago
52fcfd0
Fixed calculation of range boundaries.
by Ruslan Ermilov
· 13 years ago
5d5c866
Xslt: parser options now set with xmlCtxtUseOptions().
by Maxim Dounin
· 13 years ago
a3bdd73
Fixed more gcc46 warnings in configure tests.
by Maxim Dounin
· 13 years ago
36aef0c
Fixed unconditional MAX_PATH usage (ticket #22).
by Maxim Dounin
· 13 years ago
7b2b17a
Added explicit include of time.h.
by Maxim Dounin
· 13 years ago
e34ff16
Resolver: added missing sanity checking when creating name queries.
by Maxim Dounin
· 13 years ago
8e6728e
Win32: added missing call to srand().
by Maxim Dounin
· 13 years ago
1aa5fbb
Added xslt_param and xslt_string_param directives.
by Maxim Dounin
· 13 years ago
3333c6c
Fixed off-by-one in xslt parameter parsing.
by Maxim Dounin
· 13 years ago
ae11f08
Restricted keepalive_disable safari to OS X only.
by Maxim Dounin
· 13 years ago
dc86317
Removed safari from keepalive_disable default.
by Maxim Dounin
· 13 years ago
fd601af
The addition of $tcpinfo_* variables has broken the build on Linux
by Ruslan Ermilov
· 13 years ago
fbd32d4
worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
by Ruslan Ermilov
· 13 years ago
d4b1e5f
If we inserted "Last-Modified" in r->headers_out.headers, don't
by Ruslan Ermilov
· 13 years ago
89467ca
Minor ngx_http_headers_filter_module.c code cleanup.
by Ruslan Ermilov
· 13 years ago
acf6c79
For the sake of case/switch code readability, 'fall through' comments added.
by Maxim Konovalov
· 13 years ago
926ded6
Implemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd, and
by Ruslan Ermilov
· 13 years ago
c2afb66
Some older OSes (notably FreeBSD 4.x) did not have %zu
by Ruslan Ermilov
· 13 years ago
4489fa8
Fixed compilation warnings in configuration C tests.
by Ruslan Ermilov
· 13 years ago
5d1d368
Local variable "ngx_http_next_filter" renamed to "ngx_http_next_body_filter"
by Ruslan Ermilov
· 13 years ago
849e3b0
The "error_log" directive specified in the "http", "server", and
by Ruslan Ermilov
· 13 years ago
091f6ff
Slight optimization in ngx_http_get_variable_index().
by Ruslan Ermilov
· 13 years ago
06733ae
- New variable: $connection_requests.
by Ruslan Ermilov
· 13 years ago
d694ff7
Version bump.
by Maxim Dounin
· 13 years ago
6cdb488
release-1.1.17 tag
by Maxim Dounin
· 13 years ago
cbdec4e
nginx-1.1.17-RELEASE
by Maxim Dounin
· 13 years ago
nginx-1.1.17
d1ed97b
Headers with null character are now rejected.
by Maxim Dounin
· 13 years ago
eb526b7
Fixed incorrect ngx_cpystrn() usage in ngx_http_*_process_header().
by Maxim Dounin
· 13 years ago
030e235
Fixed ssi and perl interaction.
by Maxim Dounin
· 13 years ago
205394e
Uwsgi: merged r->http_version fixes from scgi module.
by Maxim Dounin
· 13 years ago
de964a9
Updated OpenSSL and PCRE used for win32 builds.
by Maxim Dounin
· 13 years ago
51e926f
Mentioned the NGINX environment variable.
by Ruslan Ermilov
· 13 years ago
9eff0e6
Added scgi_temp and uwsgi_temp to svn:ignore.
by Ruslan Ermilov
· 13 years ago
098c7b6
- Applied some of the OpenBSD changes.
by Ruslan Ermilov
· 13 years ago
ee18743
Whitespace fixes.
by Maxim Dounin
· 13 years ago
35e7355
Grammar and wording fixes in CHANGES.
by Maxim Dounin
· 13 years ago
382499a
Version bump.
by Maxim Dounin
· 13 years ago
5ff2944
release-1.1.16 tag
by Maxim Dounin
· 13 years ago
9e552f9
nginx-1.1.16-RELEASE
by Maxim Dounin
· 13 years ago
nginx-1.1.16
a95c85e
Raised simultaneous subrequest limit from 50 to 200.
by Maxim Dounin
· 13 years ago
db40227
Added msleep() on reload to allow new processes to start.
by Maxim Dounin
· 13 years ago
b74f8ff
Fixed spelling in single-line comments.
by Ruslan Ermilov
· 13 years ago
c66a1e7
Workaround for fs_size on ZFS (ticket #46).
by Maxim Dounin
· 13 years ago
7ca6c1f
Fix of rbtree lookup on hash collisions.
by Maxim Dounin
· 13 years ago
53d9677
Fixed null pointer dereference in resolver (ticket #91).
by Maxim Dounin
· 13 years ago
5c95f88
Disable symlinks: added the "from=" parameter to the "disable_symlinks"
by Valentin Bartenev
· 13 years ago
0e05ca0
Disable symlinks: initialization of the "disable_symlinks" field in
by Valentin Bartenev
· 13 years ago
3467911
Disable symlinks: added the "from" parameter support to the open file cache.
by Valentin Bartenev
· 13 years ago
075e852
Configure: moved icc detection before gcc.
by Maxim Dounin
· 13 years ago
1c57fb8
Added support for the 307 Temporary Redirect.
by Ruslan Ermilov
· 13 years ago
09422e6
Renamed constants and fixed off-by-one error in "msie_padding on" handling.
by Ruslan Ermilov
· 13 years ago
b5d0d7a
Event pipe: fixed buffer loss in p->length case.
by Maxim Dounin
· 13 years ago
86c5513
Disable symlinks: use O_SEARCH|O_DIRECTORY to open path components.
by Valentin Bartenev
· 13 years ago
15b3173
Disable symlinks: don't allow creating or truncating a file via a symlink in
by Valentin Bartenev
· 13 years ago
8c27e64
Disable symlinks: cleanups once again.
by Valentin Bartenev
· 13 years ago
7ba66f4
Disable symlinks: added explicit cast of AT_FDCWD (ticket #111).
by Maxim Dounin
· 13 years ago
6bb86e3
Disable symlinks: error handling cleanup again.
by Maxim Dounin
· 13 years ago
3c00e34
Version bump.
by Maxim Dounin
· 13 years ago
f14d8e5
release-1.1.15 tag
by Maxim Dounin
· 13 years ago
3cf5ad9
nginx-1.1.15-RELEASE
by Maxim Dounin
· 13 years ago
nginx-1.1.15
32b000b
Disable symlinks: fixed edge cases of path handling.
by Maxim Dounin
· 13 years ago
04015a4
Disable symlinks: cleanup error handling.
by Maxim Dounin
· 13 years ago
Next »