[IOMultiplexer] Added asynchronous DNS Lookups AsyncDNS
authorpk910 <philipp@zoelle1.de>
Sat, 29 Jun 2013 23:54:58 +0000 (01:54 +0200)
committerpk910 <philipp@zoelle1.de>
Sat, 29 Jun 2013 23:55:34 +0000 (01:55 +0200)
commite18ef9b450a0704ff5c55545f70e3f1ec215a5e6
tree106a5fbbe0dc58766764a3461b9c5a35abf40114
parent5ad65e65d2234b02151ea7ca17e3fa9893a9b165
[IOMultiplexer] Added asynchronous DNS Lookups
14 files changed:
src/IODNSEngine.h [new file with mode: 0644]
src/IODNSEngine_cares.c [new file with mode: 0644]
src/IODNSEngine_default.c [new file with mode: 0644]
src/IODNSHandler.c [new file with mode: 0644]
src/IODNSHandler.h [new file with mode: 0644]
src/IOEngine.h
src/IOEngine_epoll.c
src/IOEngine_epoll.o [new file with mode: 0644]
src/IOEngine_kevent.c
src/IOEngine_kevent.o [new file with mode: 0644]
src/IOEngine_select.c
src/IOHandler.c
src/IOHandler.h
src/test/socket/Makefile