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

unix: move idle code from core.c to idle.c

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

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

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

github.com/neovim/libuv - fd987a26fe25030cbac53f689532743e37c75dd0 authored almost 13 years ago
build: sort source files

github.com/neovim/libuv - c733cb807d3152394ab40c10926fde9f016e5dd5 authored almost 13 years ago
Rename __unused to UV__UNUSED.

__unused is - contrary to its name - used in glibc.

The ANSI/ISO standards reserve all identifi...

github.com/neovim/libuv - effa3b65b14e9b07e293f3490f2f66a27a032d7e authored almost 13 years ago
unix: use uv_timer_t for c-ares' timeout timer

github.com/neovim/libuv - 8895c9e672c5bc5f9f0bb6d71ede51a5288d0d22 authored almost 13 years ago
Remove UV_ARES_TASK_PRIVATE_FIELDS.

It's only used internally, it doesn't have to be part of a public header file.

github.com/neovim/libuv - 42095c85a03af4912a7c76df006088697f1350f1 authored almost 13 years ago
Merge branch 'v0.6'

github.com/neovim/libuv - 396d1383fea75afe760f98bb1a6ff563048ae112 authored almost 13 years ago
build: define _DARWIN_USE_64_BIT_INODE=1 on OS X

Fixes a segmentation fault on some OS X systems due to sizeof(struct stat)
mismatches.

github.com/neovim/libuv - 9c8f6dd4f9367c569b63a41b2f652a9baaca177b authored almost 13 years ago
test: ensure valid uptime value

github.com/neovim/libuv - 9d3c00046f1e8d3800bcb161dd8e929399776d55 authored almost 13 years ago
win: use performance counter instead of GetTickCount for uptime

github.com/neovim/libuv - 442aa1f4696d24a605790b8ad4317696758ee8de authored almost 13 years ago
Add uv_is_closing()

Closes #367.

github.com/neovim/libuv - b309f2e2e6b227c515b7041b3dbd05fb7c1125f8 authored almost 13 years ago
Created a demo to show libtermkey in a GLib-based program

github.com/neovim/libtermkey - 3b49acb8c111ff055a0ddaf592ff79d4cdcc4bad authored almost 13 years ago
linux: tidy up syscall code

github.com/neovim/libuv - 685b36ba661933a675d809028714df577c808439 authored almost 13 years ago
sunos: don't use fopen()

FILE uses an unsigned char to store the file descriptor so it cannot handle
situations where the...

github.com/neovim/libuv - 4632163190cef559b84e330a862b4893c342a447 authored almost 13 years ago
Conditionally define __unused.

Fixes compiler warning '"__unused" redefined' on OS X.

Reported by Saúl Ibarra Corretgé.

github.com/neovim/libuv - 1ab8f5a3c5697013c8cf00bfefa896e005f38aff authored almost 13 years ago
add missing uv_tcp_close declaration

github.com/neovim/libuv - 436001877426d25c14c447f45949ad6aace38ac7 authored almost 13 years ago
export uv_is_readable & uv_is_writable

github.com/neovim/libuv - ab8c3b85c1c4f1395d6371cb6ec1d4be5a676a44 authored almost 13 years ago
windows: explicitly disallow sending non-listening or non-connected

TCP sockets over IPC

github.com/neovim/libuv - c3daa44c25d5b7a044eb276e5b33cd413ac3e1ab authored almost 13 years ago
windows: Enable passing of TCP connections over IPC

github.com/neovim/libuv - 70925c3bb993bf7ecde4c876278dec22b4745650 authored almost 13 years ago
unix: fix TARGET_OS_IPHONE conditional

github.com/neovim/libuv - 31ff9863a16950b0fdae0d94c0e84e5f718fafad authored almost 13 years ago
trim empty lines

github.com/neovim/unibilium - 689d3a492eb245d4422c1b6615142c1cc18f4938 authored almost 13 years ago
some basic functionality tests

github.com/neovim/unibilium - ba2f298c83d36ceb9f5036f3f24ea1bf8df6a951 authored almost 13 years ago
add tools/gen-static-test.c

github.com/neovim/unibilium - f8e263c633641db4b164e60bc3caf2b0a8df54bb authored almost 13 years ago
fix broken link

github.com/neovim/unibilium - 73e4a1fc9a43f0367eeca41f8f601947c7d4c91b authored almost 13 years ago
reshuffle Makefile; add 'test'; move unibi-dump to tools

github.com/neovim/unibilium - 3a1bb75fb2c0c60ada1883f02eacd26c50f5f975 authored almost 13 years ago
Merge branch 'v0.6'

