aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* channel: Move mch_exit(0) call to a non-deferred event handlerThiago de Arruda2014-11-03
* event: Do an early return from event_teardown when not initializedThiago de Arruda2014-11-03
* travis: Test `nvim --version` in gcc buildThiago de Arruda2014-11-03
* travis: Force travis build to fail when core files are dumpedThiago de Arruda2014-11-03
* Merge pull request #1377 from Pyrohh/msgpack_rpc-doc-fixesJustin M. Keyes2014-11-03
|\
| * runtime/docs/msgpack-rpc: Misc. fixesMichael Reed2014-11-03
|/
* Merge pull request #1387 from fwalch/fix-installationJustin M. Keyes2014-11-03
|\
| * CMake: Fix helptags generation.Florian Walch2014-11-03
| * Revert "Merge pull request #1381 from xzfc/master"Florian Walch2014-11-03
|/
* Merge pull request #1381 from xzfc/masterJustin M. Keyes2014-11-03
|\
| * GenerateHelptags: Use ${PREFIX} variableAlbert Safin2014-11-03
| * CMake: Fix checking of DESTDIRAlbert Safin2014-11-03
|/
* Merge pull request #1366 from fwalch/homebrew-releaseJustin M. Keyes2014-11-03
|\
| * Homebrew: Compile as release build.Florian Walch2014-11-02
* | Merge pull request #1379 from xu-cheng/GenerateHelptags_fixJustin M. Keyes2014-11-03
|\ \
| * | GenerateHelptags: check whether DESTDIR existsXu Cheng2014-11-03
|/ /
* | Merge PR #1369 'Assert libuv event loop is properly cleaned up'Thiago de Arruda2014-11-02
|\ \
| * | event: Ensure the event loop has been cleaned up in event_teardownThiago de Arruda2014-11-02
| * | event: Reintroduce the immediate event queueThiago de Arruda2014-11-02
| * | event: Rename pending_events to deferred_eventsThiago de Arruda2014-11-02
| * | server: Refactor to ensure server handles are always properly closedThiago de Arruda2014-11-02
| * | wstream: Memory allocation improvementsThiago de Arruda2014-11-02
| * | job: Simplify job_teardown functionThiago de Arruda2014-11-02
|/ /
* | Merge pull request #951 from bfredl/curfixJustin M. Keyes2014-11-01
|\ \
| * | test/api: add test for set_cursor always updating the screenBjörn Linse2014-11-01
| * | api/window_set_cursor: make sure cursor line is visible.Björn Linse2014-11-01
* | | Merge pull request #1371 from GokuITA/coverity74362Justin M. Keyes2014-11-01
|\ \ \ | |/ / |/| |
| * | coverity/74362: Initialized Array using ARRAY_DICT_INITVictor Fonseca2014-11-01
|/ /
* | Merge PR #1365 'Refactor os_call_shell to use os_system'Thiago de Arruda2014-10-31
|\ \
| * | job: Fix job_wait to properly cleanup the job when it exits.Thiago de Arruda2014-10-31
| * | job: Refactor how job kill timeouts are handledThiago de Arruda2014-10-31
| * | job/shell: Refactor os_call_shell/os_system to share codeThiago de Arruda2014-10-31
| * | rstream: Add rstream_buffer method to get a reference to RBufferThiago de Arruda2014-10-31
| * | shell: Rename dyn_buffer_t to DynamicBufferThiago de Arruda2014-10-31
| * | job: Let job_start callers to selectively ignore stdioThiago de Arruda2014-10-31
| * | job: Close libuv handles when uv_spawn failsThiago de Arruda2014-10-31
|/ /
* | Merge pull request #1367 from elmart/python-setup-fixJustin M. Keyes2014-10-31
|\ \ | |/ |/|
| * Fix python setup: Fix issue for users not using python.Eliseo Martínez2014-10-31
|/
* Merge pull request #1364 from fwalch/claJustin M. Keyes2014-10-31
|\
| * CONTRIBUTING.md: Add link to CLA.Florian Walch2014-10-31
* | Merge PR #1358 'Fix python setup'Thiago de Arruda2014-10-31
|\ \ | |/ |/|
| * Fix python setup: Make sure python version on user's path is picked.Eliseo Martínez2014-10-31
| * Fix python setup: Report errors.Eliseo Martínez2014-10-31
|/
* Merge pull request #1349 from stefan991/fix-cimport-pragma-packJustin M. Keyes2014-10-30
|\
| * unittest: increase number of retries in cimportStefan Hoffmann2014-10-30
| * unittest: fix handling of pragma pack in `cimport`Stefan Hoffmann2014-10-30
|/
* Merge pull request #1361 from splinterofchaos/silent-systemJustin M. Keyes2014-10-30
|\
| * Mark patch 427 as included. (#1357)Scott Prager2014-10-30
|/
* Merge pull request #1312 from GokuITA/coverity1289Justin M. Keyes2014-10-30
|\
| * coverity/71507: Unchecked return value (CHECKED_RETURN)Victor Fonseca2014-10-20