History log of /php-uv/ (Results 151 – 175 of 655)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7bc8135921-Jan-2015 Bob Weinand

Fixed missing refcount increment

f5b1e9d121-Jan-2015 Bob Weinand

Fix accidental regression in checking for invalid resource

74096ae918-Jan-2015 Bob Weinand

Fix buffer overflow

4751e80a18-Jan-2015 Bob Weinand

Fix various bugs...

4332fe7a18-Jan-2015 Bob Weinand

Current, broken PHP 7 port...

605a20a523-Nov-2014 Steve Rhoades

merging offset changes from PR #60


99791cf320-Nov-2014 Steve Rhoades

updating to libuv 1.0 release

42361ad017-Nov-2014 Steve Rhoades

fix segfault issue caused by uv_unref deleting resource, resource is freed by destruct_uv

a026d75214-Nov-2014 Steve Rhoades

update test, just checking for no segfault

f2052a3814-Nov-2014 Steve Rhoades

fix notice

2408f16a14-Nov-2014 Steve Rhoades

Fix issue #36, Fix issue #56, uv_poll no longer allows plainfiles or php related streams resolving a SIGABRT as epoll doesn't support those stream types

dd9aac9a13-Nov-2014 Steve Rhoades

Fix Issue #59 segfault on null passed as handle to uv_stdio_new

73a295ab12-Nov-2014 Steve Rhoades

cleanup uv_fs_scandir

459b614612-Nov-2014 Steve Rhoades

fix uv_fs_scandir

a25595f411-Nov-2014 Daniel Lowrey

Add $offset param to uv_fs_read() to allow seeking on open handles

This change modifies the uv_fs_read() function signature slightly by adding
a new $offset parameter. This allows the sa

Add $offset param to uv_fs_read() to allow seeking on open handles

This change modifies the uv_fs_read() function signature slightly by adding
a new $offset parameter. This allows the same file handle to be reused for
multiple reads. Previously the only way to access a section of a file that
had already been read was to open a new handle.

Old:
uv_fs_read(resoruce $loop, zval $fd, long $length, callable $callback)

New:
uv_fs_read(resoruce $loop, zval $fd, long $offest, long $length, callable $callback)

This change represents a minor BC break for existing code using uv_fs_read().

show more ...

9d6e66d510-Nov-2014 Steve Rhoades

add test for fs_close issue described in #36, updating travis build

59f74ea010-Nov-2014 Steve Rhoades

fix issue with uv_loop_new based on 1.0 migration guide, add additional tests

1ea6c5ac07-Nov-2014 Steve Rhoades

update for libuv 1.0.0rc2, updated tests for api changes

84d7e09c07-Nov-2014 Steve Rhoades

saving changes, still 3 failing tests

f2389fc521-Aug-2014 Tjerk Meesters

Added the '-lrt' CFLAG for linux arch back again

8b5ffcfa21-Aug-2014 Tjerk Meesters

Added 5.4 and 5.5 as targets, quiet the 'apt-get update' command

c8aae42221-Aug-2014 Tjerk Meesters

Update Travis to enable http parser

89d25e6c21-Aug-2014 Tjerk Meesters

Add 'sockets' dependency

99c345c521-Aug-2014 Tjerk Meesters

Fixed test case to include version being returned as part of the parser results

9308a0ed21-Aug-2014 Tjerk Meesters

Removed debug code

12345678910>>...27