| Commit message (Expand) | Author | Age |
* | Make compile warning-free on cygwin | Nick Mathewson | 2003-12-15 |
* | make --debuglogfile (or any second log file) work | Roger Dingledine | 2003-12-14 |
* | start tracking the 'It appears I've already sent the end' warning | Roger Dingledine | 2003-12-14 |
* | oops, i broke buffers. fixed. | Roger Dingledine | 2003-12-14 |
* | document aborted attempt to merge client dns cache with server dns cache | Roger Dingledine | 2003-12-14 |
* | change dns notation from question/answer to address/addr | Roger Dingledine | 2003-12-14 |
* | start to track the 'unexpected relay cell' warning | Roger Dingledine | 2003-12-14 |
* | on hup, close and rebind listener ports too (in case their config has changed) | Roger Dingledine | 2003-12-14 |
* | clean up some file-scope-global directory variables | Roger Dingledine | 2003-12-14 |
* | add options.ExcludedNodes -- nodes that are never picked in path building | Roger Dingledine | 2003-12-14 |
* | make it compile | Roger Dingledine | 2003-12-14 |
* | extend smartlist with _remove() and _subtract() | Roger Dingledine | 2003-12-14 |
* | warn if you're running tor as root | Roger Dingledine | 2003-12-14 |
* | on HUP, retry OR connections, and stop clobbering the dirserver's routerlist | Roger Dingledine | 2003-12-14 |
* | more friendly warning when there are too many dns workers | Roger Dingledine | 2003-12-14 |
* | more friendly warning when a connection buffer overflows | Roger Dingledine | 2003-12-14 |
* | slightly different default default exit policy. | Roger Dingledine | 2003-12-14 |
* | reject 0.0.0.0/8,reject 169.254.0.0/16 | Roger Dingledine | 2003-12-14 |
* | more general cleanup | Roger Dingledine | 2003-12-14 |
* | remove obsolete code | Roger Dingledine | 2003-12-14 |
* | Accept 1.2.3.4/x as a synonym for 1.2.3.4/x:* . | Nick Mathewson | 2003-12-14 |
* | make options.ExitNodes work | Roger Dingledine | 2003-12-13 |
* | 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 |