summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2012-08-07Explicitly ignore returned value from close() in ngx_event_core_init_conf().Andrey Belov1-1/+1
2012-08-06Explicitly ignore returned value from unlink() in ngx_open_tempfile().Andrey Belov1-1/+1
2012-08-06Resolver: fixed possible memory leak in ngx_resolver_create().Maxim Dounin1-9/+9
2012-08-03Fixed the -p parameter handling.Ruslan Ermilov1-1/+1
2012-08-03Fixed possible use of old cached times if runtime went backwards.Maxim Dounin1-0/+4
2012-08-03Added "const" to ngx_memcpy() with NGX_MEMCPY_LIMIT defined.Maxim Dounin2-2/+2
2012-08-03Whitespace fix.Maxim Dounin1-2/+2
2012-08-02Removed the need in Perl to generate ZIP archive of nginx/Windows.Ruslan Ermilov1-2/+2
2012-08-02Win32: fixed build with Visual Studio 2005 Express.Maxim Dounin1-0/+1
2012-08-01Reorder checks in ngx_shared_memory_add() for more consistent error messages.Andrey Belov1-8/+8
2012-07-31Simplified makefile that builds CHANGES.Ruslan Ermilov1-26/+12
2012-07-31Version bump.Ruslan Ermilov2-3/+3
2012-07-31Updated PCRE used for win32 builds.Ruslan Ermilov1-1/+1
2012-07-31release-1.3.4 tagRuslan Ermilov1-0/+1
2012-07-31nginx-1.3.4-RELEASErelease-1.3.4Ruslan Ermilov1-0/+63
2012-07-30Core: ipv6only is now on by default.Ruslan Ermilov6-8/+15
2012-07-30ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server notValentin Bartenev1-1/+1
2012-07-30Upstream: hide_headers/pass_headers inheritance fix.Maxim Dounin1-3/+3
2012-07-29Improved diagnostics when a directive is specified in the wrong context.Ruslan Ermilov3-23/+16
2012-07-29Removed extraneous GCC warning flags.Ruslan Ermilov1-3/+0
2012-07-29Slight optimization in ngx_http_upstream_add(): replaced an expressionRuslan Ermilov1-1/+1
2012-07-29ngx_http_upstream_add() should return NULL if an error occurs.Ruslan Ermilov1-2/+2
2012-07-26Reduced the number of preprocessor directives.Ruslan Ermilov1-5/+1
2012-07-24When "debug_connection" is configured with a domain name, only the firstRuslan Ermilov1-25/+66
2012-07-24Added the Clang compiler support.Ruslan Ermilov3-0/+108
2012-07-24Made sure to run configure in a "C" locale.Ruslan Ermilov1-0/+3
2012-07-24Added a commented out -Wmissing-prototypes to CFLAGS.Ruslan Ermilov1-0/+1
2012-07-24Fixed compilation with -Wmissing-prototypes.Ruslan Ermilov14-8/+75
2012-07-24Replaced a number of "else if" with "elif".Ruslan Ermilov1-26/+10
2012-07-23Win32: fixed cpu hog after process startup failure.Maxim Dounin1-0/+1
2012-07-20Fixed debugging messages to account that limit_zone was renamed to limit_conn.Ruslan Ermilov1-2/+2
2012-07-17Fixed sorting of listen addresses so that wildcard address is always atRuslan Ermilov1-0/+5
2012-07-17Version bump.Ruslan Ermilov2-3/+3
2012-07-10Synchronized the license text with the FreeBSD's bsd-style-copyright.Ruslan Ermilov1-2/+3
2012-07-10release-1.3.3 tagMaxim Dounin1-0/+1
2012-07-10nginx-1.3.3-RELEASErelease-1.3.3Maxim Dounin1-0/+38
2012-07-09Entity tags: empty etags handling in If-Range.Maxim Dounin1-1/+1
2012-07-09Entity tags: the "etag" directive.Maxim Dounin2-1/+18
2012-07-09Entity tags: set for static respones.Maxim Dounin6-0/+46
2012-07-07Entity tags: handling in add_header.Maxim Dounin1-0/+38
2012-07-07Entity tags: clear on entity changes.Maxim Dounin7-0/+14
2012-07-07Entity tags: support in If-Range header.Maxim Dounin1-5/+29
2012-07-07Entity tags: basic support in not modified filter.Maxim Dounin3-2/+102
2012-07-07Not modified filter: tests separated from actions.Maxim Dounin1-31/+38
2012-07-07Added Last-Modified parsing in add_header.Maxim Dounin1-25/+13
2012-07-07Fixed If-Range with unknown last modified time.Maxim Dounin1-1/+5
2012-07-07Configure: fixed "make" used instead of "${MAKE}".Maxim Dounin3-3/+3
2012-07-06Corrected $request_length calculation for pipelined requests.Andrey Belov1-7/+4
2012-07-03Fixed typo in a function name.Ruslan Ermilov2-4/+4
2012-07-03Made sure to initialize the entire "struct flock" allocated on stack.Ruslan Ermilov1-9/+3