Commit Graph

  • 822fc91b09 HTTP/2: fixed undefined behavior in ngx_http_v2_huff_encode(). Valentin Bartenev 2016-02-12 16:36:20 +0300
  • 531e6fbfd6 HTTP/2: implemented HPACK Huffman encoding for response headers. Valentin Bartenev 2016-02-11 15:35:36 +0300
  • 3b9b07377b Dynamic modules: fixed a version mismatch message (ticket #898). Ruslan Ermilov 2016-02-11 18:46:46 +0300
  • f1f419fd2c Stream: initialize variable right before using it. Roman Arutyunyan 2016-02-11 14:20:26 +0300
  • 1cdd0cc421 Stream: removed useless typedef. Roman Arutyunyan 2016-02-11 14:20:22 +0300
  • 6b2e4f336c Dynamic modules: added auth_basic module libs via ngx_module_libs=. Ruslan Ermilov 2016-02-10 11:36:25 +0300
  • 2fe20c9b34 Core: ngx_module_t compatibility with C++. Piotr Sikora 2016-02-09 16:31:26 -0800
  • 839c1997d9 Version bump. Maxim Dounin 2016-02-10 06:23:34 +0300
  • 37fa0990c8 release-1.9.11 tag Maxim Dounin 2016-02-09 17:11:57 +0300
  • 3481888975 nginx-1.9.11-RELEASE release-1.9.11 Maxim Dounin 2016-02-09 17:11:56 +0300
  • 86c82d4376 Dynamic modules: NGX_STREAM define removed. Maxim Dounin 2016-02-08 18:02:04 +0300
  • c2a00bacac Dynamic modules: added dlsym() to configure test. Valentin Bartenev 2016-02-05 21:48:25 +0300
  • 4814d78312 Dynamic modules: fixed a copy-n-paste error. Ruslan Ermilov 2016-02-05 14:02:54 +0300
  • 97f59dda09 Dynamic modules. Maxim Dounin 2016-02-04 20:25:29 +0300
  • 0805ba14e7 Dynamic modules: auto/module script. Maxim Dounin 2016-02-04 18:30:21 +0300
  • 359803e457 Dynamic modules: introduced HTTP_INIT_FILTER_MODULES. Maxim Dounin 2016-02-04 18:30:21 +0300
  • 86cc342a26 Dynamic modules: dlopen() support. Maxim Dounin 2016-02-04 18:30:21 +0300
  • 0f67d6355c Dynamic modules: changed ngx_modules to cycle->modules. Maxim Dounin 2016-02-04 18:30:21 +0300
  • 7988334570 Dynamic modules: moved module-related stuff to separate files. Maxim Dounin 2016-02-04 18:30:21 +0300
  • 9add42c71e HTTP/2: fixed possible buffer overrun (ticket #893). Valentin Bartenev 2016-02-04 18:01:04 +0300
  • cb173ff672 HTTP/2: fixed padding handling in HEADERS frame with CONTINUATION. Valentin Bartenev 2016-02-02 16:33:55 +0300
  • 8050277acf HTTP/2: fixed request length accounting. Valentin Bartenev 2016-02-02 16:33:55 +0300
  • 405f4f99b4 HTTP/2: fixed excessive memory allocation for pool cleanup. Valentin Bartenev 2016-02-02 16:33:55 +0300
  • 3351fbe481 HTTP/2: removed unused field from ngx_http_v2_stream_t. Valentin Bartenev 2016-02-02 16:33:55 +0300
  • c6ed65ce7c Resolver: style. Ruslan Ermilov 2015-12-17 17:30:22 +0300
  • bf269cbc55 Resolver: improved PTR response processing. Ruslan Ermilov 2015-12-17 17:21:16 +0300
  • 06806aa001 Resolver: style. Ruslan Ermilov 2015-12-17 17:21:12 +0300
  • cbee15bb6c Resolver: free TCP buffers on resolver cleanup. Roman Arutyunyan 2016-02-02 13:42:55 +0300
  • 625481f6f1 Resolver: fixed possible resource leak introduced in 5a16d40c63de. Ruslan Ermilov 2016-02-02 11:35:19 +0300
  • aa8fa81e42 Resolver: TCP support. Roman Arutyunyan 2016-01-28 15:28:20 +0300
  • c8c44f7478 Resolver: per-request DNS server balancer. Roman Arutyunyan 2016-01-28 15:28:20 +0300
  • 1945fff7bf Resolver: renamed UDP-specific structures, fields and variables. Roman Arutyunyan 2016-01-28 15:28:20 +0300
  • 52d3601155 Resolver: removed unused field from ngx_resolver_ctx_t. Roman Arutyunyan 2016-01-28 15:28:19 +0300
  • c541b82c21 Version bump. Roman Arutyunyan 2016-01-28 15:25:58 +0300
  • da75f5599d release-1.9.10 tag Maxim Dounin 2016-01-26 17:27:41 +0300
  • 0269c7a312 nginx-1.9.10-RELEASE release-1.9.10 Maxim Dounin 2016-01-26 17:27:40 +0300
  • fe89d99796 Resolver: limited CNAME recursion. Ruslan Ermilov 2016-01-26 16:47:14 +0300
  • a3d42258d9 Resolver: fixed use-after-free memory accesses with CNAME. Roman Arutyunyan 2016-01-26 16:46:59 +0300
  • b1a110e3a4 Resolver: changed the ngx_resolver_create_*_query() arguments. Roman Arutyunyan 2016-01-26 16:46:48 +0300
  • 4016e6b1da Resolver: fixed CNAME processing for several requests. Ruslan Ermilov 2016-01-26 16:46:38 +0300
  • 4b581a7c21 Resolver: fixed crashes in timeout handler. Ruslan Ermilov 2016-01-26 16:46:31 +0300
  • c44fd4e837 Resolver: fixed possible segmentation fault on DNS format error. Roman Arutyunyan 2016-01-26 16:46:18 +0300
  • 8a5df8c720 Request body: removed surplus assigment, no functional changes. Valentin Bartenev 2016-01-12 19:19:07 +0300
  • d0bf684ab6 Core: worker_cpu_affinity auto. Maxim Dounin 2016-01-11 19:23:17 +0300
  • af647a3da2 Upstream: fixed changing method on X-Accel-Redirect. Maxim Dounin 2016-01-11 19:08:12 +0300
  • 65af9b8be2 Year 2016. Ruslan Ermilov 2016-01-11 10:53:49 +0300
  • fda7d021ca Upstream: don't keep connections on early responses (ticket #669). Maxim Dounin 2015-12-17 16:39:15 +0300
  • 9973e36944 Fixed PROXY protocol on IPv6 sockets (ticket #858). Maxim Dounin 2015-12-17 16:39:02 +0300
  • 852a565be3 Version bump. Maxim Dounin 2015-12-17 16:38:51 +0300
  • cc3e3dda79 Fixed a typo. Ruslan Ermilov 2015-12-12 10:32:58 +0300
  • 61fbf38887 release-1.9.9 tag Maxim Dounin 2015-12-09 17:47:21 +0300
  • 8275c8a387 nginx-1.9.9-RELEASE release-1.9.9 Maxim Dounin 2015-12-09 17:47:20 +0300
  • 5e7535df72 Fixed fastcgi_pass with UNIX socket and variables (ticket #855). Ruslan Ermilov 2015-12-09 16:26:59 +0300
  • fac1f23e5d Version bump. Ruslan Ermilov 2015-12-09 14:41:16 +0300
  • e359dc208e release-1.9.8 tag Maxim Dounin 2015-12-08 18:16:52 +0300
  • 76cfdd0917 nginx-1.9.8-RELEASE release-1.9.8 Maxim Dounin 2015-12-08 18:16:51 +0300
  • 56fda3265b Slice filter: terminate first slice with last_in_chain flag. Roman Arutyunyan 2015-12-08 17:39:56 +0300
  • 5c1f76f0e9 Slice filter: never run subrequests when main request is buffered. Roman Arutyunyan 2015-12-08 17:39:56 +0300
  • 79fcf261d0 SSL: fixed possible segfault on renegotiation (ticket #845). Sergey Kandaurov 2015-12-08 16:59:43 +0300
  • 1be1e11335 Updated OpenSSL and PCRE used for win32 builds. Maxim Dounin 2015-12-07 20:09:34 +0300
  • 0fd8e9faa4 Added slice module to win32 builds. Maxim Dounin 2015-12-07 20:08:13 +0300
  • 8ba626ccd7 Slice filter. Roman Arutyunyan 2015-12-07 16:30:48 +0300
  • 1b478c50de Upstream: fill r->headers_out.content_range from upstream response. Roman Arutyunyan 2015-12-07 16:30:47 +0300
  • 9752706bd4 Core: fix typo in error message. Piotr Sikora 2015-12-02 19:17:19 -0800
  • 6994593478 Style: NGX_PTR_SIZE replaced with sizeof(void *). Maxim Dounin 2015-12-03 20:06:45 +0300
  • af4e89b9a1 Style. Maxim Dounin 2015-12-02 01:06:54 +0300
  • 362fb6c1d4 Stop emulating a space character after r->method_name. Ruslan Ermilov 2015-11-30 12:54:01 +0300
  • 05a38c7077 Proxy: improved code readability. Ruslan Ermilov 2015-11-06 15:21:51 +0300
  • f0f7b437b9 Reduced the number of GET method constants. Ruslan Ermilov 2015-11-30 12:04:35 +0300
  • a89548a4e1 Increased the default "connection_pool_size" on 64-bit platforms. Valentin Bartenev 2015-11-30 16:27:33 +0300
  • 62ae9544fe Configure: improved workaround for system perl on OS X. Ruslan Ermilov 2015-11-30 12:04:29 +0300
  • e6ba472990 Configure: removed comment obsolete in 3b763d36e055. Ruslan Ermilov 2015-11-30 19:01:53 +0300
  • 5ea66922d9 Style: unified request method checks. Ruslan Ermilov 2015-11-06 15:22:43 +0300
  • bfe1987b41 Core: enabled "include" inside http upstreams (ticket #635). Ruslan Ermilov 2015-11-23 12:40:19 +0300
  • 0d3cad3864 Configure: fixed using OpenSSL include paths. Maxim Dounin 2015-11-23 22:48:31 +0300
  • 72b9a317d2 Upstream: fixed "no port" detection in evaluated upstreams. Ruslan Ermilov 2015-11-21 10:44:07 +0300
  • cb5306984b Missing "variable" word added. Maxim Dounin 2015-11-17 19:41:39 +0300
  • d862ae8e68 Used the pwritev() syscall for writing files where possible. Valentin Bartenev 2015-11-17 19:01:41 +0300
  • 906c4462f8 Moved file writev() handling code to a separate function. Valentin Bartenev 2015-11-17 19:01:41 +0300
  • a9e62b625b Handled EINTR from write() and pwrite() syscalls. Valentin Bartenev 2015-11-17 19:01:41 +0300
  • 9ef4b63328 Adjusted file->sys_offset after the write() syscall. Valentin Bartenev 2015-11-17 19:01:41 +0300
  • 3aef20d257 Version bump. Valentin Bartenev 2015-11-17 19:01:41 +0300
  • 84f0deda92 release-1.9.7 tag Maxim Dounin 2015-11-17 17:50:57 +0300
  • da078ec22d nginx-1.9.7-RELEASE release-1.9.7 Maxim Dounin 2015-11-17 17:50:56 +0300
  • 1ce1610763 Realip: the $realip_remote_addr variable. Ruslan Ermilov 2015-11-16 16:02:02 +0300
  • a52bbefd84 HTTP/2: reused HEADERS and CONTINUATION frames buffers. Valentin Bartenev 2015-11-13 20:10:50 +0300
  • 548e31f608 HTTP/2: fixed handling of output HEADERS frames. Valentin Bartenev 2015-11-13 20:10:50 +0300
  • 8323cd693b HTTP/2: fixed invalid headers handling (ticket #831). Valentin Bartenev 2015-11-13 20:10:50 +0300
  • 89a049be89 Upstream: proxy_cache_convert_head directive. Roman Arutyunyan 2015-11-11 15:47:30 +0300
  • 93aef089b4 SSL: only select HTTP/2 using NPN if "http2" is enabled. Valentin Bartenev 2015-11-05 15:01:09 +0300
  • b22c0e0846 HTTP/2: backed out 16905ecbb49e (ticket #822). Valentin Bartenev 2015-11-05 15:01:01 +0300
  • f9cce38e49 Fixed ngx_parse_time() out of bounds access (ticket #821). Maxim Dounin 2015-10-30 21:43:30 +0300
  • e7d298f3fc Syslog: added "nohostname" option. Vladimir Homutov 2015-10-26 19:06:42 +0300
  • 090c471032 HTTP/2: changed behavior of the "http2_max_field_size" directive. Valentin Bartenev 2015-10-27 23:16:35 +0300
  • edf30961e6 HTTP/2: fixed spelling. Valentin Bartenev 2015-10-27 23:16:35 +0300
  • 5a8b212fd9 Version bump. Valentin Bartenev 2015-10-27 23:16:29 +0300
  • 6613a99c00 release-1.9.6 tag Maxim Dounin 2015-10-27 16:47:30 +0300
  • 8687fd70a0 nginx-1.9.6-RELEASE release-1.9.6 Maxim Dounin 2015-10-27 16:47:29 +0300
  • f36f51725a HTTP/2: simplified checking the END_STREAM flag. Valentin Bartenev 2015-10-26 17:46:28 +0300
  • d418b92cdc HTTP/2: improved the ngx_http_v2_integer_octets(v) macro. Valentin Bartenev 2015-10-26 17:46:16 +0300