getdns/spec/example
Willem Toorop 4fd8d3dddd Replace mini_event extension by default_eventloop
* default_eventloop was prototyped in getdns_query and is still in there as my_eventloop
  * It interfaces directly with the scheduling primitives of getdns.
  * It can operate entirely from stack and does not have to do
    any memory allocations or deallocations.

* Adapted configure.ac to allow libunbound to be linked with Windows
  (with the removal of winsock_event.c we have no symbol clashed anymore)

* Added STUB_TCP_WOULDBLOCK return code in stub_resolving helper functions,
  to anticipate dealing with edge triggered event loops (versus level triggered). (i.e. Windows)
2016-01-12 15:52:14 +01:00
..
Makefile.in Replace mini_event extension by default_eventloop 2016-01-12 15:52:14 +01:00
example-all-functions.c Move examples to spec dir 2014-10-24 14:39:58 +02:00
example-reverse.c Merge json pointer branch from spec repo 2015-10-07 13:15:07 +02:00
example-simple-answers.c Merge json pointer branch from spec repo 2015-10-07 13:15:07 +02:00
example-synchronous.c Merge json pointer branch from spec repo 2015-10-07 13:15:07 +02:00
example-tree.c Merge json pointer branch from spec repo 2015-10-07 13:15:07 +02:00
getdns_core_only.h Move examples to spec dir 2014-10-24 14:39:58 +02:00
getdns_libevent.h Portability with older systems 2014-11-07 16:57:24 +01:00