mirror of https://github.com/c-ares/c-ares.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
880 B
28 lines
880 B
This package is built on ares 1.1.1 (written by Greg Hudson). I've decided to |
|
put together and release my own ares archives since the ares maintainer |
|
doesn't want these improvements. |
|
|
|
The package is called 'c-ares' for now since I (Daniel Stenberg) want this for |
|
use within the curl project (hence the letter C) and it makes a nice pun. |
|
|
|
* January 4, 2004: |
|
|
|
- Dominick Meglio made the private gettimeofday() become ares_gettimeofday() |
|
instead in order to not pollute the name space and risk colliding with |
|
other libraries' versions of this function. |
|
|
|
* October 24, 2003. Daniel Stenberg: |
|
|
|
Added ares_version(). |
|
|
|
Version 1.0-pre1 (8 October 2003) |
|
|
|
- James Bursa made it run on RISC OS |
|
|
|
- Dominick Meglio made it run fine on NT4 |
|
|
|
- Duncan Wilcox made it work fine on Mac OS X |
|
|
|
- Daniel Stenberg adjusted the windows port |
|
|
|
- liren at vivisimo.com made the initial windows port
|
|
|