summaryrefslogtreecommitdiff
path: root/evdns.c
Commit message (Expand)AuthorAge
...
* Try to untangle the logic in server_port_flush().Nick Mathewson2010-01-25
* Call event_debug_unassign on internal eventsNick Mathewson2010-01-25
* Make it compile under gcc --std=c89.Nick Mathewson2010-01-23
* Check more internal event_add() calls for failureNick Mathewson2010-01-22
* Don't use a bind address for nameservers on loopbackNick Mathewson2010-01-20
* Look at the proper /etc/hosts file on windows.Nick Mathewson2010-01-08
* evdns_getaddrinfo() now supports the /etc/hosts file.Nick Mathewson2010-01-08
* Eradicated the last free() call. Let mm_free() take care of deallocation.Jardel Weyrich2009-12-30
* Make the initial nameserver probe timeout configurable.Nick Mathewson2009-12-29
* Fix the code that allowed DNS options to not end with :Nick Mathewson2009-12-29
* Fix a few locking issues on windows.unknown2009-12-21
* Merge commit 'niels/dnscrash'Nick Mathewson2009-12-04
|\
| * Fix a crash when reading badly formatted resolve.conf; from Yasuoka MasahikoYasuoka Masahiko2009-12-04
* | Improved optional lock debugging.Nick Mathewson2009-11-27
* | Fix an evdns lock violation.Zhuang Yuyao2009-11-27
* | Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.Nick Mathewson2009-11-27
* | Revise the locking API: deprecate the old locking callbacks and add trylock.Nick Mathewson2009-11-27
|/
* Tolerate code that returns from a fatal_cb.Nick Mathewson2009-11-20
* Fix compilation with threading disabled.Nick Mathewson2009-11-18
* Add two implementations of getaddrinfo: one blocking and one nonblocking.Nick Mathewson2009-11-16
* Remove the stupid brokenness where DNS option names needed to end with aNick Mathewson2009-11-16
* Prefer calloc(a,b) to malloc(a*b). via openbsd.Nick Mathewson2009-11-15
* Use arc4random() for dns transaction ids where available. Patch taken from O...Nick Mathewson2009-11-15
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-06
* Move the evdns sample code into the sample directory and fix it not to use an...Nick Mathewson2009-11-05
* Build fixes for MSVCNick Mathewson2009-11-05
* Add a bufferevent function to resolve a name then connect to it.Nick Mathewson2009-11-03
* Use EVUTIL_ASSERT() consistently instead of assert.Nick Mathewson2009-10-26
* Spelling fixes in comments and strings.Nick Mathewson2009-10-16
* Fix some crash bugs when initializing evdnsNick Mathewson2009-10-14
* Fix an annoying evdns crash bug, and add more unit tests for evdns.Nick Mathewson2009-08-03
* Export sockaddr comparison functionality.Nick Mathewson2009-07-30
* Export an ev_socklen_t.Nick Mathewson2009-07-30
* Export evutil_str[n]casecmp as evutil_ascii_str[n]casecmp.Nick Mathewson2009-07-28
* Various MSVC cleanups from Brodie Thiesfield.Nick Mathewson2009-07-28
* Fix segfault during failed allocatino of locked evdns base.Nick Mathewson2009-07-28
* Make "deferred callback queue" independent of event_base.Nick Mathewson2009-07-26
* Correct the signatures for evdns_configure_windows_nameservers(), now that it...Nick Mathewson2009-07-21
* Do not define _FORTIFY_SOURCE if the platform GCC already defined it for us.Nick Mathewson2009-07-14
* The truncated bit is in the 3rd byte of a dns reply, not the 4th. [fwd-port]Nick Mathewson2009-06-30
* When our IP address changes, do not break all existing dns server sockets. P...Nick Mathewson2009-06-24
* Fix a potentially very annoying evdns bug that we found in Tor.Nick Mathewson2009-05-22
* Add and use locale-independent strcasecmp functions.Nick Mathewson2009-05-07
* Remove some duplicated includes in evdns.cNick Mathewson2009-05-02
* More msvc build tweaks.Nick Mathewson2009-05-01
* Fix win32 compilation issues.Nick Mathewson2009-04-23
* Fix c89 bugs reported by Cory Stup.Nick Mathewson2009-04-23
* Make dns callbacks run deferredNick Mathewson2009-04-19
* Add locks to evdns.Nick Mathewson2009-04-19
* Use new-style headers in evdns.cNick Mathewson2009-04-19