This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Arduino
Watch
1
Star
0
Fork
0
You've already forked Arduino
mirror of
https://github.com/arduino/Arduino.git
synced
2025-03-22 13:19:48 +01:00
Code
Issues
Releases
Activity
Arduino
/
libraries
/
Ethernet
History
amcewen
66eb0852f7
Merge branch 'dhcp-dns'
2011-01-02 22:32:27 +00:00
..
examples
Update to the fix for Issue
#436
- UdpClass renamed to UDP and the constructor moved into the .cpp to prevent compilation errors in certain conditions if w5100.h hasn't been included before Udp.h
2011-01-01 21:42:23 +00:00
utility
An improved patch for the Client part of issue 416 (adding a multi-byte read). This one moves all of the checking into recv, so that single-byte reads also benefit. It also returns -1 if there's no data available unless we've reached EOF, in which case it returns 0.
2011-01-02 22:21:24 +00:00
Client.cpp
An improved patch for the Client part of issue 416 (adding a multi-byte read). This one moves all of the checking into recv, so that single-byte reads also benefit. It also returns -1 if there's no data available unless we've reached EOF, in which case it returns 0.
2011-01-02 22:21:24 +00:00
Client.h
An improved patch for the Client part of issue 416 (adding a multi-byte read). This one moves all of the checking into recv, so that single-byte reads also benefit. It also returns -1 if there's no data available unless we've reached EOF, in which case it returns 0.
2011-01-02 22:21:24 +00:00
Ethernet.cpp
Fixing Client and capitalizing header file names.
2010-08-03 13:36:47 +00:00
Ethernet.h
Fixing Client and capitalizing header file names.
2010-08-03 13:36:47 +00:00
keywords.txt
Moving libraries out of arduino platform / core directory and to top-level.
2009-11-07 17:54:56 +00: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
Update to the fix for Issue
#436
- UdpClass renamed to UDP and the constructor moved into the .cpp to prevent compilation errors in certain conditions if w5100.h hasn't been included before Udp.h
2011-01-01 21:42:23 +00:00
Udp.h
Update to the fix for Issue
#436
- UdpClass renamed to UDP and the constructor moved into the .cpp to prevent compilation errors in certain conditions if w5100.h hasn't been included before Udp.h
2011-01-01 21:42:23 +00:00