index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
evdns.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix evdns build with threads disabled
Nick Mathewson
2012-05-02
1
-2
/
+1
|
*
When retransmitting a timed-out DNS request, pick a fresh nameserver.
Nick Mathewson
2012-05-01
1
-0
/
+4
|
*
Make some evdns.c debug logs more verbose
Nick Mathewson
2012-05-01
1
-3
/
+7
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-04-19
1
-3
/
+10
|
\
\
|
|
/
|
*
remove redundant DNS_ERR_CANCEL check, move comment
Greg Hazel
2012-04-18
1
-5
/
+4
|
*
cancel the probe request when the server is freed, and ignore cancelled probe...
Greg Hazel
2012-04-18
1
-0
/
+8
*
|
Clean up lingering _identifiers.
Nick Mathewson
2012-02-29
1
-8
/
+8
*
|
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-28
/
+28
*
|
Fix all identifiers with names beginning with underscore.
Nick Mathewson
2012-02-29
1
-25
/
+25
*
|
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-9
/
+9
*
|
Merge remote-tracking branch 'github/21_fast_syscalls'
Nick Mathewson
2012-02-15
1
-3
/
+2
|
\
\
|
*
|
Save some syscalls when creating evdns sockets
Nick Mathewson
2012-02-10
1
-3
/
+2
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-02-15
1
-1
/
+6
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Stop crashing in evdns when nameserver probes give a weird error
Nick Mathewson
2012-02-15
1
-1
/
+6
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-02-10
1
-11
/
+25
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Update copyright notices to 2012
Nick Mathewson
2012-02-10
1
-11
/
+25
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-02-01
1
-3
/
+2
|
\
\
|
|
/
|
*
evdns: fix a bug in circular-queue implementation
Nick Mathewson
2012-02-01
1
-3
/
+2
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-10-19
1
-1
/
+1
|
\
\
|
|
/
|
*
Empty DNS reply with OK status is another way to say NODATA.
Leonid Evdokimov
2011-10-19
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-10-03
1
-0
/
+4
|
\
\
|
|
/
|
*
Fix some "value never used" warnings with gcc 4.6.1
Nick Mathewson
2011-10-03
1
-0
/
+4
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-09-12
1
-1
/
+6
|
\
\
|
|
/
|
*
Add DNS_ERR_NODATA error code to handle empty replies.
Leonid Evdokimov
2011-09-12
1
-1
/
+6
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-09-01
1
-6
/
+36
|
\
\
|
|
/
|
*
DNS: add ttl for negative answers using RFC 2308 idea.
Leonid Evdokimov
2011-09-01
1
-6
/
+36
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-08-15
1
-0
/
+2
|
\
\
|
|
/
|
*
Fix request_finished memory leak with debugging turned on.
Leonid Evdokimov
2011-08-15
1
-0
/
+2
*
|
Use "_WIN32", not WIN32: it's standard and we don't need to fake it
Nick Mathewson
2011-05-25
1
-5
/
+5
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-05-25
1
-0
/
+3
|
\
\
|
|
/
|
*
Fix new warnings from GCC 4.6
Nick Mathewson
2011-05-25
1
-0
/
+3
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-05-23
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix a bug that prevented us from configuring IPv6 nameservers.
Nick Mathewson
2011-05-23
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-22
1
-1
/
+4
|
\
\
|
|
/
|
*
Fix possible NULL-deref in evdns_cancel_request
Sebastian Hahn
2011-04-23
1
-1
/
+4
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-21
1
-0
/
+6
|
\
\
|
|
/
|
*
Handle calloc failure in evdns. (Found by Dave Hart)
Nick Mathewson
2011-04-21
1
-0
/
+6
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-21
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix a crash bug in evdns server circular list code
Nick Mathewson
2011-04-20
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-14
1
-1
/
+2
|
\
\
|
|
/
|
*
Avoid a free(NULL) if out-of-memory in evdns_getaddrinfo. Found by Dave Hart
Nick Mathewson
2011-04-13
1
-1
/
+2
*
|
Merge remote branch 'origin/patches-2.0'
Nick Mathewson
2011-01-12
1
-0
/
+4
|
\
\
|
|
/
|
*
Detect and handle more allocation failures.
Jardel Weyrich
2011-01-07
1
-0
/
+4
*
|
Include evconfig-private.h in internal files for great good.
Kevin Bowling
2011-01-02
1
-1
/
+3
|
/
*
Use relative includes instead of system includes consistently.
Evan Jones
2010-12-02
1
-10
/
+10
*
Fix some irix compilation warnings spotted by Kevin Bowling
Nick Mathewson
2010-11-22
1
-6
/
+5
*
Make evdns_getaddrinfo_cancel threadsafe
Nick Mathewson
2010-11-19
1
-12
/
+24
*
Fix some more cancel-related bugs in getaddrinfo_async
Nick Mathewson
2010-11-19
1
-10
/
+19
*
Avoid double-invocation of user callback with EVUTIL_EAI_CANCEL
Nick Mathewson
2010-11-19
1
-0
/
+5
*
Use the US-English "canceled", not the UK "cancelled".
Nick Mathewson
2010-11-19
1
-17
/
+28
[prev]
[next]