Conflicts:
src/unix/linux/inotify.c

github.com/neovim/libuv - 6e0ca3aa8f92e398f4bbbe872d56af7ec3af6212 authored almost 13 years ago
Test: verify that no callbacks are made after closing an fs event watcher

github.com/neovim/libuv - 732cf91d6d0d6a711183985c1796a31565708bb2 authored almost 13 years ago
Test: verify that uv_close from an fs event callback works properly

github.com/neovim/libuv - aff078390ff45077f12ea31d00516bf9a8e2f08e authored almost 13 years ago
Windows: never call fs event callbacks after closing the watcher

github.com/neovim/libuv - 1795427ab0d885cae3aa9bbcecb423c4bf863749 authored almost 13 years ago
test-fs-event.c: style

github.com/neovim/libuv - 7e8fe3ece7392a36a283ba6ff4e57bc8cb617d34 authored almost 13 years ago
Fs event tests: don't fail if a previously failed test left stray files

github.com/neovim/libuv - 89303f365e85bff909a821e2a552e7e2e35c255a authored almost 13 years ago
unix: fix compiler warning

Fix warning "for loop initial declaration used outside C99 mode" on openbsd.

github.com/neovim/libuv - 40e6373263fd6853c4986393eaab041715016686 authored almost 13 years ago
build: make `make clean` really clean

github.com/neovim/libuv - 2b3ba91eb91143b20741b62a7164e529032bb7ae authored almost 13 years ago
don't mess up boolean caps in unibi_dump

github.com/neovim/unibilium - d6f0fe6eb2c17c397989106184c29d182aaecc87 authored almost 13 years ago
don't crash on dumping null extcaps

github.com/neovim/unibilium - 94019bd7b47afcbf9c0ecbb117fa63d33c02b786 authored almost 13 years ago
licensing boilerplate

github.com/neovim/unibilium - 818f32e4e81feaa998c645031f78fd66c326e6a9 authored almost 13 years ago
mention Makefile in the README

github.com/neovim/unibilium - b6740b63bfc7e1d2f060e55ed5db3474b0650900 authored almost 13 years ago
change to <unibilium.h> in the documentation

github.com/neovim/unibilium - 0e394fd5e2008b107f488182b1f7e0d904efa020 authored almost 13 years ago
documentation for extended capability stuff

github.com/neovim/unibilium - 29bc09d70361ff75d060bc58d8ef0424693504da authored almost 13 years ago
bump version number

github.com/neovim/unibilium - 49dede9acc89134de9668131067bcd7cf33087b0 authored almost 13 years ago
dump extended capabilities

github.com/neovim/unibilium - 659f1e2403f9722d9f011840468315a4d3cc4735 authored almost 13 years ago
fix the most obvious extcap bugs

github.com/neovim/unibilium - 9275422a9e80e8a263e4cd6864e5ec79ba32d756 authored almost 13 years ago
first attempt at support for extended capabilities

github.com/neovim/unibilium - e11128debcac6c4bff7a5b7d66ca74d2168ed5c3 authored almost 13 years ago
Fix manpage bug in termkey_start.3

github.com/neovim/libtermkey - 9e9ec580ca6dccbb778d350085022ee011b1c7bb authored almost 13 years ago
Bump VERSION to 0.14

github.com/neovim/libtermkey - 4c151c5c91a276fc47e2f636843acb023d7772d7 authored almost 13 years ago
Need to ship man/also in distribution tarball

github.com/neovim/libtermkey - 9639d4b8dbdc6f2ca61943ec64711faaa90627a4 authored almost 13 years ago
Also pack the unit tests into the dist tarball, and allow building them in-target

github.com/neovim/libtermkey - 226e76f5aa5f140d12f02dac3439394fd21c8fbc authored almost 13 years ago
Avoid the underscore in struct _TermKey

github.com/neovim/libtermkey - 7fb060116ee6158bfb5b7ac959041acf6569be8b authored almost 13 years ago
Avoid the underscores in struct _VTerm etc...

github.com/neovim/libvterm - c2f1b4bd1a24f18515d655a92da765552af23f71 authored almost 13 years ago
Further annotated documentation for VT220 as well

github.com/neovim/libvterm - 745579a62abe029d69c53d2dbde4481a113901e5 authored almost 13 years ago
build: don't link against the Carbon framework

Unused. The Makefile doesn't link against it either.

github.com/neovim/libuv - e729a82e7de13f048fdb515d638daadae53ad291 authored almost 13 years ago
One URL list in documentation rather than many one-line files

