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

Fix src/win/getaddrinfo.c for mingw-w64.

github.com/neovim/libuv - 5b567b29a86799663939fa03867a1c5bd6783c1b authored over 13 years ago
Fix test-fs.c for darwin.

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

github.com/neovim/libuv - 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 ...

github.com/neovim/libuv - f4e2d5559fabbf60b801d7583a4d3384a8c63fa7 authored over 13 years ago
add test-tcp-close.c to uv.gyp

github.com/neovim/libuv - 70bc6c0ca8591bb3bb22d6c729193c3c4964092b authored over 13 years ago
Make MinGW happy again

github.com/neovim/libuv - 06d69a82ee185d4e81bf88f50a440f64a4467b5b authored over 13 years ago
unix: run callbacks of pending writes when handle is closed

github.com/neovim/libuv - 431195c94483d9de61bdd0825a60659480a5f023 authored over 13 years ago
test: make sure that write callbacks run when handle is closed

github.com/neovim/libuv - 98b9f582f4c9e0445131262eb078d56e2904abd3 authored over 13 years ago
win: fix spawn() bug

github.com/neovim/libuv - c2741514bc72abc22240adbbc7d0a2e7264f7815 authored over 13 years ago
Update AUTHORS

github.com/neovim/libuv - 8fd1d710490a9c997957f70de523585ffe81c24f authored over 13 years ago
unix: netbsd support

github.com/neovim/libuv - 4320874fcf202a85408e64b451a45b8b79ac91a2 authored over 13 years ago
Handle mouse cursor movement events in pangoterm as well

github.com/neovim/libvterm - b26afe47d4d187180f4f96cc60ee1bfefb207346 authored over 13 years ago
test: fix compiler warnings for test-spawn.c

github.com/neovim/libuv - 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.

github.com/neovim/libuv - 5641503ae7708f0da72d8ac883d60734335b8033 authored over 13 years ago
Also implement DEC mode 1003; full mouse motion tracking

github.com/neovim/libvterm - d0513604c40240f6f72268d4cf23b2ed56ffafb7 authored over 13 years ago
test: remove stale prototype declaration

github.com/neovim/libuv - 4d7cfe431348613f84deffc85d3d868db5c0ec74 authored over 13 years ago
Bugfix to cursor invisibility in pangoterm

github.com/neovim/libvterm - 35d56583c4820eea9a4b3f653ef6c5328ce4f30f authored over 13 years ago
Also support DEC mode 1002; mouse with drag events

github.com/neovim/libvterm - 7c17323bc5028bcb7c781261d92fb650304d7d44 authored over 13 years ago
Force cursor blinkstate visible after cursor move so it's immediately visible

github.com/neovim/libvterm - 03775689455589dd4f8283000d1ea744034580bf authored over 13 years ago
Actually implement setting default fg/bg colours on pangoterm commandline

github.com/neovim/libvterm - 438383a50815ce5a43635aedb6f4ccee4bc8ec30 authored over 13 years ago
Customisable default fg/bg colours; preserve over reset

github.com/neovim/libvterm - 488e4f00ccb05d1e7c40068d64b69ee59e5ed9a6 authored over 13 years ago
Bumped VERSION to 0.10

github.com/neovim/libtermkey - 88b1182b0124414eae18d5f5f68f32077b6628bb authored over 13 years ago
Canonicalise (a local copy of) the key structures given to termkey_keycmp() before comparing them

github.com/neovim/libtermkey - 00102a2ea11e1285f5ad50dba82839d6fa8c9b12 authored over 13 years ago
unix: fix buffer overrun in uv__strlcpy()

Reported by Thomas Shinnick.

github.com/neovim/libuv - cc91989cc275535400515ff899cc2a75e5d17cbf authored over 13 years ago
test: fix utime and futime tests on windows

github.com/neovim/libuv - e8ab5cbe70a9a6f4251f12da73f6e4b7761420b6 authored over 13 years ago
win: correctly manage child process stdio handles

github.com/neovim/libuv - 3d538af06ba0199f10e1bd19f475956e90a20e39 authored over 13 years ago
unix: implement uv_fs_futime, add tests for uv_fs_utime and uv_fs_futime

