History log of /php-uv/php_uv.c (Results 176 – 200 of 484)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# cb40015f 21-Jul-2012 Shuhei Tanuma

for now, move declarations


# 4cb0b367 21-Jul-2012 Shuhei Tanuma

don't use false


# 4679654d 21-Jul-2012 Shuhei Tanuma

uv_lock functions: use common function


# fb602005 21-Jul-2012 Shuhei Tanuma

uv_async: add type check


# 0ad99717 21-Jul-2012 Shuhei Tanuma

uv_udp: check resource type


# 2fd3b35a 21-Jul-2012 Shuhei Tanuma

uv_pipe: add type check


# 201787a7 21-Jul-2012 Shuhei Tanuma

uv_prepare: check types


# 42672626 20-Jul-2012 Shuhei Tanuma

uv_check: add type check


# bbee2931 20-Jul-2012 Shuhei Tanuma

uv_idle: add type check


# e101808e 20-Jul-2012 Shuhei Tanuma

uv_timer: add type check and prevent freeze


# 395806f1 20-Jul-2012 Shuhei Tanuma

uv_timer_start: check timeout and repeat value


# 5e4071ec 20-Jul-2012 Shuhei Tanuma

for now, use macro for initialize uv_timer_init resource


# 5275104b 20-Jul-2012 Shuhei Tanuma

uv_tcp_connect: add type check


# 543a05c6 20-Jul-2012 Shuhei Tanuma

add comment [ci skip]


# 3b396829 20-Jul-2012 Shuhei Tanuma

refactor lock resource


# 60db70f2 20-Jul-2012 Shuhei Tanuma

don't use meanless variable name


# a7bf3ac1 20-Jul-2012 Shuhei Tanuma

use macro


# 02da1858 19-Jul-2012 Shuhei Tanuma

don't access addr->is_ipv4 directly


# 6344c4c0 19-Jul-2012 Shuhei Tanuma

don't access php_uv_sockaddr_t's sockaddr_in directly


# f6c7e40d 19-Jul-2012 Shuhei Tanuma

uv_ip4_addr, uv_ip6_addr: add emalloc check


# 7a37f8f3 19-Jul-2012 Shuhei Tanuma

uv_streror: type check and refactor


# 693a8782 19-Jul-2012 Shuhei Tanuma

uv_tcp_bind, uv_udp_bind: check resource type


# 4de84025 19-Jul-2012 Shuhei Tanuma

uv_strerror, uv_err_name: check error code


# f46f9101 19-Jul-2012 Shuhei Tanuma

do need to use ZEND_FETCH_RESOURCE_NORETURN macro here


# ee4e7061 19-Jul-2012 Shuhei Tanuma

use fetch loop macro


12345678910>>...20