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

Mac ignores

70236f2075cea0cfe3039b3ae44b200498678bb3 authored over 13 years ago by Ryan Dahl <[email protected]>
Fix bind tests for macos

6107bd554b5c77218341f8a2f48ef631178410ce authored over 13 years ago by Ryan Dahl <[email protected]>
tests & benchmarks - make internal stuff static

850e4072e7ceb53e5fb2a120dfa0509f626c8c16 authored over 13 years ago by Bert Belder <[email protected]>
Windows: fix bugs

7210f9106b8039b2f085c3683d193561a0148af7 authored over 13 years ago by Bert Belder <[email protected]>
VS solution is missing project references

33a65560ba6bb12c508692366cdffef7701c9cd4 authored over 13 years ago by Bert Belder <[email protected]>
Check/prepare/idle for windows. No tests yes, so bugs are likely.

6d8aa96ab66a8ab3ca4d06be628490cd279a0013 authored over 13 years ago by Bert Belder <[email protected]>
Windows: misc. fixes

8caf48551647032d9958840c97529d55c2bf1b5e authored over 13 years ago by Bert Belder <[email protected]>
Windows: implement oio_ref and oio_unref

98cd0811cb74a9050b9211396b1d2ed18b1a5fe1 authored over 13 years ago by Bert Belder <[email protected]>
Windows: make room for oio_handle polymorphism

bba0f79b32350eba4793554eb2b2982fc0f9288e authored over 13 years ago by Bert Belder <[email protected]>
Update API

816eb1fa9e2e19938c16f742f686922c91582cbc authored over 13 years ago by Bert Belder <[email protected]>
Move visual studio solution/projects away from root

Closes #37

75a39448412c9136ee4231f094731caa45fec233 authored over 13 years ago by Bert Belder <[email protected]>
typo

969e0269996c3a78f42a5a4b7cb062d69024f405 authored over 13 years ago by Bert Belder <[email protected]>
api for prepare/check/idle callbacks

655f030f2eacc2a0e632fb61906242b2e89ca12b authored over 13 years ago by Bert Belder <[email protected]>
LF after tests complete

8e1645b85ff6c0a26babcafabbbf080bb1f30ed8 authored over 13 years ago by Ryan Dahl <[email protected]>
unix: Close on EOF if already shutdown

e9dcf598cc6b33dfd4e5509fb5624fdc8ca5aece authored over 13 years ago by Ryan Dahl <[email protected]>
Update ping-pongs benchmark to use the new api

636c75e0b6e5bb3bd76c0afd155821de56b47cc3 authored over 13 years ago by Bert Belder <[email protected]>
Windows: set error to EAGAIN when returning 0-byte read

2d384f56d87a835544cb908a8c9ecce95da2b574 authored over 13 years ago by Bert Belder <[email protected]>
unix: fix test-callback-stack

54c94365012acf4d2fed7b0cd39c544271df60b3 authored over 13 years ago by Ryan Dahl <[email protected]>
Windows: clean up tcp endgame code, pass test-callback-stack

6a4ead0eacf353cc8047eb414de355c0123750b9 authored over 13 years ago by Bert Belder <[email protected]>
Remove some debugging cruft

51ced6c176f376fcd6c8d258d68331ec6432cc8b authored over 13 years ago by Bert Belder <[email protected]>
More extensive test-callback-stack. Fails on windows now.

9d9c242a245f4cbff9395928a5453332fce134d6 authored over 13 years ago by Bert Belder <[email protected]>
Windows: oio_shutdown kinda works

b87f07dee4851c6036a471b7a7a0b5862af97b63 authored over 13 years ago by Bert Belder <[email protected]>
Echo server should shutdown instead of close

0d28b9e54936471606170e397acae62639f2d903 authored over 13 years ago by Bert Belder <[email protected]>
Fix some of the naming in private unix members

67b63c47b53649a668f5ae8b86ae03d9ec99a975 authored over 13 years ago by Ryan Dahl <[email protected]>
shutdown half-implemented on unix

7de68611468f9afa48168c5ed15972a8ee79bd80 authored over 13 years ago by Ryan Dahl <[email protected]>
Disable fail-always and pass-always

a8e4c0bc6bbb01fe7d4e8a978675e72b4b5784e4 authored over 13 years ago by Ryan Dahl <[email protected]>
Work around possible linux bug in bind_error_addrnotavail_1

