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

Test for setuid/setgid

github.com/neovim/libuv - 66647bf934760b2bb5e498169e462d9cc9a62fd6 authored almost 13 years ago
Temporary API to support spawn with uid and gid options

github.com/neovim/libuv - c42ba103b7745fdce3ec7dfc6a772f935b3f8f7e authored almost 13 years ago
Make sure to 'make clean' includes demo-glib

github.com/neovim/libtermkey - b8bf9cc60c9f5bb493a79f5b04dfe0ac6a8e7431 authored almost 13 years ago
Bugfix to POSITION reporting - swap line<=>col

github.com/neovim/libtermkey - 6426e58db9dba0ca229bbb3b79a700c56c656a35 authored almost 13 years ago
Have demo.c request cursor position on '?'; print position reports and mouse nicer

github.com/neovim/libtermkey - dc3b2619d2caf95c987c2815ee6d82fbd719e375 authored almost 13 years ago
build: make "make test" work on OpenBSD

github.com/neovim/libuv - 109dcb28b2398e098e201d402ecdaca39fd1f468 authored almost 13 years ago
Windows: actually detect mingw-w64 and not 64 bits mode

__MINGW64__ is only defined when using mingw-w64 in 64bits mode, not when
using the 32bits versi...

github.com/neovim/libuv - b6e3dcc799a6750a78172ee060ab0af2384a4a3a authored almost 13 years ago
Many small manpage markup fixes

github.com/neovim/libtermkey - 0950636dccf8ac7cf49b92fb8fb1544e05f4bd71 authored almost 13 years ago
linux: add IN_MOVE_SELF to inotify event mask

Partially fixes joyent/node#3172, behavior is now consistent with inotifywait.

github.com/neovim/libuv - 06ae804e03c69c246edfa5edef5b65d915e55586 authored almost 13 years ago
Bump VERSION to 0.15

github.com/neovim/libtermkey - 9a799588ec4382390cc3540757783f0f0260e165 authored almost 13 years ago
Style fixes

github.com/neovim/libuv - 1b6329dd3ed606f5204a234a3542a0bb18e4745c authored almost 13 years ago
Windows: set loop counters to zero in uv_loop_init

github.com/neovim/libuv - 42a86693a7450133d7fb22eaa9f9ad6856ae0872 authored almost 13 years ago
uv.h: make the ssize_t fallback more portable

github.com/neovim/libuv - 5342bac4c2c98d70a21abfb07adbadb251787143 authored almost 13 years ago
Ensure that key->type field is properly set for all mouse encoding protocols

github.com/neovim/libtermkey - c3c3b7ab7b95805b232d4eda08855ea6cc891ea5 authored almost 13 years ago
Documentation on new TERMKEY_TYPE_POSITION events

github.com/neovim/libtermkey - e01224a796976c24e4f52c66315abf04484a3939 authored almost 13 years ago
Also handle CSI R; position report replies to CSI 6n

github.com/neovim/libtermkey - de597be1f31278b50e9b74c4b1a4c71f8173d0ff authored almost 13 years ago
Neater CSI driver; dispatch command handlers from an array

github.com/neovim/libtermkey - 373fa6e5c244c9a39c201a96c1a304555351e52d authored almost 13 years ago
Always load the CSI driver because it contains cross-terminal mouse and CSI u handling

github.com/neovim/libtermkey - ba848e75ce664e09b51b03d4de47d0b6bddca4d3 authored almost 13 years ago
Created abstract accessors for getting/setting key event line/col counts

github.com/neovim/libtermkey - dd4a19c860df253e5e353878f081bef14a9dab73 authored almost 13 years ago
windows: rename local var errno to errorno

Fixes compiler warning: ‘_errno’ redeclared without dllimport attribute:
previous dllimport igno...

github.com/neovim/libuv - 84d2f82a686497dfe1bf21f222e8f8b640771a8b authored almost 13 years ago
remove left-over cast fixes #3160

github.com/neovim/libuv - e6d4bca2ecb417b9654f637b59f35669ebf85fe2 authored almost 13 years ago
unix: remove kqueue cb == NULL check

The other implementations don't check for it and it's making the counters_init
test fail.

github.com/neovim/libuv - 1f001fe917dc4955382a3c2b8ff9bad3530ae970 authored almost 13 years ago
unix: handle EWOULDBLOCK in uv__write()

github.com/neovim/libuv - 01cc491853ab0084b4f4dacf5ab0ca0580428ad4 authored almost 13 years ago
unix: handle EWOULDBLOCK in uv__read()

github.com/neovim/libuv - cf6dc082caf61c46689341e9c515f7ae81ffbce2 authored almost 13 years ago
unix: call pipe handle connection cb on accept() error

