aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns.c
Commit message (Expand)AuthorAge
* fix comments and other typosRoger Dingledine2009-07-13
* Isolate Libevent API dependency to just main.c and dns.c in src/or.Nick Mathewson2009-06-12
* Update Tor to use Libevent 2.0 APIs when available.Nick Mathewson2009-06-12
* Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-04
|\
| * Fix gprof bottlenecks on exit nodes found by Jacob.Nick Mathewson2009-06-03
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\|
| * Spell-check Tor.Nick Mathewson2009-05-27
| * Update copyright to 2009.Karsten Loesing2009-05-04
* | fix codestyle issuesSebastian Hahn2009-05-24
* | Log the number and size of DNS cache entries on SIGUSR1.Jacob Appelbaum2009-05-22
* | Update copyright to 2009.Karsten Loesing2009-05-02
|/
* fix a wide line.Nick Mathewson2009-01-30
* Support setting serverdnsrandomizecase during sighup. Backportable, unless t...Nick Mathewson2009-01-28
* Fix ServerDNSRandomizeCase so that setting it to 0 works.Nick Mathewson2009-01-10
* Make outgoing DNS requests respect OutboundBindAddress.Nick Mathewson2009-01-06
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Add some early checks to keep ipv6 addresses from failing by accident. Now, ...Nick Mathewson2008-12-26
* Use the literal parse of an address in dns_resolve_impl if parsing the addres...Nick Mathewson2008-12-24
* Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson2008-12-22
* Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson2008-12-22
* Move in-addr.arpa parsing and generation into address.c, and simplify the cod...Nick Mathewson2008-12-19
* Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson2008-12-18
* Remove fixed xxx020s; downgrade unfixed ones.Nick Mathewson2008-12-18
* Resolve many DOCDOCs.Nick Mathewson2008-12-17
* Bug 691 fix: do not shutdown Tor servers right away if the network is down.Nick Mathewson2008-12-10
* Implement the 0x20-hack to make DNS poisoning harder against us, especially w...Nick Mathewson2008-10-29
* Fix the rest of bug 619: reject *:* servers should not do DNS lookups, even i...Nick Mathewson2008-10-21
* fix grammar in a log messageRoger Dingledine2008-10-16
* r17847@tombo: nickm | 2008-08-22 12:08:56 -0400Nick Mathewson2008-08-22
* r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson2008-08-05
* apply patch from lodger to simplify code a bitRoger Dingledine2008-04-25
* r15273@tombo: nickm | 2008-04-22 12:32:28 -0400Nick Mathewson2008-04-22
* r18937@catbus: nickm | 2008-03-18 14:50:39 -0400Nick Mathewson2008-03-18
* r14401@tombo: nickm | 2008-02-22 15:33:42 -0500Nick Mathewson2008-02-22
* r14399@tombo: nickm | 2008-02-22 14:09:38 -0500Nick Mathewson2008-02-22
* r14356@31-33-219: nickm | 2008-02-21 10:38:26 -0500Nick Mathewson2008-02-21
* resolve one more, and leave two for nick.Roger Dingledine2008-02-21
* r18296@catbus: nickm | 2008-02-20 23:30:11 -0500Nick Mathewson2008-02-21
* is_reverse in our struct is uint8_t. don't make it be an intRoger Dingledine2008-02-19
* be more explicit about a harmless thing that freaked veracode outRoger Dingledine2008-02-19
* r14182@tombo: nickm | 2008-02-15 17:20:51 -0500Nick Mathewson2008-02-15
* note a question for nickRoger Dingledine2008-02-09
* r14062@tombo: nickm | 2008-02-08 15:17:07 -0500Nick Mathewson2008-02-08
* Update some copyright notices: it is now 2008.Nick Mathewson2008-02-07
* New config option ServerDNSAllowBrokenResolvConf to start a relayRoger Dingledine2008-02-06
* r17611@catbus: nickm | 2008-01-14 13:44:16 -0500Nick Mathewson2008-01-14
* clean up copyrights, and assign 2007 copyrights to The Tor Project, IncRoger Dingledine2007-12-12
* karsten's second refactoring patchRoger Dingledine2007-11-29
* a potential solution for bug 549Roger Dingledine2007-11-11
* another likelier candidate for mike's leakRoger Dingledine2007-11-11