github.com/neovim/libvterm - f0b3451e205477ae511b2337fed9b202cba4be74 authored almost 13 years ago
Ensure all the terminal modes are initialised/reset at reset time

github.com/neovim/libvterm - 37c3fdf77792e26842098599165e9b3e173821de authored almost 13 years ago
Implement NLM; newline/linefeed mode

github.com/neovim/libvterm - edf0d6f2a5e64edfbc9a19a4adf396e2071b1179 authored almost 13 years ago
Implement ESC c == RIS, reset initial state

github.com/neovim/libvterm - bffb3bb61527aa7e2109f5b2e7739c525cf286fd authored almost 13 years ago
Don't perform full state reset when changing WANTSTATE flags in t/harness

github.com/neovim/libvterm - e5f2513fec56f19b220967bcb033fd70f9456fd0 authored almost 13 years ago
Handle all other C0 controls specially in the parser since they're supposed to apply always

github.com/neovim/libvterm - 1ac30b1ca0be6c862a5c5b92e9f6c03eebb92688 authored almost 13 years ago
Totally ignore NUL and DEL bytes

github.com/neovim/libvterm - d59f2ab21d022db9e662bfd46397f80a615336a2 authored almost 13 years ago
some docs for the terminfo file format (including extended capabilities)

github.com/neovim/unibilium - 33831e59ef9be8baa129eabcb5988dd82be04715 authored almost 13 years ago
Handle CAN/SUB and ESC bytes in parser as a special-case

github.com/neovim/libvterm - 1a826ad7d66cdc1fa611e4cc4fbd3eba05c36f03 authored almost 13 years ago
Implement DA; respond as VT100 does

github.com/neovim/libvterm - b8d310ede337850477f8eedcf168b232fb7c207d authored almost 13 years ago
Annotate on sequence documentation, the sequences that come from VT100

github.com/neovim/libvterm - b0c1409326ef749742f59166f448f57305af494d authored almost 13 years ago
Rearranged on_escape handler to switch on the first byte initially rather than the last

github.com/neovim/libvterm - f8c253b7e18481576f73d984474926b2f671fe68 authored almost 13 years ago
Use ASCII chars instead of hex numbers when decoding on_escape

github.com/neovim/libvterm - 2dd6886e688442bb2467490193d25ea6394a2f16 authored almost 13 years ago
unix: ignore ECONNABORTED errors from accept()

ECONNABORTED means that the connection was torn down by the peer before the
TCP handshake comple...

github.com/neovim/libuv - 8409a6765bbda8d68cb3f2e48a1ce0a3d4814096 authored almost 13 years ago
unix: ignore ECONNABORTED errors from accept()

ECONNABORTED means that the connection was torn down by the peer before the
TCP handshake comple...

github.com/neovim/libuv - c9c9d805dae321a7bdf0077547c2da2dbe70f2a2 authored almost 13 years ago
test: fix format string warnings

github.com/neovim/libuv - 8ce8bfaa4083e8a975c1c9703726ff3986a8e8be authored almost 13 years ago
unix: map ENETUNREACH to UV_ENETUNREACH

UV_ENETUNREACH already exists, but was not mapped properly on unix.

github.com/neovim/libuv - 8e59042310e7a2b25c298b1f79d161fd5772b117 authored almost 13 years ago
unix: replace uv__close() with close()

uv__close() was deprecated a while ago. It's been an alias for close() ever
since. Remove it.

github.com/neovim/libuv - 4ff0898c5f517aae04e42a8ce6d004f67e51e90f authored almost 13 years ago
unix: move libeio specific fields to uv-unix.h

github.com/neovim/libuv - ef47a627ad8c6ef92461178881246a447633f7d6 authored almost 13 years ago
linux: use CLOCK_BOOTTIME if available

Use CLOCK_BOOTTIME to calculate the system uptime. Fall back to CLOCK_MONOTONIC
if CLOCK_BOOTTIM...

github.com/neovim/libuv - 49d4e1884ba5ea135f68c8b17fdf2c5d5bf0f91e authored almost 13 years ago
Flush early damage that is entirely outside a scrollrect

github.com/neovim/libvterm - 74abc3f67d9f2a2204cfbb3ceaca245d565c0f24 authored almost 13 years ago
Provide some pos/rect utility functions, static inline in vterm.h itself

github.com/neovim/libvterm - fa98396127055dc2e60e8c35c2486aef1c247ecf authored almost 13 years ago
test: fix compiler warnings

* remove unused variables and functions
* replace %llu with %zu when printing size_t variables

github.com/neovim/libuv - 379ca428ef5dbf2a29897ed4d34506dad0b96757 authored almost 13 years ago
Windows: fix compiler warnings

