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
github.com/neovim/libvterm - 7299fd690b69349e8af60a8bfc47a809b5dcebfa authored over 12 years ago
github.com/neovim/libvterm - c79402bca0509477380fb93d1e803f454089e4ce authored over 12 years ago
github.com/neovim/libvterm - 7d9d54c7a4089cc655474b9eda05d6e819d003d4 authored over 12 years ago
Fixes a bug where uv_dlopen() mistakenly reported failure because of previous
errors.
github.com/neovim/libuv - e0c6114e32c1c79b6dca15654af90f8a741e1ce7 authored over 12 years ago
github.com/neovim/libuv - 3b417d10bce2492fdceeee9d03c0a96f6706693a authored over 12 years ago
Replace libev backed async handles with a pure libuv implementation.
github.com/neovim/libuv - 78bc0d61342d9c0f78c0a53d25668c53cb52fa00 authored over 12 years agogithub.com/neovim/libuv - ddb5f559228eec66231bd1f0e001fa591b51e7c2 authored over 12 years ago
github.com/neovim/libuv - 5c304435559edb6d401d506e1ea606d6068a1487 authored over 12 years ago
github.com/neovim/libuv - fbe99743d5889a72112e1ce33af9e490bd39a677 authored over 12 years ago
github.com/neovim/libuv - 0ae026dc841e3c04ea2d285e17cd472d52d0ddbf authored over 12 years ago
Make % completed indicator actually show % completed instead of 0 %.
github.com/neovim/libuv - c92788e503c3eabd6b21c6c91e1abdea27238699 authored over 12 years agogithub.com/neovim/libuv - 6a47e3ac7c0ad6582b16f7283b1e959e9813ed5c authored over 12 years ago
github.com/neovim/libvterm - 66d8faf69e19cb2a1dfbfc4462bc9dcf9588cfbf authored over 12 years ago
github.com/neovim/libvterm - 76855d711d440dd6a00f4b4c7c2556f45384691e authored over 12 years ago
It was calling uv_read_start before the uv_connect call had completed.
Although we want to allow...
Return UV_ENOTCONN when the stream is not connected, not UV_EINVAL. Aligns
with uv-win.
Finalization of closed handles and associated requests was sometimes delayed
until an external e...
github.com/neovim/libuv - 9cb8bdc74edef8e3503c260a2f07150d211a48a9 authored over 12 years ago
github.com/neovim/libuv - 053d3afcbf6ae0eb9d777c96ba8276e4806274cf authored over 12 years ago
Avoids accidental overflow / truncation when it's used in 32 bits arithmetic.
github.com/neovim/libuv - 59cda867091fcbd9e0455eaf4b034db57588b0e9 authored over 12 years agogithub.com/neovim/libuv - e2aa39aecfa5efd1fbeeb589220201b529430776 authored over 12 years ago
Demonstrates temporary event loop stall with uv-unix. The issue is that pending
requests aren't ...
Undoes most of the changes made to libev in 7d2ea31 and c9396dd.
github.com/neovim/libuv - 649ad50c328851444998e3d2dea66ba5b48fe64b authored over 12 years agoDebugging tool, prints a list of active/all handles. Not actively exported.
github.com/neovim/libuv - 6fe753022ff878fbc2925d763670e286c99c26a9 authored over 12 years agogithub.com/neovim/libuv - 24f8a53f4ca74f4dc2405dfe897598ec86bf2133 authored over 12 years ago
This should never happen. However the CRT has a code path to deal
with this situation, so at lea...
github.com/neovim/libuv - c8c9fe1c747d6955686c1cec21bda53c2e5592b8 authored over 12 years ago
uv__read() and uv__udp_recvmsg() read incoming data in a loop. If data comes
in at high speeds, ...
github.com/neovim/unibilium - ee7f4a95781b5c42d7c7b95c94cde0f4378908e0 authored over 12 years ago
github.com/neovim/libuv - be9d1ce909c079d1be4fb77e59f5cbf0f0c57286 authored over 12 years ago
github.com/neovim/libuv - 829eaf3e3f496eb11d9b25de995747a3aaed39e6 authored over 12 years ago
github.com/neovim/libuv - 1b75d36babd866532b4f2be22f842664cc487051 authored over 12 years ago
github.com/neovim/libuv - c9f83e524cc1b357d5fbd7845f08339cd3cba21a authored over 12 years ago
Stop libev from entering the epoll_wait/kevent/port_getn/etc. syscall when
there are no active h...
github.com/neovim/libuv - 64f8cf463d92a7d566dc1f1942175917dd41c930 authored over 12 years ago
github.com/neovim/libuv - 0dff0e7d47453fafb72a287c0acdddd6e3f2d9de authored over 12 years ago
github.com/neovim/libuv - c0b530d0798aeceeedfaa8bc74556e5da3a2e549 authored over 12 years ago
github.com/neovim/libuv - 60746b03cbe67bbbe506cf6682e14d0566b26b0b authored over 12 years ago
github.com/neovim/libuv - 754a695df68b0a8146d8447ef2092048a954090c authored over 12 years ago
github.com/neovim/libuv - 63b9b1d47266d5c150fb72e6f38893c98a6b2847 authored over 12 years ago
github.com/neovim/libuv - 1974541bc933c21e559ceb18ada06b0939e23a43 authored over 12 years ago
github.com/neovim/libuv - 3b907cf0ec1cab7244069ae4395830da98925de0 authored over 12 years ago
Rename test tcp_dont_connect_after_write to tcp_connect_error_after_write,
teensy tad more descr...
github.com/neovim/libuv - 76fa1631175b58400b06c8e30812db7bfd4aff1e authored over 12 years ago
github.com/neovim/libuv - cb9ca142b51906d85605e2af285821ddb27d6140 authored over 12 years ago
github.com/neovim/libuv - a30e45f1d709cee2f3807cc461f250dab2d89630 authored over 12 years ago
For now. See #444.
github.com/neovim/libuv - 97801c63157eb1969db4251f98d74c2601675490 authored over 12 years agoOriginal test contributed by Iñaki Baz Castillo. See #443.
github.com/neovim/libuv - b96ed68f46fb89d7595a83319282c17da12ee78d authored over 12 years agogithub.com/neovim/libuv - c76c2066c64a3bd390e63eb08a00b0a0c106f445 authored over 12 years ago
github.com/neovim/libuv - 7d97ba80030ddf41946354a88e2f81cfacca949d authored over 12 years ago
github.com/neovim/libuv - c03964f8400e70de1fa4ad913e4e64f027774916 authored over 12 years ago
Fixes the two following compiler warnings:
../test/run-tests.c: In function ‘maybe_run_test’:...
github.com/neovim/libuv - 28ed730bfbc3798eaddbc9d5d5438feb8deeb14f authored over 12 years agogithub.com/neovim/libuv - d8b95eaffbfbfc58dc7991554c8e669c6cd9f7d5 authored over 12 years ago
github.com/neovim/libuv - d402604118cc76b0099083d0a82a774bc23cd05c authored over 12 years ago
github.com/neovim/libuv - ed30365f543819e70769df96ef2c5b018681960e authored over 12 years ago
github.com/neovim/libuv - dd1355da8dd5de14ff5174a4ab048bde593d4b8c authored over 12 years ago
github.com/neovim/libuv - 1cd9642cbb2c6d2acac80d686e1471d4daa20048 authored over 12 years ago
github.com/neovim/libuv - bdb8b3a1f2b0fd6782c5b98870e7ab4f65b3f42d authored over 12 years ago
github.com/neovim/libuv - 4a07b8b7bd32c22758fa30803bd55790fe79e01a authored over 12 years ago
github.com/neovim/libuv - 619686e9e98318e0a45dde473a4f984216baa3d6 authored over 12 years ago
* It has nothing to do with timer handles, so it doesn't belong in
timer.c
* uv_hrtime_init() ...
github.com/neovim/libuv - ec95a07d00d358290328dc3c682433d9ec37ceaa authored over 12 years ago
github.com/neovim/libuv - cd1298c38807d9a2cd546612fed2fa58da708220 authored over 12 years ago
* Also cleans up the code and makes it use unicode APIs consistently.
* Credits go to Brian Whit...
github.com/neovim/libuv - 4252240e5403cdadc6b0515e53788d04deb1c5bc authored over 12 years ago
github.com/neovim/libuv - 87f3530a1e4330317bd1e694afc596e155b412ae authored over 12 years ago
Closes #403
Closes #422
github.com/neovim/libuv - 961e0cf8da69c6268a7c49c67c5dca089e6989b5 authored over 12 years ago
github.com/neovim/libuv - 38a6f9f0d969bb44634b7d81fd49cfe608989234 authored over 12 years ago
github.com/neovim/libuv - 07f01752393f9b40a739f9bdcc5327699f9398ed authored over 12 years ago
github.com/neovim/libuv - 9759c20e90654be3dc057899357cff940c216b52 authored over 12 years ago
github.com/neovim/libuv - 87dbffbd8f4410a894df0b9b9a8d28aa42d49174 authored over 12 years ago
* Make using an existing stream for stdio actually work
* Support up to 256 stdio channels
* Fix...
github.com/neovim/libuv - dc7a62d114a3986c9474b3d1d55b986307c64b09 authored over 12 years ago
This commit also adds support for this api on Unix.
github.com/neovim/libuv - f5b5127db0f3677b7c8e71df5cbc197369615660 authored over 12 years agogithub.com/neovim/libuv - 528123ad9ae8ae09da29174590dc7fb3592dfe9b authored over 12 years ago
github.com/neovim/libuv - 04a7e5c274aac955269d82e7c47fafbc2bd6560f authored over 12 years ago
github.com/neovim/libuv - 69a923bf9386c8731d343604281e6632424032e7 authored over 12 years ago
github.com/neovim/libuv - 7ca524e133b197c88916004e66fc62b9358ae385 authored over 12 years ago
github.com/neovim/libuv - 5ff2b6121f1786964583dccd904a7a117835bb37 authored over 12 years ago
Monitors a file path for changes. Supersedes ev_stat.
github.com/neovim/libuv - cc7c8542a52d11cc9b94882dc9d9dffef6b3fa3e authored over 12 years agogithub.com/neovim/libuv - aecddfe530bc3add35131f13d0b48a9c032d582b authored over 12 years ago
github.com/neovim/libuv - 0c727fd7747d1532352bb622e689f2efe576e532 authored over 12 years ago
github.com/neovim/unibilium - bc53767f03d6ad52e7ac6a5cf0bdf9609dd4ed29 authored over 12 years ago
github.com/neovim/unibilium - c4676681c12e07db7eacb1512db25428b2163975 authored over 12 years ago
github.com/neovim/unibilium - 2813fdf37a03c222fdf1618aca581e52c56dc23b authored over 12 years ago
* replace libev backed timers with a pure libuv implementation
* gut ev_run() and make it take a...
github.com/neovim/libuv - 3f37ba859f401349b75581a75a5c46040d29dbef authored over 12 years ago
github.com/neovim/libuv - 71a66c17a1a7038cc358fb73193c063a524160a6 authored over 12 years ago
Lets the libuv user iterate over the open handles. Mostly intended as a
debugging tool or a post...
github.com/neovim/libuv - 122cd946954fab4ef8102805175f7832095680ef authored over 12 years ago
Rename UV__ACTIVE and UV__REF to UV__HANDLE_ACTIVE and UV__HANDLE_REF to make
it clear that they...
github.com/neovim/libuv - 58a272e5563754eb51ef54d76f8ab3db1300c731 authored over 12 years ago
github.com/neovim/libuv - 12ee388cd9d8578ef4b403e3b8144611ecd7c513 authored over 12 years ago
github.com/neovim/libuv - ec0c7b8958f30b84b2dd21d030b11007983b5888 authored over 12 years ago
github.com/neovim/libuv - 75565907073055dd717fb6a6074518cafdd9355d authored over 12 years ago
github.com/neovim/libuv - 18e622d43e053330c4d6f002fb4e9ddae5812574 authored over 12 years ago
github.com/neovim/libuv - 81aff9363357b4174a8528bc259d3d4ca277c7e7 authored over 12 years ago
github.com/neovim/libuv - 4690204682664f42169e5875794d4b906ef6fdf4 authored over 12 years ago