summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2006-12-15fix typoIgor Sysoev1-1/+1
2006-12-15fix segfault when $host is used andIgor Sysoev2-2/+8
*) request is "GET http://host" without CR or LF, or timed out *) request is "GET http://host" with a large blank space
2006-12-14bump versionIgor Sysoev2-2/+2
2006-12-14fix segfault when $host is used and request is "GET http://host HTTP/1.0"Igor Sysoev1-0/+1
2006-12-14allow "perl" inside "limit_except"Igor Sysoev1-1/+1
2006-12-14DELETE may not have the "Depth" headerIgor Sysoev1-8/+15
2006-12-14fix number of argumentsIgor Sysoev1-1/+1
2006-12-13bump versionIgor Sysoev2-2/+2
2006-12-13fix msvc build failureIgor Sysoev1-1/+1
2006-12-13$r->statusIgor Sysoev1-0/+16
2006-12-13add HTTP response codesIgor Sysoev1-7/+66