<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git/src/go, branch 1.4</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<entry>
<title>Unit application library.</title>
<updated>2018-08-06T14:27:33+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2018-08-06T14:27:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=1bb22d1e922c87d3c86c67bdce626767ee48fb5c'/>
<id>1bb22d1e922c87d3c86c67bdce626767ee48fb5c</id>
<content type='text'>
Library now used in all language modules.
Old 'nxt_app_*' code removed.

See src/test/nxt_unit_app_test.c for usage sample.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Library now used in all language modules.
Old 'nxt_app_*' code removed.

See src/test/nxt_unit_app_test.c for usage sample.
</pre>
</div>
</content>
</entry>
<entry>
<title>Go: http.Flusher implemented by unit.response.</title>
<updated>2018-07-12T12:50:43+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2018-07-12T12:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=e6cd1c4257945063473d12a1eeed8d07dfe05467'/>
<id>e6cd1c4257945063473d12a1eeed8d07dfe05467</id>
<content type='text'>
This closes #133 issue on GitHub.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This closes #133 issue on GitHub.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed -mmacosx-version-min option.</title>
<updated>2018-06-28T15:31:27+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2018-06-28T15:31:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=313da403a545340dc7404458deed0398ddd33366'/>
<id>313da403a545340dc7404458deed0398ddd33366</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduced nxt_length() macro.</title>
<updated>2018-06-25T13:51:47+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2018-06-25T13:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=1a52d876f7e10d07f58deee6faeaf70a11a6110f'/>
<id>1a52d876f7e10d07f58deee6faeaf70a11a6110f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Go: fixed request.Read() behaviour for EOF.</title>
<updated>2018-04-20T14:23:43+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2018-04-20T14:23:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=ad36c8ca8da62d3c19398bf04aceb0f113cc253d'/>
<id>ad36c8ca8da62d3c19398bf04aceb0f113cc253d</id>
<content type='text'>
This closes #108 issue on GitHub.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This closes #108 issue on GitHub.
</pre>
</div>
</content>
</entry>
<entry>
<title>Go: Forced WriteHeader after application request processing.</title>
<updated>2018-04-06T13:27:46+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2018-04-06T13:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=8934afee242c1f9e33a46f4347c0a0c773590db0'/>
<id>8934afee242c1f9e33a46f4347c0a0c773590db0</id>
<content type='text'>
Application should create response for every request.
If not, Unit package will do it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Application should create response for every request.
If not, Unit package will do it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for shm_open(SHM_ANON) extension.</title>
<updated>2018-03-06T13:55:51+00:00</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@nginx.com</email>
</author>
<published>2018-03-06T13:55:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=4f712e3fd0c2c8f1e91b11dce5596b995ef69985'/>
<id>4f712e3fd0c2c8f1e91b11dce5596b995ef69985</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed DragonFly BSD shared memory implementation.</title>
<updated>2018-01-11T14:13:58+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2018-01-11T14:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=c105988e5102eefd91fa8336848e926ebbb42a5b'/>
<id>c105988e5102eefd91fa8336848e926ebbb42a5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Go package and PHP module building.</title>
<updated>2017-12-28T18:07:28+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2017-12-28T18:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=8492ba945b3573e8b73ed137b089b563d75b2f15'/>
<id>8492ba945b3573e8b73ed137b089b563d75b2f15</id>
<content type='text'>
Go package and PHP module could not be built after changeset 5817734dd9b9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Go package and PHP module could not be built after changeset 5817734dd9b9.
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTP keep-alive connections support.</title>
<updated>2017-12-28T13:01:06+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2017-12-28T13:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=9a6d3c5775d945509c7c2cbec48be59757da42c3'/>
<id>9a6d3c5775d945509c7c2cbec48be59757da42c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
