aboutsummaryrefslogtreecommitdiff
path: root/src/or/dnsserv.c
AgeCommit message (Expand)Author
2016-05-04Fix dnsserv.c assertion when no supported questions are requested.Scott Dial
2014-04-07Give no answer, not NOTIMPL, for unsupported DNS query typesNick Mathewson
2014-03-27Respond to AAAA requests on DNSPort with AAAA automapsNick Mathewson
2013-05-31When launching a resolve request on behalf of an AF_UNIX control, omit the ad...Andrea Shepard
2013-03-18Fix some wide linesNick Mathewson
2013-03-18Make stream events for RESOLVE lookups more consistentNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-11-14Initial support for AAAA requests on DNSPort.Nick Mathewson
2012-11-14Let tor-resolve generate PTR requests for IPv6 addressesNick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2011-09-07Merge remote-tracking branch 'public/split_entry_conn'Nick Mathewson
2011-08-02Implement protocol-type isolation correctly.Nick Mathewson
2011-07-21Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson
2011-07-21Add a new type entry_connection_t for entry connectionsNick Mathewson
2011-07-19Stick controller-originated resolves in their own session groupNick Mathewson
2011-07-19Implement destaddr-based isolationNick Mathewson
2011-07-19Add a new isolation type and field: "nym epoch"Nick Mathewson
2011-07-19(Unused) backend logic for stream isolationNick Mathewson
2011-07-19Refactor listener_connection_t into its own type.Nick Mathewson
2011-06-13client-side DNS proxy server: reply NOTIMPL to unsupported queriesintrigeri
2011-05-23Use a 64-bit type to hold sockets on win64.Nick Mathewson
2011-04-26Merge remote-tracking branch 'public/bug2332' into maint-0.2.2Nick Mathewson
2011-03-25Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson
2011-01-15Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-15Add missing check for hostname answer_len in dnsserv sizeNick Mathewson
2011-01-15Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-15Always nul-terminate the result passed to evdns_server_add_ptr_replyNick Mathewson
2011-01-10Make eventdns server functions const void* to match libeventNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-08-08Ensure controller RESOLVE commands respect __LeaveStreamsUnattachedRobert Hogan
2010-07-27Create policies.hSebastian Hahn
2010-07-27Create main.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
2010-07-27Create connection_edge.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Split headers for dnsserv.c functions out of or.hSebastian Hahn
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-19Make the DNSPort option work with libevent 2.xSebastian Hahn
2009-12-15Refactor the safe_str_*() API to make more sense.Nick Mathewson
2009-08-08LetsKillNoConnect removes support for .noconnectJacob Appelbaum
2009-06-12Update Tor to use Libevent 2.0 APIs when available.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-02-11Port some mostly cosmetic eventdns changes from libeventNick Mathewson
2009-01-06Make outgoing DNS requests respect OutboundBindAddress.Nick Mathewson