github.com/neovim/libuv - 79d9f818815b48b5277cd83bb30aa81be1141618 authored over 13 years ago
win: use win32 api for file reading and writing

github.com/neovim/libuv - 58ef43eee71bf1f0631a84dae8670b5cd11e7405 authored over 13 years ago
fs: add UV_ENOENT error code, add test

github.com/neovim/libuv - b7d88070d80e14ce922e9b991d48737076da6b08 authored over 13 years ago
unix: translate fs errno codes to libuv error codes

github.com/neovim/libuv - efcd273d68c7062fd05242d7311128944f912685 authored over 13 years ago
unix: move linux feature detection macros to internal.h

github.com/neovim/libuv - bb0c6e6d53a6618f48de54bc174fdb9f2816bd3f authored over 13 years ago
A few more DEBUG fprintf(stderr)s at construction time

github.com/neovim/libtermkey - 21181d70e1ed05fe0db68f4f011eaa7f94c776d7 authored over 13 years ago
unix: fix warning: comparison between signed and unsigned integer expressions

github.com/neovim/libuv - a9ba756bfd02543d1a9d5b61799c382468666591 authored over 13 years ago
unix: fix event loop not being unref'd on eio error

github.com/neovim/libuv - d9176108d2510b9e92dd0e2b9e03538661f1c1a2 authored over 13 years ago
Handle TERMKEY_RES_ERROR in (debugging mode) res2str()

github.com/neovim/libtermkey - d5778026994d1676ae0f96e6637a817a08ae2601 authored over 13 years ago
Use $(VERSION) to set DISTDIR in Makefile, so make VERSION=... dist overrides its name

github.com/neovim/libtermkey - 2e54df3d59217fb7e1bb2b41a2462ebf5a2d795f authored over 13 years ago
unix: fix const correctness warnings

github.com/neovim/libuv - ed355d371ea5c63d93328fec4d75481b7fc26ba5 authored over 13 years ago
windows: update uv_fs_* functions to work with req.path

github.com/neovim/libuv - a8017fd8a2584550966e0eecbb07467934031d84 authored over 13 years ago
windows: use _stati64

github.com/neovim/libuv - 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.

github.com/neovim/libuv - 991f6ee044cf28fe5672670ef5f214096eee2b5d authored over 13 years ago
win: initialize req.path = NULL.

github.com/neovim/libuv - be3b37854e1ad6bf210615b583c3fabe6240abdb authored over 13 years ago
Open files with sharing enabled. Fixes node's issue #1449.

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

github.com/neovim/libuv - 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

github.com/neovim/libuv - a18860aec6416e4e6a9540471c61e9a497f55703 authored over 13 years ago
unix: uv_fs_readdir sync skips . and ..

Fixes test fs_async_dir

github.com/neovim/libuv - b6ede6c7242957694c8380cdfb6342088d8131c1 authored over 13 years ago
Add test for uv_fs_readdir sync

github.com/neovim/libuv - 7ccc7470e07d4d646584d179e142eb6daa40c3c4 authored over 13 years ago
unix: fix fs_chmod

github.com/neovim/libuv - 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...

github.com/neovim/libuv - 826db453431b8c9cf761f227aec0a52a7aad36bb authored over 13 years ago
Fix warning on darwin

github.com/neovim/libuv - a52a2c781ae924e0b356e246e95f2a662af4532f authored over 13 years ago
unix: implement uv_fs_readlink

github.com/neovim/libuv - d3f60da67c35bb7df137caba3c6f41fe5d8cd1d6 authored over 13 years ago
Bring inline with node common.gypi.

Win32 readlink()

github.com/neovim/libuv - 7db243dc6f09e830b5654bde0936cc6161b42e08 authored over 13 years ago
windows: uv_fs_link + uv_fs_symlink

github.com/neovim/libuv - 060026ced3f9ee991f86d10e5a1d9c54e4626151 authored over 13 years ago
win: rename uv_loop_t.ares_channel to ares_chan to avoid confusing g++

