summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Core: fixed build on Tru64 UNIX.Sergey Kandaurov1-1/+1
2015-01-21Fixed try_files directory test to match only a directory.Damien Tournoud1-1/+1
2015-02-04Core: fixed a race resulting in extra sem_post()'s.Roman Arutyunyan1-1/+2
2015-02-02Core: reverted prefix-based temp files (a9138c35120d).Roman Arutyunyan2-21/+8
2015-02-02Cache: added temp_path to file cache.Roman Arutyunyan3-21/+51
2015-02-02Core: supported directory skipping in ngx_walk_tree().Roman Arutyunyan1-1/+9
2015-01-28Fixed AIO handling in the output chain.Valentin Bartenev1-2/+6
2015-01-27A bounds check of %N format on Windows.Igor Sysoev1-1/+5
2015-01-14Upstream: $upstream_header_time variable.Vladimir Homutov2-2/+24
2015-01-13Core: added disk_full_time checks to error log.Maxim Dounin2-4/+23
2015-01-13Fixed sendfile() trailers on OS X (8e903522c17a, 1.7.8).Maxim Dounin1-0/+3
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-26Core: added prefix-based temporary files.Valentin Bartenev2-8/+21
2014-12-26Unified handling of ngx_create_temp_file() return value.Valentin Bartenev1-1/+1
2014-12-24Fixed building with musl libc (ticket #685).Maxim Dounin1-0/+2
2014-12-24Version bump.Maxim Dounin1-2/+2
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-17SSL: safeguard use of SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS.Lukas Tribus1-0/+4
2014-12-12Autoindex: implemented XML output format.Valentin Bartenev1-0/+105
2014-12-12Autoindex: implemented JSON output format.Valentin Bartenev3-5/+274
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
2014-10-09Upstream: fixed inheritance of proxy_store and friends.Valentin Bartenev4-4/+4
2014-12-09Proxy: fixed incorrect URI change due to if (ticket #86).Maxim Dounin1-1/+1
2014-12-09Upstream: fixed unexpected inheritance into limit_except blocks.Maxim Dounin4-25/+37
2014-12-09Upstream: inheritance of proxy_pass and friends (ticket #645).Maxim Dounin4-24/+12
2014-12-09Proxy: the "TE" header now stripped by default (ticket #537).Maxim Dounin1-0/+2
2014-11-26Cache: send conditional requests only for cached 200/206 responses.Piotr Sikora2-3/+10
2014-08-04SSL: loading certificate keys via ENGINE_load_private_key().Dmitrii Pichulin1-0/+61
2014-12-04Version bump.Maxim Dounin1-2/+2
2014-12-02Cache: proper wakeup of subrequests.Maxim Dounin1-2/+6
2014-12-02Upstream: improved subrequest logging.Maxim Dounin4-21/+45
2014-12-01Access log: restricted "log_format" to "http" level.Sergey Kandaurov1-7/+1
2014-11-28Write filter: fixed handling of sync bufs (ticket #132).Maxim Dounin1-2/+11
2014-11-28Fixed post_action to not trigger "header already sent" alert.Maxim Dounin1-0/+4
2014-11-28Typo.Maxim Dounin1-1/+1
2014-11-21SPDY: push pending data while closing a stream as with keepalive.Valentin Bartenev1-1/+51
2014-11-20Syslog: allowed underscore symbol in tag (ticket #667).Vladimir Homutov1-2/+3
2014-11-20Resolver: fixed debug event logging.Ruslan Ermilov2-17/+23
2014-11-20Resolver: fixed use-after-free memory access.Ruslan Ermilov1-4/+4
2014-11-19Style.Valentin Bartenev1-2/+2
2014-11-19Fixed type of sendfile() return value on Linux.Valentin Bartenev1-6/+6
2014-08-13Moved writev() handling code to a separate function.Valentin Bartenev5-102/+60
2014-08-13Merged conditions in the ngx_*_sendfile_chain() functions.Valentin Bartenev3-27/+10