aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
...
* Use strict function prototypes #945Pavel Platto2014-07-14
* os_open: add unit testsJustin M. Keyes2014-07-14
* os_open: impl mch_open with libuv. ref #133Justin M. Keyes2014-07-14
* os/server: Fix possible port overflowAndré Twupack2014-07-13
* os/server: Fix TCP connectionAndré Twupack2014-07-13
* os/server: Fix indentationAndré Twupack2014-07-13
* Include stdbool.h in headers which have functions with bool in signaturePavel Platto2014-07-11
* Remove stdbool.h from files which don't need itPavel Platto2014-07-11
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* Fix two android compile errors in fs.c #924Fredrik Fornwall2014-07-09
* move assert.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* MsgPack-RPC dispatch based on function array lookup #864Felipe Oliveira Carvalho2014-07-04
* Introduce GA_APPEND()Felipe Oliveira Carvalho2014-06-30
* os: implement VimL libcall with {mch,os}_libcallNicolas Hillegeer2014-06-28
* FileID: make `os_stat()` staticStefan Hoffmann2014-06-27
* FileID: implement `FileID` structStefan Hoffmann2014-06-27
* channel/msgpack_rpc: Refactor API dispatchingThiago de Arruda2014-06-24
* channel/msgpack_rpc: Refactor to better split functions across modulesThiago de Arruda2014-06-24
* channel: Implement the 'channel_send_call' functionThiago de Arruda2014-06-24
* channel/msgpack_rpc: Refactor msgpack_rpc_notification/serialize_eventThiago de Arruda2014-06-24
* channel: Extract function for sending errors that are not responsesThiago de Arruda2014-06-24
* channel: Extract 'channel_write' functionThiago de Arruda2014-06-24
* job: Add a `maxmem` parameter to job_startThiago de Arruda2014-06-24
* wstream: Make wstream_write consider the return value from uv_writeThiago de Arruda2014-06-24
* wstream: Use a default value of 10mb for `maxmem` when 0 is passedThiago de Arruda2014-06-24
* wstream: Refactor buffer memory managementThiago de Arruda2014-06-24
* event: Decouple user input checks from `event_poll`Thiago de Arruda2014-06-24
* event: Bail out of event_poll when any event is processedThiago de Arruda2014-06-24
* api: Change type of event data to `Object` from `typval_T`Thiago de Arruda2014-06-18
* events: Refactor how events are queued for processingThiago de Arruda2014-06-18
* events: Refactor event_poll to use stack-allocated timer handlesThiago de Arruda2014-06-18
* channel: Make channel_{un}subscribe abort the program for invalid idsThiago de Arruda2014-06-18
* job: Refactor job_write to receive WBuffer instances.Thiago de Arruda2014-06-18
* job: Add defer flag and setter methodThiago de Arruda2014-06-18
* job: Refactor to use pointers instead of idsThiago de Arruda2014-06-18
* rstream: Implement the rstream_set_defer functionThiago de Arruda2014-06-18
* rstream: Rename RStream `async` flag to `defer`Thiago de Arruda2014-06-18
* wstream: Refactor wstream_new_buffer/wstream_writeThiago de Arruda2014-06-18
* wstream: Change wstream_write failure behaviorThiago de Arruda2014-06-17
* msgpack_rpc: Deal with deserialization failuresThiago de Arruda2014-06-17
* Replace vim_strncpy calls: os/fs.cDouglas Schneider2014-06-13
* Replace vim_strncpy calls: os/users.cDouglas Schneider2014-06-13
* spelling fixes #827Will Stamper2014-06-12
* msgpack: NULL terminate incoming stringsNicolas Hillegeer2014-06-08
* Use generated headers in os.hZyX2014-06-02
* Remove unneeded klist include in channel.cZyX2014-06-02
* Fix some stylesZyX2014-06-02