aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns.c
Commit message (Expand)AuthorAge
* Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-12
|\
| * Add missing parens to evdns_base_resolve_* macros while I am at itNick Mathewson2011-01-09
| * Fix check for failed evdns request creationNick Mathewson2011-01-09
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\|
| * Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\
| | * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | | Try to make most routerinfo_t interfaces constNick Mathewson2010-10-01
|/ /
* | Create relay.hSebastian Hahn2010-07-27
* | Create policies.hSebastian Hahn2010-07-27
* | Create main.hSebastian Hahn2010-07-27
* | Create dns.hSebastian Hahn2010-07-27
* | Create control.hSebastian Hahn2010-07-27
* | Create connection_edge.hSebastian Hahn2010-07-27
* | Create connection.hSebastian Hahn2010-07-27
* | Create config.hSebastian Hahn2010-07-27
* | Create circuituse.hSebastian Hahn2010-07-27
* | Create circuitlist.hSebastian Hahn2010-07-27
* | Create router.hSebastian Hahn2010-07-27
* | Log the correct address when purging a mismatchd DNS cache addressvalerino2010-05-20
* | Fix a segfault when a client is hup'd.Sebastian Hahn2010-04-03
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\|
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
* | Build correctly with Libevent 2.0.4-alpha and laterNick Mathewson2010-02-15
* | Make tor_addr_copy() conform to memcpy requirementsNick Mathewson2010-02-09
* | Merge branch 'ewma'Nick Mathewson2009-12-18
|\ \
| * | Enhance pqueue so we can remove items from the middle.Nick Mathewson2009-12-12
* | | Merge branch 'safelogging2'Nick Mathewson2009-12-15
|\ \ \ | |/ / |/| |
| * | Refactor the safe_str_*() API to make more sense.Nick Mathewson2009-12-15
| * | Allow SafeLogging to exclude client related informationSebastian Hahn2009-12-12
* | | Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson2009-12-12
* | | *_free functions now accept NULLSebastian Hahn2009-12-12
|/ /
* | Another event2 evdns fix.Nick Mathewson2009-10-13
* | Fix a crash when using evdns from Libevent 2.Nick Mathewson2009-10-13
* | 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