Arduino/libraries/Ethernet
Tom Igoe 4805fea3b2 Moving recent commits to new-extension branch 2011-05-21 13:22:43 -04:00
..
examples Moving recent commits to new-extension branch 2011-05-21 13:22:43 -04:00
utility Merge branch 'dhcp' of github.com:amcewen/Arduino. 2011-03-23 23:28:33 -04:00
Client.cpp Proposed fix for issue 243, adding DNS to the Ethernet library. Uses a slightly modified version of the agreed API as the host/port parameters have been moved from the Client constructor to the Client::connect methods. This means it's possible for errors to be returned if the DNS lookup fails and also reduces the RAM footprint of the Client class as it no longer needs to store the host/port for later use in Client::connect. 2011-04-16 19:38:36 -04:00
Client.h Proposed fix for issue 243, adding DNS to the Ethernet library. Uses a slightly modified version of the agreed API as the host/port parameters have been moved from the Client constructor to the Client::connect methods. This means it's possible for errors to be returned if the DNS lookup fails and also reduces the RAM footprint of the Client class as it no longer needs to store the host/port for later use in Client::connect. 2011-04-16 19:38:36 -04:00
Dhcp.cpp Merge branch 'dhcp' of github.com:amcewen/Arduino. 2011-03-23 23:28:33 -04:00
Dhcp.h Merge branch 'dhcp' of github.com:amcewen/Arduino. 2011-03-23 23:28:33 -04:00
Dns.cpp Changing #include "wiring.h" to #include "Arduino.h" in Dns.cpp. 2011-04-16 20:03:01 -04:00
Dns.h Proposed fix for issue 243, adding DNS to the Ethernet library. Uses a slightly modified version of the agreed API as the host/port parameters have been moved from the Client constructor to the Client::connect methods. This means it's possible for errors to be returned if the DNS lookup fails and also reduces the RAM footprint of the Client class as it no longer needs to store the host/port for later use in Client::connect. 2011-04-16 19:38:36 -04:00
Ethernet.cpp Merge branch 'dhcp' of github.com:amcewen/Arduino. 2011-03-23 23:28:33 -04:00
Ethernet.h Merge branch 'dhcp' of github.com:amcewen/Arduino. 2011-03-23 23:28:33 -04:00
IPAddress.cpp Merge branch 'dhcp' of github.com:amcewen/Arduino. 2011-03-23 23:28:33 -04:00
IPAddress.h Proposed fix for issue 243, adding DNS to the Ethernet library. Uses a slightly modified version of the agreed API as the host/port parameters have been moved from the Client constructor to the Client::connect methods. This means it's possible for errors to be returned if the DNS lookup fails and also reduces the RAM footprint of the Client class as it no longer needs to store the host/port for later use in Client::connect. 2011-04-16 19:38:36 -04:00
Server.cpp Returning CLOSE_WAIT clients in Server::available(). (issue #345). 2010-09-16 00:59:12 +00:00
Server.h Adding SPI library and revising Ethernet library (Christian Maglie). 2010-08-02 18:59:44 +00:00
Udp.cpp Fixed bug in parsePacket where it could block indefinitely if called when no packets were available to be read. 2011-04-16 19:38:11 -04:00
Udp.h Added new method to UDP to take a hostname rather than an IP address. Part of issue 243 2011-04-16 19:38:11 -04:00
keywords.txt Merge branch 'dhcp' of github.com:amcewen/Arduino. 2011-03-23 23:28:33 -04:00
util.h Merge branch 'dhcp' of github.com:amcewen/Arduino. 2011-03-23 23:28:33 -04:00