Commit Graph

  • 7e8ee656a8 Fix of error message. Igor Sysoev 2011-09-12 13:06:22 +0000
  • 4e72846c60 Regenerate after previous commits. Ruslan Ermilov 2011-09-12 09:50:33 +0000
  • 8595adc781 - The "example" element can now contain sub-elements. - Added entities for Unicode quotes. Ruslan Ermilov 2011-09-12 09:49:56 +0000
  • 5a8a4bd20c HTTP errors are now output as "code (text)". Ruslan Ermilov 2011-09-12 09:48:33 +0000
  • e07a3577a9 mp4_max_moov_size directive has been renamed to mp4_max_buffer_size. Igor Sysoev 2011-09-12 09:38:04 +0000
  • b1c79a449e bugfix of r4086: nginx could not be built without debug log. Igor Sysoev 2011-09-09 11:56:49 +0000
  • 5d01ac5af3 Bugfix of r4086: directio was always enabled if mp4 file was sent as is. Igor Sysoev 2011-09-09 11:13:55 +0000
  • 2d06be2437 "video/mp4" mime type added. Igor Sysoev 2011-09-09 10:25:43 +0000
  • dde4d7e300 ngx_http_mp4_module Igor Sysoev 2011-09-09 10:22:34 +0000
  • 16d873aa70 Regenerate after previous commits. Ruslan Ermilov 2011-09-08 13:28:25 +0000
  • b39c482985 Cleaned up links. Ruslan Ermilov 2011-09-08 13:27:18 +0000
  • 18870058fe Regenerate after previous commit. Ruslan Ermilov 2011-09-08 13:26:37 +0000
  • aab747108d Basic inter-document and external linking support. Ruslan Ermilov 2011-09-08 13:26:06 +0000
  • ecf83ef955 Regenerate after previous commit. Ruslan Ermilov 2011-09-06 13:43:04 +0000
  • fbbde8871e Finished initial translation of the Core and HTTP Core modules. Ruslan Ermilov 2011-09-06 13:42:40 +0000
  • 12a9b32cca Regenerate after previous commit. Ruslan Ermilov 2011-09-06 10:42:17 +0000
  • a49d5f8e5c New elements: "dq", "pathname"; new list type: "tag". Ruslan Ermilov 2011-09-06 10:41:44 +0000
  • 4f65a05d18 Bugfix: open_file_cache lost is_directio flag. Maxim Dounin 2011-09-05 16:36:19 +0000
  • 3a73e50498 Version bump. Igor Sysoev 2011-09-05 16:26:51 +0000
  • b8819911ed release-1.1.2 tag Igor Sysoev 2011-09-05 13:14:34 +0000
  • 526cf6b068 nginx-1.1.2-RELEASE release-1.1.2 Igor Sysoev 2011-09-05 13:14:27 +0000
  • bfbbfc85df Bugfix: read event was not blocked after reading body. Maxim Dounin 2011-09-05 12:43:31 +0000
  • 3541ab2d79 Regenerate after previous commit. Ruslan Ermilov 2011-09-05 09:58:31 +0000
  • dadc9cde62 Translate "types" and "underscores_in_headers" directives. Ruslan Ermilov 2011-09-05 09:58:00 +0000
  • de474e1f4f Regenerate HTML for the previous revision. Ruslan Ermilov 2011-09-05 09:40:50 +0000
  • 6cf3e3b1d0 Initial English translation of Core and HTTP Core modules. Ruslan Ermilov 2011-09-05 09:39:24 +0000
  • 52d83a3c4a XSLT regeneration for the previous commit. Ruslan Ermilov 2011-09-05 09:33:54 +0000
  • cd7b80a8bb DTD and XSLS changes for modules. Ruslan Ermilov 2011-09-05 09:32:00 +0000
  • 82854d0d78 Proper setting of read->eof in pipe code. Maxim Dounin 2011-09-01 15:10:41 +0000
  • a9e3c65d22 Proper SSL shutdown handling. Maxim Dounin 2011-09-01 13:49:36 +0000
  • 09be2f18c5 Now if client requests more ranges than "max_ranges" permits, nginx disables ranges and returns just the source response. Igor Sysoev 2011-09-01 13:03:55 +0000
  • f560419c54 The "max_ranges" directive. Igor Sysoev 2011-08-31 09:40:55 +0000
  • e81c293289 Style fix: removal of tabs introduced in the previous commit. Igor Sysoev 2011-08-31 09:26:07 +0000
  • 65b1592d02 *) fix of r4060: start value should be tested after the "found" label; *) optimization: start value may be tested against end value only, since end value here may not be greater than content_length. Igor Sysoev 2011-08-30 20:34:58 +0000
  • 1f3280bae2 Unsatisfiable range with start value greater than content length was not properly skipped. The bug has been introduced in r4057. Igor Sysoev 2011-08-30 14:25:35 +0000
  • e766153451 ngx_http_range_parse() should be static. Igor Sysoev 2011-08-30 13:07:33 +0000
  • 9162057731 Ranges processing small optimization. Igor Sysoev 2011-08-30 13:06:12 +0000
  • 451df22b3f Now unsatisfiable ranges are processed according to RFC 2616. Igor Sysoev 2011-08-30 13:01:55 +0000
  • 584703b84a Ranges processing small optimization. Igor Sysoev 2011-08-30 12:45:24 +0000
  • f2575bd878 Style fix. Igor Sysoev 2011-08-30 12:28:01 +0000
  • 6290ef9686 Fix of release date. Igor Sysoev 2011-08-29 14:43:51 +0000
  • dc54321d5c release-1.0.6 tag Igor Sysoev 2011-08-29 14:28:31 +0000
  • 1d24030a68 nginx-1.0.6-RELEASE release-1.0.6 Igor Sysoev 2011-08-29 14:28:23 +0000
  • 5c4e11692d Merge of r4016: Igor Sysoev 2011-08-29 14:13:46 +0000
  • 15490855b8 Getting rid of " <br/>" hacks. Igor Sysoev 2011-08-29 14:03:06 +0000
  • ed5151688d CHANGES conversion from KOI8-R to UTF-8. Igor Sysoev 2011-08-29 14:02:15 +0000
  • ef0316bb82 Merge of r3996, r3998, r4015, r4023, r4025, r4026, r4027: Igor Sysoev 2011-08-29 13:57:43 +0000
  • ee7216bfa6 Merge of r4018: Igor Sysoev 2011-08-29 13:11:47 +0000
  • 8f8839f98d Merge of r3964, r3977, r3978: Igor Sysoev 2011-08-29 12:56:09 +0000
  • 1c95e6c305 Merge of r4004, r4005: Igor Sysoev 2011-08-29 12:50:35 +0000
  • ef24db717c Merge of r4003: Igor Sysoev 2011-08-29 12:47:32 +0000
  • 65a179b308 Merge of r3982, r3984, r3985, r3991: Igor Sysoev 2011-08-29 12:45:03 +0000
  • 6bf8152c6c Merge of r3960, r3961, r3962, r3963, r3965: Igor Sysoev 2011-08-29 12:35:53 +0000
  • 1a6c657f77 Merge of r3979, r3980, r3981, r3983, r3987, r3994, r3995: Igor Sysoev 2011-08-29 10:39:23 +0000
  • ee25a6384c Merge of r3972, r3973, r3974: Igor Sysoev 2011-08-29 10:07:58 +0000
  • 34f579fb6d Merge of r3966, r3967, r3968, r3969, r3970, r3971: Igor Sysoev 2011-08-29 09:51:56 +0000
  • 283936abca Merge of r4035: Igor Sysoev 2011-08-29 09:35:00 +0000
  • 32220608e5 Version bump. Igor Sysoev 2011-08-29 09:30:22 +0000
  • c2c3e3105f Now if total size of all ranges is greater than source response size, then nginx disables ranges and returns just the source response. This fix should not affect well-behaving applications but will defeat DoS attempts exploiting malicious byte ranges. Igor Sysoev 2011-08-26 09:42:50 +0000
  • 8b2bf08165 Cache size accounting fix: actual cache size on disk was less than needed by sum of sizes of files loaded by worker processes themselves while cache loader was running. Igor Sysoev 2011-08-25 17:29:34 +0000
  • fbc51e4c44 Better handling of various per-server ssl options with SNI. Maxim Dounin 2011-08-23 14:36:31 +0000
  • 631fa929d3 Version bump. Igor Sysoev 2011-08-23 14:22:34 +0000
  • 485e5c81c7 Restore the lost negation. Ruslan Ermilov 2011-08-23 13:39:22 +0000
  • 4ef830d7b8 Removing incomplete draft documentation from release tarball and zip. Igor Sysoev 2011-08-23 13:35:02 +0000
  • 6b77c085be Grammar fixes in CHANGES. Igor Sysoev 2011-08-23 13:29:47 +0000
  • 03228790c6 CHANGES conversion from KOI8-R to UTF-8. Igor Sysoev 2011-08-23 12:50:54 +0000
  • ae6eba4f16 Grammar fixes in CHANGES. Igor Sysoev 2011-08-23 10:18:35 +0000
  • 4e80f39ff0 XSLT regeneration for the previous commit. Igor Sysoev 2011-08-23 10:11:09 +0000
  • 99d42788b2 Traling spaces removal in text CHANGES files. Igor Sysoev 2011-08-23 10:10:25 +0000
  • 92a2f9d6e0 XSLT regeneration for r4023. Igor Sysoev 2011-08-23 09:48:44 +0000
  • cf165077ee Get rid of " <br/>" hacks. Ruslan Ermilov 2011-08-23 09:01:13 +0000
  • 998dbb98ad - support <br/> in the middle of input - fixed "<br>" lookup (eliminates the need in " <br/>" hacks) - fixed maximum length for unbreakable input - fixed space lookup (allows a space at column 77 to break a line) Ruslan Ermilov 2011-08-23 09:00:24 +0000
  • fd478a7425 release-1.1.1 tag Igor Sysoev 2011-08-22 13:56:14 +0000
  • 07f0b19c40 nginx-1.1.1-RELEASE release-1.1.1 Igor Sysoev 2011-08-22 13:56:08 +0000
  • 566dfe0c7f SIGWINCH/NOACCEPT signal is disabled now in non-daemon mode. Non-daemon mode is currently used by supervisord, daemontools and so on or during debugging. The NOACCEPT signal is only used for online upgrade which is not supported when nginx is run under supervisord, etc., so this change should not break existant setups. Igor Sysoev 2011-08-22 12:34:48 +0000
  • 0d18687b03 The change in adaptive loader behaviour introduced in r3975: now cache loader processes either as many files as specified by loader_files or works no more than time specified by loader_threshold during each iteration. Igor Sysoev 2011-08-22 10:16:49 +0000
  • de1a3e1e0c Fix buffer overrun under Windows. Maxim Dounin 2011-08-22 10:07:27 +0000
  • ec8186c733 Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure. Maxim Dounin 2011-08-21 11:37:37 +0000
  • 5a52d67a08 Fix ignored headers handling in fastcgi/scgi/uwsgi. Maxim Dounin 2011-08-19 20:11:39 +0000
  • 79a12b64f1 XSLT regeneration for r3998. Ruslan Ermilov 2011-08-19 08:39:27 +0000
  • 88b2c7df31 - Added missing dependencies for the CHANGES{,ru} targets. - Pass string params to xsltproc. - Removed extraneous rule bodies. Ruslan Ermilov 2011-08-19 08:33:47 +0000
  • 65c32b255d Complain on invalid log levels. Maxim Dounin 2011-08-18 21:48:13 +0000
  • b7fcb430c1 Upstream: properly allocate memory for tried flags. Maxim Dounin 2011-08-18 17:04:52 +0000
  • 624fbe94a2 Fixing cpu hog with all upstream servers marked "down". Maxim Dounin 2011-08-18 16:52:38 +0000
  • 9bc8fc4602 Fixing proxy_set_body and proxy_pass_request_body with SSL. Maxim Dounin 2011-08-18 16:34:24 +0000
  • c4ff39ae2b Fix names of the referer hash size directives introduced in r3940. Igor Sysoev 2011-08-18 16:27:30 +0000
  • 400de576f9 Rebuild manpage only if needed. Maxim Dounin 2011-08-18 15:57:59 +0000
  • b09ceca261 Fix body with request_body_in_single_buf. Maxim Dounin 2011-08-18 15:52:00 +0000
  • f48b451195 Correctly set body if it's preread and there are extra data. Maxim Dounin 2011-08-18 15:27:57 +0000
  • 950b668076 Lower optimization level for Sun Studio before 12.1. Maxim Dounin 2011-08-18 15:10:23 +0000
  • b4d9ee220c Detect POSIX semaphores in librt on Solaris (ticket #3). Maxim Dounin 2011-08-17 08:35:54 +0000
  • 1a664a80a9 Configure: catch up with new Linux version numbering (ticket #5). Maxim Dounin 2011-08-13 15:15:50 +0000
  • f46eafd653 - Replaced explicit link to bugtracker with a support link (which will soon link to Trac). Ruslan Ermilov 2011-08-10 12:30:19 +0000
  • ad064b78dc Mention our preferred way of accepting bug reports. Ruslan Ermilov 2011-08-10 08:03:34 +0000
  • 40be916e1c Don't ignore xmllint errors. Ruslan Ermilov 2011-08-09 15:18:07 +0000
  • b0067b6853 Regen after makefile changes. Ruslan Ermilov 2011-08-09 15:15:36 +0000
  • aa64c39b20 using sed instead of perl Igor Sysoev 2011-08-05 13:42:37 +0000
  • a6c91b11bf skeleton for documentation processing Igor Sysoev 2011-08-05 09:25:34 +0000
  • f549c03524 update documentation build procedure Igor Sysoev 2011-08-05 09:00:19 +0000
  • de236d3a2c fix gzip quantity: "q=0." and "q=1." are valid values according to RFC Igor Sysoev 2011-08-05 08:51:29 +0000