| 1 |
Revision history for EV::ADNS |
| 2 |
|
| 3 |
- only run the rpepare watcher if there actually is work to do |
| 4 |
(this also made the code simpler and faster). |
| 5 |
- possible future multiplicity support. |
| 6 |
|
| 7 |
0.3 Mon Dec 3 20:02:40 CET 2007 |
| 8 |
- properly call adns_processtimeouts in the timer callback. |
| 9 |
|
| 10 |
0.2 Mon Dec 3 12:53:55 CET 2007 |
| 11 |
- use an idle watcher to ensure that our prepare callback |
| 12 |
is called even when we submit requests late in the event loop. |
| 13 |
- doc fixes. |
| 14 |
|
| 15 |
0.1 Sat Dec 1 23:35:27 CET 2007 |
| 16 |
- original version, a Glib::EV clone. |