1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Arduino/libraries/Ethernet
Zach Eveland a6a59f1783 Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot"
This reverts commit df9835efaf, reversing
changes made to ec45af8bfa.

Conflicts:

	hardware/arduino/variants/mega/pins_arduino.h
	libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino
2011-10-27 11:45:13 -04:00
..
examples Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot" 2011-10-27 11:45:13 -04:00
utility Fixing bug in Ethernet (recv() in socket.cpp). (Paul Stoffregen) 2011-10-10 11:49:50 -04:00
Dhcp.cpp Fixing warnings in Ethernet library (Paul Stoffregen). 2011-10-02 10:17:33 -04:00
Dhcp.h Created an abstract base class UDP to match the Client and Server classes, and reworked the Ethernet library to use it and derive EthernetUDP. 2011-08-30 21:27:31 +01:00
Dns.cpp Fixing warnings in Ethernet library (Paul Stoffregen). 2011-10-02 10:17:33 -04:00
Dns.h Fixing warnings in Ethernet library (Paul Stoffregen). 2011-10-02 10:17:33 -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 Changed names of the Ethernet classes: Client -> EthernetClient, NetClient -> Client, and basic testing performed 2011-08-29 22:36:28 +01:00
EthernetClient.cpp Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
EthernetClient.h Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
EthernetServer.cpp Fixing warnings in Ethernet library (Paul Stoffregen). 2011-10-02 10:17:33 -04:00
EthernetServer.h Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
EthernetUdp.cpp Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
EthernetUdp.h Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
keywords.txt Changed names of the Ethernet classes: Client -> EthernetClient, NetClient -> Client, and basic testing performed 2011-08-29 22:36:28 +01:00
util.h Fixing warnings in Ethernet library (Paul Stoffregen). 2011-10-02 10:17:33 -04:00