index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
dns.c
Commit message (
Expand
)
Author
Age
*
use tor_assert
Roger Dingledine
2004-04-25
*
Cosmetic patch for arma's fix for The Bug: Don't set the state to
Nick Mathewson
2004-04-11
*
continue beating at pieces of The Bug
Roger Dingledine
2004-04-09
*
if dns resolve is valid, but our exit policy rejects it or
Roger Dingledine
2004-04-09
*
get more serious about hunting The Bug
Roger Dingledine
2004-04-09
*
Delete trailing whitespace and expand tabs; remove unused aes decrypt code
Nick Mathewson
2004-04-07
*
clean up a few more bugs
Roger Dingledine
2004-03-29
*
make normal exit nodes less likely to crash from the conn-munging bug
Roger Dingledine
2004-03-29
*
make dns resolves a lot faster
Roger Dingledine
2004-03-28
*
there is yet another dns-pending-conn-clobbering bug
Roger Dingledine
2004-03-28
*
deal with hardware word alignment
Roger Dingledine
2004-03-20
*
don't close all the fd's when you spawn a thread, only when you fork
Roger Dingledine
2004-03-12
*
bugfix: we were caching transient dns failures
Roger Dingledine
2004-03-12
*
Make all the other read/writes into recv/sends, except when they shouldn't be.
Nick Mathewson
2004-03-11
*
stop asserting that computers always go forward in time
Roger Dingledine
2004-03-06
*
make workers explain their death better when tor dies
Roger Dingledine
2004-03-04
*
bugfix: don't pass complex things to the connection_mark_for_close macro
Roger Dingledine
2004-03-04
*
Clean up dns->connection_mark_for_close->dns_remove path
Nick Mathewson
2004-03-04
*
fix the function comment
Roger Dingledine
2004-02-28
*
Split dns_cancel_pending_resolve into dns_cancel_pending_resolve (kill a
Nick Mathewson
2004-02-28
*
add a log_warn to notify us of yet another potential dns.c bug
Roger Dingledine
2004-02-28
*
Make dns_cancel_pending_resolve less agressive.
Nick Mathewson
2004-02-28
*
Fix bug on dns_found_answer from mark_to_close stuff.
Nick Mathewson
2004-02-28
*
remove assert from dns.c that's no longer true:
Roger Dingledine
2004-02-28
*
Push responsibility for connection marking down as far as possible; have only...
Nick Mathewson
2004-02-28
*
Refactor mark_for_close, connection_edge_end and friends. Now, everybody
Nick Mathewson
2004-02-27
*
Basic RAM poisoning and magic-checking to notice connection and circuit
Nick Mathewson
2004-02-25
*
remove dead code
Roger Dingledine
2004-02-25
*
fix some bugs in assert_connection_ok
Roger Dingledine
2004-02-24
*
start hunting the lucky-bug
Roger Dingledine
2004-02-22
*
split the token bucket into 'rate' and 'burst' params
Roger Dingledine
2004-01-10
*
Fix the dns bug: children weren't dying
Roger Dingledine
2004-01-06
*
betcha didn't know strncpy could leave an unterminated string
Roger Dingledine
2003-12-17
*
Make compile warning-free on cygwin
Nick Mathewson
2003-12-15
*
start tracking the 'It appears I've already sent the end' warning
Roger Dingledine
2003-12-14
*
change dns notation from question/answer to address/addr
Roger Dingledine
2003-12-14
*
more friendly warning when there are too many dns workers
Roger Dingledine
2003-12-14
*
more general cleanup
Roger Dingledine
2003-12-14
*
use the tor_malloc_zero wrapper
Roger Dingledine
2003-11-18
*
let getconfig survive repeated calls. now we call it again when we hup.
Roger Dingledine
2003-11-13
*
warn on startup that we don't provide anonymity
Roger Dingledine
2003-11-13
*
Add lots of logging to dns.c; change behavior of often-failing assertion
Nick Mathewson
2003-11-08
*
make end relay cells have payloads
Roger Dingledine
2003-10-22
*
send the end cell when we realize we're going to end,
Roger Dingledine
2003-10-21
*
another minor memory leak
Roger Dingledine
2003-10-18
*
Stop using stdout for non-debugging cases
Nick Mathewson
2003-10-15
*
change WARNING to WARN
Roger Dingledine
2003-10-10
*
wrap strdup; prefer time() to gettimeofday()
Roger Dingledine
2003-10-04
*
refactor so connection_write_to_buf() never fails
Roger Dingledine
2003-10-04
*
clean up receiver buckets; prepare for payloads in relay_end; note a few bugs
Roger Dingledine
2003-09-27
[next]