github.com/neovim/libuv - 21bee8c36f0f9086efd457ffcc22b17c5abab2c8 authored almost 13 years ago
unix: handle EWOULDBLOCK in uv__server_io()

github.com/neovim/libuv - df22d5935eb0fd44e2c6e3773308fcebb0ab646c authored almost 13 years ago
unix: map EWOULDBLOCK to UV_EAGAIN

github.com/neovim/libuv - 73cc3677fcdcef507154cc5860e3d0db1faa0c17 authored almost 13 years ago
unix: handle EWOULDBLOCK in uv__write()

github.com/neovim/libuv - 4fd62648830a70333ac8d467a867ad2cb0d66d6c authored almost 13 years ago
unix: handle EWOULDBLOCK in uv__read()

github.com/neovim/libuv - a55a33625ea60f6c840a739cfc3b568bb40674ee authored almost 13 years ago
unix: handle EWOULDBLOCK in uv__server_io()

github.com/neovim/libuv - a8b52351329177fc694c041822ca012cfa8683a6 authored almost 13 years ago
unix: call pipe handle connection cb on accept() error

github.com/neovim/libuv - 1fa1c5106a39532180d6c0326bea622654bd6698 authored almost 13 years ago
unix: map EWOULDBLOCK to UV_EAGAIN

github.com/neovim/libuv - a29892d9d4f835f6955371f53c6ec78f0b1ca6d7 authored almost 13 years ago
Map ENOMEM to UV_ENOMEM

github.com/neovim/libuv - f9fcaf5ccf60486e82745ccf8321c98c966caacd authored almost 13 years ago
include: remove stray backslash

github.com/neovim/libuv - feafcdbf5f2f4da7d6f4eb695fd3763a78a6d5b9 authored almost 13 years ago
unix: clean up uv__req_init()

github.com/neovim/libuv - ab3b307df3354821dde61f19965243decf01ac40 authored almost 13 years ago
build: print error message when gyp is not installed

github.com/neovim/libuv - 595312935326883da433d9bdaf9e3bcf2b58d27b authored almost 13 years ago
64bit offsets for fs operations and cleanup uv_fs_* for uv-win

github.com/neovim/libuv - d5acfd0c0545acbef5ced2fbcbc6a91c8fc7c025 authored almost 13 years ago
const-ify stream argument to uv_is_readable() and uv_is_writable()

github.com/neovim/libuv - 132fe600c7a2189c6d278bc9b9d77d340f450169 authored almost 13 years ago
const-ify handle argument to uv_is_closing()

github.com/neovim/libuv - edb39b24990b50542f9c46a56605346a0a68d31e authored almost 13 years ago
const-ify handle argument to uv_is_active()

github.com/neovim/libuv - fb6c9eef2a9e9f22153bad9de9bd8ba1abe37efc authored almost 13 years ago
test: don't assume unref'd timer cb runs

github.com/neovim/libuv - 6c2a2aa2509a9ea48a05354e4b445b8d7e605723 authored almost 13 years ago
test: remove unused variable

github.com/neovim/libuv - 976423c643e28cddeee6b5ab9ee01802a95b878d authored almost 13 years ago
test: unlink UNIX socket before starting pipe echo server

github.com/neovim/libuv - 57ee146985989a5cfdb31c9dbced3923d09e35a7 authored almost 13 years ago
test: clean up test-stdio-over-pipes

github.com/neovim/libuv - f471f063221a063b0b09071675f48cccf6db365f authored almost 13 years ago
test: make variables static in test-gethostbyname.c

github.com/neovim/libuv - 32948ab95234820a9ad7ba47ad91682f63bc4ab4 authored almost 13 years ago
test: stop counter_init from failing when watch_dir exists

github.com/neovim/libuv - 92ec798984d23cc7f9db249f574a16ed3e7d5bb7 authored almost 13 years ago
windows: a closing async watcher should not call it's callback

github.com/neovim/libuv - 13b8ebd7e676dd49e42b7888e0855f20739ceb4e authored almost 13 years ago
test: fix a race condition in 'async' test

github.com/neovim/libuv - 20879c1cf29a6312761d9671357eb12cb8958a80 authored almost 13 years ago
Bugfix to state combining char buffer handling - TODO: Why are we malloc()ing at runtime?

github.com/neovim/libvterm - d1ec455b0184ca72fb924624a4aa5a95c1069915 authored almost 13 years ago
chmod +x t/run-test.pl

github.com/neovim/libvterm - dc95688a28b3070c7edfebf0f17606f3d80a091c authored almost 13 years ago
Export VTERM_MAX_CHARS_PER_CELL as an API constant

github.com/neovim/libvterm - 569af2f5749b517bbacd6c57e2eb22e73ed6fe36 authored almost 13 years ago
test: fix race conditions in test-async

