summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2007-07-29r1352 merge:Igor Sysoev1-0/+26
$is_args
2007-07-29r1351 merge:Igor Sysoev1-2/+19
allow to set $args
2007-07-29r1258, r1259 merge:Igor Sysoev1-1/+23
set worker's perl $$
2007-07-29r1343 merge:Igor Sysoev1-3/+5
fix case when client has closed connection but upstream buffer is not empty
2007-07-29r1333, r1334 merge:Igor Sysoev3-14/+41
omit unnecessary code, escape space, etc in $memcached_key
2007-07-29r1285 merge:Igor Sysoev5-35/+84
fix segfault when session was freed twice
2007-07-24bump versionIgor Sysoev2-2/+2
2007-07-22r1330, r1331 merge:Igor Sysoev1-0/+20
$nginx_version
2007-07-22r1277 merge:Igor Sysoev1-19/+92
fix headers split in FastCGI records
2007-07-22r1306, r1307, r1308, r1309, r1310, r1311, r1322, r1325 merge:Igor Sysoev9-44/+87
Sun Studio related fixes
2007-07-22r1318, r1319, r1320, r1321 merge:Igor Sysoev4-2/+11
fix various bugs found by Coverity's Scan
2007-07-22bump versionIgor Sysoev2-2/+2
2007-07-17r1299 merge:Igor Sysoev3-16/+43
msie_refresh should escape at least '"' to prevent XSS
2007-07-13r1298 merge:Igor Sysoev1-1/+1
"?" should not be escaped
2007-07-13r1290, r1291 merge:Igor Sysoev2-3/+2
style fixes
2007-07-13r1289 merge:Igor Sysoev1-0/+4
reset errno
2007-07-13r1288 merge:Igor Sysoev1-0/+4
fix segfault when event port returns POLLERR without POLLIN or POLLOUT
2007-07-13r1287 merge:Igor Sysoev1-2/+11
fix segfault when CRAM-MD5 is not enabled but client tries it
2007-07-13r1286 merge:Igor Sysoev1-0/+1
fix memory allocation for auth_http_header
2007-07-09bump versionIgor Sysoev2-2/+2
2007-07-09r1275 merge:Igor Sysoev1-6/+6
omit unnecessary conditions
2007-07-08r1273 merge:Igor Sysoev1-1/+1
when the FastCGI header was split in records, nginx passed garbage in the header to a client
2007-07-05r1260 merge:Igor Sysoev2-2/+15
if subrequest response was buffered in file, then subrequest was finalized with 0 code, ngx_http_writer() was not set, and response part in file was lost
2007-07-05r1262 merge:Igor Sysoev1-2/+8
if a subrequest was finished and SSI was in middle of SSI command parsing and the command was a fast subrequest then the second subrequest output was just after first subrequest output and response part of main request between the subrequests went after the second subrequest.
2007-06-17bump versionIgor Sysoev2-2/+2
2007-06-17r1261 merge:Igor Sysoev1-0/+1
if "<!--" was on edge of buf, then ssi_sharp_state was saved in ctx->saved and if it was not reset, then any '#' was treated as SSI command start
2007-06-11bump versionIgor Sysoev2-2/+2
2007-06-08bump versionIgor Sysoev2-2/+2
2007-06-08fix building --without-http_rewrite_module, the bug was introduced in r1236Igor Sysoev1-13/+23
2007-06-07style fixIgor Sysoev1-1/+1
2007-06-07style fixIgor Sysoev1-7/+7
2007-06-07namespace may be set via $memcached_keyIgor Sysoev1-1/+0
2007-06-06strstr() -> strchr()Igor Sysoev1-1/+1
2007-06-06eliminate old unused typedefIgor Sysoev1-12/+0
2007-06-06fix bug introduced in r1228Igor Sysoev1-1/+1
2007-06-05change wordingIgor Sysoev1-3/+3
2007-06-05use pointer to an array instead of array for inclusive locations inside locationIgor Sysoev4-23/+29
2007-06-05optimize regex location searchIgor Sysoev2-20/+41
2007-06-04forbid alias inside location given by regular expressionIgor Sysoev1-0/+12
2007-06-04fix ssl_verify_client for HTTP/0.9Igor Sysoev1-49/+46
2007-06-04style fixIgor Sysoev1-1/+1
2007-06-04bump versionIgor Sysoev2-2/+2
2007-06-04fastcgi_catch_stderrIgor Sysoev1-1/+27
2007-06-03inherit flush flag, this fixes https proxyingIgor Sysoev1-4/+6
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.