Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-08-07omit unnecessary conditionsIgor Sysoev
2007-08-07discard request body before going to keep-alive state and use lingering timeoutsIgor Sysoev
2007-08-06omit unnecessary XSRETURN_EMPTYIgor Sysoev
2007-08-06$r->discard_request_bodyIgor Sysoev
2007-08-06rename ngx_http_discard_body() to ngx_http_discard_request_body()Igor Sysoev
2007-08-06block reading for level eventsIgor Sysoev
2007-08-06rename ngx_http_block_read() and ngx_http_test_read() to ..._reading()Igor Sysoev
2007-08-06discard request body in cycleIgor Sysoev
2007-08-01move "Expires" header code to a separate functionIgor Sysoev
2007-08-01move "Cache-Control" header code to specific handlerIgor Sysoev
2007-08-01style fixIgor Sysoev
2007-08-01use header specific handler in add_handler,Igor Sysoev
2007-07-30bump versionIgor Sysoev
2007-07-29make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev
2007-07-29named locationIgor Sysoev
2007-07-29--sysconfdir=DIRIgor Sysoev
2007-07-29$is_argsIgor Sysoev
2007-07-29allow to set $argsIgor Sysoev
2007-07-28fair upstream weight balancerIgor Sysoev
2007-07-24fix case when client has closed connection but upstream buffer is not emptyIgor Sysoev
2007-07-23fix case when two directivesIgor Sysoev
2007-07-23style fixIgor Sysoev
2007-07-23bump versionIgor Sysoev
2007-07-22escape space, etc in $memcached_keyIgor Sysoev
2007-07-22omit unnecessary codeIgor Sysoev
2007-07-22$nginx_versionIgor Sysoev
2007-07-20IMAP AUTHENTICATEIgor Sysoev
2007-07-20SMTP STARTTLSIgor Sysoev
2007-07-19exit cycle early,Igor Sysoev
2007-07-19fix potential double free(),Igor Sysoev
2007-07-19fix potential segfault,Igor Sysoev
2007-07-19fix memory leak,Igor Sysoev
2007-07-17bump versionIgor Sysoev
2007-07-17Sun Studio on sparc uses different bit orderIgor Sysoev
2007-07-16Sun Studio 12 compatibilityIgor Sysoev
2007-07-16--with-cpu-opt=sparc32 and --with-cpu-opt=sparc64Igor Sysoev
2007-07-13msie_refresh should escape at least '"' to prevent XSSIgor Sysoev
2007-07-13"?" should not be escapedIgor Sysoev
2007-07-13dav_access uses ngx_conf_set_access_slot()Igor Sysoev
2007-07-13proxy_store and fastcgi_store were changed,Igor Sysoev
2007-07-12bump versionIgor Sysoev
2007-07-12proxy_store and fastcgi_storeIgor Sysoev
2007-07-12style fixIgor Sysoev
2007-07-11style fixIgor Sysoev
2007-07-11reset errnoIgor Sysoev
2007-07-11fix segfault when event port returns POLLERR without POLLIN or POLLOUTIgor Sysoev
2007-07-11fix segfault when CRAM-MD5 is not enabled but client tries itIgor Sysoev
2007-07-11fix memory allocation for auth_http_headerIgor Sysoev
2007-07-11fix segfault when session was freed twiceIgor Sysoev
2007-07-11proxy_ignore_client_abort, fastcgi_ignore_client_abort, and so on wereIgor Sysoev