aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
...
* 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
* fileinfo: rename os_file_info_id_equalStefan Hoffmann2014-08-31
* fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_blocksizeStefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_hardlinksStefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_sizeStefan Hoffmann2014-08-31
* channel: Remove code for automatically closing in channel_send_callThiago de Arruda2014-08-31
* msgpack-rpc: Always use arrays when sending events or callsThiago de Arruda2014-08-29
* msgpack-rpc: Accept method names in requestsThiago de Arruda2014-08-29
* api: Implement '--embedded-mode' command-line optionThiago de Arruda2014-08-28
* channel: Implement channel_from_stdio functionThiago de Arruda2014-08-28
* channel: fix channel buffer sizeThiago de Arruda2014-08-28
* channel: Fix channel not being closed when the RStream reaches EOFThiago de Arruda2014-08-28
* wstream: Implement wstream_set_fileThiago de Arruda2014-08-28
* Merge pull request #950 from Hinidu/os_fchownJustin M. Keyes2014-08-16
|\
| * os_fchown: impl and remove HAVE_FCHOWNPavel Platto2014-08-13
* | coverity/71508: Fix potential null dereference.Manish Raghavan2014-08-13
|/
* Implement `os_mkdtemp` on top of `uv_fs_mkdtemp`Pavel Platto2014-08-09
* Remove unused arg 'defer' in 'job_start' #1000oni-link2014-07-29
* rstream: remove 'reading' struct memberNicolas Hillegeer2014-07-27
* job: increase JOB_BUFFER_SIZE to 0xFFFFNicolas Hillegeer2014-07-27
* os/shell: implement os_systemNicolas Hillegeer2014-07-27