aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/rbuffer.c
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: remove PVSdundargoc2023-11-12
* fix(rbuffer): handle edge case where write_ptr has wrapped aroundbfredl2023-01-14
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* docs: fix typos (#19588)dundargoc2022-08-03
* refactor(api): use a unpacker based on libmpack instead of msgpack-cbfredl2022-06-02
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: format with uncrustify #15755dundargoc2021-09-24
* channels: allow bytes sockets and stdio, and buffered bytes outputBjörn Linse2017-11-24
* *: Add comment to all C filesZyX2017-04-19
* rbuffer: Use xcalloc to ensure memory is initializedJames McCoy2016-11-28
* Merge #4646 from oni-link/fix.issue.4569.3Justin M. Keyes2016-06-26
|\
| * process.c: Prevent data loss for process output streamsoni-link2016-05-15
* | file: Add buffered reading and writingZyX2016-06-23
|/
* rbuffer: Enhance rbuffer_reset to work with filled RBuffersThiago de Arruda2015-10-01
* rbuffer: Fix for problems with escape input sequences.oni-link2015-07-07
* rbuffer: Reimplement as a ring buffer and decouple from rstreamThiago de Arruda2015-07-01