Sign in
nginx
/
nginx
/
d2ef70e97acbda42204d589d0886be88314016c2
d2ef70e
Caseless location tree construction (ticket #90).
by Maxim Dounin
· 12 years ago
f52a2c7
SSL: stop loading configs with invalid "ssl_ciphers" values.
by Piotr Sikora
· 12 years ago
35e2bb0
Core: fix misallocation at ngx_crypt_apr1 (ticket #412).
by Markus Linnala
· 12 years ago
003b2cd
Proxy: added the "proxy_ssl_protocols" directive.
by Andrei Belov
· 12 years ago
0a51245
SSL: fixed possible memory and file descriptor leak on HUP signal.
by Piotr Sikora
· 12 years ago
6e3746c
MIME: added application/json MIME type.
by Piotr Sikora
· 12 years ago
bff2b8d
Fixed response line formatting with empty reason phrase.
by Sergey Kandaurov
· 12 years ago
63b1baa
Version bump.
by Sergey Kandaurov
· 12 years ago
ebefa15
release-1.5.5 tag
by Maxim Dounin
· 12 years ago
f906f7e
nginx-1.5.5-RELEASE
by Maxim Dounin
· 12 years ago
nginx-1.5.5
29ea127
SSL: guard use of SSL_OP_MSIE_SSLV2_RSA_PADDING.
by Piotr Sikora
· 12 years ago
db15329
Improved check for duplicate path names in ngx_add_path().
by Valentin Bartenev
· 12 years ago
eb10d8f
Removed surplus initializations from ngx_conf_set_path_slot().
by Valentin Bartenev
· 12 years ago
f0fbcaf
Use ngx_pcalloc() in ngx_conf_merge_path_value().
by Valentin Bartenev
· 12 years ago
a11050e
Use EPOLLRDHUP in ngx_http_test_reading() (ticket #320).
by Valentin Bartenev
· 12 years ago
096678c
Upstream: use EPOLLRDHUP to check broken connections (ticket #320).
by Valentin Bartenev
· 12 years ago
182a05b
Events: support for EPOLLRDHUP (ticket #320).
by Valentin Bartenev
· 12 years ago
0f05020
Events: removed unused flags from the ngx_event_s structure.
by Valentin Bartenev
· 12 years ago
cf08ba7
Fixed handling of the ready flag with kqueue.
by Valentin Bartenev
· 12 years ago
d034e63
Return reason phrase for 414.
by Valentin Bartenev
· 12 years ago
d33225d
Upstream: fixed $upstream_response_time format specifiers.
by Maxim Dounin
· 12 years ago
6e4030a
Configure: TCP_KEEPIDLE test name simplified.
by Maxim Dounin
· 12 years ago
49d58dd
Configure: fixed building with Sun C if CFLAGS set (ticket #65).
by Maxim Dounin
· 12 years ago
3d1e616
SSL: clear error queue after SSL_CTX_load_verify_locations().
by Maxim Dounin
· 12 years ago
f108b28
Fixed incorrect response line on "return 203".
by Maxim Dounin
· 12 years ago
4b18900
Request cleanup code unified, no functional changes.
by Maxim Dounin
· 12 years ago
2b0dba5
Handling of ngx_int_t != intptr_t case.
by Maxim Dounin
· 12 years ago
5ab7462
Win32: $request_time fixed.
by Maxim Dounin
· 12 years ago
48d96ce
Win32: MinGW GCC compatibility.
by Maxim Dounin
· 12 years ago
74b7a91
Win32: Borland C compatibility fixes.
by Maxim Dounin
· 12 years ago
5b37852
Win32: Open Watcom C compatibility fixes.
by Maxim Dounin
· 12 years ago
4291039
Disable symlinks: removed recursive call of ngx_file_o_path_info().
by Valentin Bartenev
· 12 years ago
7b37384
Disable symlinks: use O_PATH to open path components.
by Valentin Bartenev
· 12 years ago
231ed19
Added the NGX_EBADF define.
by Valentin Bartenev
· 12 years ago
3d7d48e
Assume the HTTP/1.0 version by default.
by Valentin Bartenev
· 12 years ago
9f46a9d
Upstream: setting u->header_sent before ngx_http_upstream_upgrade().
by Maxim Dounin
· 12 years ago
6d7ec50
Referer: fixed hostname buffer overflow check.
by Valentin Bartenev
· 12 years ago
e4209c0
Referer: "server_names" parsing deferred to merge phase.
by Sergey Kandaurov
· 12 years ago
8658c5b
Referer: fixed server_name regex matching.
by Sergey Kandaurov
· 12 years ago
3ef0dfa
Referer: fixed error type usage inconsistency for ngx_http_add*().
by Sergey Kandaurov
· 12 years ago
be23dcb
Image filter: large image handling.
by Lanshun Zhou
· 12 years ago
51f7761
Typo fixed.
by Maxim Dounin
· 12 years ago
e960921
Version bump.
by Maxim Dounin
· 12 years ago
38d6c5e
release-1.5.4 tag
by Maxim Dounin
· 12 years ago
bf5a67b
nginx-1.5.4-RELEASE
by Maxim Dounin
· 12 years ago
nginx-1.5.4
d5591e9
Updated PCRE used for win32 builds.
by Maxim Dounin
· 12 years ago
4ef1857
Configure: pcre.lib dependencies fix.
by Maxim Dounin
· 12 years ago
d2d8b82
Cache: lock timeouts are now logged at info level.
by Maxim Dounin
· 12 years ago
73ec75a
Upstream: posted requests handling after ssl handshake errors.
by Maxim Dounin
· 12 years ago
0f49681
Fixed try_files with empty argument (ticket #390).
by Maxim Dounin
· 12 years ago
a01f007
MIME: eot MIME type updated to follow IANA (ticket #306).
by Sergey Kandaurov
· 12 years ago
1c71e4f
MIME: added the most common OOXML MIME types (ticket #243).
by Sergey Kandaurov
· 12 years ago
8611332
MIME: added application/font-woff MIME type (ticket #292).
by Sergey Kandaurov
· 12 years ago
33029f7
Added auth request to win32 builds.
by Maxim Dounin
· 12 years ago
0fea0bf
Added safety belt for the case of sending header twice.
by Sergey Kandaurov
· 12 years ago
2b2def7
Autoindex: improved ngx_de_info() error handling.
by Sergey Kandaurov
· 12 years ago
eb3fed9
Autoindex: return NGX_ERROR on error if headers were sent.
by Sergey Kandaurov
· 12 years ago
92f0126
Style improved after 12dd27b74117.
by Maxim Dounin
· 12 years ago
e3cab76
Backed out f1a91825730a and 7094bd12c1ff.
by Maxim Dounin
· 12 years ago
4c53a38
Auth request module import.
by Maxim Dounin
· 12 years ago
0a6efee
Minor ngx_http_parse_request_line() optimization.
by Maxim Dounin
· 12 years ago
e09741b
Format specifier fixes in error logging.
by Sergey Kandaurov
· 12 years ago
3005302
Whitespace fix.
by Maxim Dounin
· 12 years ago
c189eda
SPDY: alert about activated fake events instead of deleting them.
by Valentin Bartenev
· 12 years ago
db8a0c8
SPDY: do not reject headers with empty value (ticket #396).
by Valentin Bartenev
· 12 years ago
3be925b
SPDY: fixed corruption of headers with names longer than 255.
by Valentin Bartenev
· 12 years ago
ef76fbe
Unbreak building on Linux without sendfile64() support.
by Valentin Bartenev
· 12 years ago
9aaf256
Referer module: fixed regex matching against HTTPS referers.
by Sergey Kandaurov
· 12 years ago
65e37b4
Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain().
by Gleb Smirnoff
· 12 years ago
be27365
Fixed misleading example SSL config.
by Sergey Budnevitch
· 12 years ago
74dfd08
API change: removed the ngx_conf_full_name() function.
by Valentin Bartenev
· 12 years ago
d29d21b
Replaced ngx_conf_full_name() with ngx_get_full_name().
by Valentin Bartenev
· 12 years ago
3c5bd34
Fixed memory leaks in the root and auth_basic_user_file directives.
by Valentin Bartenev
· 12 years ago
1b7bc34
Image filter: use "application/json" MIME type for JSON output.
by Valentin Bartenev
· 12 years ago
3693daa
Core: guard use of AI_ADDRCONFIG.
by Ruslan Ermilov
· 12 years ago
4d1b08b
Fixed build with signed socklen_t and unix sockets.
by Maxim Dounin
· 12 years ago
7c6971c
Core: only resolve address families configured on the local system.
by Ruslan Ermilov
· 12 years ago
3086ab2
MIME: use "application/javascript" for .js files.
by Valentin Bartenev
· 12 years ago
986d3a8
Version bump.
by Sergey Kandaurov
· 12 years ago
ce36edf
Configure: fixed autotest cleanup commands.
by Sergey Kandaurov
· 12 years ago
c118aa6
release-1.5.3 tag
by Maxim Dounin
· 12 years ago
1eb6416
nginx-1.5.3-RELEASE
by Maxim Dounin
· 12 years ago
nginx-1.5.3
ab1c052
Perl: fixed syntax usage for C preprocessor directives.
by Sergey Kandaurov
· 12 years ago
e49d933
Upstream: reliably detect connection failures with SSL peers.
by Ruslan Ermilov
· 12 years ago
5274f02
Upstream: no last buffer on errors.
by Maxim Dounin
· 12 years ago
78aacc8
Upstream: request finalization rework.
by Maxim Dounin
· 12 years ago
8627725
Upstream: NGX_HTTP_CLIENT_CLOSED_REQUEST no longer reset to 0.
by Maxim Dounin
· 12 years ago
960d0bf
Upstream: added check if a response is complete.
by Maxim Dounin
· 12 years ago
416b922
Upstream: u->length now defaults to -1 (API change).
by Maxim Dounin
· 12 years ago
187f394
Upstream: fixed store/cache of unfinished responses.
by Maxim Dounin
· 12 years ago
eafe44f
Upstream: replaced u->pipe->temp_file with p->temp_file.
by Maxim Dounin
· 12 years ago
e6122ef
Upstream: NGX_ERROR after pipe errors.
by Maxim Dounin
· 12 years ago
8536fb7
Upstream: NGX_HTTP_GATEWAY_TIME_OUT after upstream timeouts.
by Maxim Dounin
· 12 years ago
d23dc7d
Upstream: ngx_http_upstream_finalize_request(NGX_ERROR) on errors.
by Maxim Dounin
· 12 years ago
76e1571
Upstream: consistent error handling after u->input_filter_init().
by Maxim Dounin
· 12 years ago
9f925b8
Upstream: busy lock remnants removed.
by Maxim Dounin
· 12 years ago
ec021ed
Upstream: stale comments removed.
by Maxim Dounin
· 12 years ago
84d2ecf
Gzip: clearing of c->buffered if all data are flushed.
by Maxim Dounin
· 12 years ago
be6fbbb
Event pipe: fixed writing cache header to a temp file.
by Maxim Dounin
· 12 years ago
f520424
Fixed ngx_http_test_reading() to finalize request properly.
by Maxim Dounin
· 12 years ago
Next »