Ben Noordhuis
|
d3f60da67c
|
unix: implement uv_fs_readlink
|
2011-09-05 00:12:16 +02:00 |
|
Peter Bright
|
7db243dc6f
|
Bring inline with node common.gypi.
Win32 readlink()
|
2011-09-04 13:24:45 -07:00 |
|
Igor Zinkovsky
|
060026ced3
|
windows: uv_fs_link + uv_fs_symlink
|
2011-09-04 13:24:35 -07:00 |
|
Bert Belder
|
7b87ff7c9b
|
win: rename uv_loop_t.ares_channel to ares_chan to avoid confusing g++
|
2011-09-04 21:54:31 +02:00 |
|
Bert Belder
|
360f4119e4
|
Make getsockname/getpeername handle uninitialized sockets better
|
2011-09-04 19:18:56 +02:00 |
|
Bert Belder
|
12b01e95f9
|
Specialize uv_xxx_getsockname, add uv_tcp_getpeername
|
2011-09-04 04:49:13 +02:00 |
|
Ben Noordhuis
|
18af13795f
|
unix: fix warning: implicit declaration of function ‘strerror’
|
2011-09-04 03:45:28 +02:00 |
|
Ben Noordhuis
|
b680703178
|
unix: fix warning: implicit declaration of function ‘memcpy’
|
2011-09-04 03:45:15 +02:00 |
|
Luis Lavena
|
6422a14a8f
|
windows: correct a preprocessor typo
GCC chokes on ##name## concatenation (since . and prepare are invalid
tokens)
|
2011-09-04 02:26:53 +02:00 |
|
Igor Zinkovsky
|
cf5ed86a79
|
windows: implement missing fs functions
|
2011-09-03 12:23:27 -07:00 |
|
Luis Lavena
|
30ca028196
|
Fix MinGW build
Allow `make all` work under MinGW. Remove references to eio for MinGW.
Fixes #170
Fixes #171
|
2011-09-02 09:25:40 -07:00 |
|
Ryan Dahl
|
b89f4f34a4
|
implement uv_fs_utime
|
2011-09-01 17:40:57 -07:00 |
|
Ryan Dahl
|
b47fa77eb5
|
unix/fs.c: Apply macro magic, implement symlink, link, chown, fchown
|
2011-09-01 17:12:31 -07:00 |
|
Ryan Dahl
|
9f932f92cf
|
add test fs_chmod, implement uv_fs_fchmod and uv_fs_chmod on unix
|
2011-09-01 15:36:01 -07:00 |
|
Ryan Dahl
|
2e6035895c
|
Add test for uv_fs_fstat, implement on unix.
|
2011-09-01 14:15:06 -07:00 |
|
Igor Zinkovsky
|
716e8eab39
|
windows: fix issue with SetFileCompletionNotificationModes on 64bit xp
|
2011-09-01 13:46:07 -07:00 |
|
Igor Zinkovsky
|
22197ebf3f
|
windows: include _stat struct into uv_fs_t
|
2011-09-01 11:54:43 -07:00 |
|
Ryan Dahl
|
836cc204b6
|
unix: Fix test-gethostbyname
|
2011-08-31 15:37:16 -07:00 |
|
Ryan Dahl
|
6fd340b8ca
|
unix: split out stream into its own file
|
2011-08-31 13:41:22 -07:00 |
|
Ryan Dahl
|
38ce213b6a
|
unix: split out pipe
|
2011-08-31 13:29:17 -07:00 |
|
Ryan Dahl
|
510407c03d
|
unix: split out tcp module
|
2011-08-31 13:11:38 -07:00 |
|
Ryan Dahl
|
b9120d0b0a
|
Simplify Unix makefile
|
2011-08-31 12:07:49 -07:00 |
|
Ryan Dahl
|
e553f96f94
|
unix: split out uv_spawn into src/unix/process.c
|
2011-08-31 11:50:08 -07:00 |
|
Ryan Dahl
|
490c83dd35
|
move src/uv-unix.c to src/unix/core.c
|
2011-08-31 11:26:43 -07:00 |
|
Ryan Dahl
|
6144c93bbc
|
unix: split out error code into separate file
|
2011-08-31 11:23:29 -07:00 |
|
Ryan Dahl
|
e97958ac3b
|
unix: Split out c-ares integration into separate file
|
2011-08-31 11:23:29 -07:00 |
|
Ryan Dahl
|
58461d5ae7
|
split out unix's udp source
|
2011-08-31 11:23:29 -07:00 |
|
Ryan Dahl
|
cec94ee075
|
docs for uv_fs methods
|
2011-08-31 11:23:29 -07:00 |
|
Ben Noordhuis
|
9e657fa5b2
|
Update .mailmap
|
2011-08-31 19:35:41 +02:00 |
|
Ben Noordhuis
|
c23f789f9e
|
Update AUTHORS, add .mailmap
|
2011-08-31 16:50:11 +02:00 |
|
Ryan Dahl
|
ea4271fa90
|
submit error to correct loop
|
2011-08-31 01:43:09 -07:00 |
|
Ryan Dahl
|
b47c474cfd
|
Move private headers into include/uv-private
|
2011-08-31 00:43:55 -07:00 |
|
Ryan Dahl
|
1408ac4c4f
|
Move src/ev to src/unix/ev
|
2011-08-31 00:33:14 -07:00 |
|
Ryan Dahl
|
5fd68a016a
|
Move unix platform files into src/unix
|
2011-08-31 00:29:47 -07:00 |
|
Ryan Dahl
|
231298a5e8
|
move eio stuff into src/unix
|
2011-08-31 00:24:07 -07:00 |
|
Ryan Dahl
|
e3f910d0a9
|
Multiplicity update on unix
Does not yet support multithreaded use of the thread pool.
|
2011-08-30 23:55:08 -07:00 |
|
Bert Belder
|
b44ecf9929
|
multiplicity: update benchmarks
|
2011-08-31 05:18:48 +02:00 |
|
Bert Belder
|
8e3a8602ad
|
update tests for multiplicity
|
2011-08-31 04:19:26 +02:00 |
|
Bert Belder
|
78debf9f67
|
win: multiplicity
|
2011-08-31 04:19:16 +02:00 |
|
Bert Belder
|
3aec77f9d4
|
bring back uv_init
|
2011-08-31 04:19:07 +02:00 |
|
Ryan Dahl
|
56dcaf9b06
|
unix: multiplicity
|
2011-08-31 04:18:55 +02:00 |
|
Ben Noordhuis
|
0ba44cfd4e
|
ev: improve feature detection on linux
|
2011-08-30 12:49:48 +02:00 |
|
Jeroen Janssen
|
2af955dbf4
|
Fix posix dirent usage
Fixes #161
|
2011-08-30 03:16:03 -07:00 |
|
Ryan Dahl
|
ca1171132e
|
win: stub out missing uv_fs functions
|
2011-08-30 01:53:24 -07:00 |
|
Ryan Dahl
|
a6ed1757ab
|
unix: implement uv_fs_lstat
|
2011-08-30 01:32:53 -07:00 |
|
Ryan Dahl
|
dbc1cb0e66
|
Remove pthread-win32
|
2011-08-30 00:59:01 -07:00 |
|
Ryan Dahl
|
d20233c7a8
|
Fix long lines
|
2011-08-30 00:54:59 -07:00 |
|
Ryan Dahl
|
894c005c42
|
unix: fix fs_async_sendfile
|
2011-08-30 00:52:43 -07:00 |
|
Ryan Dahl
|
1a4ead53d6
|
unix: implement uv_queue_work
|
2011-08-29 22:57:34 -07:00 |
|
Ryan Dahl
|
0e81406bfb
|
unix fs_async_dir works
|
2011-08-29 22:08:51 -07:00 |
|