github.com/neovim/libuv - 5345ee36f2fd49ae01a1ee6fe396ffb8291b6641 authored almost 13 years ago
windows: map ERROR_WRITE_PROTECT to UV_EROFS

github.com/neovim/libuv - d5e7786885b1ae5967ea183af2e725a954400a2c authored almost 13 years ago
unix: map `EROFS` to `UV_EROFS`

github.com/neovim/libuv - 58733d18a6bd9930a9f365ca433256cc57ba184c authored almost 13 years ago
Fix spawn_and_kill_with_std test

github.com/neovim/libuv - 76364c26de9a089ed2d19aadd99aaefce3c4186e authored almost 13 years ago
Windows: make uv_dlopen() look in the DLL path to resolve recursive dependencies

github.com/neovim/libuv - 62a63a30e4a98b27eb2d9ae5bb0a184fe7e15641 authored almost 13 years ago
Added some notes about what mouse protocols are supported

github.com/neovim/libtermkey - a72f48b624cdac6d401aa36a872a586d88035ba3 authored almost 13 years ago
Also pass 'index' argument to man-to-html.pl

github.com/neovim/libtermkey - 6f6758fd29aa478f5f69b28113c9a78e663583d9 authored almost 13 years ago
Note the limited range of mouse line/column number

github.com/neovim/libtermkey - 3d634937596dd3d94860b98aa4f89d0df8485e08 authored almost 13 years ago
termkey_interpret_mouse takes const key, does not set modifiers, as that's already done

github.com/neovim/libtermkey - 988e132ab0898b7217bbf2bd9eb2e6834959906c authored almost 13 years ago
Use spare bits in code.mouse[3] to store bigger mouse positions

github.com/neovim/libtermkey - e3dd96769343985204c003666001ecada650fe19 authored almost 13 years ago
Windows: make uv_uptime() more robust

github.com/neovim/libuv - 9984d157ffcd8ab71fee6a6b6888c08d0f277f83 authored almost 13 years ago
Windows: validate UDP socket options

Makes test-udp-options pass on Windows.

github.com/neovim/libuv - f3e3e5b504d67bc408c38af04e2f1679044fa7ce authored almost 13 years ago
unix: run pending shutdown cb when stream is closed

github.com/neovim/libuv - a41016e9cd0bac0b744d46127471546fad378b97 authored almost 13 years ago
Disable ipc_send_recv_pipe test on Windows

It's not supported yet

github.com/neovim/libuv - 4f0ff3c504e70b3aa1848b1a2cfbab9911bc53e4 authored almost 13 years ago
Add UV_EIO error code

github.com/neovim/libuv - 6ec330a6c3e634485bd068955b752f2059bd1bf5 authored almost 13 years ago
Whitespace

github.com/neovim/libuv - fa215848787ee98de09cd77aef41bffcd2f8d703 authored almost 13 years ago
test: disable fs_event_close_in_callback on kqueue-based systems

github.com/neovim/libuv - 4741a112ad7116486977361691738d6bb3f0c729 authored almost 13 years ago
Allow setting mouse encoding protocol from demo

github.com/neovim/libtermkey - 684522f6b0d17281231237f5c8be71eafe99b08a authored almost 13 years ago
Recognise SGR-style mouse encoding

github.com/neovim/libtermkey - 83442f042f79dc55e437b90d1deb3aa76bd7994d authored almost 13 years ago
Recognise rxvt-style mouse encoding

github.com/neovim/libtermkey - b83d146e920ad6b864be19dd83ebe875f3196a9e authored almost 13 years ago
Tests: don't use %zu placeholder in printf statements

It's not supported by msvcrt.

github.com/neovim/libuv - 2e5e1165ce7491a0de9bea512f3ca25be9461e0a authored almost 13 years ago
unix: fix udp_options test on OS X and Solaris

setsockopt(IP_TTL) will happily let you set a TTL > 255 on OS X, cap it.

-1 or 0 is a valid TTL...

github.com/neovim/libuv - 42d3533487f181e59391e844dd03f113acfcfbea authored almost 13 years ago
unix: don't conditionally compile kqueue fs watcher

Always compile in the kqueue-based fs event watcher and handle it at run-time
if the kernel does...

github.com/neovim/libuv - 3c415975d90c96083d9bb97aa937f24d2644b50a authored almost 13 years ago
Also implement the (annoying to use) UTF-8 extended mouse protocol

github.com/neovim/libvterm - 9dee5f44725630e92285164c54f664de55f8acee authored almost 13 years ago
Implement SGR and rxvt mouse protocol modes

github.com/neovim/libvterm - 34985ba901d560ada0fbd19e0073ed3943bd361a authored almost 13 years ago
Rearranged mouse output code to support other encoding schemes