b5e9579d055cec08066f1c72a0450f99b94a1bf0 authored over 13 years ago by Ryan Dahl <[email protected]>
Improve test-runner output

* fix rewind_cursor() for windows
* use stderr consistently
* let rewind_cursor() return void; c...

6d09362c8e9ad7bd2c4bce2e71958556150ca25c authored over 13 years ago by Bert Belder <[email protected]>
Remove trailing whitespace

773b0dcf79bd331a532cf0bf802ab07ad52be4af authored over 13 years ago by Bert Belder <[email protected]>
Windows: link with static crt

4199a112024b90442ca60e45025d4fbadd971ccb authored over 13 years ago by Bert Belder <[email protected]>
Windows: pass test-delayed-accept

2b07bc34ce46670bcb94dd2d8f5a5c57fc78a586 authored over 13 years ago by Bert Belder <[email protected]>
Fix bugs in test-delayed-accept

270078adeffd1e87b4fd8804873899281a4f7792 authored over 13 years ago by Bert Belder <[email protected]>
Windows: pass test-bind-error-fault

30d16e2dfd9d5286fc62bab92a12ead868ac5b5f authored over 13 years ago by Bert Belder <[email protected]>
oio_strerror for windows

2267758153d1f4d4c9a20c9cf7514ddff8eded55 authored over 13 years ago by Bert Belder <[email protected]>
No EACCESS, expect EADDRNOTAVAIL instead

26148c1310162378935d20ad58719b5869fdc0be authored over 13 years ago by Bert Belder <[email protected]>
unix: fix tcp-writealot

17c568b2350e9675895adfba558affbcf6c265a8 authored over 13 years ago by Ryan Dahl <[email protected]>
Updated echo-server

7124fc5eca7425bf7e1ec23e5b1884a540db10af authored over 13 years ago by Bert Belder <[email protected]>
Some test fixes

b909ff5fba7b260dab6677372bccf2e84940aced authored over 13 years ago by Bert Belder <[email protected]>
Windows implementation - buggy

5a56c90af9542fe36f19c65b8bcc2d714a838bf3 authored over 13 years ago by Bert Belder <[email protected]>
Update unix backend to read_start/read_stop API

d4289f47fcdfbc63caa5b8b6c32f2cdddd608bf1 authored over 13 years ago by Ryan Dahl <[email protected]>
Fix echo-server and test-ping-pong

d553776f5d4f06e83a15ee25b691182d7235387a authored over 13 years ago by Bert Belder <[email protected]>
Fixed tests

6accf285dbe82b290e28dc6c3664ed335594c149 authored over 13 years ago by Bert Belder <[email protected]>
Reorganize some stuff in oio.h

61c91120e5707e1678a3f6e87a5ab45f44be1059 authored over 13 years ago by Bert Belder <[email protected]>
Yet another oio_read api. Hopefully this one sticks.

1a76881cb02138c5d36309d73e95533631a5447a authored over 13 years ago by Bert Belder <[email protected]>
New oio_read API

210bcdd49ea781b75920f3180b9fb4527ace46b8 authored over 13 years ago by Ryan Dahl <[email protected]>
Fix headers for ssize_t

5dbe9d622ec9831872ca53a2fe991311970f28dc authored over 13 years ago by Ryan Dahl <[email protected]>
Fix missing stddup def on unix

c1c57f3df2df369f84efc363854a3d38efe3a19f authored over 13 years ago by Ryan Dahl <[email protected]>
Make test runner better.

Probably screws up windows.
Fixes #30.

8c6c48595a2497c3487ba5742ac3e6af3c8bbc0a authored over 13 years ago by Ryan Dahl <[email protected]>
Use _NSGetExecutablePath on darwin

Closes #26.

9b92e137214a640e79fbb829cbd82fd175552bd8 authored over 13 years ago by Joshua Peek <[email protected]>
style

40bb272a0c06d5c3afa7f1805523ed0a2c8ea919 authored over 13 years ago by Ryan Dahl <[email protected]>
Partial implementation of buffer writes on unix.

Hitting callstack overflow problem in echo-server.

95394439050bcbadf9180f79adaf36d0d659a671 authored over 13 years ago by Ryan Dahl <[email protected]>
unix runner: implement timeout on process_wait

