aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * os: remove legacy mch_libcallNicolas Hillegeer2014-06-28
| * os: implement VimL libcall with {mch,os}_libcallNicolas Hillegeer2014-06-28
|/
* Merge #775 'Implement `FileID` struct'Justin M. Keyes2014-06-28
|\
| * FileID: remove `CHECK_INODE` macroStefan Hoffmann2014-06-27
| * FileID: remove last use of `st_ino` in memline.cStefan Hoffmann2014-06-27
| * FileID: make `os_stat()` staticStefan Hoffmann2014-06-27
| * FileID: refactor os_unix.c to use `FileID`Stefan Hoffmann2014-06-27
| * FileID: refactor path.c to use `FileID`Stefan Hoffmann2014-06-27
| * FileID: refactor if_cscope.c to use `FileID`Stefan Hoffmann2014-06-27
| * FileID: refactor file_search.c to use `FileID`Stefan Hoffmann2014-06-27
| * FileID: refactor ex_cmds2.c to use `FileID`Stefan Hoffmann2014-06-27
| * FileID: refactor buffer.c to use `FileID`Stefan Hoffmann2014-06-27
| * FileID: remove `INVALID_DEVICE_ID` macroStefan Hoffmann2014-06-27
| * FileID: implement `FileID` structStefan Hoffmann2014-06-27
|/
* Merge #887 'Fix #867: cmake doesn't issue `-isystem` for versioned gcc'John Szakmeister2014-06-27
|\
| * Fix #867: cmake doesn't issue `-isystem` for versioned gccJohn Szakmeister2014-06-27
|/
* Merge pull request #844:John Szakmeister2014-06-27
|\
| * Fix #838: build with "USE_BUNDLED=OFF" fails to find dependenciesJohn Szakmeister2014-06-27
|/
* Add LICENSE. fix #878. PR #883Justin M. Keyes2014-06-26
* Merge pull request #872 'Add support for client-side RPC'Thiago de Arruda2014-06-24
|\
| * channel/msgpack_rpc: Refactor API dispatchingThiago de Arruda2014-06-24
| * channel/msgpack_rpc: Refactor to better split functions across modulesThiago de Arruda2014-06-24
| * channel: Implement the 'channel_send_call' functionThiago de Arruda2014-06-24
| * channel/msgpack_rpc: Refactor msgpack_rpc_notification/serialize_eventThiago de Arruda2014-06-24
| * channel: Extract function for sending errors that are not responsesThiago de Arruda2014-06-24
| * channel: Extract 'channel_write' functionThiago de Arruda2014-06-24
| * job: Add a `maxmem` parameter to job_startThiago de Arruda2014-06-24
| * 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
| * job: Fix vimscript wrapper by returning when an invalid id is passedThiago de Arruda2014-06-24
| * event: Decouple user input checks from `event_poll`Thiago de Arruda2014-06-24
| * event: Bail out of event_poll when any event is processedThiago de Arruda2014-06-24
|/
* update style guide URLJustin M. Keyes2014-06-23
* Use generated declarations in cursor.h #849Pavel Platto2014-06-20
* coverity/15010: Remove dead code. #829oni-link2014-06-20
* vim-patch:7.4.303 #818oni-link2014-06-20
* vim-patch:7.4.302 #817oni-link2014-06-20
* vim-patch:7.4.301 #816oni-link2014-06-20
* vim-patch:7.4.298 #815oni-link2014-06-20
* Merge #824 'Doxygen neovim.org theme'Justin M. Keyes2014-06-19
|\
| * update customdoxygen.css for doxygen 1.8.7Stefan Hoffmann2014-06-19
| * update theme to match neovim.orgStefan Hoffmann2014-06-19
| * add default doxygen 1.8.6 theme filesStefan Hoffmann2014-06-19
| * move documentation output to build/doxygenStefan Hoffmann2014-06-19
|/
* coverity/68215: removed failed variable + dead code from f_readfile #860Will Stamper2014-06-18
* spatch to drop check after alloc/lalloc/xmalloc #690Nikolay Orlyuk2014-06-18
* Merge pull request #845 'Testdir and top-level Makefile improvements'John Szakmeister2014-06-18
|\
| * Make indentation consistent: use 2-space indent alwaysZyX2014-06-18
| * Use MAKEOVERRIDES to pass SCRIPTS/TESTNUM arguments for `make test`ZyX2014-06-18