github.com/neovim/libuv - 4ae316bcc93d137d2ece2bcf6a8a85fca983a41b authored almost 13 years ago
Use RB_GENERATE_STATIC, not RB_GENERATE_INTERNAL.

github.com/neovim/libuv - 87151c8a7becf95c8ffd228ec2bf5eccaf355026 authored almost 13 years ago
Mark rbtree functions with __attribute__((unused)).

github.com/neovim/libuv - 681aa831fa904f5738b8e87f8e9340f2b5bb5635 authored almost 13 years ago
Add UV_ENOSPC and mappings to it

Closes GH-337

github.com/neovim/libuv - 163d8de392df7bc8b2f87ccb62a3e8c1a49eef92 authored almost 13 years ago
Add UV_ENOSPC and mappings to it

Closes GH-337

github.com/neovim/libuv - aff94a069ca511caebcbcc9b8c50e2293b3d1d66 authored almost 13 years ago
unix, win: store ares handles in a binary tree

Store the uv_ares_task_t handles in a red-black tree, not a linked list.

Fixes #72.

github.com/neovim/libuv - dfda5009c24ac7bd674a26069a9008a0d4edae73 authored almost 13 years ago
test: make variables in benchmark-ares static

github.com/neovim/libuv - c21184c103a0cce688be440e2ad6c641793ec747 authored almost 13 years ago
test: silence compiler warning

main_proc is never read without having been initialized first but gcc 4.4.x
fails to infer that.

github.com/neovim/libuv - 60311566021c60e356c37720332bdbdf962618fe authored almost 13 years ago
Fix include guard in tree.h and ngx-queue.h

The C99 standard reserves all identifiers (including macros) that start with an
underscore and a...

github.com/neovim/libuv - 7a2bd054936fe4afeb4abc8df02844e6a048fbfa authored almost 13 years ago
unix: replace C99/C++ comments, fix build

github.com/neovim/libuv - 6dcce92d446311d740203fecfe35fbb8a7dd260a authored almost 13 years ago
linux: try inotify_init if inotify_init1 returns ENOSYS

The kernel may be older than the kernel headers that libuv is compiled against.

github.com/neovim/libuv - 66a959c405222da90765dbcc28c8d0d0bbe4d3cf authored almost 13 years ago
linux: try inotify_init if inotify_init1 returns ENOSYS

The kernel may be older than the kernel headers that libuv is compiled against.

github.com/neovim/libuv - 1b6df97690b432d270ff3c0aae16b4cd52f18794 authored almost 13 years ago
Ensure entire screen is erased on altscreen enable

github.com/neovim/libvterm - 7d13faf861e03cc7a17376e70e389f5622918611 authored almost 13 years ago
Consistency updates to Makefile to make it more like libvterm's

github.com/neovim/libtermkey - 24109945e45d1533ab4edee540ea59b930cc74a0 authored almost 13 years ago
Standarise 2-space indent in Makefile

github.com/neovim/libvterm - ef5b4564e51fd839ff1741aad22f66189ccddbb5 authored almost 13 years ago
Use a linear ramp for the XTerm256 colour palette instead of a skewed gamma curve, as this gives smoother output

github.com/neovim/libvterm - adc24f4c99bde7aeb68da8dd8a923ce3d3333da7 authored almost 13 years ago
win: Fix MinGW32 build

github.com/neovim/libuv - db413f3806356a632774b8a589546fc6788debd6 authored almost 13 years ago
Also implement DECSC/DECRC and ANSI SAVE/RESTORE identical to DEC mode 1048

github.com/neovim/libvterm - edb4070b1e109af96d08d9c9c48e0aa5e08b5087 authored almost 13 years ago
unix: replace C99/C++ comments, fix build

github.com/neovim/libuv - 8c78cb40ff8273f85212f0519fcf2204892e6820 authored almost 13 years ago
test: test cross-process handle send/recv

github.com/neovim/libuv - e1901629759ea998fa133369e5c31cb767f383d2 authored almost 13 years ago
unix: add support for receiving UNIX sockets

Until now, all received file descriptors were reported as being UV_TCP streams:
AF_INET/AF_INET6...

github.com/neovim/libuv - 71eea07a95ecdbd8f91b449cd6ba12f306309d61 authored almost 13 years ago
Make the thread_create benchmark not time out

github.com/neovim/libuv - 8ffad48818f4683ea88ce7269285e42a42422018 authored almost 13 years ago
Windows: output newline before output from passed tests

github.com/neovim/libuv - 0d6aa2a2e5af7dac163243ed3d4d908abc9911d5 authored almost 13 years ago