b4836377f99ff8fcefb879f7bdcea552dd8a81c6 authored over 13 years ago by Ryan Dahl <[email protected]>
Linux passes bind tests

1d9e1850f6a6ea540f2839c4f878ce9bf2f56adf authored over 13 years ago by Ryan Dahl <[email protected]>
More bind error tests

a6430f412191a90261cc5ea02993a6b43b38c105 authored over 13 years ago by Bert Belder <[email protected]>
Revert "Don't use SO_REUSEADDR on Windows."

This reverts commit c1a04b6dfd20344852be85c758552668fbda54df.

204741348833f456018b441b4bd74c655ad0d3a3 authored over 13 years ago by Bert Belder <[email protected]>
unix: implement errnos

0a7c19e19ecd8ecb623c1eca34d2ecfaeb7307bf authored over 13 years ago by Ryan Dahl <[email protected]>
Don't use SO_REUSEADDR on Windows.

It's semantics suck. See http://bugs.python.org/issue2550

c1a04b6dfd20344852be85c758552668fbda54df authored over 13 years ago by Bert Belder <[email protected]>
Add some error code mappings to oio-win

1d7d70ba4a0796b638b5022bd7f8a514cc2503df authored over 13 years ago by Bert Belder <[email protected]>
Add test for EADDRINUSE

c3cd1ae9374582ab825cd1df1dde991475f6846c authored over 13 years ago by Bert Belder <[email protected]>
Test-ping-pong: don't bind client address

7e9e0e5e3288f03afde45f90971d2b77d39e4594 authored over 13 years ago by Bert Belder <[email protected]>
Make test-tcp-writealot faster

89da632a1996c74a489524a33bb0c81d0b9051fe authored over 13 years ago by Bert Belder <[email protected]>
Fix bug in test-timeout

c48e753d981e75dc003291fc6c9b213c5bbc0941 authored over 13 years ago by Bert Belder <[email protected]>
Write-a-lot test

a5bf3988eeca37b4d9e893ab8eb0ec2644e65b8c authored over 13 years ago by Bert Belder <[email protected]>
Style

c18d6649f821e0d398c768eda3c6568c61145e0b authored over 13 years ago by Bert Belder <[email protected]>
Test for not immediately calling oio_accept from accept_cb

Closes #10.

c61b38f48b4d52a7aa13e9a75d2eb0cd65e787a4 authored over 13 years ago by Bert Belder <[email protected]>
Update AUTHORS

c19bbff4d14658855df6b752ef952298a7bb6e2c authored over 13 years ago by Ryan Dahl <[email protected]>
Windows: better infrastructure for closing handles.

2fdf161e6156ead90c7501b1a07614d5a2bb65f3 authored over 13 years ago by Bert Belder <[email protected]>
Check oio_err in connection_fail test.

* Renamed test_connection_fail to connection_fail following the conventions.
* Mapped Windows ...

9468c6570a5181b7ff50024b26ac63feb5689cbc authored over 13 years ago by Alan Gutierrez <[email protected]>
Tests / benchmarks use new error handling api

5bcbc31920007645f8c18895bf9864fc64244ea9 authored over 13 years ago by Bert Belder <[email protected]>
Windows: use new error handling API

183c1de112841ce5db951d1cefc124b3a4bba47e authored over 13 years ago by Bert Belder <[email protected]>
Define oio_err earlier

97f9404ac08d8627f237cf081c28cbd8a2e2c3e5 authored over 13 years ago by Bert Belder <[email protected]>
Goodbye, solution items

Closes #25

989a9cf70d170d74d331c91a9c0fa24f0a68bded authored over 13 years ago by Bert Belder <[email protected]>
oio_errno -> oio_err_code

`errno` can't be used as a struct member on windows.

a4fb1710873237df1daa541335fb0ed14e11d463 authored over 13 years ago by Bert Belder <[email protected]>
Finalize error handling api. Breaks unix and windows.

Closes #15
Closes #18

b6d4bf16a99a9a0626ae9ee239b5fd9fa0778bc6 authored over 13 years ago by Bert Belder <[email protected]>
Revert "Remove oio_err - use ints"

This reverts commit 111536c9e567a08530516b904c6d7f34d307538a.

67a3fa24dc1e489b5833db67ad7fdd0a67a186e2 authored over 13 years ago by Bert Belder <[email protected]>
Minor license update

