Commit Graph

  • 43d2b1c045 Fixed grammar in error messages. Ruslan Ermilov 2012-04-12 19:35:41 +0000
  • e6724ebe54 Version bump. Maxim Dounin 2012-04-12 16:34:59 +0000
  • 9339f628cc release-1.0.15 tag stable-1.0 Maxim Dounin 2012-04-12 13:01:17 +0000
  • 6350cc9101 nginx-1.0.15-RELEASE release-1.0.15 Maxim Dounin 2012-04-12 13:00:53 +0000
  • dcdb3ca43b Merge of r4578, r4579, r4580, r4586: mp4 fixes. Maxim Dounin 2012-04-12 12:55:43 +0000
  • faf6380c3c Version bump. Maxim Dounin 2012-04-12 12:47:36 +0000
  • 1e2a608134 release-1.1.19 tag Maxim Dounin 2012-04-12 12:43:31 +0000
  • 40616fa048 nginx-1.1.19-RELEASE release-1.1.19 Maxim Dounin 2012-04-12 12:42:46 +0000
  • 7ae525bd90 Mp4: sanity checks cleanup. Maxim Dounin 2012-04-12 12:18:14 +0000
  • 3995395dcb Reduced the number of lines of code in ngx_inet_addr(). Ruslan Ermilov 2012-04-12 10:20:33 +0000
  • 3f25e12517 Fixed buffer overflow when long URI is processed by "try_files" in regex location with "alias" (fixes ticket #135). Ruslan Ermilov 2012-04-12 09:19:14 +0000
  • a5bb616af4 Improved readability of the code that produces bitmask from prefix. In collaboration with Maxim Dounin. Ruslan Ermilov 2012-04-11 17:18:15 +0000
  • 62b937b333 Fixed directives inheritance. Ruslan Ermilov 2012-04-11 09:56:30 +0000
  • b9c226abe0 Access module: fixed inheritance of allow/deny ipv6 rules. Maxim Dounin 2012-04-10 13:25:53 +0000
  • 3ef52765c8 Fixed debug logging. Igor Sysoev 2012-04-10 11:28:59 +0000
  • 654a56e06a Fixed previous commit. Igor Sysoev 2012-04-10 11:27:43 +0000
  • cbc51bb295 Fixed mp4 module seek. Igor Sysoev 2012-04-10 11:21:47 +0000
  • baa239c487 Fixed signed integer overflows in timer code (ticket #145). Maxim Dounin 2012-04-06 23:46:09 +0000
  • bd6d421816 Comment fixed. Andrey Belov 2012-04-05 19:49:34 +0000
  • 13d5d85861 Style: the function type should be on a line by itself preceding the function. No functional changes. Maxim Konovalov 2012-04-05 15:32:43 +0000
  • bffbbeb73f In ngx_ptocidr(), check that the supplied prefix length is within the allowed range. Ruslan Ermilov 2012-04-03 08:22:00 +0000
  • 47a04aaa27 Fixed spelling in multiline C comments. Ruslan Ermilov 2012-04-03 07:37:31 +0000
  • 7744472c8e Win32: improved ngx_mutex_init() stub (ticket #138). Maxim Dounin 2012-04-02 21:31:45 +0000
  • 9063bc8713 Win32: fixed memory allocation for shmem name (ticket #134). Maxim Dounin 2012-04-02 21:30:58 +0000
  • a5d4f66ad6 Upstream: reject upstreams without normal servers. Maxim Dounin 2012-04-02 21:29:35 +0000
  • 525e1f75e4 Version bump. Maxim Dounin 2012-04-02 21:28:31 +0000
  • b4ab3ddf9d Corrected spelling of error message (ticket #136). Ruslan Ermilov 2012-03-29 19:47:27 +0000
  • a3d007c53a release-1.1.18 tag Maxim Dounin 2012-03-28 13:29:55 +0000
  • a652bd8c99 nginx-1.1.18-RELEASE release-1.1.18 Maxim Dounin 2012-03-28 13:29:29 +0000
  • 889ad51f17 Fixed win32 build after realpath changes in r4559. Maxim Dounin 2012-03-28 13:04:39 +0000
  • 97d7f3d827 Configure: fixed msghdr.msg_control test on 64bit platforms. Maxim Dounin 2012-03-28 12:38:03 +0000
  • feda353cb3 Replaced ngx_http_realip_from_t with ngx_in_cidr_t. Ruslan Ermilov 2012-03-28 09:29:09 +0000
  • 52fcfd042e Fixed calculation of range boundaries. Ruslan Ermilov 2012-03-28 06:50:23 +0000
  • 5d5c866bee Xslt: parser options now set with xmlCtxtUseOptions(). Maxim Dounin 2012-03-28 01:56:49 +0000
  • a3bdd737e5 Fixed more gcc46 warnings in configure tests. Maxim Dounin 2012-03-27 16:44:52 +0000
  • 36aef0c383 Fixed unconditional MAX_PATH usage (ticket #22). Maxim Dounin 2012-03-27 16:42:34 +0000
  • 7b2b17a6b3 Added explicit include of time.h. Maxim Dounin 2012-03-27 16:37:43 +0000
  • e34ff16f67 Resolver: added missing sanity checking when creating name queries. Maxim Dounin 2012-03-22 11:57:18 +0000
  • 8e6728ef13 Win32: added missing call to srand(). Maxim Dounin 2012-03-22 10:45:08 +0000
  • 1aa5fbb1a8 Added xslt_param and xslt_string_param directives. Maxim Dounin 2012-03-22 10:44:00 +0000
  • 3333c6c7c8 Fixed off-by-one in xslt parameter parsing. Maxim Dounin 2012-03-22 10:43:33 +0000
  • ae11f08cad Restricted keepalive_disable safari to OS X only. Maxim Dounin 2012-03-22 10:42:27 +0000
  • dc863179a3 Removed safari from keepalive_disable default. Maxim Dounin 2012-03-22 10:41:29 +0000
  • fd601af84c The addition of $tcpinfo_* variables has broken the build on Linux systems with glibc versions prior to 2.7. Fixed this by checking the existence of "struct tcp_info" members during configuration. Ruslan Ermilov 2012-03-21 15:35:05 +0000
  • fbd32d4d19 worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support. Ruslan Ermilov 2012-03-21 13:58:51 +0000
  • d4b1e5f58b If we inserted "Last-Modified" in r->headers_out.headers, don't forget to set the r->headers_out.last_modified pointer to it. Ruslan Ermilov 2012-03-21 07:35:43 +0000
  • 89467caf43 Minor ngx_http_headers_filter_module.c code cleanup. Ruslan Ermilov 2012-03-21 06:19:11 +0000
  • acf6c79ac7 For the sake of case/switch code readability, 'fall through' comments added. Maxim Konovalov 2012-03-19 14:57:29 +0000
  • 926ded6f4c Implemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd, and $tcpinfo_rcv_space variables. Supported on Linux and FreeBSD. Ruslan Ermilov 2012-03-16 19:15:33 +0000
  • c2afb66e88 Some older OSes (notably FreeBSD 4.x) did not have %zu format specifier, so revert to using %d. Ruslan Ermilov 2012-03-16 07:33:55 +0000
  • 4489fa8893 Fixed compilation warnings in configuration C tests. Ruslan Ermilov 2012-03-15 20:39:38 +0000
  • 5d1d368cf4 Local variable "ngx_http_next_filter" renamed to "ngx_http_next_body_filter" for consistency with other modules. Ruslan Ermilov 2012-03-15 20:08:58 +0000
  • 849e3b09ae The "error_log" directive specified in the "http", "server", and "location" sections now understands the special "stderr" parameter. It was already treated specially when specified in the main section. Ruslan Ermilov 2012-03-15 20:04:50 +0000
  • 091f6ffce6 Slight optimization in ngx_http_get_variable_index(). Ruslan Ermilov 2012-03-15 19:41:35 +0000
  • 06733ae8cf - New variable: $connection_requests. - While here, fixed format specifier for $connection. Ruslan Ermilov 2012-03-15 19:37:32 +0000
  • d694ff7798 Version bump. Maxim Dounin 2012-03-15 17:43:54 +0000
  • 873cb739a7 release-1.0.14 tag Maxim Dounin 2012-03-15 11:51:16 +0000
  • d00d28aaf3 nginx-1.0.14-RELEASE release-1.0.14 Maxim Dounin 2012-03-15 11:50:53 +0000
  • ec416084d5 Updated OpenSSL and PCRE used for win32 builds. Maxim Dounin 2012-03-15 11:46:29 +0000
  • 44eade9c1d Merge of r4530, r4531: null character fixes. Maxim Dounin 2012-03-15 11:41:43 +0000
  • 6dbc33f831 Version bump. Maxim Dounin 2012-03-15 11:37:11 +0000
  • 6cdb488b5b release-1.1.17 tag Maxim Dounin 2012-03-15 11:32:39 +0000
  • cbdec4e7f3 nginx-1.1.17-RELEASE release-1.1.17 Maxim Dounin 2012-03-15 11:32:18 +0000
  • d1ed97b18b Headers with null character are now rejected. Maxim Dounin 2012-03-15 11:27:57 +0000
  • eb526b7d7d Fixed incorrect ngx_cpystrn() usage in ngx_http_*_process_header(). Maxim Dounin 2012-03-15 11:27:12 +0000
  • 030e235ec7 Fixed ssi and perl interaction. Maxim Dounin 2012-03-15 11:23:07 +0000
  • 205394e6f9 Uwsgi: merged r->http_version fixes from scgi module. Maxim Dounin 2012-03-15 11:21:54 +0000
  • de964a9a27 Updated OpenSSL and PCRE used for win32 builds. Maxim Dounin 2012-03-15 01:57:09 +0000
  • 51e926fc4f Mentioned the NGINX environment variable. Ruslan Ermilov 2012-03-12 12:29:56 +0000
  • 9eff0e6508 Added scgi_temp and uwsgi_temp to svn:ignore. Ruslan Ermilov 2012-03-11 13:33:03 +0000
  • 098c7b6aa6 - Applied some of the OpenBSD changes. - Expanded contractions. - Fixed some markup. - Updated URL of official documentation. Ruslan Ermilov 2012-03-06 06:54:48 +0000
  • ee187436af Whitespace fixes. Maxim Dounin 2012-03-05 18:09:06 +0000
  • 35e735523e Grammar and wording fixes in CHANGES. Maxim Dounin 2012-03-05 18:08:23 +0000
  • 382499aa1f Version bump. Maxim Dounin 2012-03-05 18:06:15 +0000
  • 84442a5343 release-1.0.13 tag Maxim Dounin 2012-03-05 15:20:15 +0000
  • 072a2aa26a nginx-1.0.13-RELEASE release-1.0.13 Maxim Dounin 2012-03-05 15:19:49 +0000
  • fc03bdde05 Merge of r4500: fixed spelling in single-line comments. Maxim Dounin 2012-03-05 13:26:40 +0000
  • 1b6a7864a1 Merge of r4499: workaround for fs_size on ZFS (ticket #46). Maxim Dounin 2012-03-05 13:20:40 +0000
  • 0ffc4c3218 Merge of r4498: Maxim Dounin 2012-03-05 13:17:56 +0000
  • 2d3fff0c5e Merge of r4497: Maxim Dounin 2012-03-05 13:06:29 +0000
  • 031458770a Merge of r4491, r4492: Maxim Dounin 2012-03-05 13:03:39 +0000
  • 01f5961540 Merge of r4474, r4493: configure/build fixes. Maxim Dounin 2012-03-05 12:58:10 +0000
  • be909c35b0 Merge of r4473: Maxim Dounin 2012-03-05 12:49:32 +0000
  • 31b3edd003 Merge of r4471: Maxim Dounin 2012-03-05 12:36:51 +0000
  • 8f78d3ae63 Merge of r4470: Maxim Dounin 2012-03-05 12:33:06 +0000
  • d2ad924d33 Merge of r4468: Maxim Dounin 2012-03-05 12:24:18 +0000
  • 27b9a05b4b Merge of r4461: upstream: fixed "too big header" check. Maxim Dounin 2012-03-05 12:15:02 +0000
  • 9ec45d5f6f Merge of r4460: ngx_ncpu detection for most *nix platforms. Maxim Dounin 2012-03-05 12:10:09 +0000
  • 658587e7d2 Merge of r4423: fixed proxy_redirect off inheritance. Maxim Dounin 2012-03-05 11:47:25 +0000
  • 510a0036de Version bump. Maxim Dounin 2012-03-05 11:36:21 +0000
  • 5ff29448ff release-1.1.16 tag Maxim Dounin 2012-02-29 13:45:39 +0000
  • 9e552f949d nginx-1.1.16-RELEASE release-1.1.16 Maxim Dounin 2012-02-29 13:45:18 +0000
  • a95c85e78a Raised simultaneous subrequest limit from 50 to 200. Maxim Dounin 2012-02-28 14:54:23 +0000
  • db402276e1 Added msleep() on reload to allow new processes to start. Maxim Dounin 2012-02-28 11:40:18 +0000
  • b74f8ffce4 Fixed spelling in single-line comments. Ruslan Ermilov 2012-02-28 11:31:05 +0000
  • c66a1e7a17 Workaround for fs_size on ZFS (ticket #46). Maxim Dounin 2012-02-28 11:09:02 +0000
  • 7ca6c1ff78 Fix of rbtree lookup on hash collisions. Maxim Dounin 2012-02-27 22:15:39 +0000
  • 53d9677de4 Fixed null pointer dereference in resolver (ticket #91). Maxim Dounin 2012-02-27 16:57:02 +0000
  • 5c95f88503 Disable symlinks: added the "from=" parameter to the "disable_symlinks" directive. Valentin Bartenev 2012-02-27 16:54:10 +0000
  • 0e05ca0404 Disable symlinks: initialization of the "disable_symlinks" field in ngx_open_file_info_t moved to a separate function. Valentin Bartenev 2012-02-27 16:51:28 +0000