Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1054 from stefan991/fileinfo-getter | Justin M. Keyes | 2014-09-04 |
|\ | | | | | FileInfo getters for `filesize`, `hardlinks` and `blocksize` | ||
| * | fileinfo: change returntype of os_fileinfo_size | Stefan Hoffmann | 2014-08-31 |
| | | | | | | | | off_t -> uint64_t | ||
| * | fileid: rename os_file_id_equal_file_info | Stefan Hoffmann | 2014-08-31 |
| | | |||
| * | fileid: rename os_file_id_equal | Stefan Hoffmann | 2014-08-31 |
| | | |||
| * | fileid: rename os_get_file_id | Stefan Hoffmann | 2014-08-31 |
| | | |||
| * | fileinfo: rename os_file_info_get_inode | Stefan Hoffmann | 2014-08-31 |
| | | |||
| * | fileinfo: rename os_file_info_get_id | Stefan Hoffmann | 2014-08-31 |
| | | |||
| * | fileinfo: rename os_file_info_id_equal | Stefan Hoffmann | 2014-08-31 |
| | | |||
| * | fileinfo: rename os_get_file_info{,_link,_fd} | Stefan Hoffmann | 2014-08-31 |
| | | |||
| * | fileinfo: implement os_fileinfo_blocksize | Stefan Hoffmann | 2014-08-31 |
| | | |||
| * | fileinfo: implement os_fileinfo_hardlinks | Stefan Hoffmann | 2014-08-31 |
| | | |||
| * | fileinfo: implement os_fileinfo_size | Stefan Hoffmann | 2014-08-31 |
|/ | | | | this replaces os_get_file_size and file_info.stat.st_size | ||
* | Merge #1128 'Drop moonscript' | Nicolas Hillegeer | 2014-08-31 |
|\ | |||
| * | unittest: Move FileInfo tests one level up | Stefan Hoffmann | 2014-08-31 |
| | | |||
| * | build: Remove moonscript as a third-party build dependency | Thiago de Arruda | 2014-08-31 |
| | | |||
| * | unittest: Remove remaining moonscript references | Thiago de Arruda | 2014-08-31 |
| | | |||
| * | unittest: convert set.moon to lua | Thiago de Arruda | 2014-08-31 |
| | | |||
| * | unittest: convert preprocess.moon to lua | Thiago de Arruda | 2014-08-31 |
| | | |||
| * | unittest: convert users_spec.moon to lua | Thiago de Arruda | 2014-08-31 |
| | | |||
| * | unittest: convert path_spec.moon to lua | Thiago de Arruda | 2014-08-31 |
| | | |||
| * | unittest: convert fs_spec.moon to lua | Thiago de Arruda | 2014-08-31 |
| | | |||
| * | unittest: convert env_spec.moon to lua | Thiago de Arruda | 2014-08-31 |
| | | |||
| * | unittest: convert helpers.moon to lua | Thiago de Arruda | 2014-08-31 |
| | | |||
| * | unittest: convert garray_spec.moon to lua | Thiago de Arruda | 2014-08-31 |
|/ | |||
* | Merge PR #1127 'Fix segfault when calling methods in a client that already ↵ | Thiago de Arruda | 2014-08-31 |
|\ | | | | | | | exited' | ||
| * | channel: Remove code for automatically closing in channel_send_call | Thiago de Arruda | 2014-08-31 |
|/ | | | | | | This was causing a segfault(reported in #1125) because channels are already closed by `parse_msgpack` when the connection ends. Also fix the RPC stack overflow error message | ||
* | Merge PR #1121 'Full compliance with msgpack-RPC' | Thiago de Arruda | 2014-08-29 |
|\ | |||
| * | Fix environment variable for triggering embedded tests | Thiago de Arruda | 2014-08-29 |
| | | | | | | | | | | NVIM should be used for all technical identifiers and this was changed in the python-client | ||
| * | msgpack-rpc: Always use arrays when sending events or calls | Thiago de Arruda | 2014-08-29 |
| | | | | | | | | | | | | This is required by the msgpack-RPC specification. Also, the send_call/send_event functions were refactored to accept a variable number of arguments | ||
| * | msgpack-rpc: Accept method names in requests | Thiago de Arruda | 2014-08-29 |
|/ | |||
* | Merge pull request #1124 from fwalch/luarocks-version-number | Justin M. Keyes | 2014-08-29 |
|\ | | | | | Update luarocks: Use commit with correct version number. | ||
| * | Update luarocks: Use commit with correct version number. | Florian Walch | 2014-08-29 |
|/ | |||
* | Merge #1123 "Add 'bit' to the list of lua dependencies" | John Szakmeister | 2014-08-29 |
|\ | |||
| * | Add 'bit' to the list of lua dependencies | Rui Abreu Ferreira | 2014-08-29 |
|/ | | | | - ex_cmds.lua requires the 'bit' module | ||
* | clang: Null pointer passed as an argument to a 'nonnull' parameter #1090 | Justin M. Keyes | 2014-08-28 |
| | |||
* | Merge PR #1060 'Implement --embedded-mode command-line option' | Thiago de Arruda | 2014-08-28 |
|\ | |||
| * | test: Run tests in embedded mode on travis | Thiago de Arruda | 2014-08-28 |
| | | |||
| * | api: Implement '--embedded-mode' command-line option | Thiago de Arruda | 2014-08-28 |
| | | | | | | | | | | This option makes nvim run in "embedded mode", which creates an API channel via stdin/stdout and disables all terminal-related code | ||
| * | channel: Implement channel_from_stdio function | Thiago de Arruda | 2014-08-28 |
| | | | | | | | | | | This function can be used to create an API channel that reads/writes from/to stdin/stdout | ||
| * | channel: fix channel buffer size | Thiago de Arruda | 2014-08-28 |
| | | |||
| * | channel: Fix channel not being closed when the RStream reaches EOF | Thiago de Arruda | 2014-08-28 |
| | | |||
| * | wstream: Implement wstream_set_file | Thiago de Arruda | 2014-08-28 |
| | | | | | | | | | | | | It's analogous to rstream_set_file but only supports pipes(Support for regular files may be added later). This function was added to support creating API channels via stdout. | ||
| * | test: Remove cleanup function definition from run-api-tests.exp | Thiago de Arruda | 2014-08-28 |
|/ | | | | This function is now injected automatically when running the python-client tests | ||
* | Merge pull request #1088 from justinmk/upgradeluarocks | Justin M. Keyes | 2014-08-28 |
|\ | | | | | upgrade luarocks | ||
| * | upgrade luarocks | Justin M. Keyes | 2014-08-22 |
| | | | | | | | | ref #822 | ||
* | | Merge pull request #1116 from fornwall/remove-versions-txt | Justin M. Keyes | 2014-08-26 |
|\ \ | | | | | | | Remove version{4,5,6,7}.txt | ||
| * | | Remove version{4,5,6,7}.txt | Fredrik Fornwall | 2014-08-26 |
| | | | |||
* | | | Update CONTRIBUTING.md and README.md #740 | Justin M. Keyes | 2014-08-26 |
|/ / | | | | | | | - recommend task/subtask convention for commit messages | ||
* | | Merge pull request #1087 from fwalch/archlinux-filetypes | Justin M. Keyes | 2014-08-26 |
|\ \ | | | | | | | Runtime: Support Arch Linux/Pacman file types. | ||
| * | | Runtime: Support Arch Linux/Pacman file types. | Florian Walch | 2014-08-21 |
| | | |