<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fzf/src/server.go, branch v0.66.0-custom</title>
<subtitle>Personal fork of fzf</subtitle>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/'/>
<entry>
<title>Improve Unix domain socket handling</title>
<updated>2025-10-09T04:52:10+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-10-09T04:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=bf77206221b948c5824c37cb3216c24c4f10b827'/>
<id>bf77206221b948c5824c37cb3216c24c4f10b827</id>
<content type='text'>
- Check if the file is in use
- Change the permission to 0600
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Check if the file is in use
- Change the permission to 0600
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Unix domain socket support for --listen</title>
<updated>2025-10-08T16:07:59+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-10-08T16:05:26+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=01cb38a5fb11224807452be28122de7066e1a2fa'/>
<id>01cb38a5fb11224807452be28122de7066e1a2fa</id>
<content type='text'>
Close #4541
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #4541
</pre>
</div>
</content>
</entry>
<entry>
<title>Make GET endpoint available from 'execute' and 'transform' actions</title>
<updated>2024-06-14T12:33:42+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-06-14T12:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=b2ecb6352c2ce516a15edce3ea711623ed8a1375'/>
<id>b2ecb6352c2ce516a15edce3ea711623ed8a1375</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor the code so that fzf can be used as a library (#3769)</title>
<updated>2024-05-06T16:06:42+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-05-06T16:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=e8405f40fe2eb3675f1cb4f69e825eff5f13f269'/>
<id>e8405f40fe2eb3675f1cb4f69e825eff5f13f269</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace fmt.Errorf with no parameters with errors.New (#3747)</title>
<updated>2024-04-22T00:35:33+00:00</updated>
<author>
<name>Cheng</name>
<email>36215014+ChengenH@users.noreply.github.com</email>
</author>
<published>2024-04-22T00:35:33+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=d18d92f925f791271b095df968d290ced05d065a'/>
<id>d18d92f925f791271b095df968d290ced05d065a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set a 2-second timeout for POST requests</title>
<updated>2024-03-21T10:18:38+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-03-21T10:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=05453881c308b88ed6991e2ff9d6ac322dfac7c8'/>
<id>05453881c308b88ed6991e2ff9d6ac322dfac7c8</id>
<content type='text'>
Close #3685
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #3685
</pre>
</div>
</content>
</entry>
<entry>
<title>Update parseGetParams to call strconv.Atoi when params are valid</title>
<updated>2024-03-05T02:03:56+00:00</updated>
<author>
<name>onee-only</name>
<email>kimww0306@gmail.com</email>
</author>
<published>2024-03-04T12:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=61bc129e1de38ea0d078e8074c6efd9f87916a20'/>
<id>61bc129e1de38ea0d078e8074c6efd9f87916a20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update error return position according to convention</title>
<updated>2024-03-05T02:03:56+00:00</updated>
<author>
<name>onee-only</name>
<email>kimww0306@gmail.com</email>
</author>
<published>2024-03-04T03:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=52210a57f0aeb5cce2c4b54929836b813034aad5'/>
<id>52210a57f0aeb5cce2c4b54929836b813034aad5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate code</title>
<updated>2024-03-05T02:03:56+00:00</updated>
<author>
<name>onee-only</name>
<email>kimww0306@gmail.com</email>
</author>
<published>2024-03-04T03:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=8061a2f108fbbbd3b0419770d6630993800da60e'/>
<id>8061a2f108fbbbd3b0419770d6630993800da60e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid deadlocks by adding a 2 second timeout to GET / endpoint</title>
<updated>2024-01-21T14:04:37+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2024-01-21T13:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=7484292e63f0dabca4cccdca136f6a6d105b3b79'/>
<id>7484292e63f0dabca4cccdca136f6a6d105b3b79</id>
<content type='text'>
Because fzf processes HTTP GET requests in the main event loop,
accessing the endpoint from within execute/transform actions would
result in a deadlock and hang fzf indefinitely. This commit sets
a 2 second timeout to avoid the deadlock.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because fzf processes HTTP GET requests in the main event loop,
accessing the endpoint from within execute/transform actions would
result in a deadlock and hang fzf indefinitely. This commit sets
a 2 second timeout to avoid the deadlock.
</pre>
</div>
</content>
</entry>
</feed>
