summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-29map: strip final dot before looking up in a map of hostnames.Ruslan Ermilov1-5/+4
2012-06-29Version bump.Ruslan Ermilov2-3/+3
2012-06-26Mp4: fixed build on win32 after r4689.Maxim Dounin1-1/+1
2012-06-25Style.Maxim Dounin1-1/+1
2012-06-25Fixed a harmless error in spelling of "Connection: close" when computingRuslan Ermilov1-1/+1
2012-06-21Fixed compile-time conditionals used to detect if X-Forwarded-For supportRuslan Ermilov3-3/+3
2012-06-20Disabled gzip compression in OpenSSL prior to 1.0.0 version.Igor Sysoev1-0/+18
2012-06-19Added IPv6 support to ip_hash.Ruslan Ermilov1-16/+27
2012-06-18Upstream keepalive: "single" parameter deprecated.Maxim Dounin1-29/+4
2012-06-18Fixed return type of ngx_strerror_init().Maxim Dounin4-4/+4
2012-06-18Fixed "sendmsg() failed" alerts on HP-UX.Maxim Dounin1-0/+1
2012-06-18Fixed segfault with poll and resolver used.Maxim Dounin1-0/+4
2012-06-18Fixed handling of conflicting wildcard server names.Maxim Dounin1-11/+13
2012-06-18Mp4: fixed streaming if moov atom is at buffer edge.Maxim Dounin1-0/+10
2012-06-18Mp4: fixed non-keyframe seeks in some cases (ticket #175).Maxim Dounin1-1/+8
2012-06-18Style fix.Andrey Belov1-1/+1
2012-06-18New core variable: $status.Andrey Belov2-4/+40
2012-06-18When "resolver" is configured with a domain name, only the firstRuslan Ermilov1-6/+8
2012-06-18Fixed crash in ngx_resolver_cleanup_tree().Ruslan Ermilov1-4/+3
2012-06-18Version bump.Ruslan Ermilov2-3/+3
2012-06-08Fixed spelling of "endianness", and called it "byte ordering" in theRuslan Ermilov1-1/+1
2012-06-05Win32: uris with ":$" are now rejected.Maxim Dounin1-6/+22
2012-06-05Win32: normalization of trailing dot inside uri.Maxim Dounin1-0/+20
2012-06-05Win32: disallowed access to various non-canonical name variants.Maxim Dounin1-33/+164
2012-06-04Support for IPv6 literals and an optional port in resolver.Ruslan Ermilov1-5/+5
2012-06-04Support for IPv6 literals in proxy_pass and so on.Maxim Dounin1-7/+30
2012-06-04Upstream: least_conn compilation fixes.Maxim Dounin1-5/+3
2012-06-03Upstream: weights support in ip_hash balancer.Maxim Dounin3-3/+33
2012-06-03Upstream: least_conn balancer module.Maxim Dounin1-0/+404
2012-06-03Resolver: fixed format specification.Maxim Dounin1-1/+1
2012-06-01Code reduction (no functional changes).Ruslan Ermilov1-19/+2
2012-05-30Removed mistaken setting of NGX_SSL_BUFFERED flag in ngx_ssl_send_chain()Valentin Bartenev1-1/+0
2012-05-30Fixed returned value handling from the cookie rewrite handler.Valentin Bartenev1-1/+15
2012-05-29geoip: got rid of ugly casts when calling ngx_free().Ruslan Ermilov1-4/+4
2012-05-28Fixed broken build.Ruslan Ermilov1-2/+2
2012-05-28Fixed memory leak if $geoip_org variable was used.Ruslan Ermilov1-2/+13
2012-05-24Fixed the reuse of parsed DTDs and XSLTs.Ruslan Ermilov1-2/+2
2012-05-23Fixed compilation with -DNGX_DEBUG_MALLOC on FreeBSD 10.Maxim Dounin1-2/+2
2012-05-23Fixed warning during nginx.xs compilation.Maxim Dounin1-1/+1
2012-05-22Fixed potential null pointer dereference in ngx_resolver_create().Ruslan Ermilov1-1/+6
2012-05-21Removed historical and now redundant syntax pre-checks in ngx_parse_url().Ruslan Ermilov1-5/+0
2012-05-17Fixed core variables dynamic access after reconfiguration.Maxim Dounin1-2/+9
2012-05-17Fixed segfault with filter_finalize introduced in r4621 (1.3.0).Maxim Dounin1-2/+0
2012-05-17Fixed the ngx_regex.h header file compatibility with C++.Valentin Bartenev2-5/+5
2012-05-16Zero padded the returned and logged HTTP status code, and fixed possibleRuslan Ermilov2-3/+3
2012-05-16Capped the status code that may be returned with "return" and "try_files".Ruslan Ermilov2-1/+7
2012-05-16Added syntax checking of the second parameter of the "split_clients" directive.Ruslan Ermilov1-0/+7
2012-05-16Version bump.Ruslan Ermilov2-3/+3
2012-05-15Fixed win32 build after changes in r4624.Ruslan Ermilov1-5/+5
2012-05-14Update c->sent in ngx_ssl_send_chain() even if SSL buffer is not used.Valentin Bartenev1-0/+1