aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
* fs.c: add FUNC_ATTR_NONNULL_ALL to all functionsJustin M. Keyes2014-10-30
* api: Add vim_input function and mark vim_feedkeys as deferredThiago de Arruda2014-10-29
* input: Fix sizes of input/read buffersThiago de Arruda2014-10-29
* input/job: process ctrl+c and do conversion in the read callbackThiago de Arruda2014-10-29
* job_start: Do not close in/out/err on error.Scott Prager2014-10-28
* input: Fix conversion error in `convert_input()`Thiago de Arruda2014-10-28
* job: Only decrease refcount after `settmode` in `job_wait`Thiago de Arruda2014-10-23
* job: Refactor to ensure that all callbacks will be invokedThiago de Arruda2014-10-23
* debug: Fix broken DLOG macro callsThiago de Arruda2014-10-22
* input: Fix ctrl+c handling in convert_inputThiago de Arruda2014-10-22
* input: Don't remove Ctrl+C from the input_bufferThiago de Arruda2014-10-21
* event: Remove direct calls to `uv_run` from job.c/shell.cThiago de Arruda2014-10-21
* compilation: Add -Wconversion to more files and validate CONV_SOURCESThiago de Arruda2014-10-21
* event: Extract event_poll loops to `event_poll_until` macroThiago de Arruda2014-10-21
* event: Remove automatic event deferallThiago de Arruda2014-10-21
* event: Remove EventType enum and pass a callback to `event_push`Thiago de Arruda2014-10-21
* msgpack-rpc: Create subdirectory for msgpack-rpc modulesThiago de Arruda2014-10-21
* rstream: Add rbuffer_read_ptr/rbuffer_write_ptr functionsThiago de Arruda2014-10-19
* rstream: Initialize 'rstream' field in RBuffer classThiago de Arruda2014-10-19
* ui: Refactor input buffer handlingThiago de Arruda2014-10-18
* rstream: Extract some RStream functionality to RBufferThiago de Arruda2014-10-18
* server: Improve error reporting.Scott Prager2014-10-17
* wstream/shell: Fix memory errors caused by os_systemThiago de Arruda2014-10-01
* memory: xstrchrnul and xmemscan.Scott Prager2014-09-30
* api/msgpack-rpc: Improve error infrastructureThiago de Arruda2014-09-18
* vim-patch:7.4.235Scott Prager2014-09-17
* channel: Fix unpacker loop conditionThiago de Arruda2014-09-16
* server: Rename address environment variableThiago de Arruda2014-09-13
* api/msgpack-rpc: Refactor metadata object constructionThiago de Arruda2014-09-12
* api: Implement `vim_report_error` functionThiago de Arruda2014-09-12
* provider: Major refactorThiago de Arruda2014-09-12
* api/msgpack-rpc: Implement `channel_close` and expose to vimscriptThiago de Arruda2014-09-12
* wstream: Fix close/freeThiago de Arruda2014-09-12
* job: Fix crash when passing a non-executable path to job_startThiago de Arruda2014-09-12
* api/msgpack-rpc: Refactor msgpack_rpc_helpers.{c,h}Thiago de Arruda2014-09-12
* api/msgpack-rpc: Remove Position type, using arrays instead.Thiago de Arruda2014-09-12
* api/msgpack-rpc: Use EXT type to serialize Buffer/Window/TabpageThiago de Arruda2014-09-12
* api/msgpack-rpc: Remove specialized array typesThiago de Arruda2014-09-12
* msgpack-rpc: Remove the `msgpack_rpc_unpack` functionThiago de Arruda2014-09-12
* msgpack-rpc: Remove support for integer ids in methodsThiago de Arruda2014-09-12
* msgpack-rpc: Refactor API metadata discovery methodThiago de Arruda2014-09-12
* msgpack-rpc: Move handle_missing_method to msgpack_rpc.cThiago de Arruda2014-09-12
* msgpack-rpc: Refactor initializer and dispatcherThiago de Arruda2014-09-12
* deps: Update to the experimental msgpack v5 branchThiago de Arruda2014-09-12
* fileinfo: change returntype of os_fileinfo_sizeStefan Hoffmann2014-08-31
* fileid: rename os_file_id_equal_file_infoStefan Hoffmann2014-08-31
* fileid: rename os_file_id_equalStefan Hoffmann2014-08-31
* fileid: rename os_get_file_idStefan Hoffmann2014-08-31
* fileinfo: rename os_file_info_get_inodeStefan Hoffmann2014-08-31
* fileinfo: rename os_file_info_get_idStefan Hoffmann2014-08-31