summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-06-03add debug loggingIgor Sysoev1-2/+3
2007-05-30add commentIgor Sysoev1-0/+3
2007-05-30do listen() just after bind() to exit earlyIgor Sysoev1-0/+14
2007-05-30style fixIgor Sysoev1-3/+6
2007-05-29change wordingIgor Sysoev1-3/+2
2007-05-29PERL_SYS_TERM() should be called once on exit only, this fixes the messageIgor Sysoev1-5/+13
panic: MUTEX_LOCK (22) [op.c:352]. BEGIN failed--compilation aborted. ... [alert] ... perl_parse() failed: 9 Scalars leaked: 2 on threaded perl during second reconfiguration. PERL_SYS_INIT() should be called once too.
2007-05-29fix segfaultIgor Sysoev1-1/+1
2007-05-29SNI supportIgor Sysoev3-17/+84
2007-05-29bump versionIgor Sysoev2-2/+2
2007-05-29an request body might not be passed to backend,Igor Sysoev1-3/+3
the bug was introduced in r1212
2007-05-28bump versionIgor Sysoev2-2/+2
2007-05-28fix "proxy_pass https://"Igor Sysoev1-1/+4
2007-05-23style fixIgor Sysoev1-1/+0
2007-05-21use stable search where it is requiredIgor Sysoev3-17/+14
2007-05-21ngx_sortIgor Sysoev2-0/+29
2007-05-21use memory optimization for i386 and amd64 only:Igor Sysoev1-1/+12
this fixes SIGBUS in PCRE on sparc64
2007-05-21fix worker endless loop on 64-bit platform if 33+ backend has fallIgor Sysoev1-2/+2
2007-05-19style fixIgor Sysoev1-8/+8
2007-05-17style fixIgor Sysoev1-2/+2
2007-05-07bump versionIgor Sysoev2-2/+2
2007-05-07limit minimal pool sizeIgor Sysoev2-3/+25
2007-05-07style fixIgor Sysoev1-1/+1
2007-05-07add debug logIgor Sysoev1-0/+4
2007-05-07sendfile_max_chunkIgor Sysoev3-1/+19
2007-05-07optimize HTTP method parsing for i386 and amd64Igor Sysoev1-30/+80
2007-05-06fix multipart ranges trailingIgor Sysoev1-1/+2
2007-05-05style fix: change variable nameIgor Sysoev1-8/+8
2007-05-05fix building by owc12Igor Sysoev1-1/+7
2007-05-05fix building by msvcIgor Sysoev1-3/+3
2007-05-02fix segfault introduced in r1190Igor Sysoev1-3/+4
2007-05-02fix segfault or parsing error in '<!--# if expr="$var = /" -->'Igor Sysoev1-1/+1
2007-05-01allow to "set" $http_, $sent_http_, and $upstream_http_ variablesIgor Sysoev1-1/+5
2007-04-27fix atomic operations on sparc64 built by SunPro CIgor Sysoev1-2/+2
2007-04-24bump versionIgor Sysoev2-2/+2
2007-04-23fix sendfile on 64-bit Linux and limit_rate on all 64-bit platformsIgor Sysoev3-3/+3
for 2G+ files
2007-04-23$upstream_addrIgor Sysoev1-0/+76
2007-04-22proxy_headers_hash_max_size and proxy_headers_hash_bucket_sizeIgor Sysoev1-6/+35
2007-04-21$request_time has millisecond precisionIgor Sysoev5-9/+16
2007-04-21rename $r->rflush to $r->flushIgor Sysoev2-2/+9
2007-04-19bump versionIgor Sysoev2-2/+2
2007-04-19style fix: remove trailing spacesIgor Sysoev2-3/+3
2007-04-19$upstream_http_... should be uncacheableIgor Sysoev1-0/+1
2007-04-19ngx_http_sub_filter_moduleIgor Sysoev2-1/+796
2007-04-19style fix: rename functionsIgor Sysoev1-6/+6
2007-04-18store the upstream states before X-Accel-Redirect to a next upstreamIgor Sysoev3-33/+67
2007-04-18style fixIgor Sysoev1-3/+3
2007-04-18style fix: remove tabsIgor Sysoev4-71/+71
2007-04-18fix segfault whenIgor Sysoev2-4/+14
*) perl was built without multiplicity *) when configuration was invalid
2007-04-18set nginx_stash after reconfiguration in single interpreter perlIgor Sysoev1-0/+1
2007-04-10$upstream_http_... variablesIgor Sysoev4-3/+41