62a56d3fda35934935c836bb09db04879cdb2329 authored over 13 years ago by Bert Belder <[email protected]>
Remove oio_write2.

Closes #20

8a187171edb5cda7dd97847216cee39b4af9d607 authored over 13 years ago by Bert Belder <[email protected]>
Add unix files and documentation as non-compile items to the solution

64d27f26f6472cbd5057fee0449b09e7c7fc8721 authored over 13 years ago by Bert Belder <[email protected]>
Allow tests and benchmarks to use the same helpers.

Closes #21.

53f9d5a8411dc2db0d2c8fb096406b058d142019 authored over 13 years ago by Bert Belder <[email protected]>
Fix windows build. Test-connection-fails still fails.

2f1150e680b9346af256a0f623fa016519891058 authored over 13 years ago by Bert Belder <[email protected]>
Remove oio_err - use ints

111536c9e567a08530516b904c6d7f34d307538a authored over 13 years ago by Ryan Dahl <[email protected]>
Linux passes test_connection_fail

595756048c80b464485db171d0402cfb642f3e6e authored over 13 years ago by Ryan Dahl <[email protected]>
Add test-connection-fail. Not yet passing linux.

Feel free to modify.

461f0a74ce4ebc839c9af261b6bb1e400d46498f authored over 13 years ago by Ryan Dahl <[email protected]>
Add ping-pong benchmark

On Linux I'm getting

ping_pongs: 22807 pings

1a99dcc980d273d04a539b3baf30191a46e76cb6 authored over 13 years ago by Ryan Dahl <[email protected]>
Update Makefile for benchmark runner.

2cbcbdd1a4bdd87827b22ade9f5234f3c3ca4fb5 authored over 13 years ago by Ryan Dahl <[email protected]>
Benchmark runner

5275b036b00774add981fb4250877e44ce38f0eb authored over 13 years ago by Bert Belder <[email protected]>
put test/runner in gitignore

e55a84de36f0606cce17a4f4639d9fdbdbff5251 authored over 13 years ago by Ryan Dahl <[email protected]>
s/oio_tcp_handle_init/oio_tcp_init/

61e1f5f3c972882b088c9e2727d35684101943ba authored over 13 years ago by Ryan Dahl <[email protected]>
s/oio_tcp_handle_accept/oio_accept/

8f6a175e9dded19f2522293aad23bf08c572cf6e authored over 13 years ago by Ryan Dahl <[email protected]>
Add copyright headers, license file.

closes #17.

cf4fbc09255ef7f018e36902ae9a2106aa5332f6 authored over 13 years ago by Ryan Dahl <[email protected]>
More MinGW compatibility

981616514b2ac68d2561abe5852191f8ef0f3382 authored over 13 years ago by Bert Belder <[email protected]>
Readme

6250e986d8d4795e79735b3ea0d2f50aad73af43 authored over 13 years ago by Ryan Dahl <[email protected]>
Resolve MinGW compile errors

50e3c5fa97838af8a4647b6c2b93ae82f490ba8f authored over 13 years ago by Bert Belder <[email protected]>
Rename test-runner to just runner

And a minor fix to the VS solution.

a3be5339e274e83ae10c009955fa9d7d9af0bc70 authored over 13 years ago by Bert Belder <[email protected]>
oio_tcp_handle_accept() does not require initialization of client

closes #13.

c3eda7a4daea6036eecaac5f268a6b0f86cb9b82 authored over 13 years ago by Ryan Dahl <[email protected]>
Style

fa439e7bbc857283dd4e8546014c2aad7f10ce43 authored over 13 years ago by Ryan Dahl <[email protected]>
Macro styling for ASSERT and FATAL.

closes #8.
closes #6.

59f1ce0f44613793be54925730fac93006d028de authored over 13 years ago by Ryan Dahl <[email protected]>
API Change: Remove unnecessary params from oio_tcp_handle_accept()

closes #13.

d546a3115fcbbde62a4c47ff3ebff631f2127bd9 authored over 13 years ago by Ryan Dahl <[email protected]>
Implement and add test for oio_now()

0027dbd976f5d1ddd3f7a491abffff8354798e56 authored over 13 years ago by Ryan Dahl <[email protected]>
Linux passes timeout test

f12299d6c86946eeba94b1346b5db5c06c38189f authored over 13 years ago by Ryan Dahl <[email protected]>