summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.1.3-RELEASErelease-1.1.3Igor Sysoev2011-09-141-0/+43
* Fix of the previous commit: is_directio flag processing introduced in r4077Igor Sysoev2011-09-141-0/+2
* Bugfix: open_file_cache did not update file info on retest.Igor Sysoev2011-09-141-7/+1
* Skipping traks with unsupported media formats.Igor Sysoev2011-09-141-14/+42
* Fix of case when start sample does not reside on chunk boundary.Igor Sysoev2011-09-141-67/+134
* In Mac OS X Lion, Apple deprecated the use of the system OpenSSL libraryRuslan Ermilov2011-09-131-0/+2
* Fix of debug message format.Igor Sysoev2011-09-121-6/+6
* Fix of codec debug message.Igor Sysoev2011-09-121-1/+3
* Fix of error message.Igor Sysoev2011-09-121-2/+2
* Fix of error message.Igor Sysoev2011-09-121-1/+1
* Regenerate after previous commits.Ruslan Ermilov2011-09-121-7/+2
* - The "example" element can now contain sub-elements.Ruslan Ermilov2011-09-121-1/+5
* HTTP errors are now output as "code (text)".Ruslan Ermilov2011-09-121-2/+1
* mp4_max_moov_size directive has been renamed to mp4_max_buffer_size.Igor Sysoev2011-09-121-7/+7
* bugfix of r4086: nginx could not be built without debug log.Igor Sysoev2011-09-091-4/+4
* Bugfix of r4086: directio was always enabled if mp4 file was sent as is.Igor Sysoev2011-09-091-0/+3
* "video/mp4" mime type added.Igor Sysoev2011-09-091-0/+1
* ngx_http_mp4_moduleIgor Sysoev2011-09-094-0/+2603
* Regenerate after previous commits.Ruslan Ermilov2011-09-082-28/+28
* Cleaned up links.Ruslan Ermilov2011-09-081-7/+7
* Regenerate after previous commit.Ruslan Ermilov2011-09-081-0/+20
* Basic inter-document and external linking support.Ruslan Ermilov2011-09-082-0/+8
* Regenerate after previous commit.Ruslan Ermilov2011-09-062-196/+301
* Finished initial translation of the Core and HTTP Core modules.Ruslan Ermilov2011-09-062-227/+477
* Regenerate after previous commit.Ruslan Ermilov2011-09-062-1/+34
* New elements: "dq", "pathname"; new list type: "tag".Ruslan Ermilov2011-09-063-8/+29
* Bugfix: open_file_cache lost is_directio flag.Maxim Dounin2011-09-053-0/+9
* Version bump.Igor Sysoev2011-09-052-3/+3
* release-1.1.2 tagIgor Sysoev2011-09-051-0/+1
* nginx-1.1.2-RELEASErelease-1.1.2Igor Sysoev2011-09-051-0/+45
* Bugfix: read event was not blocked after reading body.Maxim Dounin2011-09-051-0/+2
* Regenerate after previous commit.Ruslan Ermilov2011-09-051-1/+30
* Translate "types" and "underscores_in_headers" directives.Ruslan Ermilov2011-09-051-0/+52
* Regenerate HTML for the previous revision.Ruslan Ermilov2011-09-052-8/+1298
* Initial English translation of Core and HTTP Core modules.Ruslan Ermilov2011-09-053-13/+2164
* XSLT regeneration for the previous commit.Ruslan Ermilov2011-09-053-23/+193
* DTD and XSLS changes for modules.Ruslan Ermilov2011-09-054-42/+155
* Proper setting of read->eof in pipe code.Maxim Dounin2011-09-011-1/+1
* Proper SSL shutdown handling.Maxim Dounin2011-09-011-0/+5
* Now if client requests more ranges than "max_ranges" permits,Igor Sysoev2011-09-011-2/+2
* The "max_ranges" directive.Igor Sysoev2011-08-313-3/+26
* Style fix: removal of tabs introduced in the previous commit.Igor Sysoev2011-08-311-7/+7
* *) fix of r4060: start value should be tested after the "found" label;Igor Sysoev2011-08-301-13/+9
* Unsatisfiable range with start value greater than content lengthIgor Sysoev2011-08-301-5/+1
* ngx_http_range_parse() should be static.Igor Sysoev2011-08-301-2/+2
* Ranges processing small optimization.Igor Sysoev2011-08-301-8/+9
* Now unsatisfiable ranges are processed according to RFC 2616.Igor Sysoev2011-08-301-6/+8
* Ranges processing small optimization.Igor Sysoev2011-08-301-24/+15
* Style fix.Igor Sysoev2011-08-301-2/+2
* Now if total size of all ranges is greater than source response size,Igor Sysoev2011-08-261-12/+21