summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2007-09-03test the most relevant condition firstIgor Sysoev1-2/+2
2007-09-03open_file_cache_eventsIgor Sysoev9-2/+22
2007-09-01fix unlikely socket leakIgor Sysoev1-0/+1
2007-09-01fix socket leak introduced in r1374 when request header and body wasIgor Sysoev1-2/+2
in one packet and connection went to keep-alive state
2007-09-01open_file_cache in HTTPIgor Sysoev7-295/+302
2007-09-01open file cacheIgor Sysoev3-0/+832
2007-09-01change ngx_conf_merge_ptr_value() and update fastcgi_catch_stderrIgor Sysoev2-3/+4
2007-09-01NGX_USE_VNODE_EVENT and NGX_FLUSH_EVENTIgor Sysoev2-10/+40
2007-09-01add commentIgor Sysoev1-1/+5
2007-09-01update commentsIgor Sysoev1-8/+12
2007-08-31allow to append charset to the "Content-Type" headerIgor Sysoev1-0/+2
2007-08-31style fixIgor Sysoev1-4/+4
2007-08-31update commentIgor Sysoev1-1/+1
2007-08-31style fixIgor Sysoev1-1/+1
2007-08-31use ev->log, because ev->data may be connection stub onlyIgor Sysoev1-1/+1
2007-08-31style fixIgor Sysoev1-1/+1
2007-08-31fix typoIgor Sysoev1-1/+1
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