summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-23SPDY: always push pending data.Valentin Bartenev1-51/+40
2015-03-23SPDY: fixed error handling in ngx_http_spdy_send_output_queue().Valentin Bartenev1-8/+12
2015-03-26Proxy: fixed proxy_request_buffering and chunked with preread body.Maxim Dounin1-3/+4
2015-03-23Upstream: uwsgi_request_buffering, scgi_request_buffering.Maxim Dounin2-2/+44
2015-03-23FastCGI: fastcgi_request_buffering.Maxim Dounin1-18/+342
2015-03-23Proxy: proxy_request_buffering chunked support.Maxim Dounin1-6/+216
2015-03-23Request body: unbuffered reading.Maxim Dounin8-25/+306
2015-03-23Request body: filters support.Maxim Dounin5-8/+22
2015-03-23Request body: moved request body writing to save filter.Maxim Dounin1-14/+8
2015-03-23Request body: free chain links in ngx_http_write_request_body().Maxim Dounin1-2/+7
2015-03-23Format specifier fixed for file size of buffers.Maxim Dounin2-5/+5
2015-03-23Proxy: fixed proxy_set_body with proxy_cache.Maxim Dounin1-0/+1
2015-03-23Removed stub implementation of win32 mutexes.Ruslan Ermilov1-2/+0
2015-03-23SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL.Maxim Dounin1-0/+2
2015-03-20Removed busy locks.Ruslan Ermilov3-362/+0
2015-03-20Removed ngx_connection_t.lock.Ruslan Ermilov1-3/+0
2015-03-15SPDY: fixed format specifier in logging.Xiaochen Wang1-1/+1
2015-03-14Added support for offloading read() in thread pools.Valentin Bartenev4-3/+159
2015-03-04Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov1-1/+1
2015-03-17Overflow detection in ngx_http_parse_chunked().Ruslan Ermilov1-4/+8
2015-03-17Overflow detection in ngx_http_range_parse().Ruslan Ermilov1-1/+12
2015-03-13The "aio" directive parser made smarter.Ruslan Ermilov2-27/+52
2015-03-12Deprecated "aio sendfile".Ruslan Ermilov3-9/+4
2015-03-04Proxy: use an appropriate error on memory allocation failure.Ruslan Ermilov1-1/+1
2015-03-04Style: moved ngx_http_ephemeral() macro to ngx_http_request.h.Ruslan Ermilov2-3/+3
2015-03-03Upstream keepalive: drop ready flag on EAGAIN from recv(MSG_PEEK).Valentin Bartenev1-1/+1
2015-03-03Style.Maxim Dounin1-2/+2
2015-03-02Upstream: upstream argument in ngx_http_upstream_process_request().Maxim Dounin1-6/+6
2015-03-02Upstream: avoid duplicate finalization.Maxim Dounin1-3/+7
2015-03-02SSL: reset ready flag if recv(MSG_PEEK) found no bytes in socket.Roman Arutyunyan1-0/+1
2015-03-02Cache: do not inherit last_modified and etag from stale response.Roman Arutyunyan2-2/+7
2015-03-02Upstream hash: speedup consistent hash init.Roman Arutyunyan1-21/+31
2015-02-17Cache: reduced diffs to the plus version of nginx.Ruslan Ermilov1-6/+4
2015-02-11Refactored sendfile() AIO preload.Valentin Bartenev2-66/+36
2015-01-22Upstream: detect port absence in fastcgi_pass with IP literal.Ruslan Ermilov1-1/+1
2015-01-21Fixed try_files directory test to match only a directory.Damien Tournoud1-1/+1
2015-02-02Cache: added temp_path to file cache.Roman Arutyunyan3-21/+51
2015-01-14Upstream: $upstream_header_time variable.Vladimir Homutov2-2/+24
2014-12-26Upstream: use_temp_path parameter of proxy_cache_path and friends.Valentin Bartenev3-1/+46
2014-12-26Cache: update variant while setting header.Valentin Bartenev3-37/+62
2014-12-22Upstream: added variables support to proxy_cache and friends.Valentin Bartenev7-36/+352
2014-12-22Upstream: preset some cache configuration when bypassing.Valentin Bartenev1-9/+7
2014-12-22Upstream: refactored proxy_cache and friends.Valentin Bartenev6-78/+85
2014-12-22Upstream: mutually exclusive inheritance of "cache" and "store".Valentin Bartenev4-0/+56
2014-12-22Upstream: simplified proxy_store and friends configuration code.Valentin Bartenev5-34/+25
2014-12-12Autoindex: implemented XML output format.Valentin Bartenev1-0/+105
2014-12-12Autoindex: implemented JSON output format.Valentin Bartenev1-5/+221
2014-12-12Autoindex: rendering code moved to a separate function.Valentin Bartenev1-72/+96
2014-12-11Headers filter: variables support in expires (ticket #113).Maxim Dounin1-51/+125
2014-12-11Headers filter: local variables for config, no functional changes.Maxim Dounin1-27/+31