aboutsummaryrefslogtreecommitdiff
path: root/libraries/Ethernet
AgeCommit message (Collapse)Author
2009-05-08Fixing bugs in Client::connect() (failed to set _sock to 255 after some ↵David A. Mellis
connection failures).
2009-04-26Fixes to the way the Client class connects and disconnects, as well as ↵David A. Mellis
checks of whether or not the socket is valid in various functions.
2009-04-26Adding write(str) and write(buf, size) methods to Print class and Ethernet ↵David A. Mellis
library Client and Server classes. This allows sending a whole string or buffer at once, reducing the number of ethernet packets.
2009-02-14Fixing Ethernet client connect code to properly chance source port each time.David A. Mellis
2009-01-07Originating each outgoing network connection from a different source port ↵David A. Mellis
(in the Client class of the Ethernet library). Updating readme and todo.
2008-12-14Fixing bug that made the Ethernet library interfere with pins 8 and 9.David A. Mellis
Adding a delay(1) to the WebServer example to work with browsers. Removing duplicate Print files from Ethernet library.
2008-09-08Renaming Ethernet examples part 2 (apparently SVN doesn't allow renaming of ↵David A. Mellis
a file at the same time as its containing directory).
2008-09-08Renaming ethernet library examples.David A. Mellis
2008-07-30Adding ethernet library.David A. Mellis