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
Shuhei Tanuma
f39db39e8e
httpparser: fix inconsistent hash
2012-07-24 01:21:50 +09:00
Shuhei Tanuma
74a64409dc
spawn: fix segv
2012-07-24 01:00:37 +09:00
Shuhei Tanuma
03e577c827
httpparser: result variable only update when parser finished.
2012-07-24 00:53:38 +09:00
Shuhei Tanuma
1dd205fe12
fs_poll: check resource type
2012-07-24 00:21:47 +09:00
Shuhei Tanuma
8569abc1f8
process: add type check for uv_process_kill
2012-07-24 00:15:56 +09:00
Shuhei Tanuma
c134d2fba2
tcp: check types
2012-07-24 00:12:56 +09:00
Shuhei Tanuma
7ac60188e9
tty: add type check
2012-07-23 23:13:10 +09:00
Shuhei Tanuma
5a941edd4a
tty: don't raise E_ERROR
2012-07-23 23:08:12 +09:00
Shuhei Tanuma
4bf5f591ed
constants: add several error codes. and add simple(?) http server example
2012-07-23 22:50:06 +09:00
Shuhei Tanuma
9a55c5e270
spawn: fix memory leak when using file descriptor
2012-07-23 22:16:05 +09:00
Shuhei Tanuma
eac00b68fb
spawn: opitons accepts uid and gid
2012-07-23 22:12:59 +09:00
Shuhei Tanuma
be24fe6155
docs: add uv_stdio_new function
2012-07-23 00:08:05 +09:00
Shuhei Tanuma
4dd2ed56fa
test: fix test case for uv_spawn
2012-07-22 22:11:22 +09:00
Shuhei Tanuma
0a2b0751c1
spawn: change function signature. add uv_stdio_new function
2012-07-22 21:54:19 +09:00
Shuhei Tanuma
9a9de96cee
docs: don't put docs into source code. too long
2012-07-22 14:06:52 +09:00
Shuhei Tanuma
c26419f3da
uv_fs: don't raise E_ERROR
2012-07-22 13:38:29 +09:00
Shuhei Tanuma
f4d67706ad
uv_fs: use common function
2012-07-22 13:36:32 +09:00
Shuhei Tanuma
be965f991f
fixed compiler warnings
2012-07-21 21:10:15 +09:00