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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
dns.c
Age
Commit message (
Expand
)
Author
2009-12-12
Now that FOO_free(NULL) always works, remove checks before calling it.
Nick Mathewson
2009-12-12
*_free functions now accept NULL
Sebastian Hahn
2009-12-12
Allow SafeLogging to exclude client related information
Sebastian Hahn
2009-10-13
Another event2 evdns fix.
Nick Mathewson
2009-10-13
Fix a crash when using evdns from Libevent 2.
Nick Mathewson
2009-07-13
fix comments and other typos
Roger Dingledine
2009-06-12
Isolate Libevent API dependency to just main.c and dns.c in src/or.
Nick Mathewson
2009-06-12
Update Tor to use Libevent 2.0 APIs when available.
Nick Mathewson
2009-06-04
Merge commit 'origin/maint-0.2.1'
Nick Mathewson
2009-06-03
Fix gprof bottlenecks on exit nodes found by Jacob.
Nick Mathewson
2009-05-27
Merge commit 'origin/maint-0.2.1'
Nick Mathewson
2009-05-27
Spell-check Tor.
Nick Mathewson
2009-05-24
fix codestyle issues
Sebastian Hahn
2009-05-22
Log the number and size of DNS cache entries on SIGUSR1.
Jacob Appelbaum
2009-05-04
Update copyright to 2009.
Karsten Loesing
2009-05-02
Update copyright to 2009.
Karsten Loesing
2009-01-30
fix a wide line.
Nick Mathewson
2009-01-28
Support setting serverdnsrandomizecase during sighup. Backportable, unless t...
Nick Mathewson
2009-01-10
Fix ServerDNSRandomizeCase so that setting it to 0 works.
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
2008-12-26
Add some early checks to keep ipv6 addresses from failing by accident. Now, ...
Nick Mathewson
2008-12-24
Use the literal parse of an address in dns_resolve_impl if parsing the addres...
Nick Mathewson
2008-12-22
Fix most DOCDOCs remaining and/or added by redox.
Nick Mathewson
2008-12-22
Add DOCDOC comments for all undocumented functions. Add missing *s to other ...
Nick Mathewson
2008-12-19
Move in-addr.arpa parsing and generation into address.c, and simplify the cod...
Nick Mathewson
2008-12-18
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...
Nick Mathewson
2008-12-18
Remove fixed xxx020s; downgrade unfixed ones.
Nick Mathewson
2008-12-17
Resolve many DOCDOCs.
Nick Mathewson
2008-12-10
Bug 691 fix: do not shutdown Tor servers right away if the network is down.
Nick Mathewson
2008-10-29
Implement the 0x20-hack to make DNS poisoning harder against us, especially w...
Nick Mathewson
2008-10-21
Fix the rest of bug 619: reject *:* servers should not do DNS lookups, even i...
Nick Mathewson
2008-10-16
fix grammar in a log message
Roger Dingledine
2008-08-22
r17847@tombo: nickm | 2008-08-22 12:08:56 -0400
Nick Mathewson
2008-08-05
r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400
Nick Mathewson
2008-04-25
apply patch from lodger to simplify code a bit
Roger Dingledine
2008-04-22
r15273@tombo: nickm | 2008-04-22 12:32:28 -0400
Nick Mathewson
2008-03-18
r18937@catbus: nickm | 2008-03-18 14:50:39 -0400
Nick Mathewson
2008-02-22
r14401@tombo: nickm | 2008-02-22 15:33:42 -0500
Nick Mathewson
2008-02-22
r14399@tombo: nickm | 2008-02-22 14:09:38 -0500
Nick Mathewson
2008-02-21
r14356@31-33-219: nickm | 2008-02-21 10:38:26 -0500
Nick Mathewson
2008-02-21
resolve one more, and leave two for nick.
Roger Dingledine
2008-02-21
r18296@catbus: nickm | 2008-02-20 23:30:11 -0500
Nick Mathewson
2008-02-19
is_reverse in our struct is uint8_t. don't make it be an int
Roger Dingledine
2008-02-19
be more explicit about a harmless thing that freaked veracode out
Roger Dingledine
2008-02-15
r14182@tombo: nickm | 2008-02-15 17:20:51 -0500
Nick Mathewson
2008-02-09
note a question for nick
Roger Dingledine
2008-02-08
r14062@tombo: nickm | 2008-02-08 15:17:07 -0500
Nick Mathewson
2008-02-07
Update some copyright notices: it is now 2008.
Nick Mathewson
2008-02-06
New config option ServerDNSAllowBrokenResolvConf to start a relay
Roger Dingledine
[prev]
[next]