github.com/neovim/libvterm - 3710c8f7c76807587356e86ca6f7073f76884861 authored almost 13 years ago
Ensure that mouse encoding is bounded to the range supported by byte encoding

github.com/neovim/libvterm - adaa00370f38d1e6852eb80e110cfc95fc8dc0f4 authored almost 13 years ago
Output buffer as unsigned chars to handle high bytes correctly

github.com/neovim/libvterm - 54c37332b6515611f7008d6c92e81bfd7ceaaa11 authored almost 13 years ago
Implement modifiers for mouse events

github.com/neovim/libvterm - 2461f2f35c88d494a97404a36a9a5ffcbf8c75b4 authored almost 13 years ago
Pass a set of modifier bits into mousefunc (for now ignored)

github.com/neovim/libvterm - c1f77a0af9664050ab8943b3c0efa0a43c1789df authored almost 13 years ago
unix: add uv_fs_read64, uv_fs_write64 and uv_fs_ftruncate64

github.com/neovim/libuv - d68b3d960b6d95bfc16027cecca2f3fa48bcc36f authored almost 13 years ago
unix: fix compiler warning, #include <unistd.h>

github.com/neovim/libuv - 8e6f332fed29008e14b78c7bbdf9285968e6b741 authored almost 13 years ago
unix: add missing function declaration

github.com/neovim/libuv - e3468e9d42aab4ae0cd53f3f5e409d551d85a683 authored almost 13 years ago
add 64bit offset fs functions

github.com/neovim/libuv - ea501263588c0efbaa77b24feda20075a943271a authored almost 13 years ago
Revert "Fix memory leak in uv_exepath() on OSX."

This reverts commit f6c8e78db973a0f57424dba74c97fdd4d2f910f8.

realpath() on OS X 10.5 crashes i...

github.com/neovim/libuv - 637d976c195d690ef96344fd7415cfc29546b868 authored almost 13 years ago
Extract modifiers for mouse events at peekkey time

github.com/neovim/libtermkey - f3664c68086172a36afbedd09e8cef14c3dd680c authored almost 13 years ago
Added a unit test for mouse report events

github.com/neovim/libtermkey - 2bc4ed1660eda43b6356fd1f8166d0d6452c50a0 authored almost 13 years ago
Merge branch 'v0.6'

github.com/neovim/libuv - f6df47b474b428d3535c935739c957cc8e7c00f8 authored almost 13 years ago
Windows: don't report ENOTSOCK when attempting to bind an udp handle twice

github.com/neovim/libuv - 3506cd1dc5e941acb216b2118cfc784b78fcc4f1 authored almost 13 years ago
Windows: backport pipe-connect-to-file fixes from master

Conflicts:

src/win/pipe.c

commit e53ab6675ba12d97ad6d93c9913a473ba5172617
Author: Bert Be...

github.com/neovim/libuv - cda7a280395108e0c84175822718e7436c8cb4f1 authored almost 13 years ago
unix: move inotify init logic to loop.c

github.com/neovim/libuv - f4e753718489284cebdb1b61026002256a92520e authored almost 13 years ago
Add functions to look up req and handle sizes

Useful for FFI bindings. Closes #370.

github.com/neovim/libuv - f09f7bc6a8b64585cd74d1fca712c6d0cab2f737 authored almost 13 years ago
Move private req and handle fields to platform headers

And fix other problems introduced with UV_HANDLE_TYPE_MAP and UV_REQ_TYPE_MAP.

github.com/neovim/libuv - 5f38ba1a8992c5aaebe89f5a11e3779dc2649fab authored almost 13 years ago
unix: move loop init logic out of core.c

github.com/neovim/libuv - 68bed698fc90ca8798aac804667fd6069297c56a authored almost 13 years ago
unix: move handle specific close logic out of core.c

github.com/neovim/libuv - 5a8446c3099fd10353de206825a6a42ac1ce8d63 authored almost 13 years ago
unix: replace handle->next_watcher

Remove the next_watcher and replace it with a linked list. Said list is named
endgame_handles (b...

github.com/neovim/libuv - ed395e0619ab50d86c960e839525a0a5e8259b66 authored almost 13 years ago
x-macro-ify uv_handle_type and uv_req_type

github.com/neovim/libuv - bf9a2b346306583d1eff9b14b3a2b85f9768cb83 authored almost 13 years ago
unix: move active checks out of core.c

Move active checks out of core.c and into their respective compilation units:
check, idle, prepa...

github.com/neovim/libuv - 5fbe0aab3303bd800f878121c8ef4aba19b0115b authored almost 13 years ago
unix: move idle code from core.c to idle.c

github.com/neovim/libuv - 5a59e4924aa727a0cf07ed58a57075d42825b32a authored almost 13 years ago