aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* revamp circuit node selection to use smartlists:••• * 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 Roger Dingledine2003-12-13
* minor tweaks to the smartlist operations•••svn:r903 Roger Dingledine2003-12-13
* Make default exit policy reject 127.*:*•••svn:r902 Nick Mathewson2003-12-13
* reasonably permissive exit policy if you don't set one•••svn:r901 Roger Dingledine2003-12-13
* put the default exit policy in place•••svn:r900 Roger Dingledine2003-12-13
* Add port ranges to exit policies•••svn:r899 Nick Mathewson2003-12-13
* use the smartlist to pick random routers, rather than our own idiom•••svn:r898 Roger Dingledine2003-12-13
* add a 'smartlist' building block that picks random elements from a list•••svn:r897 Roger Dingledine2003-12-13
* if >=2 circs are being built that handle a given stream,•••no need to have new circs handle it too. svn:r896 Roger Dingledine2003-12-12
* make the license explicit on fakepoll.[ch]•••svn:r895 Roger Dingledine2003-12-09
* Document parsing functions in routerlist.c, and separate parsing from non-par...•••svn:r894 Nick Mathewson2003-12-09
* close the circuit when we get a truncated cell•••svn:r893 Roger Dingledine2003-12-09
* our circuit symmetric key (for aes) is 127 bits, not 128 bits.•••we accept that. svn:r892 Roger Dingledine2003-12-09
* back out the broken change from yesterday•••svn:r891 Roger Dingledine2003-12-09
* Make router/directory parsing nondestructive and more const-friendly•••svn:r890 Nick Mathewson2003-12-08
* general cleanups•••svn:r889 Roger Dingledine2003-12-07
* declare the prototypes better•••svn:r888 Roger Dingledine2003-12-06
* break routers.c into router.c for stuff the router does,•••and routerlist.c for handling routerlist. svn:r887 Roger Dingledine2003-12-06
* terminology shift:•••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 Roger Dingledine2003-12-05
* prevent assert failure on -HUP when options->PidFile==NULL•••svn:r885 Roger Dingledine2003-12-03
* we are pre15•••svn:r884 Roger Dingledine2003-12-03
* OnionRouter config option is obsolete•••svn:r883 Roger Dingledine2003-12-03
* update the TODO to reflect recent commits•••svn:r882 Roger Dingledine2003-12-03
* choose randomly from running dirservers, not always the first one•••svn:r881 Roger Dingledine2003-12-03
* pick nodes for a circuit only from those the directory says are up•••svn:r880 Roger Dingledine2003-12-03
* stop segfault when choose_good_exit_server returns NULL•••svn:r879 Roger Dingledine2003-12-03
* switch "-lcrypto -lssl" to "-lssl -lcrypto" for broken distributions•••enforce -g on compile always. we're an alpha release after all. svn:r878 Roger Dingledine2003-12-03
* don't --enable-debug by default on ./configure•••svn:r877 Roger Dingledine2003-12-03
* fix vicious bug in connection_ap_attach_pending that caused it to••• 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 Roger Dingledine2003-12-03
* assert that nobody asks for a random number between 0 and -1•••svn:r875 Roger Dingledine2003-12-03
* bugfix in exit node choice: we used to find the perfect exit node but ...•••bugfix in connection_ap_can_use_exit: it was using the wrong port bugfix: the OP now handles a port of '*' correctly when the IP is not yet known and it's trying to guess whether a router's exit policy might accept it. we now don't ever pick exit routers which will reject *:* attach_circuit now fails a new stream outright if it will never work. when you get an 'end' cell that resolves an IP, now it will fail the circuit outright if no safe exit nodes exist for that IP. don't try building a new circuit after an 'end' if a suitable one is already on the way. svn:r874 Roger Dingledine2003-12-03
* stop expecting sample-server-torrc to be there•••svn:r873 Roger Dingledine2003-12-02
* install that man page•••svn:r872 Steven Hazel2003-12-02
* update TODO with remaining pre15 tasks•••svn:r871 Roger Dingledine2003-12-02
* start tracking a rare bug: package_raw_inbuf gets called with package_window 0•••Nov 25 22:39:18.294 [warn] connection_edge_package_raw_inbuf(): called with package_window 0. T ell Roger. svn:r870 Roger Dingledine2003-11-30
* stop complaining as loudly when a dns resolve fails•••svn:r869 Roger Dingledine2003-11-30
* bugfix: we were writing to stderr even when it's closed•••svn:r868 Roger Dingledine2003-11-30
* bump up header length when the dirserv reads http commands•••Nov 23 12:10:26.556 [warn] fetch_from_buf_http(): headerlen 1487 larger than 1023. Failing. Nov 23 12:10:26.556 [warn] directory_handle_command(): input too large. Failing. svn:r867 Roger Dingledine2003-11-30
* remove a conn_close_if_marked warning•••Nov 27 15:45:19.003 [warn] connection_write_to_buf(): write_to_buf failed. Closing connection (fd 42). Nov 27 15:45:19.010 [warn] conn_close_if_marked(): Conn (socket 42) still wants to flush. Losing 0 bytes! svn:r866 Roger Dingledine2003-11-30
* bugfix: an offline OP would leak all its sockets and stop working•••svn:r865 Roger Dingledine2003-11-29
* Fix a few bugs in sending and receiving DNS results•••svn:r864 Nick Mathewson2003-11-23
* Bring assert_connection_ok up to date•••svn:r863 Nick Mathewson2003-11-23
* Fix incorrect error message•••svn:r862 Nick Mathewson2003-11-21
* stop building sample-server-torrc, start building tor.1•••svn:r861 Roger Dingledine2003-11-21
* we have a man page.•••svn:r860 Roger Dingledine2003-11-20
* change 'so you want to run your own server' directions•••svn:r859 Roger Dingledine2003-11-20
* merge torrc.in and sample-server-torrc.in•••svn:r858 Roger Dingledine2003-11-20
* simplify: options.OnionRouter==1 iff options.ORPort>0•••svn:r857 Roger Dingledine2003-11-20
* install now recognizes that -l warn is default•••svn:r856 Roger Dingledine2003-11-19
* default log level is now warn•••(info is too noisy) svn:r855 Roger Dingledine2003-11-19