summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2007-07-29make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev22-167/+180
2007-07-29named locationIgor Sysoev5-17/+124
2007-07-29--sysconfdir=DIRIgor Sysoev13-25/+38
2007-07-29$is_argsIgor Sysoev1-0/+26
2007-07-29allow to set $argsIgor Sysoev1-2/+19
2007-07-28fair upstream weight balancerIgor Sysoev2-36/+80
2007-07-24fix case when client has closed connection but upstream buffer is not emptyIgor Sysoev1-3/+5
2007-07-23fix case when two directivesIgor Sysoev1-0/+6
proxy_pass http://backend; proxy_pass https://backend; both use one port - 80 or 443, that was defined first.
2007-07-23style fixIgor Sysoev1-0/+1
2007-07-23bump versionIgor Sysoev2-2/+2
2007-07-22escape space, etc in $memcached_keyIgor Sysoev3-11/+41
2007-07-22omit unnecessary codeIgor Sysoev1-3/+0
2007-07-22$nginx_versionIgor Sysoev1-0/+20
2007-07-20IMAP AUTHENTICATEIgor Sysoev4-112/+435
patch by Maxim Dounin
2007-07-20SMTP STARTTLSIgor Sysoev4-1/+149
patch by Maxim Dounin
2007-07-19exit cycle early,Igor Sysoev1-0/+2
found by Coverity's Scan
2007-07-19fix potential double free(),Igor Sysoev1-2/+5
found by Coverity's Scan
2007-07-19fix potential segfault,Igor Sysoev1-0/+3
found by Coverity's Scan
2007-07-19fix memory leak,Igor Sysoev1-0/+1
found by Coverity's Scan
2007-07-17bump versionIgor Sysoev2-2/+2
2007-07-17Sun Studio on sparc uses different bit orderIgor Sysoev6-41/+56
2007-07-16Sun Studio 12 compatibilityIgor Sysoev3-2/+30
2007-07-15--with-cpu-opt=sparc32 and --with-cpu-opt=sparc64Igor Sysoev1-1/+1
2007-07-13msie_refresh should escape at least '"' to prevent XSSIgor Sysoev3-16/+43
2007-07-13"?" should not be escapedIgor Sysoev1-1/+1
2007-07-13dav_access uses ngx_conf_set_access_slot()Igor Sysoev1-64/+2
2007-07-13proxy_store and fastcgi_store were changed,Igor Sysoev5-22/+171
proxy_store_access and fastcgi_store_access were added
2007-07-12bump versionIgor Sysoev2-2/+2
2007-07-12proxy_store and fastcgi_storeIgor Sysoev6-4/+254
2007-07-11style fixIgor Sysoev1-0/+1
2007-07-11style fixIgor Sysoev1-3/+1
2007-07-11reset errnoIgor Sysoev1-0/+4
2007-07-11fix segfault when event port returns POLLERR without POLLIN or POLLOUTIgor Sysoev1-0/+4
2007-07-11fix segfault when CRAM-MD5 is not enabled but client tries itIgor Sysoev1-2/+11
2007-07-10fix memory allocation for auth_http_headerIgor Sysoev1-0/+1
2007-07-10fix segfault when session was freed twiceIgor Sysoev5-35/+84
2007-07-10proxy_ignore_client_abort, fastcgi_ignore_client_abort, and so on wereIgor Sysoev1-2/+23
broken by r1111
2007-07-09bump versionIgor Sysoev2-2/+2
2007-07-09fix headers split in FastCGI recordsIgor Sysoev1-19/+92
2007-07-08omit unnecessary conditionsIgor Sysoev1-6/+6
2007-07-08when the FastCGI header was split in records,Igor Sysoev1-1/+1
nginx passed garbage in the header to a client
2007-07-06add commentIgor Sysoev1-0/+5
2007-06-17bump versionIgor Sysoev2-2/+2
2007-06-17if a subrequest was finished and SSI was in middle of SSI command parsingIgor Sysoev1-2/+8
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-17if "<!--" was on edge of buf, then ssi_sharp_state was saved in ctx->savedIgor Sysoev1-0/+1
and if it was not reset, then any '#' was treated as SSI command start
2007-06-17if subrequest response was buffered in file, then subrequest was finalizedIgor Sysoev2-2/+15
with 0 code, ngx_http_writer() was not set, and response part in file was lost
2007-06-16fix building on threaded or multiplicity interpreter perl,Igor Sysoev1-0/+11
the bug was introduced by previous commit
2007-06-15set worker's perl $$Igor Sysoev1-1/+12
2007-06-14bump versionIgor Sysoev2-2/+2
2007-06-11the "www.example.*" wildcard hash supportIgor Sysoev9-278/+451