aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
* Replace vim_strncpy calls: os/fs.cDouglas Schneider2014-06-13
* Replace vim_strncpy calls: os/users.cDouglas Schneider2014-06-13
* spelling fixes #827Will Stamper2014-06-12
* msgpack: NULL terminate incoming stringsNicolas Hillegeer2014-06-08
* Use generated headers in os.hZyX2014-06-02
* Remove unneeded klist include in channel.cZyX2014-06-02
* Fix some stylesZyX2014-06-02
* Make nvim/lib/k*.h headers be the last one in the listZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Move documentation from function declarations to definitionsZyX2014-06-02
* Fix unused variable when NDEBUG is defined.Justin M. Keyes2014-05-31
* Refactor: Redefine `Map(T)` as a more generic `Map(T, U)` macroThiago de Arruda2014-05-30
* Channel: Refactor: Extract register_channel functionThiago de Arruda2014-05-28
* Channel: Refactor: Extract serialize_event functionThiago de Arruda2014-05-28
* API: Events: Add functions for {un}subscribing to broadcasted eventsThiago de Arruda2014-05-28
* API: Events: Add support for broadcasting eventsThiago de Arruda2014-05-28
* 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
* Refactor: Remove support for multiple protocolsThiago de Arruda2014-05-27
* Build: Add more files to clint-files.txt and fix errorsThiago de Arruda2014-05-26
* Build: Add 'nonnull' attributes to msgpack_rpc functionsThiago de Arruda2014-05-26
* API: Events: Implement channel_send_event and vimscript wrapperThiago de Arruda2014-05-26
* API: Events: Return channel id from the API discover requestThiago de Arruda2014-05-26
* API: Refactor: Close/free channels when their streams reach EOFThiago de Arruda2014-05-26
* API: Refactor: Duplicate/free string arguments coming from msgpackThiago de Arruda2014-05-26
* coverity: fix BUFFER_SIZE_WARNING with str{n,l}cpyNicolas Hillegeer2014-05-26
* API: Refactor: Use macro for initializing all arraysThiago de Arruda2014-05-23
* API: Refactor: Return handles instead of indexesThiago de Arruda2014-05-23
* API: Refactor: Change the integer type of remote objects to uint64_tThiago de Arruda2014-05-23
* API: Refactor: Add macro infrastructure for typed arraysThiago de Arruda2014-05-23
* API: Refactor: Generalize buffer, window and tabpage types/functionsThiago de Arruda2014-05-23
* API: Refactor: Move non-public files to private subdirectoryThiago de Arruda2014-05-23
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19
* Improve map module: Refactor into a macro libraryThiago de Arruda2014-05-19
* Improve map module: Change scopesThiago de Arruda2014-05-19
* Enable -Wconversion for API files and fix errorsThiago de Arruda2014-05-17
* Use more descriptive names for API primitive typesThiago de Arruda2014-05-17
* Refactor API to use one integer type: int64_tThiago de Arruda2014-05-17
* Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)Felipe Oliveira Carvalho2014-05-17
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix relative includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15