aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/wstream.c
Commit message (Expand)AuthorAge
* rstream/wstream: Unify structures and simplify APIThiago de Arruda2015-07-17
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* memory: Replace klib memory pools by malloc/freeThiago de Arruda2015-04-12
* Fix a memory leak for WBuffers used in channel_write().oni-link2015-04-03
* Fix unused variable in wstream.c for a release build.John Szakmeister2015-03-14
* Try to fix problem found in the Travis Ci build.oni-link2014-11-09
* wstream: Memory allocation improvementsThiago de Arruda2014-11-02
* wstream/shell: Fix memory errors caused by os_systemThiago de Arruda2014-10-01
* wstream: Fix close/freeThiago de Arruda2014-09-12
* wstream: Implement wstream_set_fileThiago de Arruda2014-08-28
* wstream: allow empty release wbuffer cbNicolas Hillegeer2014-07-27
* wstream: write completion callbackNicolas Hillegeer2014-07-27
* wstream: Pass WBuffer refcount as a constructor parameterThiago de Arruda2014-07-17
* wstream: document default value for 'maxmem'Thiago de Arruda2014-07-17
* move assert.h include out of vim.hBrandon Coleman2014-07-09
* 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
* wstream: Refactor wstream_new_buffer/wstream_writeThiago de Arruda2014-06-18
* wstream: Change wstream_write failure behaviorThiago de Arruda2014-06-17
* Fix some stylesZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Move documentation from function declarations to definitionsZyX2014-06-02
* WStream: Refactor: Use reference count for memory managementThiago de Arruda2014-05-28
* Refactor: Use size_t for {w,r}streams.cThiago de Arruda2014-05-28
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15