summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-01-07new syntaxIgor Sysoev1-48/+71
2007-01-07ngx_http_realip_module must return NGX_DECLINEDIgor Sysoev1-6/+6
2007-01-07count connection once per requestIgor Sysoev2-0/+12
2007-01-07ngx_http_variable_binary_remote_addr()Igor Sysoev1-17/+23
2007-01-07$binary_remote_addrIgor Sysoev1-5/+24
2007-01-07fix key length and alignmentIgor Sysoev1-7/+8
2007-01-06ngx_http_limit_zone_moduleIgor Sysoev1-0/+397
2007-01-06fix zero size shared zonesIgor Sysoev1-0/+7
2007-01-06fix segfaultIgor Sysoev1-0/+1
2007-01-03style fix: remove trailing spacesIgor Sysoev1-1/+1
2007-01-03IMAP ssl_session_cacheIgor Sysoev2-16/+138
2007-01-03fix segfaultsIgor Sysoev1-2/+4
2007-01-03move the session cache callbacks to the ngx_openssl_moduleIgor Sysoev5-456/+493
2007-01-02ssl_session_cacheIgor Sysoev2-14/+579
2007-01-02ngx_shared_memory_add()Igor Sysoev2-17/+100
2007-01-02style fix: scf > sscfIgor Sysoev1-19/+18
2007-01-02style fixIgor Sysoev1-2/+4
2007-01-02ngx_ssl_get_server_conf()Igor Sysoev5-11/+30
2007-01-02OPENSSL_config()Igor Sysoev2-0/+5
2007-01-02style fixIgor Sysoev1-1/+1
2007-01-02many bug fixes and ngx_slab_alloc_locked()/ngx_slab_free_locked()Igor Sysoev2-26/+50
2007-01-02a sentinel must be blackIgor Sysoev1-0/+5
2006-12-29move ranges array to ngx_http_range_filter_ctx_tIgor Sysoev2-31/+32
2006-12-29support ranges for single memory bufferIgor Sysoev1-36/+61
2006-12-29fix the previous commitIgor Sysoev1-1/+4
2006-12-28fix range in $r->sendfileIgor Sysoev1-89/+123
2006-12-28style fixIgor Sysoev1-1/+2
2006-12-26increase Linux osrelease string lentghIgor Sysoev1-1/+1
2006-12-25recursive DELETEIgor Sysoev1-2/+61
2006-12-25ngx_walk_tree()Igor Sysoev2-0/+184
2006-12-25limit the ngx_http_index_module methods to GET, HEAD and POSTIgor Sysoev1-0/+4
2006-12-24style fix: remove trailing spacesIgor Sysoev1-1/+1
2006-12-24bump versionIgor Sysoev2-2/+2
2006-12-24worker_rlimit_core supports size in K, M, and GIgor Sysoev3-4/+4
2006-12-24add commentIgor Sysoev1-6/+7
2006-12-23the -V switchIgor Sysoev1-2/+19
2006-12-23lower the log level of the waitpid() ENOCHILD error on FreeBSDIgor Sysoev1-1/+5
2006-12-22fix for Linix/ppc64 or FreeBSD/amd64 in 32-bit mode,Igor Sysoev1-2/+2
the same as in r934
2006-12-22fix segfaultIgor Sysoev1-2/+5
2006-12-22test Darwin 8 atomic(3)Igor Sysoev1-3/+3
2006-12-21use MacOSX atomic(3) and barrier(3) operationsIgor Sysoev1-0/+59
2006-12-21use the right memory barriersIgor Sysoev1-2/+17
2006-12-21larx/stcx. should cycle if the reservation was clearedIgor Sysoev1-6/+8
2006-12-20fix debug logIgor Sysoev1-1/+1
2006-12-19use light-weight sync on ppc64Igor Sysoev1-2/+10
2006-12-19fix atomic operations on ppc64Igor Sysoev1-0/+54
2006-12-19ngx_sprintf() has implicit limit of 65536 bytes so on Linux/ppc64Igor Sysoev1-3/+4
in 32-bit mode the errstr is somewhere at 0xffffd680, the "last" overflows and ngx_vsnprintf() does not print at all
2006-12-19the initial slot is out of arrayIgor Sysoev1-1/+1
2006-12-18fix segfault in "out of memory" situationIgor Sysoev1-6/+10
2006-12-15allocate aligned ngx_crc32_table_short globallyIgor Sysoev3-7/+9