index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
eventdns.c
Age
Commit message (
Expand
)
Author
2011-05-28
Merge branch 'bug2574' into maint-0.2.1
Nick Mathewson
2011-05-23
Work correctly if your nameserver is ::1
Nick Mathewson
2011-05-11
Hand-conversion and audit phase of memcmp transition
Nick Mathewson
2011-05-11
Automated conversion of memcmp to tor_memcmp/tor_mem[n]eq
Nick Mathewson
2011-04-21
Fix a bug in removing DNSPort requests from their circular list
Nick Mathewson
2009-09-01
Fix compile warnings on Snow Leopard
Sebastian Hahn
2009-06-30
Have eventdns set the "truncated" bit correctly.
Nick Mathewson
2009-05-25
Use tor_socket_strerror in eventdns.c. Fixes bug 987.
Nick Mathewson
2009-05-22
Finish up the 0.2.1 version of the bug 957 fix.
Nick Mathewson
2009-05-18
Possible fix for crash bug related to event timeouts. [Bug 957]
Nick Mathewson
2009-02-23
Fix one case of bug 929.
Nick Mathewson
2009-02-23
Add some debugging code to try to catch the likely cause of bug 929
Nick Mathewson
2009-02-11
Revert an erroneous part of the non-fix to bug 326, and add comments to expla...
Nick Mathewson
2009-02-11
I worry that the CLEAR() macro in eventdns.c is hiding bugs. That is sad, b...
Nick Mathewson
2009-02-11
Port some mostly cosmetic eventdns changes from libevent
Nick Mathewson
2009-02-09
Remove some deadcode and use tor_inet_aton uniformly.
Nick Mathewson
2009-02-09
Fix a remote-crash bug. This will need a patch release.
Nick Mathewson
2009-01-28
Fix a race condition on nameserver reconfiguration.
Nick Mathewson
2009-01-14
Fix a compile warning on win32.
Nick Mathewson
2009-01-06
Make outgoing DNS requests respect OutboundBindAddress.
Nick Mathewson
2009-01-04
Remove svn $Id$s from our source, and remove tor --version --version.
Nick Mathewson
2009-01-02
Only set sin_len/sin6_len when they exist.
Nick Mathewson
2009-01-02
Try harder to make sure we zero-out the extraneous sockaddr fields and that w...
Nick Mathewson
2008-12-30
Indeed, arma was right. There was one ntohl too many in debug_ntop in eventd...
Nick Mathewson
2008-12-30
point out the bug location to nick. unless i'm wrong.
Roger Dingledine
2008-12-29
More compilation tweaks on Android: fix two clear errors in our code that app...
Nick Mathewson
2008-12-19
Move in-addr.arpa parsing and generation into address.c, and simplify the cod...
Nick Mathewson
2008-12-18
Do not leak the DNS server port structure.
Nick Mathewson
2008-12-17
Resolve many DOCDOCs.
Nick Mathewson
2008-12-10
Fix a logic error that would automatically reject all but the first configure...
Nick Mathewson
2008-11-22
Consider GetNetworkParams() nameserver parsing to have suceeded if even one n...
Nick Mathewson
2008-10-29
Implement the 0x20-hack to make DNS poisoning harder against us, especially w...
Nick Mathewson
2008-10-08
fix typo in log entry
Roger Dingledine
2008-09-22
Oops; we need to make sure that DNS request names are matched in the _questio...
Nick Mathewson
2008-09-04
Fix mingw build with --enable-gcc-warnings set.
Nick Mathewson
2008-08-27
Oops; set address families on nameservers.
Nick Mathewson
2008-08-22
Oops. Linux has no sa_len field.
Nick Mathewson
2008-08-22
r17846@tombo: nickm | 2008-08-22 11:54:00 -0400
Nick Mathewson
2008-02-24
r14410@tombo: nickm | 2008-02-23 16:51:46 -0500
Nick Mathewson
2008-02-21
r14371@tombo: nickm | 2008-02-21 16:13:18 -0500
Nick Mathewson
2008-02-20
r18263@catbus: nickm | 2008-02-20 12:45:15 -0500
Nick Mathewson
2008-02-20
r18259@catbus: nickm | 2008-02-20 12:03:15 -0500
Nick Mathewson
2008-02-15
r14181@tombo: nickm | 2008-02-15 16:48:17 -0500
Nick Mathewson
2008-02-08
r17967@catbus: nickm | 2008-02-07 11:44:51 -0500
Nick Mathewson
2008-02-05
r17914@catbus: nickm | 2008-02-05 16:12:16 -0500
Nick Mathewson
2008-01-15
r17624@catbus: nickm | 2008-01-15 00:42:01 -0500
Nick Mathewson
2008-01-14
r17611@catbus: nickm | 2008-01-14 13:44:16 -0500
Nick Mathewson
2007-09-19
r15170@catbus: nickm | 2007-09-19 11:41:50 -0400
Nick Mathewson
2007-09-11
r15022@catbus: nickm | 2007-09-10 10:31:54 -0400
Nick Mathewson
2007-09-10
r15020@catbus: nickm | 2007-09-10 10:22:31 -0400
Nick Mathewson
[next]