Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/neovim/libuv

[DEPRECATED] Nvim 0.6+ uses upstream libuv, not this fork.
https://github.com/neovim/libuv

unix: uv_pipe_t should not depend on UV_TCP_PRIVATE_FIELDS

52eca75152d8d377d3ab2947e4afb2d1b743e7f8 authored over 13 years ago
unix: fix readdir cleanup assertion

bd6066cb349a9b3a1b0d87b146ddaee06db31d10 authored over 13 years ago
Update uv.gyp after 98b9f58 got reverted

c4317f639a4e9f8760fb7fdb28b3e203b6904f27 authored over 13 years ago
unix: revert 98b9f58 and 431195c for now, corrupts memory

ca5346f9ce24305fa427d461712971ab009169e3 authored over 13 years ago
Add mapping for ECONNABORTED

e95a29ee183b1edaa54adf0e4ca2a5bfe72dac42 authored over 13 years ago
win: the ddk got the NTSTATUS_FROM_WIN32 wrong

12e689dcf89050f1d51f2e1f1ab9c712238b374e authored over 13 years ago
fix fs_file_noent on windows

cfa1423f96e42bc3c375ff11afc9dce5aeb8699d authored over 13 years ago
win: fix bug in fs__readlink

0d373eb0b1db884bacfeffef7502f3f40e3dc6b7 authored over 13 years ago
More MinGW fixes

2d1c672e2d7fa4455387d932eab352d9abfe380b authored over 13 years ago
Fix src/win/getaddrinfo.c for mingw-w64.

5b567b29a86799663939fa03867a1c5bd6783c1b authored over 13 years ago
Fix test-fs.c for darwin.

1a43429774a657ca5ad4e5879c4d60a47841b676 authored over 13 years ago
Stop "./gyp_uv --check" from complaining.

fe6157bdd4734e9b459303e55ee4625a26708027 authored over 13 years ago
Fix test-get-currentexe on darwin.

Darwin uses _NSGetExecutablePath to determine
the path of an executable, but that can return
an ...

f4e2d5559fabbf60b801d7583a4d3384a8c63fa7 authored over 13 years ago
add test-tcp-close.c to uv.gyp

70bc6c0ca8591bb3bb22d6c729193c3c4964092b authored over 13 years ago
Make MinGW happy again

06d69a82ee185d4e81bf88f50a440f64a4467b5b authored over 13 years ago
unix: run callbacks of pending writes when handle is closed

431195c94483d9de61bdd0825a60659480a5f023 authored over 13 years ago
test: make sure that write callbacks run when handle is closed

98b9f582f4c9e0445131262eb078d56e2904abd3 authored over 13 years ago
win: fix spawn() bug

c2741514bc72abc22240adbbc7d0a2e7264f7815 authored over 13 years ago
Update AUTHORS

8fd1d710490a9c997957f70de523585ffe81c24f authored over 13 years ago
unix: netbsd support

4320874fcf202a85408e64b451a45b8b79ac91a2 authored over 13 years ago
test: fix compiler warnings for test-spawn.c

90ea007f61fee7935f73db8b67b86001f0210a8c authored over 13 years ago
test: fix compiler warnings for test-fs.c

Include <unistd.h> on Unices, fixes warnings about unlink() not being declared.

5641503ae7708f0da72d8ac883d60734335b8033 authored over 13 years ago
test: remove stale prototype declaration

4d7cfe431348613f84deffc85d3d868db5c0ec74 authored over 13 years ago
unix: fix buffer overrun in uv__strlcpy()

Reported by Thomas Shinnick.

cc91989cc275535400515ff899cc2a75e5d17cbf authored over 13 years ago
test: fix utime and futime tests on windows

e8ab5cbe70a9a6f4251f12da73f6e4b7761420b6 authored over 13 years ago
win: correctly manage child process stdio handles

3d538af06ba0199f10e1bd19f475956e90a20e39 authored over 13 years ago
unix: implement uv_fs_futime, add tests for uv_fs_utime and uv_fs_futime

79d9f818815b48b5277cd83bb30aa81be1141618 authored over 13 years ago
win: use win32 api for file reading and writing

58ef43eee71bf1f0631a84dae8670b5cd11e7405 authored over 13 years ago
fs: add UV_ENOENT error code, add test

b7d88070d80e14ce922e9b991d48737076da6b08 authored over 13 years ago
unix: translate fs errno codes to libuv error codes

efcd273d68c7062fd05242d7311128944f912685 authored over 13 years ago
unix: move linux feature detection macros to internal.h

bb0c6e6d53a6618f48de54bc174fdb9f2816bd3f authored over 13 years ago
unix: fix warning: comparison between signed and unsigned integer expressions

a9ba756bfd02543d1a9d5b61799c382468666591 authored over 13 years ago
unix: fix event loop not being unref'd on eio error

