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/libuv - 18b37d4a49addab1ec2a6cb56bb700c8b14cab40 authored almost 13 years ago
Makes the pipe_connect_to_file test pass on Windows.
github.com/neovim/libuv - 019118c3abcf3e26c4b4e6e49dbdf4e0ec5071b0 authored almost 13 years ago
Conflicts:
src/win/pipe.c
test/run-tests.c
This patch changes how uv-win uses the UV_SHUTTING and UV_SHUT flags.
UV_SHUT is now only used f...
The code didn't function. Fixes the pipe_pound benchmarks.
github.com/neovim/libuv - 18823270aa800da0e54eb86ec08e22dfe3e7e5fb authored almost 13 years agogithub.com/neovim/libuv - 95296dfa3cd8c88b3af8a94c95b8df51a6367c37 authored almost 13 years ago
If a test failed we would previously see:
Output from process `test_foo`: blah
Output from ...
github.com/neovim/libuv - f285caf0b53de01c2a0d4591467bffb7134a81c7 authored almost 13 years ago
github.com/neovim/libuv - 50216706c2014ad6d8ee3bd48e63e1a97790057b authored almost 13 years ago
github.com/neovim/libuv - aafa7db1d4ba7ad7645a3008335bf30cd272277a authored almost 13 years ago
github.com/neovim/libuv - abc4f56ff02a33ac318bcef4281c64b3167db1de authored almost 13 years ago
It should not strip the trailing (back)slash from a root directory.
github.com/neovim/libuv - 09a0d61e7bd4965f0a2d9219943b7eff9c3d9944 authored almost 13 years agogithub.com/neovim/libuv - 422a898a7f77ba0180dd3fe2b32738ba413b2e86 authored almost 13 years ago
github.com/neovim/libuv - fb65d74c84d88405446bcea87a9f5199728cc5b3 authored almost 13 years ago
github.com/neovim/libuv - ec97ba801469d797d468c06d4db7c5e0afb6d0ac authored almost 13 years ago
github.com/neovim/libuv - 87752ac38bc5d6ca0cb12504ef07e2c2ab2a617d authored almost 13 years ago
github.com/neovim/libtermkey - 041584bdecb6ddd80f4ea39cad611d8ff307110f authored almost 13 years ago
github.com/neovim/libtermkey - f6e431029db49275e8ddac9447a6238c924161b4 authored almost 13 years ago
github.com/neovim/libtermkey - 95f3d40d543c98f08f5091fef55490bafd59c5c8 authored almost 13 years ago
github.com/neovim/libtermkey - a363d8ffa9a1d5225b90a11ecea4633804c2b5f6 authored almost 13 years ago
github.com/neovim/libtermkey - 922e47b1877d885ad9a4ace1458a3a30888797c9 authored almost 13 years ago
github.com/neovim/libuv - e53d7e3a11df84b1faf4100d96d5fb94052bff13 authored almost 13 years ago
github.com/neovim/libuv - 743cab9f9d4aa13d7e3b79a0aaf63341bd6e26e6 authored almost 13 years ago
Happens only when using a debug version of the crt.
github.com/neovim/libuv - f43f1a7016f86b868dbb8f3377930647f06f1f4b authored almost 13 years agogithub.com/neovim/libtermkey - 5456b0407f494895c078ce8afddf87b21ae5cdcd authored almost 13 years ago
We need to initialize the ares handles linked list or else bad things can happen
when we try to ...
github.com/neovim/libtermkey - bc4371d579f7c1ce0f54a543bfebeafc97e26fcf authored almost 13 years ago
github.com/neovim/libtermkey - 911bc058e293deeb0fe8cc39b3ebab5bf1367817 authored almost 13 years ago
Conflicts:
src/unix/core.c
github.com/neovim/libuv - 1ac71a31e9ae4eb1e8c6c9af5c2a9f4b8b62ba01 authored almost 13 years ago
This fix was merged without tests:
https://github.com/philips/libuv/tree/fix-read-on-windows-to-...
github.com/neovim/libuv - 4f1782a54bbd3be5bf8d129397d11e2a7e05d3b4 authored almost 13 years ago
github.com/neovim/libuv - 5505f2e9063aaf9b52d47315ae4324efbb5834be authored almost 13 years ago
GetProcessMemoryInfo is in psapi and
GetAdaptersAddresses is in iphlpapi
github.com/neovim/libuv - a93dc7ef11713192d398d08f618248dfabe7fd6c authored almost 13 years ago
github.com/neovim/libuv - b55801f2254b8830f4cd3e06741c9546d35284f8 authored almost 13 years ago
github.com/neovim/libuv - 702f905f73418ddf3c8372663f97229797cbb6a9 authored almost 13 years ago
github.com/neovim/libuv - 6bbccf1fe0e000fd73e945368466cd27291483e3 authored almost 13 years ago
github.com/neovim/libvterm - 4485925dadeba2b3f5ca8d9125ff93a92ce1d732 authored almost 13 years ago
github.com/neovim/libvterm - fb11b9bb49382dc752259c9fb28452e9399d352c authored almost 13 years ago
github.com/neovim/libvterm - 82f2378944841a4b80ed9e6f957f5e90655d3279 authored almost 13 years ago
github.com/neovim/libvterm - e7e5828d3d9d65e158d942b336d30eef6231b6fa authored almost 13 years ago
github.com/neovim/libvterm - 677e992f6ca64dfe48a1a3256c5d336abf7ef2f1 authored almost 13 years ago
The event loop got unref'd twice when the handle was closed.
github.com/neovim/libuv - b3fe1830409fff6a55131af3156654ee4a712426 authored almost 13 years ago
An obscure libev bug sometimes makes it miss state changes. Keep track of the
state ourselves.
...
github.com/neovim/libuv - 44c9f63cb1df484fed8117c4611358eca5f67786 authored almost 13 years agogithub.com/neovim/libvterm - 54058bac07b69e61e3b4ce7326e3e593a10d969c authored almost 13 years ago
The event loop got unref'd twice when the handle was closed.
github.com/neovim/libuv - 0459097745637b8789dd363a5a8ebb7ba428d121 authored almost 13 years ago
An obscure libev bug sometimes makes it miss state changes. Keep track of the
state ourselves.
...
github.com/neovim/libuv - 2f886c892e7ed960f6a1ce2831af58c3c6276977 authored almost 13 years ago
Detaching doesn't work yet, the setsid() call fails and leaves the child process
attached to the...
github.com/neovim/libuv - 9a5c1bad909d2845cc0f1e32bb222a90c8ee3d53 authored almost 13 years ago
_NSGetEnviron() doesn't exist on iOS, use plain `extern char **environ` instead.
github.com/neovim/libuv - 57c5fa1af1f1af1e9815e7d780243fa553030024 authored almost 13 years agogithub.com/neovim/libvterm - 1a2a8cbb41d83373df0d5a6fea48c14b089087c6 authored almost 13 years ago
github.com/neovim/libvterm - 70243275c8649a157b0fe46189b1b0445db46604 authored almost 13 years ago
github.com/neovim/libvterm - 050924f799abc18eea936178bf6889eadcaeb4e6 authored almost 13 years ago
github.com/neovim/libvterm - 4d80a994777f42d9e7de0d546b94762ee5e06c41 authored almost 13 years ago
github.com/neovim/libuv - 149d32cb96592fc5037c7072e1a3ab9a3fa888a6 authored almost 13 years ago
github.com/neovim/libuv - e99fdf0df6738dc9addc432f091896d7f37f7731 authored almost 13 years ago
github.com/neovim/libuv - b3e0ad4db850a76d1d2c722f93402b3b9f453c55 authored almost 13 years ago
github.com/neovim/libuv - ea9baef95ce2208dbf65cba0ddcd90be5492a648 authored almost 13 years ago
github.com/neovim/libuv - f6c8e78db973a0f57424dba74c97fdd4d2f910f8 authored almost 13 years ago
github.com/neovim/libuv - fbc2154052819d2f6d552423c5b9a5c68a8397a6 authored almost 13 years ago
in luvit after upgrade libuv from 243cfc to d3efef readSync started
failing. It seems that the ...
github.com/neovim/libvterm - 7f508e7991ded5fedcf9180c01f83ece84201b6a authored almost 13 years ago
github.com/neovim/libvterm - 0a244efa329b8644760d79f206c6b3e029d04ce4 authored almost 13 years ago
Previously, a new inotify fd was created for each watcher, making it quite easy
to run into the ...
So you can do `if (errno) return uv__set_sys_error(loop, errno);`.
github.com/neovim/libuv - 09c722e72b59762ca0f01377ad60ada7d16d8558 authored almost 13 years agogithub.com/neovim/libuv - 4240f0d710859e9760d02e3953fe6d1d5c6122e7 authored almost 13 years ago
github.com/neovim/libuv - a5082e827171bb6d00bce1140cd7d59f0f17653b authored almost 13 years ago
github.com/neovim/libuv - 8f716a9348e3cdbeaf1db40dc2adfaf17c88ae6b authored almost 13 years ago
github.com/neovim/libuv - c0e7044862524e9b12a7f770623e7fd9763c6309 authored almost 13 years ago
github.com/neovim/libvterm - 10af2a504711c5bad51d9d52183aa49fc006480e authored almost 13 years ago
github.com/neovim/libvterm - 0ffe95792bc8d323ba3423d417da451e164cb9cd authored almost 13 years ago
github.com/neovim/libvterm - 57a0d4909c255145c8700fb78911607b7efb08d9 authored almost 13 years ago
github.com/neovim/libvterm - 3c6e8c676110536a5b32e1b234119ce044d7dca1 authored almost 13 years ago
github.com/neovim/libvterm - efcf1a23b251b418098ce3dba14def93eb69127a authored almost 13 years ago
github.com/neovim/libvterm - 9b9d8ce51282f3ced04598d368520a59666feb17 authored almost 13 years ago
readlink() returns -1 on error. The <= 0 check failed to catch that because the
return value was...
github.com/neovim/libvterm - d9adc4e5111fce63d635f98ae0b3730aafa63e9b authored almost 13 years ago
github.com/neovim/libvterm - 30258ca857c2a1ca27aec14f0b9d5d9e090a9691 authored almost 13 years ago
github.com/neovim/libvterm - dc692de2286244c95284cc1bc78e73a71681c88b authored almost 13 years ago
uclibc didn't provide ifaddrs.h before version 0.9.32 It explicitly didn't
install it because (q...
github.com/neovim/libuv - 86ebe48660ed767dc354d59fa5213d94dd517962 authored almost 13 years ago
github.com/neovim/libuv - 372ed18986ff63fd5511a71ac729c2fc7b3df933 authored almost 13 years ago
github.com/neovim/libuv - e19724912de3469b4b9d160a21f2be7f61cb28da authored almost 13 years ago
github.com/neovim/libuv - 783753e57f9c201f94be3eb1b58b228c1a41dca0 authored almost 13 years ago
github.com/neovim/libtermkey - 075f6eac3e54263c843c104b9f9c7c5f63f23c79 authored almost 13 years ago
github.com/neovim/libtermkey - cd2b9cb0d8576e0fbb0813cf1d74a163633347a3 authored almost 13 years ago
github.com/neovim/libtermkey - e1b6d448c1c3af78668c3dd178f7628972d45bb8 authored almost 13 years ago
Drain, don't flush the tty when switching from cooked to raw mode. Prevents
buffered keystrokes ...
github.com/neovim/libuv - 1d942e2ad48c9a4309256558bae88ac310b956dd authored almost 13 years ago
github.com/neovim/libuv - bc8b99097a1bc45df08d60d66856fc7663b3bd03 authored almost 13 years ago
github.com/neovim/libuv - 6c80bf34d375e939189b35f7c6f087a182077dac authored almost 13 years ago
github.com/neovim/libuv - c1cea705ba91a1d38f89168bfedf078275f0e546 authored almost 13 years ago
github.com/neovim/libuv - 4e1f2b1f6484a186876690ca8bddb05481012aa0 authored almost 13 years ago
Not needed anymore now that support for isolates has been removed from Node.
This commit revert...
github.com/neovim/libuv - c5aa86bd39389d48101cda60e110a94565a77620 authored almost 13 years agogithub.com/neovim/libvterm - e162b6601dd410327fa5e521b016272e53cbc26f authored almost 13 years ago
github.com/neovim/libuv - f9be43a564c55a6e28cc2de730cb8d7131d8e558 authored almost 13 years ago
github.com/neovim/libuv - 53eb9935cbe07efe2823249c59f79103b8b0689f authored almost 13 years ago
github.com/neovim/libuv - 62206c2db0ddd944cd0c447492da9b0de9c476a6 authored almost 13 years ago
github.com/neovim/libvterm - 561e0b2cb723536152e2ec39a23bccc681d6eb87 authored almost 13 years ago