index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
os
/
wstream.c
Commit message (
Expand
)
Author
Age
*
rstream/wstream: Unify structures and simplify API
Thiago de Arruda
2015-07-17
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
memory: Replace klib memory pools by malloc/free
Thiago de Arruda
2015-04-12
*
Fix a memory leak for WBuffers used in channel_write().
oni-link
2015-04-03
*
Fix unused variable in wstream.c for a release build.
John Szakmeister
2015-03-14
*
Try to fix problem found in the Travis Ci build.
oni-link
2014-11-09
*
wstream: Memory allocation improvements
Thiago de Arruda
2014-11-02
*
wstream/shell: Fix memory errors caused by os_system
Thiago de Arruda
2014-10-01
*
wstream: Fix close/free
Thiago de Arruda
2014-09-12
*
wstream: Implement wstream_set_file
Thiago de Arruda
2014-08-28
*
wstream: allow empty release wbuffer cb
Nicolas Hillegeer
2014-07-27
*
wstream: write completion callback
Nicolas Hillegeer
2014-07-27
*
wstream: Pass WBuffer refcount as a constructor parameter
Thiago de Arruda
2014-07-17
*
wstream: document default value for 'maxmem'
Thiago de Arruda
2014-07-17
*
move assert.h include out of vim.h
Brandon Coleman
2014-07-09
*
wstream: Make wstream_write consider the return value from uv_write
Thiago de Arruda
2014-06-24
*
wstream: Use a default value of 10mb for `maxmem` when 0 is passed
Thiago de Arruda
2014-06-24
*
wstream: Refactor buffer memory management
Thiago de Arruda
2014-06-24
*
wstream: Refactor wstream_new_buffer/wstream_write
Thiago de Arruda
2014-06-18
*
wstream: Change wstream_write failure behavior
Thiago de Arruda
2014-06-17
*
Fix some styles
ZyX
2014-06-02
*
Add automatic generation of headers
ZyX
2014-06-02
*
Move documentation from function declarations to definitions
ZyX
2014-06-02
*
WStream: Refactor: Use reference count for memory management
Thiago de Arruda
2014-05-28
*
Refactor: Use size_t for {w,r}streams.c
Thiago de Arruda
2014-05-28
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15