Commit Graph

449 Commits

Author SHA1 Message Date
Jeff Welch
24876c89de Synced make target with aa399f2. 2013-04-26 22:20:20 -04:00
Shuhei Tanuma
49f1f7d469 fix typo 2013-04-13 23:37:55 +09:00
Shuhei Tanuma
5d58144648 uv_http_parser_execute: fix #46 change function behavior.
result variable was set every function call.
2013-04-13 23:37:26 +09:00
Shuhei Tanuma
baed1c4758 fix segmentation fault when using uv_udp_recv_start #43 2013-03-18 22:19:36 +09:00
Shuhei Tanuma
aa399f2487 switch libuv version to stable version. #40 2013-02-28 21:52:43 +09:00
Shuhei Tanuma
0c9e917dfa fix travis build 2013-02-27 02:07:12 +09:00
Andrey Kalinovsky
2081b0d459 Landing pull request #39. fix uv_run_once + added a return value.
More Details:
 - https://github.com/chobie/php-uv/pull/39
2013-02-27 02:01:37 +09:00
Shuhei Tanuma
405a3020de [ci skip] add note for 64bit machine. thx @csaoh 2013-02-27 01:36:48 +09:00
Shuhei Tanuma
0a7cb9757c fix #34. forget to initialize zval 2013-02-27 00:22:35 +09:00
Shuhei Tanuma
105841efb6 Merge pull request #37 from csaoh/master
Updated README.md
2013-02-13 04:31:50 -08:00
Andrey Kalinovsky
ae49de1063 Update README.md
Not exactly sure about the types, but I thought it would be great to describe all the parameters for uv_fs_write and uv_fs_stat, since I spent quite some time to figure out there was more than one parameter. I guess some people might get confused as well.
2013-02-13 13:29:22 +01:00
Shuhei Tanuma
d600abc223 Merge pull request #35 from csaoh/fix_constants
Fix segfault in fs_stat
2013-02-13 01:13:48 -08:00
Andrey Kalinovsky
05bef15202 Fix codestyle 2013-02-13 10:11:16 +01:00
Andrey
57baf614f8 Fix segfault in fs_stat 2013-02-13 09:58:27 +01:00
Shuhei Tanuma
6b12920338 Merge pull request #32 from csaoh/patch-1
Updated README.md
2013-02-11 07:09:58 -08:00
Andrey Kalinovsky
bd931b0e21 Updated README.md
I forgot to update the doc about uv_fs_read
Also fixed 2 typo errors
2013-02-11 16:08:41 +01:00
Shuhei Tanuma
90c9db6905 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.
2013-02-11 22:09:29 +09:00
Shuhei Tanuma
42bfa52b1a Merge pull request #26 from weltling/master
Windows fixes
2013-02-11 03:55:32 -08:00
Shuhei Tanuma
fe0a0b7343 Merge pull request #30 from csaoh/fix_constants
Fix S_IRGRP value + Added a length parameter to fs_read
2013-02-11 03:42:52 -08:00
Andrey
87a5b5d831 Fixed indentation 2013-02-07 16:15:41 +01:00
Andrey
97b329c164 Added a length parameter to read 2013-02-07 16:12:23 +01:00
Andrey
7a628ff606 Fix S_IRGRP value 2013-02-04 17:56:42 +01:00
Shuhei Tanuma
c8dc93491c Merge pull request #27 from baileylo/patch-1
Update README.md
2013-01-31 13:58:03 -08:00
Shuhei Tanuma
767eb7f430 Merge pull request #29 from csaoh/fix_constants
Added missing constants
2013-01-31 13:57:36 -08:00
Andrey
2aecc360a3 Added missing constants 2013-01-31 17:54:13 +01:00
Logan Bailey
7b89b6dafe Update README.md
Adds missing language declaration for code highlighting.
2013-01-14 13:15:23 -08:00
Anatoliy Belsky
73fd31145c finer sockets ext check 2012-11-18 23:04:30 +01:00
Anatoliy Belsky
eaa75735e2 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
2012-11-18 21:56:26 +01:00
Shuhei Tanuma
a62a234d49 win32: remove needless ifndef block 2012-09-26 02:59:31 +09:00
Shuhei Tanuma
9cac14b665 sigh, i should sleep today. 2012-09-07 01:41:52 +09:00
Shuhei Tanuma
2b8cf9bf0c OSX doesn't have -lrt. 2012-09-07 01:39:57 +09:00
Shuhei Tanuma
ace9cb9d3f fix #19 add -lrt flag to CPPFLAGS
also you need to add `CPP_FLAGS += -fPIC` to `libuv/Makefile` if you use 64bit system.
2012-09-07 01:30:52 +09:00
Shuhei Tanuma
8623e5018c example: fix memory leak for simple_http_server 2012-08-11 14:43:29 +09:00
Shuhei Tanuma
b77f34833f common: fix BAD ADDRESS for callback 2012-08-09 12:20:55 +09:00
Shuhei Tanuma
19853ac513 libuv: update submodule 2012-08-09 11:11:50 +09:00
Shuhei Tanuma
800897c03c common: fix memory leak regarding handling callback zval 2012-08-05 21:42:06 +09:00
Shuhei Tanuma
6e3eb88f7c common: uv_write check resource type 2012-07-30 00:56:41 +09:00
Shuhei Tanuma
9f6fdbce52 common: uv_close check uv resource type 2012-07-30 00:53:57 +09:00
Shuhei Tanuma
7b03433f2d common: uv_read_Stop checks resource type 2012-07-30 00:46:07 +09:00
Shuhei Tanuma
7b2f075a12 common: uv_read_start checks resource type. 2012-07-30 00:45:21 +09:00
Shuhei Tanuma
17b1436023 unix: add type check for uv_shutdown 2012-07-30 00:40:55 +09:00
Shuhei Tanuma
89a46643ca fix compiler error 2012-07-28 02:02:41 +09:00
Shuhei Tanuma
69aeb9f89f listen: check uv resource types. 2012-07-28 02:02:27 +09:00
Shuhei Tanuma
1c0ed4c82c poll: checks uv resource type 2012-07-28 01:59:01 +09:00
Shuhei Tanuma
07122e463e httpparser: use uppercase keys 2012-07-26 12:36:25 +09:00
Shuhei Tanuma
0c6d859032 common: zval_to_fd macro should be return FALSE 2012-07-24 12:24:48 +09:00
Shuhei Tanuma
be03147188 stdio: fix unmatch cast 2012-07-24 12:15:55 +09:00
Shuhei Tanuma
03fa36a873 spawn: remove unused variable 2012-07-24 12:13:03 +09:00
Shuhei Tanuma
8b0269a3cb httpparser: fix it 2012-07-24 01:47:02 +09:00
Shuhei Tanuma
c591f130c6 httpparser: try to fix inconsistent hash 2012-07-24 01:45:13 +09:00