ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV-ADNS/Changes
Revision: 1.7
Committed: Sat Dec 8 23:14:21 2007 UTC (18 years, 9 months ago) by root
Branch: MAIN
Changes since 1.6: +2 -1 lines
Log Message:
*** empty log message ***

File Contents

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