summaryrefslogtreecommitdiff
path: root/evdns.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Load hosts file on Windows.Vilmos Nebehaj2014-03-211-5/+6
* | Merge pull request #129 from azat/disable-probing-with-disable-when-inactive-v2Nick Mathewson2014-09-181-0/+1
|\ \
| * | evdns: we don't need to add retry timer in transmit_to it will be done on failAzat Khuzhin2014-04-101-4/+3
| * | evdns: disable probing with EVDNS_BASE_DISABLE_WHEN_INACTIVEAzat Khuzhin2014-04-091-3/+5
* | | [Bugfix] fix grammer errorufo22432014-09-031-1/+1
* | | Correctly handle allocation failures in evdns_getaddrinfoNick Mathewson2014-08-291-2/+2
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2014-03-261-7/+12
|\ \ \
| * | | Fix a crash in evdns related to shutting down evdnsNick Mathewson2014-03-261-7/+12
* | | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2014-03-211-7/+7
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix a crash in evdns related to shutting down evdnsNick Mathewson2014-03-211-7/+7
| * | restore the commentGreg Hazel2013-05-291-0/+1
| * | Fix SEGFAULT after evdns_base_resume if no nameservers installed.Azat Khuzhin2013-05-291-2/+10
* | | Fix needless bufferevent includes in evdns.cNick Mathewson2013-12-241-4/+0
* | | fix for ServFail from RIPE Atlas releaseAntony Antony2013-12-241-1/+4
* | | Fix non-C89 variable declaration.Joakim Soderberg2013-12-091-1/+1
* | | Rename flush_outdated_host_addresses to clear_host_addressesNick Mathewson2013-12-061-9/+8
* | | bug fix for issues #293 evdns_base_load_hosts doesn't remove outdated adressesKuldeep Gupta2013-12-061-0/+13
| |/ |/|
* | Actually use the log facility for reporting evdns problems.Nick Mathewson2013-05-291-26/+11
* | Fix SEGFAULT after evdns_base_resume if no nameservers installed.Azat Khuzhin2013-05-131-4/+13
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-05-071-0/+6
|\ \ | |/
| * Checking request nameserver for NULL, before using it.Belobrov Andrey2013-05-071-0/+6
* | evdns: New flag to make evdns not prevent the event loop from exitingAzat Khuzhin2013-04-251-4/+43
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-09-121-1/+6
|\ \ | |/
| * FIx another memleak on OOM in evdnsGeorge Danchev2012-09-121-0/+2
| * Avoid a memory-leak on OOM in evdns.George Danchev2012-09-121-1/+4
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-301-0/+15
|\ \ | |/
| * Avoid segfault on weird timeout during name lookup.Greg Hazel2012-07-301-0/+15
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-261-0/+1
|\ \ | |/
| * memset sockaddr_in before using it. Found by coverity.Nick Mathewson2012-07-261-0/+1
* | Restore our priority-inversion-prevention code with deferredsNick Mathewson2012-05-091-2/+4
* | Replace more deferred_cb names with event_callbackNick Mathewson2012-05-091-3/+3
* | Replace deferred_cbs with event_callback-based implementation.Nick Mathewson2012-05-091-1/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-05-021-5/+12
|\ \ | |/
| * Fix evdns build with threads disabledNick Mathewson2012-05-021-2/+1
| * When retransmitting a timed-out DNS request, pick a fresh nameserver.Nick Mathewson2012-05-011-0/+4
| * Make some evdns.c debug logs more verboseNick Mathewson2012-05-011-3/+7
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-04-191-3/+10
|\ \ | |/
| * remove redundant DNS_ERR_CANCEL check, move commentGreg Hazel2012-04-181-5/+4
| * cancel the probe request when the server is freed, and ignore cancelled probe...Greg Hazel2012-04-181-0/+8
* | Clean up lingering _identifiers.Nick Mathewson2012-02-291-8/+8
* | Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-28/+28
* | Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-25/+25
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-9/+9
* | Merge remote-tracking branch 'github/21_fast_syscalls'Nick Mathewson2012-02-151-3/+2
|\ \
| * | Save some syscalls when creating evdns socketsNick Mathewson2012-02-101-3/+2
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-151-1/+6
|\ \ \ | | |/ | |/|
| * | Stop crashing in evdns when nameserver probes give a weird errorNick Mathewson2012-02-151-1/+6
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-11/+25
|\ \ \ | |/ / | | / | |/ |/|
| * Update copyright notices to 2012Nick Mathewson2012-02-101-11/+25
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-011-3/+2
|\ \ | |/