aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
* 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
* job: add in-pipe notification and closing supportNicolas Hillegeer2014-07-27
* wstream: allow empty release wbuffer cbNicolas Hillegeer2014-07-27
* wstream: write completion callbackNicolas Hillegeer2014-07-27
* job: implement job_wait()Nicolas Hillegeer2014-07-27
* os/shell: constify argumentsNicolas Hillegeer2014-07-27
* Fix memory leaks for jobs.oni-link2014-07-23
* Fix memory leak in provider_call.oni-link2014-07-23
* os/time: fix os_localtime_r on win + add func_attrNicolas Hillegeer2014-07-20
* os/time: make os_get_localtime more portableNicolas Hillegeer2014-07-20
* os/time: include time.h in os/time.hNicolas Hillegeer2014-07-20
* events: Refactor how event deferral is handledThiago de Arruda2014-07-17
* api/events/msgpack: Insert log statements to improve debuggingThiago de Arruda2014-07-17
* provider: Add support for clipboard registers.Thiago de Arruda2014-07-17