<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libuvh, branch master</title>
<subtitle>A simple http server using libuv</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/libuvh/'/>
<entry>
<title>move http parser settings out of struct uvh_server</title>
<updated>2014-05-29T12:47:49+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2014-05-29T12:47:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/libuvh/commit/?id=bfc01980f309b288dfe1be9dca7595a08669a867'/>
<id>bfc01980f309b288dfe1be9dca7595a08669a867</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor refactor refactor</title>
<updated>2014-05-29T12:37:29+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2014-05-29T12:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/libuvh/commit/?id=84241644c5a6e82f726daa4a9def2a480a0d5653'/>
<id>84241644c5a6e82f726daa4a9def2a480a0d5653</id>
<content type='text'>
- add struct uvh_connection to make things simpler
    - there can be multiple requests per connection!
    - todo: pipelining support
- use SLIST from sys/queue.h to keep account of connections and requests
- refactoring here and there
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add struct uvh_connection to make things simpler
    - there can be multiple requests per connection!
    - todo: pipelining support
- use SLIST from sys/queue.h to keep account of connections and requests
- refactoring here and there
</pre>
</div>
</content>
</entry>
<entry>
<title>fileserver: check stat result code</title>
<updated>2014-05-29T12:35:00+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2014-05-29T12:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/libuvh/commit/?id=78156ded91e69b95493949a9ba4895e193adebad'/>
<id>78156ded91e69b95493949a9ba4895e193adebad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename uvh_server_private -&gt; uvh_server</title>
<updated>2014-05-28T17:49:41+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2014-05-28T17:49:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/libuvh/commit/?id=645b43c2333d9abaea0299575beed965913bc75f'/>
<id>645b43c2333d9abaea0299575beed965913bc75f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add -fPIC to CFLAGS when building a shared library on other platform than windows</title>
<updated>2014-05-26T18:17:57+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2014-05-26T18:17:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/libuvh/commit/?id=52968a7f0addba58f9050f84ef3dbb9297afde7d'/>
<id>52968a7f0addba58f9050f84ef3dbb9297afde7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>commenting</title>
<updated>2014-05-26T07:33:57+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2014-05-26T07:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/libuvh/commit/?id=f74e069e6017147a397f9c253f5fa3bc6d04a422'/>
<id>f74e069e6017147a397f9c253f5fa3bc6d04a422</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for building both static and shared lib</title>
<updated>2014-05-26T07:28:48+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2014-05-26T07:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/libuvh/commit/?id=c03f706b9c522b2d82ff3919bb1e9f275370a013'/>
<id>c03f706b9c522b2d82ff3919bb1e9f275370a013</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make symbols visible when building a shared library</title>
<updated>2014-05-26T07:27:52+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2014-05-26T07:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/libuvh/commit/?id=992ae64c435e7126ecf02d8b8de803036eace2e3'/>
<id>992ae64c435e7126ecf02d8b8de803036eace2e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mingw/msys fixes</title>
<updated>2014-05-26T06:48:02+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2014-05-26T06:48:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/libuvh/commit/?id=36972f8ca14aabc0984c0ad87e5d26bac1ce3f15'/>
<id>36972f8ca14aabc0984c0ad87e5d26bac1ce3f15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add README</title>
<updated>2014-05-26T05:34:46+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2014-05-26T05:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/libuvh/commit/?id=40ea6cf3817d7a7ac053ed9c1d3e44910e0475c8'/>
<id>40ea6cf3817d7a7ac053ed9c1d3e44910e0475c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
