Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-10 | Added license for Client, IPAddressm and Server | Cristian Maglie | |
See #1847 | |||
2014-01-15 | Make some operators in IPAddress const | Matthijs Kooijman | |
These functions do not modify the IPAddress object, but were not marked as const. This meant that you could not do: void set_ip(const IPAddress& ip) { uint32_t copy = ip; } Since calling operator uint32_t() on ip would discard the constness of the reference. | |||
2011-08-28 | Merge branch 'master' into wifly_integration | amcewen | |
2011-03-28 | Pulled out Client API into a base class to allow multiple derived classes to ↵ | amcewen | |
use it, and moved it (plus IPAddress) out of the Ethernet library so that other libraries can find it. First steps in integrating the WiFly code so it's easier to switch between that and Ethernet |