summaryrefslogtreecommitdiff
path: root/ttdnsd.c
Commit message (Expand)AuthorAge
* refactor after code review from kanerJacob Appelbaum2011-02-26
* Add comments about write() and read() directionJacob Appelbaum2011-02-25
* force TSOCKS_CONF_FILE env varJacob Appelbaum2011-02-25
* add some verbosity to ttdnsdJacob Appelbaum2011-02-24
* fix getenv bugJacob Appelbaum2011-02-24
* DNSSEC related patch from Adam LangleyJacob Appelbaum2010-08-08
* Collin Mulliner sent a patch to remove the goto; retabbedJacob Appelbaum2010-07-07
* req_in_table may be NULL, check and bailJacob Appelbaum2010-07-06
* add more debugging printfsJacob Appelbaum2010-07-05
* add some print debug statementsJacob Appelbaum2010-07-05
* Update usage string, add version printingJacob Appelbaum2010-07-01
* add future ttdnsd urlJacob Appelbaum2010-07-01
* Re-order loading of nameserver after checkJacob Appelbaum2010-06-30
* Fully discard all RFC1918 address space; it is never valid for TorJacob Appelbaum2010-06-30
* clear up false positive comment and clean up codeJacob Appelbaum2010-06-30
* Merge branch 'master' of http://git.torproject.org/ioerror/tor-extrakragen2010-06-29
|\
| * Merge remote branch 'kragen/master' into kragenJacob Appelbaum2010-06-25
| |\
| * | require internet to change from read to recv, revertingJacob Appelbaum2010-06-22
* | | added comments noting problems found by nickm's cursory code reviewkragen2010-06-29
| |/ |/|
* | moved marking of request active into peer_sendreqkragen2010-06-25
* | removed another copy of the big comment proposing what I just didkragen2010-06-25
* | removed incorrect handling of probably-impossible recvfrom error and refactor...kragen2010-06-25
* | using RECV_BUF_SIZE in a couple more placeskragen2010-06-25
* | factored copy-pasted logic to mark a peer as deadkragen2010-06-25
* | clean up comments slightlykragen2010-06-25
* | fixed a bug that was producing spurious error messages and potentially ignori...kragen2010-06-25
* | removed big REFACTOR comment proposing what I just didkragen2010-06-25
* | a little more cleanup in request_add; one less bugkragen2010-06-25
* | refactored peer_sendreq to take a struct request_t * as its argument instead ...kragen2010-06-25
* | removed some obsolete commentskragen2010-06-25
* | refactored peer_connect to take a struct in_addr, ns_select to produce one, a...kragen2010-06-25
* | fixed incorrect error messagekragen2010-06-25
* | made error message more informativekragen2010-06-25
* | refactored peer_readres to take a struct peer_t* instead of an integerkragen2010-06-25
* | factored out all the calls to inet_ntoa for a peerkragen2010-06-25
* | changed error message to be more informativekragen2010-06-25
* | refactored peer_handleoutstanding to take a struct peer_t* instead of an integerkragen2010-06-25
* | refactored peer_connected to take a struct peer_t* instead of an integerkragen2010-06-25
* | yet another small refactoring inside server functionkragen2010-06-25
* | another small refactoring inside server functionkragen2010-06-25
* | small refactoring inside server functionkragen2010-06-25
* | changed peer_select to return a struct peer_t* instead of an intkragen2010-06-25
* | added a REFACTOR comment about the goofy peer_select functionkragen2010-06-25
* | changed peer_sendreq to take a struct peer_t * instead of a uintkragen2010-06-25
* | changed peer_connect to take a struct peer_t * instead of a uintkragen2010-06-25
* | noted some code review commentskragen2010-06-25
|/
* Windows compatJacob Appelbaum2010-06-22
* Move magic number 1502 into #defineJacob Appelbaum2010-06-22
* Fix a bug in peer_connect where we don't check to see if we're connectedJacob Appelbaum2010-06-22
* better warning about conn failuresJacob Appelbaum2010-06-22