summaryrefslogtreecommitdiffhomepage
path: root/src/core (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2007-07-17r1299 merge:Igor Sysoev2-11/+24
msie_refresh should escape at least '"' to prevent XSS
2007-07-13r1298 merge:Igor Sysoev1-1/+1
"?" should not be escaped
2007-07-13r1289 merge:Igor Sysoev1-0/+4
reset errno
2007-07-09bump versionIgor Sysoev1-1/+1
2007-06-17bump versionIgor Sysoev1-1/+1
2007-06-11bump versionIgor Sysoev1-1/+1
2007-06-08bump versionIgor 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-04bump versionIgor Sysoev1-1/+1
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-29fix segfaultIgor Sysoev1-1/+1
2007-05-29bump versionIgor Sysoev1-1/+1
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 Sysoev1-1/+1
2007-05-28fix "proxy_pass https://"Igor Sysoev1-1/+4
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-19style fixIgor Sysoev1-8/+8
2007-05-07bump versionIgor Sysoev1-1/+1
2007-05-07limit minimal pool sizeIgor Sysoev1-1/+3
2007-04-24bump versionIgor Sysoev1-1/+1
2007-04-19bump versionIgor Sysoev1-1/+1
2007-04-18style fixIgor Sysoev1-3/+3
2007-04-18fix segfault whenIgor Sysoev1-4/+9
*) perl was built without multiplicity *) when configuration was invalid
2007-04-02bump versionIgor Sysoev1-1/+1
2007-04-02*) introduce ngx_strchr()Igor Sysoev1-0/+1
*) test server_name for '/': it's common configuration error when trailing ';' is omitted and a next directive is treated as server_name
2007-03-26bump versionIgor Sysoev1-1/+1
2007-03-19bump versionIgor Sysoev1-1/+1
2007-03-19Many changes:Igor Sysoev2-3/+3
*) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop
2007-03-19close keep-alive connections in the shuting down processesIgor Sysoev1-0/+3
2007-03-06bump versionIgor Sysoev1-1/+1
2007-03-06style fixIgor Sysoev1-1/+1
2007-02-20ngx_log_error() > ngx_conf_log_error()Igor Sysoev1-54/+27
2007-02-20use "goto" instead of indistinct "break"Igor Sysoev1-11/+13
2007-02-20stop on superfluous closing "}"Igor Sysoev1-0/+6
2007-02-19bump versionIgor Sysoev1-1/+1
2007-02-14ngx_strcasecmp()/ngx_strncasecmp()Igor Sysoev4-24/+72
2007-02-14fix building on platforms with non-supported atomic operationsIgor Sysoev1-0/+2
2007-02-12bump versionIgor Sysoev1-1/+1
2007-02-11fix building on platforms with non-supported atomic operationsIgor Sysoev2-2/+4
2007-02-05bump versionIgor Sysoev1-1/+1
2007-01-29allocate less memory on 64-bit platformsIgor Sysoev1-1/+1
2007-01-29shorten temporary names on 64-bit platformsIgor Sysoev1-4/+4