aboutsummaryrefslogtreecommitdiff
path: root/src/or/dnsserv.c
AgeCommit message (Expand)Author
2018-03-29Merge branch 'bug25617_029' into maint-0.3.3Nick Mathewson
2018-03-29Mark controller-initiated DNS lookups as permitted to do DNS.Nick Mathewson
2017-12-08Convert connection_free to a nulling macro.Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-12-12Replace "people" with the appropriate network component in commentsJ. Ryan Stinnett
2016-10-26Merge branch 'maint-0.2.9'Nick Mathewson
2016-10-26Avoid tor_fragile_assert() failure with DNSPort on RESOLVED_TYPE_ERRORNick Mathewson
2016-10-24Module-document dnsserv.c, policies.c, routerkeys.cNick Mathewson
2016-09-20dns: Always enable DNS request for our DNSPortDavid Goulet
2016-07-04Raise libevent dependency to 2.0.10-stable or newerSebastian Hahn
2016-05-04Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-04Merge branch 'bug18710_025' into maint-0.2.8Nick Mathewson
2016-05-04Fix dnsserv.c assertion when no supported questions are requested.Scott Dial
2016-03-28Rename tor_dup_addr to tor_addr_to_str_dup.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-27Make sure that every module in src/or has a brief description.Nick Mathewson
2015-11-27More fixes/debugging attempts for 17659Nick Mathewson
2015-01-16Move entry_port_cfg_t fields in entry_connection_tNick Mathewson
2015-01-16Combine entry_port_cfg_t fields in listener_connection_tNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
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