.. |
examples
|
Moving recent commits to new-extension branch
|
2011-05-21 13:22:43 -04:00 |
utility
|
Tweak to defines to support a couple more AVRs - the ATmega32U4 and AT90USB1286, so it doesn't need to be patched for the Teensy boards.
|
2011-06-16 20:16:26 +01:00 |
Client.cpp
|
Moving write errors out of return value into separate API methods.
|
2011-08-26 16:08:14 -04:00 |
Client.h
|
Moving write errors out of return value into separate API methods.
|
2011-08-26 16:08:14 -04:00 |
Dhcp.cpp
|
Fixed bug where the DHCP client didn't correctly handle a response containing more than one DNS server address. Fixes issue 569.
|
2011-07-07 21:59:35 +01: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
|
Added a way to specify the DNS server to use with static IP
|
2011-06-12 22:02:25 +01:00 |
Ethernet.h
|
Added a way to specify the DNS server to use with static IP
|
2011-06-12 22:02:25 +01:00 |
IPAddress.cpp
|
Moving write errors out of return value into separate API methods.
|
2011-08-26 16:08:14 -04:00 |
IPAddress.h
|
Moving write errors out of return value into separate API methods.
|
2011-08-26 16:08:14 -04:00 |
keywords.txt
|
Merge branch 'dhcp' of github.com:amcewen/Arduino.
|
2011-03-23 23:28:33 -04:00 |
Server.cpp
|
Moving write errors out of return value into separate API methods.
|
2011-08-26 16:08:14 -04:00 |
Server.h
|
Moving write errors out of return value into separate API methods.
|
2011-08-26 16:08:14 -04:00 |
Udp.cpp
|
Moving write errors out of return value into separate API methods.
|
2011-08-26 16:08:14 -04:00 |
Udp.h
|
Moving write errors out of return value into separate API methods.
|
2011-08-26 16:08:14 -04:00 |
util.h
|
Merge branch 'dhcp' of github.com:amcewen/Arduino.
|
2011-03-23 23:28:33 -04:00 |