History log of /php-uv/ (Results 226 – 250 of 655)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bd931b0e11-Feb-2013 Andrey Kalinovsky

Updated README.md

I forgot to update the doc about uv_fs_read
Also fixed 2 typo errors

90c9db6911-Feb-2013 Shuhei Tanuma

update latest libuv and http-parser

Notes: ares functions are removed as uv removed that features. please use before commit
if you want to use ares features. currently, php ares extensio

update latest libuv and http-parser

Notes: ares functions are removed as uv removed that features. please use before commit
if you want to use ares features. currently, php ares extension seems not maintained.
please ask me when you met some troubles about ares feature.

show more ...

42bfa52b11-Feb-2013 Shuhei Tanuma

Merge pull request #26 from weltling/master

Windows fixes


fe0a0b7311-Feb-2013 Shuhei Tanuma

Merge pull request #30 from csaoh/fix_constants

Fix S_IRGRP value + Added a length parameter to fs_read


87a5b5d807-Feb-2013 Andrey

Fixed indentation

97b329c107-Feb-2013 Andrey

Added a length parameter to read

7a628ff604-Feb-2013 Andrey

Fix S_IRGRP value

c8dc934931-Jan-2013 Shuhei Tanuma

Merge pull request #27 from baileylo/patch-1

Update README.md


2aecc36031-Jan-2013 Andrey

Added missing constants

7b89b6da14-Jan-2013 Logan Bailey

Update README.md

Adds missing language declaration for code highlighting.

73fd311418-Nov-2012 Anatoliy Belsky

finer sockets ext check

eaa7573518-Nov-2012 Anatoliy Belsky

fixed NTS build, plus

- extended config.w32 to look for libs/includes in extra dirs
- fixed config.w32 to care about the sockets ext
- --enable-uv-httpparser is a better wording

fixed NTS build, plus

- extended config.w32 to look for libs/includes in extra dirs
- fixed config.w32 to care about the sockets ext
- --enable-uv-httpparser is a better wording
- since non bundled library can be used, wording fixed in minfo

show more ...

a62a234d25-Sep-2012 Shuhei Tanuma

win32: remove needless ifndef block

9cac14b606-Sep-2012 Shuhei Tanuma

sigh, i should sleep today.

2b8cf9bf06-Sep-2012 Shuhei Tanuma

OSX doesn't have -lrt.

ace9cb9d06-Sep-2012 Shuhei Tanuma

fix #19 add -lrt flag to CPPFLAGS

also you need to add `CPP_FLAGS += -fPIC` to `libuv/Makefile` if you use 64bit system.

8623e50111-Aug-2012 Shuhei Tanuma

example: fix memory leak for simple_http_server

b77f348309-Aug-2012 Shuhei Tanuma

common: fix BAD ADDRESS for callback

19853ac509-Aug-2012 Shuhei Tanuma

libuv: update submodule

800897c005-Aug-2012 Shuhei Tanuma

common: fix memory leak regarding handling callback zval

6e3eb88f29-Jul-2012 Shuhei Tanuma

common: uv_write check resource type

9f6fdbce29-Jul-2012 Shuhei Tanuma

common: uv_close check uv resource type

7b03433f29-Jul-2012 Shuhei Tanuma

common: uv_read_Stop checks resource type

7b2f075a29-Jul-2012 Shuhei Tanuma

common: uv_read_start checks resource type.

17b1436029-Jul-2012 Shuhei Tanuma

unix: add type check for uv_shutdown

12345678910>>...27