summaryrefslogtreecommitdiff
path: root/evdns.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\ \ | |/
| * evdns: fix a bug in circular-queue implementationNick Mathewson2012-02-011-3/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-191-1/+1
|\ \ | |/
| * Empty DNS reply with OK status is another way to say NODATA.Leonid Evdokimov2011-10-191-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-031-0/+4
|\ \ | |/
| * Fix some "value never used" warnings with gcc 4.6.1Nick Mathewson2011-10-031-0/+4
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-09-121-1/+6
|\ \ | |/
| * Add DNS_ERR_NODATA error code to handle empty replies.Leonid Evdokimov2011-09-121-1/+6
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-09-011-6/+36
|\ \ | |/
| * DNS: add ttl for negative answers using RFC 2308 idea.Leonid Evdokimov2011-09-011-6/+36
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-08-151-0/+2
|\ \ | |/
| * Fix request_finished memory leak with debugging turned on.Leonid Evdokimov2011-08-151-0/+2
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-5/+5
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-05-251-0/+3
|\ \ | |/
| * Fix new warnings from GCC 4.6Nick Mathewson2011-05-251-0/+3
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-05-231-1/+1
|\ \ | |/
| * Fix a bug that prevented us from configuring IPv6 nameservers.Nick Mathewson2011-05-231-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-04-221-1/+4
|\ \ | |/
| * Fix possible NULL-deref in evdns_cancel_requestSebastian Hahn2011-04-231-1/+4
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-04-211-0/+6
|\ \ | |/
| * Handle calloc failure in evdns. (Found by Dave Hart)Nick Mathewson2011-04-211-0/+6
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-04-211-1/+1
|\ \ | |/
| * Fix a crash bug in evdns server circular list codeNick Mathewson2011-04-201-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-04-141-1/+2
|\ \ | |/
| * Avoid a free(NULL) if out-of-memory in evdns_getaddrinfo. Found by Dave HartNick Mathewson2011-04-131-1/+2
* | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-01-121-0/+4
|\ \ | |/
| * Detect and handle more allocation failures.Jardel Weyrich2011-01-071-0/+4
* | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-1/+3
|/
* Use relative includes instead of system includes consistently.Evan Jones2010-12-021-10/+10
* Fix some irix compilation warnings spotted by Kevin BowlingNick Mathewson2010-11-221-6/+5
* Make evdns_getaddrinfo_cancel threadsafeNick Mathewson2010-11-191-12/+24
* Fix some more cancel-related bugs in getaddrinfo_asyncNick Mathewson2010-11-191-10/+19
* Avoid double-invocation of user callback with EVUTIL_EAI_CANCELNick Mathewson2010-11-191-0/+5
* Use the US-English "canceled", not the UK "cancelled".Nick Mathewson2010-11-191-17/+28