summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2007-08-14upstream sendfile bit was overridden by r->connection->sendfileIgor Sysoev2-1/+3
2007-08-14test http_auth absenceIgor Sysoev1-0/+14
2007-08-14allow "http://" in auth_http URLIgor Sysoev1-0/+5
2007-08-14stop configuration on errorIgor Sysoev1-0/+2
2007-08-14fix long loopIgor Sysoev1-2/+2
2007-08-12regex in valid_referersIgor Sysoev1-10/+151
2007-08-12regex in server_nameIgor Sysoev5-13/+157
2007-08-12fix building by bcc without PCREIgor Sysoev1-2/+10
2007-08-12style fixIgor Sysoev1-2/+4
2007-08-10ignore meaningless bits in CIDR and warn about themIgor Sysoev5-9/+48
2007-08-09sort upstream weightsIgor Sysoev1-0/+21
2007-08-09backup upstream serversIgor Sysoev4-17/+136
2007-08-09set default listen() backlog to 511 on all platforms except FreeBSDIgor Sysoev8-4/+19
2007-08-07"down" server caused endless loopIgor Sysoev1-2/+2
2007-08-07omit unnecessary conditionsIgor Sysoev6-8/+8
2007-08-07discard request body before going to keep-alive state and use lingering timeoutsIgor Sysoev2-19/+67
2007-08-06omit unnecessary XSRETURN_EMPTYIgor Sysoev1-12/+0
2007-08-06$r->discard_request_bodyIgor Sysoev1-0/+11
2007-08-06rename ngx_http_discard_body() to ngx_http_discard_request_body()Igor Sysoev9-18/+18
2007-08-06block reading for level eventsIgor Sysoev1-0/+1
2007-08-06rename ngx_http_block_read() and ngx_http_test_read() to ..._reading()Igor Sysoev2-10/+10
2007-08-06discard request body in cycleIgor Sysoev1-19/+22
2007-08-01move "Expires" header code to a separate functionIgor Sysoev1-99/+117
2007-08-01move "Cache-Control" header code to specific handlerIgor Sysoev1-43/+42
2007-08-01style fixIgor Sysoev1-4/+4
2007-08-01use header specific handler in add_handler,Igor Sysoev1-21/+116
"Last-Modified" header handler
2007-07-30bump versionIgor Sysoev2-2/+2
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