index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
extend smartlist with a few smarter operations
Roger Dingledine
2003-12-13
*
clean up some copyrights
Roger Dingledine
2003-12-13
*
bughunt: start tracking the bug mutiny found
Roger Dingledine
2003-12-13
*
bugfix: a circuit that immediately failed still counts as a failed circuit
Roger Dingledine
2003-12-13
*
revamp circuit node selection to use smartlists:
Roger Dingledine
2003-12-13
*
minor tweaks to the smartlist operations
Roger Dingledine
2003-12-13
*
Make default exit policy reject 127.*:*
Nick Mathewson
2003-12-13
*
reasonably permissive exit policy if you don't set one
Roger Dingledine
2003-12-13
*
put the default exit policy in place
Roger Dingledine
2003-12-13
*
Add port ranges to exit policies
Nick Mathewson
2003-12-13
*
use the smartlist to pick random routers, rather than our own idiom
Roger Dingledine
2003-12-13
*
add a 'smartlist' building block that picks random elements from a list
Roger Dingledine
2003-12-13
*
if >=2 circs are being built that handle a given stream,
Roger Dingledine
2003-12-12
*
make the license explicit on fakepoll.[ch]
Roger Dingledine
2003-12-09
*
Document parsing functions in routerlist.c, and separate parsing from non-par...
Nick Mathewson
2003-12-09
*
close the circuit when we get a truncated cell
Roger Dingledine
2003-12-09
*
our circuit symmetric key (for aes) is 127 bits, not 128 bits.
Roger Dingledine
2003-12-09
*
back out the broken change from yesterday
Roger Dingledine
2003-12-09
*
Make router/directory parsing nondestructive and more const-friendly
Nick Mathewson
2003-12-08
*
general cleanups
Roger Dingledine
2003-12-07
*
declare the prototypes better
Roger Dingledine
2003-12-06
*
break routers.c into router.c for stuff the router does,
Roger Dingledine
2003-12-06
*
terminology shift:
Roger Dingledine
2003-12-05
*
prevent assert failure on -HUP when options->PidFile==NULL
Roger Dingledine
2003-12-03
*
OnionRouter config option is obsolete
Roger Dingledine
2003-12-03
*
choose randomly from running dirservers, not always the first one
Roger Dingledine
2003-12-03
*
pick nodes for a circuit only from those the directory says are up
Roger Dingledine
2003-12-03
*
stop segfault when choose_good_exit_server returns NULL
Roger Dingledine
2003-12-03
*
fix vicious bug in connection_ap_attach_pending that caused it to
Roger Dingledine
2003-12-03
*
assert that nobody asks for a random number between 0 and -1
Roger Dingledine
2003-12-03
*
bugfix in exit node choice: we used to find the perfect exit node but ...
Roger Dingledine
2003-12-03
*
stop expecting sample-server-torrc to be there
Roger Dingledine
2003-12-02
*
start tracking a rare bug: package_raw_inbuf gets called with package_window 0
Roger Dingledine
2003-11-30
*
stop complaining as loudly when a dns resolve fails
Roger Dingledine
2003-11-30
*
bugfix: we were writing to stderr even when it's closed
Roger Dingledine
2003-11-30
*
bump up header length when the dirserv reads http commands
Roger Dingledine
2003-11-30
*
remove a conn_close_if_marked warning
Roger Dingledine
2003-11-30
*
bugfix: an offline OP would leak all its sockets and stop working
Roger Dingledine
2003-11-29
*
Fix a few bugs in sending and receiving DNS results
Nick Mathewson
2003-11-23
*
Bring assert_connection_ok up to date
Nick Mathewson
2003-11-23
*
Fix incorrect error message
Nick Mathewson
2003-11-21
*
merge torrc.in and sample-server-torrc.in
Roger Dingledine
2003-11-20
*
simplify: options.OnionRouter==1 iff options.ORPort>0
Roger Dingledine
2003-11-20
*
default log level is now warn
Roger Dingledine
2003-11-19
*
make pidfile default to null rather than writing to your cwd
Roger Dingledine
2003-11-19
*
if you tell people that IgnoreVersion exists,
Roger Dingledine
2003-11-19
*
bugfix and cleanups
Roger Dingledine
2003-11-19
*
Separate failure-count tracking from circuit-launching.
Nick Mathewson
2003-11-19
*
Check that we can write to the logfile and log a warning to stderr if we can't
Peter Palfrader
2003-11-19
*
Patch last patch to last patch
Nick Mathewson
2003-11-19
[next]