github.com/neovim/libuv - 7b87ff7c9b39edf8d17ecce550ef58dee4170598 authored over 13 years ago
Make getsockname/getpeername handle uninitialized sockets better

github.com/neovim/libuv - 360f4119e4e91ffbbc5f6a340940808a088f9e1d authored over 13 years ago
Specialize uv_xxx_getsockname, add uv_tcp_getpeername

github.com/neovim/libuv - 12b01e95f9afb56f602ca17f44d3b7e22e37c656 authored over 13 years ago
unix: fix warning: implicit declaration of function ‘strerror’

github.com/neovim/libuv - 18af13795ffb5890555f223d3c4acb617f267dfa authored over 13 years ago
unix: fix warning: implicit declaration of function ‘memcpy’

github.com/neovim/libuv - b680703178149214f059c369c4146153e65a787a authored over 13 years ago
windows: correct a preprocessor typo

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

github.com/neovim/libuv - 6422a14a8fba3aed079a5ac285e358c700a4dff0 authored over 13 years ago
windows: implement missing fs functions

github.com/neovim/libuv - cf5ed86a79f8082a9a022964fe6f8a2109b4aa80 authored over 13 years ago
Adjust colours a little less bright

github.com/neovim/libvterm - 21e5c5546532152451fae2f9236a30bfab122c70 authored over 13 years ago
Have 'make install' also install pangoterm

github.com/neovim/libvterm - 3be2b38d5cd17c118c95ed87fb6962dd24ebed49 authored over 13 years ago
Set up Screen's altscreen by explicit request, rather than lazy malloc, as we shouldn't be malloc'ing during normal runtime

github.com/neovim/libvterm - f33349c2065e05df1b884d1b0d8acf13889465bf authored over 13 years ago
Support resizing of window

github.com/neovim/libvterm - 236689d2ac530535e2bdb53255114f538000bf0c authored over 13 years ago
Draw directly to the GTK window rather than buffering via a pixmap

github.com/neovim/libvterm - 12289268f7fd6b3e2517610f0618233831dba093 authored over 13 years ago
Implement cursor blinking by overriding the pen colours for one cell

github.com/neovim/libvterm - 234ebbe5568d851db5e07a87964a13835893afdb authored over 13 years ago
Fix MinGW build

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

Fixes #170
Fixes #171

github.com/neovim/libuv - 30ca028196af2c4486a225d04e6c87da03233216 authored over 13 years ago
implement uv_fs_utime

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

github.com/neovim/libuv - b47fa77eb571f2b4fa424164e14633d5871c2237 authored over 13 years ago
Use vterm-style damage to repaint exposed areas of the screen, rather than using the termbuffer

github.com/neovim/libvterm - 186a2e3c6d2e10a5f3d074104675220cbb888e3f authored over 13 years ago
pangoterm no longer needs primary/alt buffer because Screen layer now handles it

github.com/neovim/libvterm - 72ce9666ee9067f0f9e92de60a2a409bda9fd5ba authored over 13 years ago
add test fs_chmod, implement uv_fs_fchmod and uv_fs_chmod on unix

github.com/neovim/libuv - 9f932f92cfed14f5dc1bfa7371bab64980f102be authored over 13 years ago
Ensure clean shutdown of pangoterm on EOF from PTY master, or window destroy

github.com/neovim/libvterm - cc9eb2f93bcc334d43b3b6f4b5130f0f7fce31f0 authored over 13 years ago
Add test for uv_fs_fstat, implement on unix.

github.com/neovim/libuv - 2e6035895cc48cb6096efb094a9b3d5f8332d237 authored over 13 years ago
windows: fix issue with SetFileCompletionNotificationModes on 64bit xp

github.com/neovim/libuv - 716e8eab39971ff98d75766e0d3bbcf5b0cfd91b authored over 13 years ago
windows: include _stat struct into uv_fs_t

github.com/neovim/libuv - 22197ebf3fcd04300371b2dd154bbc6cee71c748 authored over 13 years ago
First hack at reimplementing pangoterm using Screen layer rather than State

