aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
...
* provider: Add support for python commands/functionsThiago de Arruda2014-07-17
* provider: New module used to expose extension points for core servicesThiago de Arruda2014-07-17
* channel: Bugfixes and refactorThiago de Arruda2014-07-17
* job: No longer free the job data. It's now done by the exit callbackThiago de Arruda2014-07-17
* channel: Implement channel_exists functionThiago de Arruda2014-07-17
* channel: Refactor channel_from_job to return the channel idThiago de Arruda2014-07-17
* wstream: Pass WBuffer refcount as a constructor parameterThiago de Arruda2014-07-17
* wstream: document default value for 'maxmem'Thiago de Arruda2014-07-17
* os: implement os_hrtimeNicolas Hillegeer2014-07-16
* Create os/os_defs.h for os specific definitionsPavel Platto2014-07-14
* Extract `tempfile` module from fileioPavel Platto2014-07-14
* Refactor vim_tempnamePavel Platto2014-07-14
* Remove #ifdefs TEMPDIRNAMES and add TEMPDIRNAMES for WindowsPavel Platto2014-07-14
* Temporary os_mkdtemp implementation. Use it instead of mkdtemp.Pavel Platto2014-07-14
* 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