d9176108d2510b9e92dd0e2b9e03538661f1c1a2 authored over 13 years ago
unix: fix const correctness warnings

ed355d371ea5c63d93328fec4d75481b7fc26ba5 authored over 13 years ago
windows: update uv_fs_* functions to work with req.path

a8017fd8a2584550966e0eecbb07467934031d84 authored over 13 years ago
windows: use _stati64

b90459fc8183b94b93e285068762f1497f4d7577 authored over 13 years ago
unix: Set req->result to -1 on async uv_fs_readdir error

fixes test/simple/test-fs-error-messages.js in node.

991f6ee044cf28fe5672670ef5f214096eee2b5d authored over 13 years ago
win: initialize req.path = NULL.

be3b37854e1ad6bf210615b583c3fabe6240abdb authored over 13 years ago
Open files with sharing enabled. Fixes node's issue #1449.

https://github.com/joyent/node/issues/1449

e1af07e83149024f915febfc7436fb682d8a0633 authored over 13 years ago
Add uv_fs_t.path on unix and tests

Windows implementation missing https://github.com/joyent/libuv/issues/177

a18860aec6416e4e6a9540471c61e9a497f55703 authored over 13 years ago
unix: uv_fs_readdir sync skips . and ..

Fixes test fs_async_dir

b6ede6c7242957694c8380cdfb6342088d8131c1 authored over 13 years ago
Add test for uv_fs_readdir sync

7ccc7470e07d4d646584d179e142eb6daa40c3c4 authored over 13 years ago
unix: fix fs_chmod

142a70292be9203f73b488570eeee92786eb82d1 authored over 13 years ago
test: fix uv_fs_readdir test

Don't make assumptions about the order in which the
directory entries are returned by the file s...

826db453431b8c9cf761f227aec0a52a7aad36bb authored over 13 years ago
Fix warning on darwin

a52a2c781ae924e0b356e246e95f2a662af4532f authored over 13 years ago
unix: implement uv_fs_readlink

d3f60da67c35bb7df137caba3c6f41fe5d8cd1d6 authored over 13 years ago
Bring inline with node common.gypi.

Win32 readlink()

7db243dc6f09e830b5654bde0936cc6161b42e08 authored over 13 years ago
windows: uv_fs_link + uv_fs_symlink

060026ced3f9ee991f86d10e5a1d9c54e4626151 authored over 13 years ago
win: rename uv_loop_t.ares_channel to ares_chan to avoid confusing g++

7b87ff7c9b39edf8d17ecce550ef58dee4170598 authored over 13 years ago
Make getsockname/getpeername handle uninitialized sockets better

360f4119e4e91ffbbc5f6a340940808a088f9e1d authored over 13 years ago
Specialize uv_xxx_getsockname, add uv_tcp_getpeername

12b01e95f9afb56f602ca17f44d3b7e22e37c656 authored over 13 years ago
unix: fix warning: implicit declaration of function ‘strerror’

18af13795ffb5890555f223d3c4acb617f267dfa authored over 13 years ago
unix: fix warning: implicit declaration of function ‘memcpy’

b680703178149214f059c369c4146153e65a787a authored over 13 years ago
windows: correct a preprocessor typo

GCC chokes on ##name## concatenation (since . and prepare are invalid
tokens)

6422a14a8fba3aed079a5ac285e358c700a4dff0 authored over 13 years ago
windows: implement missing fs functions

cf5ed86a79f8082a9a022964fe6f8a2109b4aa80 authored over 13 years ago
Fix MinGW build

Allow `make all` work under MinGW. Remove references to eio for MinGW.

Fixes #170
Fixes #171

30ca028196af2c4486a225d04e6c87da03233216 authored over 13 years ago
implement uv_fs_utime

b89f4f34a48594dbb36e1c45eb7879bf5a6ee77f authored over 13 years ago
unix/fs.c: Apply macro magic, implement symlink, link, chown, fchown

b47fa77eb571f2b4fa424164e14633d5871c2237 authored over 13 years ago
add test fs_chmod, implement uv_fs_fchmod and uv_fs_chmod on unix

9f932f92cfed14f5dc1bfa7371bab64980f102be authored over 13 years ago
Add test for uv_fs_fstat, implement on unix.

2e6035895cc48cb6096efb094a9b3d5f8332d237 authored over 13 years ago
windows: fix issue with SetFileCompletionNotificationModes on 64bit xp

716e8eab39971ff98d75766e0d3bbcf5b0cfd91b authored over 13 years ago
windows: include _stat struct into uv_fs_t

22197ebf3fcd04300371b2dd154bbc6cee71c748 authored over 13 years ago
unix: Fix test-gethostbyname

