summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.3.6-RELEASErelease-1.3.6Maxim Dounin2012-09-121-0/+56
* Updated zlib used for win32 builds.Maxim Dounin2012-09-111-1/+1
* Helper target "win32" to run configure for win32 builds.Maxim Dounin2012-09-111-0/+37
* Configure: fixed make macros to use parentheses instead of braces.Maxim Dounin2012-09-113-3/+3
* Improved 50x error page.Valentin Bartenev2012-09-111-11/+14
* Configure: provide inflate() when building zlib on win32.Maxim Dounin2012-09-113-7/+12
* Gunzip: removed nginx.h leftover include.Maxim Dounin2012-09-111-1/+0
* Gunzip filter import.Maxim Dounin2012-09-104-0/+692
* Gzip static: "always" parameter in "gzip_static" directive.Maxim Dounin2012-09-101-10/+32
* Memcached: memcached_gzip_flag directive.Maxim Dounin2012-09-101-8/+56
* Improved welcome page.Valentin Bartenev2012-09-071-2/+19
* Write filter: replaced unneeded loop with one to free chains.Maxim Dounin2012-09-051-11/+7
* Limit req: fix of rbtree node insertion on hash collisions.Valentin Bartenev2012-09-031-4/+4
* Pass changes.xml thru xmllint when generating CHANGES and CHANGES.ru.Ruslan Ermilov2012-08-303-9/+9
* Converted DOS-style newlines.Ruslan Ermilov2012-08-301-29/+29
* Fixed overflow if ngx_slab_alloc() is called with very big "size" argument.Ruslan Ermilov2012-08-301-2/+2
* Fixed strict aliasing bugs when dealing with IPv4-mapped IPv6 addressesRuslan Ermilov2012-08-303-3/+29
* Fixed the "include" directive.Ruslan Ermilov2012-08-284-21/+6
* Version bump.Ruslan Ermilov2012-08-272-3/+3
* release-1.3.5 tagMaxim Dounin2012-08-211-0/+1
* nginx-1.3.5-RELEASErelease-1.3.5Maxim Dounin2012-08-211-0/+82
* Radix tree preallocation fix.Maxim Dounin2012-08-181-1/+1
* Whitespace fix.Maxim Dounin2012-08-181-3/+3
* Mark logically dead code with corresponding comment.Andrey Belov2012-08-171-0/+1
* Mp4: removed restriction to avc1/mp4a formats (ticket #194).Maxim Dounin2012-08-171-8/+0
* Mail: fixed handling of AF_UNIX addresses in "listen".Ruslan Ermilov2012-08-172-0/+14
* Removed a stale "AF_INET only" comment.Ruslan Ermilov2012-08-171-2/+0
* Mail: fixed sorting of listen addresses (ticket #187).Ruslan Ermilov2012-08-171-0/+5
* Geo: fixed handling of ranges without default set.Maxim Dounin2012-08-161-4/+4
* Crypt: fixed handling of corrupted SSHA entries in password file.Maxim Dounin2012-08-161-2/+9
* Map: fixed optimization of variables as values.Maxim Dounin2012-08-161-8/+2
* mail_core: don't let the well-known port in the "listen" directive toRuslan Ermilov2012-08-151-15/+17
* Corrected the directive name in the ngx_mail_auth_http_module error message.Ruslan Ermilov2012-08-151-1/+1
* Added three missing checks for NULL after ngx_array_push() calls.Valentin Bartenev2012-08-083-0/+10
* Explicitly ignore returned value from close() in ngx_event_core_init_conf().Andrey Belov2012-08-071-1/+1
* Explicitly ignore returned value from unlink() in ngx_open_tempfile().Andrey Belov2012-08-061-1/+1
* Resolver: fixed possible memory leak in ngx_resolver_create().Maxim Dounin2012-08-061-9/+9
* Fixed the -p parameter handling.Ruslan Ermilov2012-08-031-1/+1
* Fixed possible use of old cached times if runtime went backwards.Maxim Dounin2012-08-031-0/+4
* Added "const" to ngx_memcpy() with NGX_MEMCPY_LIMIT defined.Maxim Dounin2012-08-032-2/+2
* Whitespace fix.Maxim Dounin2012-08-031-2/+2
* Removed the need in Perl to generate ZIP archive of nginx/Windows.Ruslan Ermilov2012-08-021-2/+2
* Win32: fixed build with Visual Studio 2005 Express.Maxim Dounin2012-08-021-0/+1
* Reorder checks in ngx_shared_memory_add() for more consistent error messages.Andrey Belov2012-08-011-8/+8
* Simplified makefile that builds CHANGES.Ruslan Ermilov2012-07-311-26/+12
* Version bump.Ruslan Ermilov2012-07-312-3/+3
* Updated PCRE used for win32 builds.Ruslan Ermilov2012-07-311-1/+1
* release-1.3.4 tagRuslan Ermilov2012-07-311-0/+1
* nginx-1.3.4-RELEASErelease-1.3.4Ruslan Ermilov2012-07-311-0/+63
* Core: ipv6only is now on by default.Ruslan Ermilov2012-07-306-8/+15