<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd.git, branch dhcpcd-4</title>
<subtitle>DHCP / IPv4LL / IPv6RA / DHCPv6 client
</subtitle>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/'/>
<entry>
<title>Add -fno-common to debugging CFLAGS.</title>
<updated>2009-09-24T21:20:02+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-09-24T21:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=3a800fe80e2ce0d9e54ec8a0dec0604acf82684b'/>
<id>3a800fe80e2ce0d9e54ec8a0dec0604acf82684b</id>
<content type='text'>
Declare udp_dhcp_len as extern.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Declare udp_dhcp_len as extern.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release dhcpcd-4.0.15</title>
<updated>2009-09-22T06:22:50+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-09-22T06:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=67827a1775b4907855609437cd0c00c5fa9e7044'/>
<id>67827a1775b4907855609437cd0c00c5fa9e7044</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When we get an ACK we should close DHCP sockets so we don't handle any NAKs</title>
<updated>2009-09-18T19:55:02+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-09-18T19:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=40f55c9d0e7bb21d721b1694e0c38e6946a2b6ee'/>
<id>40f55c9d0e7bb21d721b1694e0c38e6946a2b6ee</id>
<content type='text'>
during ARP testing.

This is important as some broken DHCP servers NAK immediately after an ACK
in some situations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
during ARP testing.

This is important as some broken DHCP servers NAK immediately after an ACK
in some situations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release dhcpcd-4.0.14</title>
<updated>2009-07-28T19:56:00+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-07-28T19:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=92e2f21374f0b34c6ae6b4117539d3b1cd05f437'/>
<id>92e2f21374f0b34c6ae6b4117539d3b1cd05f437</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Promote bytes to size_t for sizeof comparison.</title>
<updated>2009-07-11T15:03:41+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-07-11T15:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=ebedb794844e62e1253587ac5dcbe564a09da86f'/>
<id>ebedb794844e62e1253587ac5dcbe564a09da86f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ssize_t which is a signed int and test if read() returns -1.</title>
<updated>2009-07-11T06:58:39+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-07-11T06:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=a416975d9c147d2de618a0ca0c53841b5c67a4f0'/>
<id>a416975d9c147d2de618a0ca0c53841b5c67a4f0</id>
<content type='text'>
Thanks to David Wu.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to David Wu.</pre>
</div>
</content>
</entry>
<entry>
<title>Change get_option_addr to accept struct in_addr * instead of uint32_t *</title>
<updated>2009-07-08T16:52:45+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-07-08T16:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=9c2bf36ccef779d1242dd06a553c9c015c23f984'/>
<id>9c2bf36ccef779d1242dd06a553c9c015c23f984</id>
<content type='text'>
to fix an alignment issue on SGI MIPS.
Thanks to Tim McIntosh.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to fix an alignment issue on SGI MIPS.
Thanks to Tim McIntosh.
</pre>
</div>
</content>
</entry>
<entry>
<title>Go back to using git</title>
<updated>2009-04-30T15:34:14+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-04-30T15:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=57af27b81db2fb128d94b727061f9a3917d2c547'/>
<id>57af27b81db2fb128d94b727061f9a3917d2c547</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dhcpcd-4.0.13</title>
<updated>2009-04-17T19:20:10+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-04-17T19:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=ab7d360cb381708ecf178f21ca327b6cedc37b36'/>
<id>ab7d360cb381708ecf178f21ca327b6cedc37b36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>We should ignore DHCP messages without a ServerID, #166.</title>
<updated>2009-04-12T19:17:08+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-04-12T19:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=9e707a85282f0f75322100ea495484d2d820351b'/>
<id>9e707a85282f0f75322100ea495484d2d820351b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
