<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/src/network, branch v0.8.2</title>
<subtitle>musl - an implementation of the standard library for Linux-based systems</subtitle>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/'/>
<entry>
<title>remove some stray trailing space characters</title>
<updated>2011-09-13T13:53:41+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-13T13:53:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=28af39fe427ffec8b836f4f30450ffc30b03e5c4'/>
<id>28af39fe427ffec8b836f4f30450ffc30b03e5c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement if_nameindex and if_freenameindex</title>
<updated>2011-08-03T16:13:13+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-08-03T16:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=fc0ecd35d8e0041c81bbe08c10c7fcb946da85e0'/>
<id>fc0ecd35d8e0041c81bbe08c10c7fcb946da85e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix wrong messages in gai_strerror</title>
<updated>2011-08-01T04:31:15+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-08-01T04:31:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=88798393cab009ce78fe498051072db71ba9d035'/>
<id>88798393cab009ce78fe498051072db71ba9d035</id>
<content type='text'>
i had missed the fact that a couple values were unassigned...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i had missed the fact that a couple values were unassigned...
</pre>
</div>
</content>
</entry>
<entry>
<title>port numbers should always be interpreted as decimal</title>
<updated>2011-08-01T04:11:25+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-08-01T04:11:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=f4e8e64b82a85158d9de884e1765474c0c317d19'/>
<id>f4e8e64b82a85158d9de884e1765474c0c317d19</id>
<content type='text'>
per POSIX and RFC 3493:

If the specified address family is AF_INET, AF_INET6, or AF_UNSPEC,
the service can be specified as a string specifying a decimal port
number.

021 is a valid decimal number, therefore, interpreting it as octal
seems to be non-conformant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
per POSIX and RFC 3493:

If the specified address family is AF_INET, AF_INET6, or AF_UNSPEC,
the service can be specified as a string specifying a decimal port
number.

021 is a valid decimal number, therefore, interpreting it as octal
seems to be non-conformant.
</pre>
</div>
</content>
</entry>
<entry>
<title>"implement" getnetbyaddr and getnetbyname</title>
<updated>2011-07-12T06:52:06+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-07-12T06:52:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=c3c5e88c31b78f7b32b3d8b5c2450d75fa858951'/>
<id>c3c5e88c31b78f7b32b3d8b5c2450d75fa858951</id>
<content type='text'>
these are useless legacy functions but some old software contains
cruft that expects them to exist...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these are useless legacy functions but some old software contains
cruft that expects them to exist...
</pre>
</div>
</content>
</entry>
<entry>
<title>res_search symbol, aliased to res_query for now (better than nothing)</title>
<updated>2011-07-01T03:12:07+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-07-01T03:12:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=e936e4612f2b06d5812eb9215ef69c6a5f5b17d7'/>
<id>e936e4612f2b06d5812eb9215ef69c6a5f5b17d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug in ipv6 parsing that prevented parsing a lone "::"</title>
<updated>2011-04-25T21:49:21+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-25T21:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=3486365e952292987d84313cc7b84a42238ec83f'/>
<id>3486365e952292987d84313cc7b84a42238ec83f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ipv6 parsing code (formerly dummied-out)</title>
<updated>2011-04-25T21:04:40+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-25T21:04:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=34d81974d341e0174d1fc690b4d3e3b9b1767586'/>
<id>34d81974d341e0174d1fc690b4d3e3b9b1767586</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bogus return values for inet_pton</title>
<updated>2011-04-21T20:57:00+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-21T20:57:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=31f014e0a751d2bb9d40a09fe2cd1a8b0111acf6'/>
<id>31f014e0a751d2bb9d40a09fe2cd1a8b0111acf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>disallow blank strings as service or host name</title>
<updated>2011-04-21T00:02:35+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-21T00:02:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=f1ac8a28d8f3c93ef42c20460992f74822975f11'/>
<id>f1ac8a28d8f3c93ef42c20460992f74822975f11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
