<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git/tools/unitctl, branch compr</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<entry>
<title>docs/openapi: update OpenAPI references</title>
<updated>2024-11-12T17:50:02+00:00</updated>
<author>
<name>Ava Hahn</name>
<email>a.hahn@f5.com</email>
</author>
<published>2024-11-07T22:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=e1fd14f7749c35a48a480cbfc1ca2da74f84a0a1'/>
<id>e1fd14f7749c35a48a480cbfc1ca2da74f84a0a1</id>
<content type='text'>
These changes are generated by the openapi generator through a make
command.

Signed-off-by: Ava Hahn &lt;a.hahn@f5.com&gt;
Signed-off-by: Gabor Javorszky &lt;g.javorszky@f5.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These changes are generated by the openapi generator through a make
command.

Signed-off-by: Ava Hahn &lt;a.hahn@f5.com&gt;
Signed-off-by: Gabor Javorszky &lt;g.javorszky@f5.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/unitctl: bump bollard and clarify docker client error</title>
<updated>2024-09-24T17:53:32+00:00</updated>
<author>
<name>Ava Hahn</name>
<email>a.hahn@f5.com</email>
</author>
<published>2024-09-23T20:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=ac90254870760011203a649ba833445918815703'/>
<id>ac90254870760011203a649ba833445918815703</id>
<content type='text'>
Signed-off-by: Ava Hahn &lt;a.hahn@f5.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ava Hahn &lt;a.hahn@f5.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/unitctl: use hyper-rustls instead of hyper-tls</title>
<updated>2024-09-24T17:53:32+00:00</updated>
<author>
<name>Ava Hahn</name>
<email>a.hahn@f5.com</email>
</author>
<published>2024-09-23T18:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=1c75aab380a24c3b8ebbac9059e9dc288812a83b'/>
<id>1c75aab380a24c3b8ebbac9059e9dc288812a83b</id>
<content type='text'>
Signed-off-by: Ava Hahn &lt;a.hahn@f5.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ava Hahn &lt;a.hahn@f5.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/unitctl: Update for version 1.33.0</title>
<updated>2024-09-17T01:12:20+00:00</updated>
<author>
<name>Andrew Clayton</name>
<email>a.clayton@nginx.com</email>
</author>
<published>2024-09-16T20:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=3144710fe3cb06112d0c0a79c0435310cafd29da'/>
<id>3144710fe3cb06112d0c0a79c0435310cafd29da</id>
<content type='text'>
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/unitctl: change reload to restart</title>
<updated>2024-09-17T01:03:13+00:00</updated>
<author>
<name>Ava Hahn</name>
<email>a.hahn@f5.com</email>
</author>
<published>2024-09-16T22:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=15f7650686a1c2688bb4d1219504e1fada3314c0'/>
<id>15f7650686a1c2688bb4d1219504e1fada3314c0</id>
<content type='text'>
Signed-off-by: Ava Hahn &lt;a.hahn@f5.com&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ava Hahn &lt;a.hahn@f5.com&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/unitctl: adjust readme for socket addresses</title>
<updated>2024-09-17T00:56:38+00:00</updated>
<author>
<name>Gabor Javorszky</name>
<email>g.javorszky@f5.com</email>
</author>
<published>2024-09-16T10:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=7c48546ad38be961940a13a6021d8c61a47c594f'/>
<id>7c48546ad38be961940a13a6021d8c61a47c594f</id>
<content type='text'>
CONTROL_SOCKET_ADDRESS is singular, adds note that the flag can be
specified multiple times, and adjusts code to print
CONTROL_SOCKET_ADDRESS as singular.

Signed-off-by: Gabor Javorszky &lt;g.javorszky@f5.com&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CONTROL_SOCKET_ADDRESS is singular, adds note that the flag can be
specified multiple times, and adjusts code to print
CONTROL_SOCKET_ADDRESS as singular.

Signed-off-by: Gabor Javorszky &lt;g.javorszky@f5.com&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/unitctl: add export subcommand to readme</title>
<updated>2024-09-17T00:56:38+00:00</updated>
<author>
<name>Gabor Javorszky</name>
<email>g.javorszky@f5.com</email>
</author>
<published>2024-09-16T10:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=9e5f961bbaf07b6af426a9dc3c3a4a965d67c152'/>
<id>9e5f961bbaf07b6af426a9dc3c3a4a965d67c152</id>
<content type='text'>
Signed-off-by: Gabor Javorszky &lt;g.javorszky@f5.com&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gabor Javorszky &lt;g.javorszky@f5.com&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/unitctl: rename UNIT -&gt; Unit</title>
<updated>2024-09-17T00:53:07+00:00</updated>
<author>
<name>Gabor Javorszky</name>
<email>g.javorszky@f5.com</email>
</author>
<published>2024-09-16T10:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=0dcd3a91995d5ad0a9d27347bba22d1e8eae08b1'/>
<id>0dcd3a91995d5ad0a9d27347bba22d1e8eae08b1</id>
<content type='text'>
The correct capitalisation of the name of the software is Unit, not all
caps.

Signed-off-by: Gabor Javorszky &lt;g.javorszky@f5.com&gt;
[ A bunch more s/UNIT/Unit/ - Andrew ]
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The correct capitalisation of the name of the software is Unit, not all
caps.

Signed-off-by: Gabor Javorszky &lt;g.javorszky@f5.com&gt;
[ A bunch more s/UNIT/Unit/ - Andrew ]
Signed-off-by: Andrew Clayton &lt;a.clayton@nginx.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/unitctl: rename app -&gt; apps, fix readme</title>
<updated>2024-09-16T21:52:56+00:00</updated>
<author>
<name>Gabor Javorszky</name>
<email>g.javorszky@f5.com</email>
</author>
<published>2024-09-16T09:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=5e8a68935f614100bbab7865e693b33856022a98'/>
<id>5e8a68935f614100bbab7865e693b33856022a98</id>
<content type='text'>
Signed-off-by: Gabor Javorszky &lt;g.javorszky@f5.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gabor Javorszky &lt;g.javorszky@f5.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/unitctl: whitespace fixes</title>
<updated>2024-09-16T21:52:56+00:00</updated>
<author>
<name>Gabor Javorszky</name>
<email>g.javorszky@f5.com</email>
</author>
<published>2024-09-16T09:20:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=63148a31d52e325c912fcef7d53a39a325718c99'/>
<id>63148a31d52e325c912fcef7d53a39a325718c99</id>
<content type='text'>
Signed-off-by: Gabor Javorszky &lt;g.javorszky@f5.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gabor Javorszky &lt;g.javorszky@f5.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
