<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/event, branch v0.2.1</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>doc: channel, eventloop</title>
<updated>2017-09-05T13:01:07+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-09-02T17:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cdd9e868efdad1f1eb9febfabb5f8671e75b95b9'/>
<id>cdd9e868efdad1f1eb9febfabb5f8671e75b95b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eventloop: loop_schedule_deferred()</title>
<updated>2017-09-05T13:01:07+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-09-03T12:31:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c00a33ed19c1372bf5880e2f32adf37c9bea165b'/>
<id>c00a33ed19c1372bf5880e2f32adf37c9bea165b</id>
<content type='text'>
Generalize the "schedule schedule" technique.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Generalize the "schedule schedule" technique.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: eventloop</title>
<updated>2017-09-05T13:01:06+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-08-31T21:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=46fdacc5b5abb05d49c0f16fe5ffc4ceb7795dee'/>
<id>46fdacc5b5abb05d49c0f16fe5ffc4ceb7795dee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>log: some DEBUG-level stream logging</title>
<updated>2017-08-20T23:04:28+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-07-26T22:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e006b1d98d92aead6aff565ed5d8b034772aa16c'/>
<id>e006b1d98d92aead6aff565ed5d8b034772aa16c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>jobstop/process_stop: send SIGTERM directly</title>
<updated>2017-07-07T11:11:20+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2017-05-29T01:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f31c26f1afb5e4d17678927fa7cd3bb41197a298'/>
<id>f31c26f1afb5e4d17678927fa7cd3bb41197a298</id>
<content type='text'>
This reverts the revert of #6644 (7c1a5d1d4), and handles it properly
now (with tests).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts the revert of #6644 (7c1a5d1d4), and handles it properly
now (with tests).
</pre>
</div>
</content>
</entry>
<entry>
<title>socket: Silence V641: buf size is not multiple of what it is cast to</title>
<updated>2017-07-04T13:22:18+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-07-04T13:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c930f32ab94c7d4e4a037ebb15006753dc3fa5e5'/>
<id>c930f32ab94c7d4e4a037ebb15006753dc3fa5e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>socket.c: Disable Nagle's algorithm on TCP sockets (#6915)</title>
<updated>2017-06-27T00:09:49+00:00</updated>
<author>
<name>David Galeano</name>
<email>davidgaleano@gmail.com</email>
</author>
<published>2017-06-27T00:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1ef2d768e71981e4429376a0cb25dbed14dfae52'/>
<id>1ef2d768e71981e4429376a0cb25dbed14dfae52</id>
<content type='text'>
Reducing latency is more interesting than optimizing bandwidth
for Nvim's typical use-cases.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reducing latency is more interesting than optimizing bandwidth
for Nvim's typical use-cases.</pre>
</div>
</content>
</entry>
<entry>
<title>loop_close: Avoid infinite loop, and log it.</title>
<updated>2017-06-06T22:26:21+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-05-29T23:25:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=698ec9eb6e97ce9038e5f95a3208b7a0ac8da805'/>
<id>698ec9eb6e97ce9038e5f95a3208b7a0ac8da805</id>
<content type='text'>
Avoids a hang, and also helps diagnose issues like:

https://github.com/neovim/neovim/pull/6594#issuecomment-298321826
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoids a hang, and also helps diagnose issues like:

https://github.com/neovim/neovim/pull/6594#issuecomment-298321826
</pre>
</div>
</content>
</entry>
<entry>
<title>channels: implement sockopen() to connect to socket</title>
<updated>2017-05-29T17:02:49+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2017-04-26T11:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6a7593875827374c15484dd4eecd31a88f8c6f77'/>
<id>6a7593875827374c15484dd4eecd31a88f8c6f77</id>
<content type='text'>
Helped-By: oni-link &lt;knil.ino@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Helped-By: oni-link &lt;knil.ino@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>socket_watcher_start: Silence conversion warning for sin(6)_port</title>
<updated>2017-05-28T11:14:49+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-05-28T02:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=62d020aba1b4940980903a54839ad1f26f2d1527'/>
<id>62d020aba1b4940980903a54839ad1f26f2d1527</id>
<content type='text'>
Although in_port_t is a typedef for uint16_t, GCC in Ubuntu 12.04
complains about potential loss of data due to converting int to
uint16_t.  Since we know this isn't possible, silence the warning to
avoid breaking QB until it gets upgraded to a newer Ubuntu.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Although in_port_t is a typedef for uint16_t, GCC in Ubuntu 12.04
complains about potential loss of data due to converting int to
uint16_t.  Since we know this isn't possible, silence the warning to
avoid breaking QB until it gets upgraded to a newer Ubuntu.
</pre>
</div>
</content>
</entry>
</feed>
