summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-08-30destroy ngx_cycle->pool on exitIgor Sysoev1-8/+31
2007-08-30win32 ngx_is_exec() stubIgor Sysoev1-0/+1
2007-08-29log socket numberIgor Sysoev1-1/+1
2007-08-29If-Modified-Since should be unique header lineIgor Sysoev1-1/+1
2007-08-29add guard codeIgor Sysoev1-13/+59
2007-08-29fix commentIgor Sysoev1-1/+1
2007-08-29disable pair event on POLLREMOVEIgor Sysoev1-0/+6
2007-08-28bump versionIgor Sysoev2-2/+2
2007-08-27return 400 responseIgor Sysoev1-2/+2
2007-08-27do not set read->eof, ready, and error prematurelyIgor Sysoev1-13/+25
2007-08-27cancel dynamic weights,Igor Sysoev1-1/+1
it seems that may permanently set lower weight or even mark server as down
2007-08-27optimize r->connection in ngx_http_finalize_request()Igor Sysoev1-25/+25
2007-08-27cancel keep-alive and lingering close on EOFIgor Sysoev1-0/+5
2007-08-27cancel discarding body on EOFIgor Sysoev1-0/+4
2007-08-27mark connection as not ready, this fixes endless loop introduced in r1368Igor Sysoev1-0/+1
2007-08-24add guard code to prevent endless loopIgor Sysoev1-6/+21
2007-08-24update ip_hash to "backup" optionIgor Sysoev1-1/+1
2007-08-24set current peer to use it in ngx_http_upstream_free_round_robin_peer()Igor Sysoev1-0/+2
2007-08-24fix ip_hash on 64-bit platformIgor Sysoev1-1/+1
2007-08-24fix trailing wildcard when two or more listen used in one serverIgor Sysoev1-2/+7
2007-08-21fix build on amd64Igor Sysoev1-1/+2
2007-08-20bump versionIgor Sysoev2-2/+2
2007-08-20set delay only when almost whole sendfile_max_chunk was transferredIgor Sysoev1-1/+4
2007-08-20test relative nginx.conf, this is compatible with old versionsIgor Sysoev1-4/+0
because cycle->root on this stage is not set
2007-08-20use %v for ngx_variable_value_t in ngx_sprintf(),Igor Sysoev5-12/+24
this fixes nginx on FreeBSD/sparc64
2007-08-20escape " ", "%", and %00-%1F in login and passwordIgor Sysoev4-37/+19
2007-08-15set worker_priority, worker_rlimit_nofile, worker_rlimit_core, andIgor Sysoev1-31/+31
worker_rlimit_sigpending without super-user privileges testing
2007-08-15auto redirect lost argumentsIgor Sysoev1-1/+21
2007-08-15bump versionIgor Sysoev2-2/+2
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