Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
neovim
Fork of Vim aiming at extensibility and usability
Collective -
Host: opensource -
https://opencollective.com/neovim
- Website: https://neovim.io/
- Code: https://github.com/neovim
timer tests to work on unix
github.com/neovim/libuv - 9c2dd6bea970b2376696aba070bdfc2873843cfb authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 9c2dd6bea970b2376696aba070bdfc2873843cfb authored over 13 years ago by Ryan Dahl <[email protected]>
pump: connect to 127.0.0.1 instead of 0.0.0.0
github.com/neovim/libuv - 103099e175580328b6ab1be8f3f671656d36dd51 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 103099e175580328b6ab1be8f3f671656d36dd51 authored over 13 years ago by Ryan Dahl <[email protected]>
Avoid printf type warning in test-timer-again
github.com/neovim/libuv - ccc2784153009e139de9551cb4c734259946c488 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - ccc2784153009e139de9551cb4c734259946c488 authored over 13 years ago by Bert Belder <[email protected]>
Forgot one assert in test-timer-again
github.com/neovim/libuv - 0fa733e0eaf041402bdb614d97e4cabf79357837 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 0fa733e0eaf041402bdb614d97e4cabf79357837 authored over 13 years ago by Bert Belder <[email protected]>
Test for uv_timer_again ,~get_repeat, ~set_repeat
github.com/neovim/libuv - 78c2930e252b2f38781a21dc47a606d0630366c4 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 78c2930e252b2f38781a21dc47a606d0630366c4 authored over 13 years ago by Bert Belder <[email protected]>
Windows: make uv_is_active work for timers
github.com/neovim/libuv - fd8ee879e2d8585f0f75d0279f2c6a6f0c81ba17 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - fd8ee879e2d8585f0f75d0279f2c6a6f0c81ba17 authored over 13 years ago by Bert Belder <[email protected]>
unix: uv_timer_get, uv_set_repeat
Fixes #43
github.com/neovim/libuv - 3d0332ed6ec938c0425d794ab7f19e0c4c002937 authored over 13 years ago by Ryan Dahl <[email protected]>
uv_timer api extension
github.com/neovim/libuv - 9679e333c60162b36898446a5bbc080f8057bccf authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 9679e333c60162b36898446a5bbc080f8057bccf authored over 13 years ago by Bert Belder <[email protected]>
Override default backend for OSX
github.com/neovim/libuv - bfb4e5e486f2f9c8bbcabb218446e2ba70ab734e authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - bfb4e5e486f2f9c8bbcabb218446e2ba70ab734e authored over 13 years ago by Ryan Dahl <[email protected]>
add uv_err_tostr
github.com/neovim/libuv - 02b43d4ce8b9a40e438704a3b2a384d83abb27e7 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 02b43d4ce8b9a40e438704a3b2a384d83abb27e7 authored over 13 years ago by Ryan Dahl <[email protected]>
uv_timer_again for windows
github.com/neovim/libuv - e13a02263c8e18a71c8f13b9cbda7bb627e565c4 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - e13a02263c8e18a71c8f13b9cbda7bb627e565c4 authored over 13 years ago by Bert Belder <[email protected]>
fix port conflict
github.com/neovim/libuv - 452681fbe9efca463873a6d025cc9b0b7e0b27fb authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 452681fbe9efca463873a6d025cc9b0b7e0b27fb authored over 13 years ago by Ryan Dahl <[email protected]>
Fix after merge
github.com/neovim/libuv - c41b7143c78b3215972799d3e77b4ae65394d065 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - c41b7143c78b3215972799d3e77b4ae65394d065 authored over 13 years ago by Bert Belder <[email protected]>
UV_TIMER is a handle type now, not a req type
github.com/neovim/libuv - a730165312317b8659c51ec3eff5c22582092bc1 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - a730165312317b8659c51ec3eff5c22582092bc1 authored over 13 years ago by Bert Belder <[email protected]>
Implement uv_timer for windows
github.com/neovim/libuv - c28fe6e17047d80afb921fd65c511b3ac39c89a7 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - c28fe6e17047d80afb921fd65c511b3ac39c89a7 authored over 13 years ago by Bert Belder <[email protected]>
Please, declare vars at the top
github.com/neovim/libuv - 1676e4abcca47fd8b0c4b0e0a95594091277e285 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 1676e4abcca47fd8b0c4b0e0a95594091277e285 authored over 13 years ago by Bert Belder <[email protected]>
unix: fix ref count for timer - unbreaks loop_handles test
github.com/neovim/libuv - 2aabd44d770d7d6e250c82c30bc009349293b00f authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 2aabd44d770d7d6e250c82c30bc009349293b00f authored over 13 years ago by Ryan Dahl <[email protected]>
unix: implement timers
currently loop_handles is broken.
github.com/neovim/libuv - 816289ae8fd8239db04a2cd734a5ae2ff569ed8a authored over 13 years ago by Ryan Dahl <[email protected]>
unix: stub out timer methods
github.com/neovim/libuv - b969809d20b883ce4b13ce5397214b6d45531e55 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - b969809d20b883ce4b13ce5397214b6d45531e55 authored over 13 years ago by Ryan Dahl <[email protected]>
Update tests & benchmarks to use the new timer api
github.com/neovim/libuv - 810651e04c53d2c030afb91a6cc63299b9aa5891 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 810651e04c53d2c030afb91a6cc63299b9aa5891 authored over 13 years ago by Bert Belder <[email protected]>
New timer api
github.com/neovim/libuv - abd2d1cae433d46ac2cc5ffc7cec417f4189ce75 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - abd2d1cae433d46ac2cc5ffc7cec417f4189ce75 authored over 13 years ago by Bert Belder <[email protected]>
uv_is_active for *nix
github.com/neovim/libuv - 899ebf2371c57004989b4a7d3feec9ed75c3d04b authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 899ebf2371c57004989b4a7d3feec9ed75c3d04b authored over 13 years ago by Bert Belder <[email protected]>
uv_is_active api and windows implementation
github.com/neovim/libuv - 2aefc18d3a03bff0a6f3a9746db9fb5fd998024c authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 2aefc18d3a03bff0a6f3a9746db9fb5fd998024c authored over 13 years ago by Bert Belder <[email protected]>
Cleanups after oio -> uv rename
github.com/neovim/libuv - 84a0e899b55ed5519235e77253760e1274c68535 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 84a0e899b55ed5519235e77253760e1274c68535 authored over 13 years ago by Bert Belder <[email protected]>
uv_buf -> uv_buf_t
github.com/neovim/libuv - 2b8812ffe15b6e25f890e7bc903ee9f8bd57c35a authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 2b8812ffe15b6e25f890e7bc903ee9f8bd57c35a authored over 13 years ago by Ryan Dahl <[email protected]>
Changes to compile in Node
github.com/neovim/libuv - c6edabdba8f425f1e790e49fe0abb71c1f07a60e authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - c6edabdba8f425f1e790e49fe0abb71c1f07a60e authored over 13 years ago by Ryan Dahl <[email protected]>
Makefile munging
Add EV_MULTIPLICITY=0 (until we add threads)
github.com/neovim/libuv - d85168b2994e02c24c6b0a09b23c0dbe590767a1 authored over 13 years ago by Ryan Dahl <[email protected]>
Last but if oio renaming
github.com/neovim/libuv - d2653df01bc8e46440fcc9ccfa7817b951711265 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - d2653df01bc8e46440fcc9ccfa7817b951711265 authored over 13 years ago by Ryan Dahl <[email protected]>
oio -> uv
github.com/neovim/libuv - 2ef3c6c6320eb7845068fae8aadc4f7188dd1b9a authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 2ef3c6c6320eb7845068fae8aadc4f7188dd1b9a authored over 13 years ago by Ryan Dahl <[email protected]>
Only XP sp2 and up are supported
github.com/neovim/libuv - b4e9d3c337b8bc9c3b641b2d57f1cb56a3d34f22 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - b4e9d3c337b8bc9c3b641b2d57f1cb56a3d34f22 authored over 13 years ago by Bert Belder <[email protected]>
Only report read throughput from pump bench
Generally they are the same anyway...
github.com/neovim/libuv - 1925a091d8413127d4f6813792848004488f99d6 authored over 13 years ago by Ryan Dahl <[email protected]>
Run ping-pong bench for 5 secs
github.com/neovim/libuv - bf86b2e273616a773a468662093c4c9c17568cb3 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - bf86b2e273616a773a468662093c4c9c17568cb3 authored over 13 years ago by Ryan Dahl <[email protected]>
Port to Solaris
github.com/neovim/libuv - 2f4e65a1b28b8911f1fe8f945d8b7dbb55bf3d91 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 2f4e65a1b28b8911f1fe8f945d8b7dbb55bf3d91 authored over 13 years ago by Ryan Dahl <[email protected]>
Use argv[0] if we can't get_executable_path()
github.com/neovim/libuv - f0de01379f4ad27f2ab0b0e657ab67d7cc36bcbb authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - f0de01379f4ad27f2ab0b0e657ab67d7cc36bcbb authored over 13 years ago by Ryan Dahl <[email protected]>
Benchmarks print their own name
github.com/neovim/libuv - 9f652d4729f2dce39e01acaba8b40061415dd8a4 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 9f652d4729f2dce39e01acaba8b40061415dd8a4 authored over 13 years ago by Ryan Dahl <[email protected]>
Parsable output from pump bench
github.com/neovim/libuv - 1b85c9f21117c4d4d064a3035ef0aa67dddbfed4 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 1b85c9f21117c4d4d064a3035ef0aa67dddbfed4 authored over 13 years ago by Ryan Dahl <[email protected]>
Remove unnecessary printf
github.com/neovim/libuv - 34f12fa5a57b9bfa5c9dcd510bd9e99f2c437b4b authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 34f12fa5a57b9bfa5c9dcd510bd9e99f2c437b4b authored over 13 years ago by Ryan Dahl <[email protected]>
fix unix build
github.com/neovim/libuv - 55e4262ac8baec8b86c82c8e3533700936da4bba authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 55e4262ac8baec8b86c82c8e3533700936da4bba authored over 13 years ago by Ryan Dahl <[email protected]>
Memory leak in pump benchmark
github.com/neovim/libuv - 3530433dd19fa33d0c9501fe5b8829addddde1a7 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 3530433dd19fa33d0c9501fe5b8829addddde1a7 authored over 13 years ago by Bert Belder <[email protected]>
Loopback pump benchmark
github.com/neovim/libuv - 391f0098def0b966ce7e6da022fcd24406f6e1a2 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 391f0098def0b966ce7e6da022fcd24406f6e1a2 authored over 13 years ago by Bert Belder <[email protected]>
Add handle->write_queue_size support for windows
github.com/neovim/libuv - a3796498998e9d31a862469da8595005d44136ae authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - a3796498998e9d31a862469da8595005d44136ae authored over 13 years ago by Bert Belder <[email protected]>
Remove unnecessary function
github.com/neovim/libuv - 4eb2c6b3f2a8e457e7973c1b2e3566940ff78256 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 4eb2c6b3f2a8e457e7973c1b2e3566940ff78256 authored over 13 years ago by Ryan Dahl <[email protected]>
Also handle new 'fixterms' spec CSI codepoint;modifiers u encoding
github.com/neovim/libtermkey - 1baa5e0ef26556c66e22d02bc59da7d39b7170f3 authored over 13 years ago by Paul "LeoNerd" Evans <[email protected]>
github.com/neovim/libtermkey - 1baa5e0ef26556c66e22d02bc59da7d39b7170f3 authored over 13 years ago by Paul "LeoNerd" Evans <[email protected]>
Windows: clarify and rename oio_atomic_exchange_set
github.com/neovim/libuv - 8b09c88f1fac10343a2d4e769399c0d18fda6b06 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 8b09c88f1fac10343a2d4e769399c0d18fda6b06 authored over 13 years ago by Bert Belder <[email protected]>
Windows: reorganize returned req processing
github.com/neovim/libuv - ad64eb4856a8d17edc81317a273f7d83daae64d2 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - ad64eb4856a8d17edc81317a273f7d83daae64d2 authored over 13 years ago by Bert Belder <[email protected]>
Make MS happy, declare variables first
github.com/neovim/libuv - 820c942e3af29a838a027b3cf391382f0de5f5ce authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 820c942e3af29a838a027b3cf391382f0de5f5ce authored over 13 years ago by Bert Belder <[email protected]>
oio_win.h style
github.com/neovim/libuv - 317cea275e5f36076839c54c953fd11393c96de8 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 317cea275e5f36076839c54c953fd11393c96de8 authored over 13 years ago by Bert Belder <[email protected]>
oio_err -> oio_err_t
github.com/neovim/libuv - 8f9ff7841374bea3ee8a0aea495d7163c459081d authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 8f9ff7841374bea3ee8a0aea495d7163c459081d authored over 13 years ago by Ryan Dahl <[email protected]>
Fix compiler warning
github.com/neovim/libuv - f71ea7f65da20992c5e96b6f0a695b128a85be0a authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - f71ea7f65da20992c5e96b6f0a695b128a85be0a authored over 13 years ago by Ryan Dahl <[email protected]>
unix: implement OIO_ASYNC
Had to hack up the test to be inline with how libev does things.
github.com/neovim/libuv - cc72a0d1edd2f9cf1e5d51f6e44c63b08689887c authored over 13 years ago by Ryan Dahl <[email protected]>
unix: initial implementation of prepare, check, idle
Had to comment out a few of the asserts in the test.
github.com/neovim/libuv - 67118c0b586b30c00fad9f15ac913e235c99b29b authored over 13 years ago by Ryan Dahl <[email protected]>
unix: Properly initialize delay_error in handle
github.com/neovim/libuv - 5281e4d090b26b5d6dab9691eb4ed0b510349dc2 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 5281e4d090b26b5d6dab9691eb4ed0b510349dc2 authored over 13 years ago by Ryan Dahl <[email protected]>
unix: Stub out async and thread functions
github.com/neovim/libuv - 9e9bae5eb66fe082bf64e35291b98b8c9fbce52b authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 9e9bae5eb66fe082bf64e35291b98b8c9fbce52b authored over 13 years ago by Ryan Dahl <[email protected]>
MinGW support for atomic-exchange-and-set-byte
github.com/neovim/libuv - 6eadee1d11e3c6fc98104274d388daea3a0a130e authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 6eadee1d11e3c6fc98104274d388daea3a0a130e authored over 13 years ago by Bert Belder <[email protected]>
Add test-async
github.com/neovim/libuv - b1a8675ced6404b1e732a0bd5501bfd31d39d07a authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - b1a8675ced6404b1e732a0bd5501bfd31d39d07a authored over 13 years ago by Bert Belder <[email protected]>
Implement test threading helpers for windows
github.com/neovim/libuv - 801b874415480f64adeb9ad892c2e86ea2c4b4f7 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 801b874415480f64adeb9ad892c2e86ea2c4b4f7 authored over 13 years ago by Bert Belder <[email protected]>
Define API for test threading helpers
github.com/neovim/libuv - d4c5e599f3ad3ef88690c53dfd83ae80eabed8b9 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - d4c5e599f3ad3ef88690c53dfd83ae80eabed8b9 authored over 13 years ago by Bert Belder <[email protected]>
Implement oio_async for windows
github.com/neovim/libuv - f56ddd3fa83e186692fcc20a15432a39fa73125d authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - f56ddd3fa83e186692fcc20a15432a39fa73125d authored over 13 years ago by Bert Belder <[email protected]>
Windows: check for invalid request type
github.com/neovim/libuv - c5a29a1eaaac4ca76f19bab71dc9da04ee105e80 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - c5a29a1eaaac4ca76f19bab71dc9da04ee105e80 authored over 13 years ago by Bert Belder <[email protected]>
Add mingw build results to .gitignore
github.com/neovim/libuv - 50dbf654b972670118e2bd92c2babe2623e96249 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 50dbf654b972670118e2bd92c2babe2623e96249 authored over 13 years ago by Bert Belder <[email protected]>
Add checks to test-loop-handles
github.com/neovim/libuv - 517a296c85aa3f8b407846a84f2e24c817c034eb authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 517a296c85aa3f8b407846a84f2e24c817c034eb authored over 13 years ago by Bert Belder <[email protected]>
oio_async or The Most Half-Assed Api In The Universe™
(apologies for my rant)
github.com/neovim/libuv - 8718c78ad0d34741165000fa9a24b18db456f095 authored over 13 years ago by Bert Belder <[email protected]>
Windows: cleanups, minor fixes
github.com/neovim/libuv - 09b9d39d144c9da7b2321a3ac0adadd2f86ff00c authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 09b9d39d144c9da7b2321a3ac0adadd2f86ff00c authored over 13 years ago by Bert Belder <[email protected]>
Fix the makefile for mingw32
github.com/neovim/libuv - 0144ab9ca722311f654093c0f47cdb6b75b8afbe authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 0144ab9ca722311f654093c0f47cdb6b75b8afbe authored over 13 years ago by Bert Belder <[email protected]>
Comment style...
github.com/neovim/libuv - 4dd0a9cd73ac7bbfed6992966536f1375288b46c authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 4dd0a9cd73ac7bbfed6992966536f1375288b46c authored over 13 years ago by Ryan Dahl <[email protected]>
Add _t to typedef structs
github.com/neovim/libuv - ba31e8d0fa7a0e058805188d4627211d34896f9c authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - ba31e8d0fa7a0e058805188d4627211d34896f9c authored over 13 years ago by Ryan Dahl <[email protected]>
Clean up the clean, distclean makefile stuff
github.com/neovim/libuv - e88c63fd753dd41d4f76129ab100dea5cb7e8205 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - e88c63fd753dd41d4f76129ab100dea5cb7e8205 authored over 13 years ago by Ryan Dahl <[email protected]>
Fixes #38. Use Luis's PREFIX trick.
github.com/neovim/libuv - db2189f3b9c7ef6e0f7503a64a80d959156a3e43 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - db2189f3b9c7ef6e0f7503a64a80d959156a3e43 authored over 13 years ago by Ryan Dahl <[email protected]>
Update readme
github.com/neovim/libuv - 7ac17b20c4b0d10672b612aa5d8b3c98610f925c authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 7ac17b20c4b0d10672b612aa5d8b3c98610f925c authored over 13 years ago by Ryan Dahl <[email protected]>
Link correctly on mingw
github.com/neovim/libuv - 520e5abc7dcd8e0b00626a6830104d3f5ad1f80b authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 520e5abc7dcd8e0b00626a6830104d3f5ad1f80b authored over 13 years ago by Ryan Dahl <[email protected]>
Makefile to work with mingw
github.com/neovim/libuv - dd1c0af7b1ebfd9fcee43b537efde19d631b3ed4 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - dd1c0af7b1ebfd9fcee43b537efde19d631b3ed4 authored over 13 years ago by Ryan Dahl <[email protected]>
use gnu89 instead of ansi for mingw compat
github.com/neovim/libuv - d640c0651dfe1cf957e657b6d1ae54ffa8a4cf1d authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - d640c0651dfe1cf957e657b6d1ae54ffa8a4cf1d authored over 13 years ago by Ryan Dahl <[email protected]>
Windows: more readable oio_write signature
github.com/neovim/libuv - 5035f6851b19b7fb0c41f92da4e60185819e823c authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 5035f6851b19b7fb0c41f92da4e60185819e823c authored over 13 years ago by Bert Belder <[email protected]>
Stub out check, prepare, idle, ref functions
github.com/neovim/libuv - 5ae6dae696c01184d12fdb12b5922e4cf6a9d16a authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 5ae6dae696c01184d12fdb12b5922e4cf6a9d16a authored over 13 years ago by Ryan Dahl <[email protected]>
oio_write should have a more readable sig
github.com/neovim/libuv - 20f38812e325b3d49db9aac618b7847fedbd7343 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 20f38812e325b3d49db9aac618b7847fedbd7343 authored over 13 years ago by Ryan Dahl <[email protected]>
Minor test-loop-handles fix
github.com/neovim/libuv - 5a5b435c5e6ddb8477a06c0f7bd253f28c643dbf authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 5a5b435c5e6ddb8477a06c0f7bd253f28c643dbf authored over 13 years ago by Bert Belder <[email protected]>
Add sizes benchmark to VS project
github.com/neovim/libuv - 8d6e97398c19f55188eac905aa78ebcaeecbdc69 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 8d6e97398c19f55188eac905aa78ebcaeecbdc69 authored over 13 years ago by Bert Belder <[email protected]>
Update .gitignore
github.com/neovim/libuv - d217a6c848b3679b87c4e9443e0922e5af4d5c4e authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - d217a6c848b3679b87c4e9443e0922e5af4d5c4e authored over 13 years ago by Bert Belder <[email protected]>
Test for oio_prepare/oio_check/oio_idle
github.com/neovim/libuv - e0be8efef6524c02b27de7f4ebdbae021599212f authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - e0be8efef6524c02b27de7f4ebdbae021599212f authored over 13 years ago by Bert Belder <[email protected]>
Replace dummy benchmark with sizeof(oio_handle)
github.com/neovim/libuv - 5591ed9d74a58cca81f510d25894fc13ac00b518 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 5591ed9d74a58cca81f510d25894fc13ac00b518 authored over 13 years ago by Ryan Dahl <[email protected]>
Mac ignores
github.com/neovim/libuv - 70236f2075cea0cfe3039b3ae44b200498678bb3 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 70236f2075cea0cfe3039b3ae44b200498678bb3 authored over 13 years ago by Ryan Dahl <[email protected]>
Fix bind tests for macos
github.com/neovim/libuv - 6107bd554b5c77218341f8a2f48ef631178410ce authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 6107bd554b5c77218341f8a2f48ef631178410ce authored over 13 years ago by Ryan Dahl <[email protected]>
Windows: fix bugs
github.com/neovim/libuv - 7210f9106b8039b2f085c3683d193561a0148af7 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 7210f9106b8039b2f085c3683d193561a0148af7 authored over 13 years ago by Bert Belder <[email protected]>
tests & benchmarks - make internal stuff static
github.com/neovim/libuv - 850e4072e7ceb53e5fb2a120dfa0509f626c8c16 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 850e4072e7ceb53e5fb2a120dfa0509f626c8c16 authored over 13 years ago by Bert Belder <[email protected]>
VS solution is missing project references
github.com/neovim/libuv - 33a65560ba6bb12c508692366cdffef7701c9cd4 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 33a65560ba6bb12c508692366cdffef7701c9cd4 authored over 13 years ago by Bert Belder <[email protected]>
Check/prepare/idle for windows. No tests yes, so bugs are likely.
github.com/neovim/libuv - 6d8aa96ab66a8ab3ca4d06be628490cd279a0013 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 6d8aa96ab66a8ab3ca4d06be628490cd279a0013 authored over 13 years ago by Bert Belder <[email protected]>
Windows: implement oio_ref and oio_unref
github.com/neovim/libuv - 98cd0811cb74a9050b9211396b1d2ed18b1a5fe1 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 98cd0811cb74a9050b9211396b1d2ed18b1a5fe1 authored over 13 years ago by Bert Belder <[email protected]>
Windows: misc. fixes
github.com/neovim/libuv - 8caf48551647032d9958840c97529d55c2bf1b5e authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 8caf48551647032d9958840c97529d55c2bf1b5e authored over 13 years ago by Bert Belder <[email protected]>
Windows: make room for oio_handle polymorphism
github.com/neovim/libuv - bba0f79b32350eba4793554eb2b2982fc0f9288e authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - bba0f79b32350eba4793554eb2b2982fc0f9288e authored over 13 years ago by Bert Belder <[email protected]>
Update API
github.com/neovim/libuv - 816eb1fa9e2e19938c16f742f686922c91582cbc authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 816eb1fa9e2e19938c16f742f686922c91582cbc authored over 13 years ago by Bert Belder <[email protected]>
Move visual studio solution/projects away from root
Closes #37
github.com/neovim/libuv - 75a39448412c9136ee4231f094731caa45fec233 authored over 13 years ago by Bert Belder <[email protected]>
typo
github.com/neovim/libuv - 969e0269996c3a78f42a5a4b7cb062d69024f405 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 969e0269996c3a78f42a5a4b7cb062d69024f405 authored over 13 years ago by Bert Belder <[email protected]>
api for prepare/check/idle callbacks
github.com/neovim/libuv - 655f030f2eacc2a0e632fb61906242b2e89ca12b authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 655f030f2eacc2a0e632fb61906242b2e89ca12b authored over 13 years ago by Bert Belder <[email protected]>
LF after tests complete
github.com/neovim/libuv - 8e1645b85ff6c0a26babcafabbbf080bb1f30ed8 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 8e1645b85ff6c0a26babcafabbbf080bb1f30ed8 authored over 13 years ago by Ryan Dahl <[email protected]>
unix: Close on EOF if already shutdown
github.com/neovim/libuv - e9dcf598cc6b33dfd4e5509fb5624fdc8ca5aece authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - e9dcf598cc6b33dfd4e5509fb5624fdc8ca5aece authored over 13 years ago by Ryan Dahl <[email protected]>
Update ping-pongs benchmark to use the new api
github.com/neovim/libuv - 636c75e0b6e5bb3bd76c0afd155821de56b47cc3 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 636c75e0b6e5bb3bd76c0afd155821de56b47cc3 authored over 13 years ago by Bert Belder <[email protected]>
Windows: set error to EAGAIN when returning 0-byte read
github.com/neovim/libuv - 2d384f56d87a835544cb908a8c9ecce95da2b574 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 2d384f56d87a835544cb908a8c9ecce95da2b574 authored over 13 years ago by Bert Belder <[email protected]>
unix: fix test-callback-stack
github.com/neovim/libuv - 54c94365012acf4d2fed7b0cd39c544271df60b3 authored over 13 years ago by Ryan Dahl <[email protected]>
github.com/neovim/libuv - 54c94365012acf4d2fed7b0cd39c544271df60b3 authored over 13 years ago by Ryan Dahl <[email protected]>
Windows: clean up tcp endgame code, pass test-callback-stack
github.com/neovim/libuv - 6a4ead0eacf353cc8047eb414de355c0123750b9 authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 6a4ead0eacf353cc8047eb414de355c0123750b9 authored over 13 years ago by Bert Belder <[email protected]>
Remove some debugging cruft
github.com/neovim/libuv - 51ced6c176f376fcd6c8d258d68331ec6432cc8b authored over 13 years ago by Bert Belder <[email protected]>
github.com/neovim/libuv - 51ced6c176f376fcd6c8d258d68331ec6432cc8b authored over 13 years ago by Bert Belder <[email protected]>