github.com/neovim/libvterm - 92f2026b90e8179244c33140beffc4f2e65e6d84 authored over 13 years ago
unix: Fix test-gethostbyname

github.com/neovim/libuv - 836cc204b6b73b6b6d5d5a456f1b9b3ecdeefc80 authored over 13 years ago
(Lazily) create two Screen buffers, switch between them on altscreen mode

github.com/neovim/libvterm - 66e7a19039cf4a9f68bfca8d2035bb964df2ed85 authored over 13 years ago
Ensure State pen attributes are still copied on erased cells

github.com/neovim/libvterm - ad09f9ee0472abe5b5ea4f961bec460ec300fc36 authored over 13 years ago
Support foreground and background colours in Screen cells

github.com/neovim/libvterm - a7202f08412f8babaed762528caa6cc5fa7b8ebd authored over 13 years ago
Screen layer no longer needs explicit initpen handler

github.com/neovim/libvterm - 13a214843253755752abac11e47aa50a0eb1d981 authored over 13 years ago
Explicitly reset the State pen on State reset

github.com/neovim/libvterm - b3c4c51634ab686037d7fb164a1ba6187fa05e9f authored over 13 years ago
Store all the (non-colour) pen attributes in the Screen state and every Screen cell; allow access in get_cell()

github.com/neovim/libvterm - 8d0bf458aad98c98f97082ca6272ec25748196a2 authored over 13 years ago
unix: split out stream into its own file

github.com/neovim/libuv - 6fd340b8cab84291f8cbd7d469eaf0cb3fd694bc authored over 13 years ago
unix: split out pipe

github.com/neovim/libuv - 38ce213b6a6c136eb61c45de505be6136f71655e authored over 13 years ago
unix: split out tcp module

github.com/neovim/libuv - 510407c03d0eef6a0d0c96431dee71fc79553c0e authored over 13 years ago
Simplify Unix makefile

github.com/neovim/libuv - b9120d0b0a5ead72812f9e831193e2cf6fcedf8b authored over 13 years ago
unix: split out uv_spawn into src/unix/process.c

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

github.com/neovim/libuv - 490c83dd35e3a3256b7f6e2d1aaeaf05ed6be690 authored over 13 years ago
split out unix's udp source

github.com/neovim/libuv - 58461d5ae7258a57ec431b624690535cd5088247 authored over 13 years ago
unix: split out error code into separate file

github.com/neovim/libuv - 6144c93bbc5b4afd3eb516b02f8852d347897b91 authored over 13 years ago
unix: Split out c-ares integration into separate file

github.com/neovim/libuv - e97958ac3bf644cda9b0aee7b94b7ab93415d21d authored over 13 years ago
docs for uv_fs methods

github.com/neovim/libuv - cec94ee0758113cd9690cc63a8af8d73510f4cc8 authored over 13 years ago
Update .mailmap

github.com/neovim/libuv - 9e657fa5b2024da39fdf57d4a283f5efe772053d authored over 13 years ago
Update AUTHORS, add .mailmap

github.com/neovim/libuv - c23f789f9ef00af4777a3674f0ddcd77c7381e94 authored over 13 years ago
submit error to correct loop

github.com/neovim/libuv - ea4271fa90e091308bcfefdc1766827afbea7ebf authored over 13 years ago
Move private headers into include/uv-private

github.com/neovim/libuv - b47c474cfd62eaf0030e069c160b363a2cb8ec2a authored over 13 years ago
Move src/ev to src/unix/ev

github.com/neovim/libuv - 1408ac4c4f1f6c917267072f24beab422d0752fd authored over 13 years ago
Move unix platform files into src/unix

github.com/neovim/libuv - 5fd68a016aaad7ecbabe119b4b6fd67d68b12b6a authored over 13 years ago
move eio stuff into src/unix

github.com/neovim/libuv - 231298a5e897512ff2994e33d02eef37291bba61 authored over 13 years ago
Multiplicity update on unix

Does not yet support multithreaded use of the thread pool.

github.com/neovim/libuv - e3f910d0a9dc523565b9f7437079e0db45926b7f authored over 13 years ago