Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-14 | start tracking the 'It appears I've already sent the end' warning | Roger Dingledine | |
svn:r932 | |||
2003-12-14 | oops, i broke buffers. fixed. | Roger Dingledine | |
svn:r931 | |||
2003-12-14 | document aborted attempt to merge client dns cache with server dns cache | Roger Dingledine | |
svn:r930 | |||
2003-12-14 | change dns notation from question/answer to address/addr | Roger Dingledine | |
svn:r929 | |||
2003-12-14 | start to track the 'unexpected relay cell' warning | Roger Dingledine | |
svn:r928 | |||
2003-12-14 | on hup, close and rebind listener ports too (in case their config has changed) | Roger Dingledine | |
svn:r926 | |||
2003-12-14 | clean up some file-scope-global directory variables | Roger Dingledine | |
svn:r925 | |||
2003-12-14 | add options.ExcludedNodes -- nodes that are never picked in path building | Roger Dingledine | |
svn:r924 | |||
2003-12-14 | make it compile | Roger Dingledine | |
svn:r923 | |||
2003-12-14 | extend smartlist with _remove() and _subtract() | Roger Dingledine | |
svn:r922 | |||
2003-12-14 | warn if you're running tor as root | Roger Dingledine | |
svn:r921 | |||
2003-12-14 | on HUP, retry OR connections, and stop clobbering the dirserver's routerlist | Roger Dingledine | |
svn:r920 | |||
2003-12-14 | more friendly warning when there are too many dns workers | Roger Dingledine | |
svn:r919 | |||
2003-12-14 | more friendly warning when a connection buffer overflows | Roger Dingledine | |
svn:r918 | |||
2003-12-14 | slightly different default default exit policy. | Roger Dingledine | |
svn:r917 | |||
2003-12-14 | reject 0.0.0.0/8,reject 169.254.0.0/16 | Roger Dingledine | |
svn:r916 | |||
2003-12-14 | more general cleanup | Roger Dingledine | |
svn:r915 | |||
2003-12-14 | remove obsolete code | Roger Dingledine | |
svn:r914 | |||
2003-12-14 | Accept 1.2.3.4/x as a synonym for 1.2.3.4/x:* . | Nick Mathewson | |
svn:r912 | |||
2003-12-13 | make options.ExitNodes work | Roger Dingledine | |
if your best choices happen to include any of your preferred exit nodes, you choose among just those preferred exit nodes. svn:r911 | |||
2003-12-13 | extend smartlist with a few smarter operations | Roger Dingledine | |
svn:r910 | |||
2003-12-13 | clean up some copyrights | Roger Dingledine | |
svn:r907 | |||
2003-12-13 | bughunt: start tracking the bug mutiny found | Roger Dingledine | |
svn:r906 | |||
2003-12-13 | bugfix: a circuit that immediately failed still counts as a failed circuit | Roger Dingledine | |
svn:r905 | |||
2003-12-13 | revamp circuit node selection to use smartlists: | Roger Dingledine | |
* now we know for sure if an acceptable node is available; we don't have to keep guessing and checking * we try options.EntryNodes first for picking the first node svn:r904 | |||
2003-12-13 | minor tweaks to the smartlist operations | Roger Dingledine | |
svn:r903 | |||
2003-12-13 | Make default exit policy reject 127.*:* | Nick Mathewson | |
svn:r902 | |||
2003-12-13 | reasonably permissive exit policy if you don't set one | Roger Dingledine | |
svn:r901 | |||
2003-12-13 | put the default exit policy in place | Roger Dingledine | |
svn:r900 | |||
2003-12-13 | Add port ranges to exit policies | Nick Mathewson | |
svn:r899 | |||
2003-12-13 | use the smartlist to pick random routers, rather than our own idiom | Roger Dingledine | |
svn:r898 | |||
2003-12-13 | add a 'smartlist' building block that picks random elements from a list | Roger Dingledine | |
svn:r897 | |||
2003-12-12 | if >=2 circs are being built that handle a given stream, | Roger Dingledine | |
no need to have new circs handle it too. svn:r896 | |||
2003-12-09 | make the license explicit on fakepoll.[ch] | Roger Dingledine | |
svn:r895 | |||
2003-12-09 | Document parsing functions in routerlist.c, and separate parsing from ↵ | Nick Mathewson | |
non-parsing functions. svn:r894 | |||
2003-12-09 | close the circuit when we get a truncated cell | Roger Dingledine | |
svn:r893 | |||
2003-12-09 | our circuit symmetric key (for aes) is 127 bits, not 128 bits. | Roger Dingledine | |
we accept that. svn:r892 | |||
2003-12-09 | back out the broken change from yesterday | Roger Dingledine | |
svn:r891 | |||
2003-12-08 | Make router/directory parsing nondestructive and more const-friendly | Nick Mathewson | |
svn:r890 | |||
2003-12-07 | general cleanups | Roger Dingledine | |
svn:r889 | |||
2003-12-06 | declare the prototypes better | Roger Dingledine | |
svn:r888 | |||
2003-12-06 | break routers.c into router.c for stuff the router does, | Roger Dingledine | |
and routerlist.c for handling routerlist. svn:r887 | |||
2003-12-05 | terminology shift: | Roger Dingledine | |
directory is the string that dirserv.c and directory.c deal with routerlist is routerinfo's that are bundled together in routers.c rename some of the get_routerlist functions to set_routerlist preparing to break into router.c for stuff the router does, and routerlist.c for handling routerlist. svn:r886 | |||
2003-12-03 | prevent assert failure on -HUP when options->PidFile==NULL | Roger Dingledine | |
svn:r885 | |||
2003-12-03 | OnionRouter config option is obsolete | Roger Dingledine | |
svn:r883 | |||
2003-12-03 | choose randomly from running dirservers, not always the first one | Roger Dingledine | |
svn:r881 | |||
2003-12-03 | pick nodes for a circuit only from those the directory says are up | Roger Dingledine | |
svn:r880 | |||
2003-12-03 | stop segfault when choose_good_exit_server returns NULL | Roger Dingledine | |
svn:r879 | |||
2003-12-03 | fix vicious bug in connection_ap_attach_pending that caused it to | Roger Dingledine | |
never work. fix vicious bug in choose_good_exit_server that caused it to *skip over* pending circuits, and look only at *non-pending circuits*, when choosing a good exit node for the new circuit. bugfix: remove incorrect asserts in circuit_get_newest() svn:r876 | |||
2003-12-03 | assert that nobody asks for a random number between 0 and -1 | Roger Dingledine | |
svn:r875 |