836cc204b6b73b6b6d5d5a456f1b9b3ecdeefc80 authored over 13 years ago
unix: split out stream into its own file

6fd340b8cab84291f8cbd7d469eaf0cb3fd694bc authored over 13 years ago
unix: split out pipe

38ce213b6a6c136eb61c45de505be6136f71655e authored over 13 years ago
unix: split out tcp module

510407c03d0eef6a0d0c96431dee71fc79553c0e authored over 13 years ago
Simplify Unix makefile

b9120d0b0a5ead72812f9e831193e2cf6fcedf8b authored over 13 years ago
unix: split out uv_spawn into src/unix/process.c

e553f96f94da0526cc74234d846ef716772e0fcc authored over 13 years ago
move src/uv-unix.c to src/unix/core.c

490c83dd35e3a3256b7f6e2d1aaeaf05ed6be690 authored over 13 years ago
docs for uv_fs methods

cec94ee0758113cd9690cc63a8af8d73510f4cc8 authored over 13 years ago
unix: Split out c-ares integration into separate file

e97958ac3bf644cda9b0aee7b94b7ab93415d21d authored over 13 years ago
split out unix's udp source

58461d5ae7258a57ec431b624690535cd5088247 authored over 13 years ago
unix: split out error code into separate file

6144c93bbc5b4afd3eb516b02f8852d347897b91 authored over 13 years ago
Update .mailmap

9e657fa5b2024da39fdf57d4a283f5efe772053d authored over 13 years ago
Update AUTHORS, add .mailmap

c23f789f9ef00af4777a3674f0ddcd77c7381e94 authored over 13 years ago
submit error to correct loop

ea4271fa90e091308bcfefdc1766827afbea7ebf authored over 13 years ago
Move private headers into include/uv-private

b47c474cfd62eaf0030e069c160b363a2cb8ec2a authored over 13 years ago
Move src/ev to src/unix/ev

1408ac4c4f1f6c917267072f24beab422d0752fd authored over 13 years ago
Move unix platform files into src/unix

5fd68a016aaad7ecbabe119b4b6fd67d68b12b6a authored over 13 years ago
move eio stuff into src/unix

231298a5e897512ff2994e33d02eef37291bba61 authored over 13 years ago
Multiplicity update on unix

Does not yet support multithreaded use of the thread pool.

e3f910d0a9dc523565b9f7437079e0db45926b7f authored over 13 years ago
multiplicity: update benchmarks

b44ecf99292e9892a5ef89fff19e95958d380dc0 authored over 13 years ago
update tests for multiplicity

8e3a8602addfa1f7689f8fc151b6516632ffd4c8 authored over 13 years ago
win: multiplicity

78debf9f673f181cd1207e19af84f58e673cb0dd authored over 13 years ago
bring back uv_init

3aec77f9d448ad4f5a13ee8d32515eab93fb741b authored over 13 years ago
unix: multiplicity

56dcaf9b0621c7aaffd31257568a7b76c181d51b authored over 13 years ago
ev: improve feature detection on linux

0ba44cfd4e76ad536ff9519d73fc7556a24baa4a authored over 13 years ago
Fix posix dirent usage

Fixes #161

2af955dbf4efd3d0937376170f7fe446c5387679 authored over 13 years ago
win: stub out missing uv_fs functions

ca1171132e93d87714e98cd303a90290f83a94c2 authored over 13 years ago
unix: implement uv_fs_lstat

a6ed1757abd47d0e56039273affee85795bfae41 authored over 13 years ago
Remove pthread-win32

dbc1cb0e66570d1a408b9d0ebde77f74db5b7963 authored over 13 years ago
Fix long lines

d20233c7a8bcfe1c7d6caddefe1d99ff821edd8a authored over 13 years ago
unix: fix fs_async_sendfile

894c005c426b147667506340172d2530031d233d authored over 13 years ago
unix: implement uv_queue_work

1a4ead53d608365d5ab2a2a8937345ae4fe51e48 authored over 13 years ago
unix fs_async_dir works

0e81406bfb2acf61eda496bdae286b215b93a337 authored over 13 years ago
Use Windows compatibile flags

cf08c168ea02ba6c76c8e4307ba8e49e5e1d782c authored over 13 years ago
unix passes test fs_file_async

5d524fff1ac0ebc642949367b34affa36ed6f23e authored over 13 years ago
Fix for joyent/node#1506, OSX threaded write()s bug

cbbb254e575422206558672b8de85cc5fef1ed86 authored over 13 years ago
Fix gyp build

df0b483ce3830387e02cf75714532161eff7791c authored over 13 years ago
Begin implementation of UNIX uv_fs_ functions

Adding this incomplete work now to ease rebase troubles later as it moves
the functions to src/u...

3be275bad7186c22f9c4d6a3cb6f170904bc9cee authored over 13 years ago