aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* 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
* simplify: options.OnionRouter==1 iff options.ORPort>0•••svn:r857 Roger Dingledine2003-11-20
* default log level is now warn•••(info is too noisy) svn:r855 Roger Dingledine2003-11-19
* make pidfile default to null rather than writing to your cwd•••svn:r853 Roger Dingledine2003-11-19
* if you tell people that IgnoreVersion exists,•••some of them will use it rather than upgrade. svn:r852 Roger Dingledine2003-11-19
* bugfix and cleanups•••svn:r848 Roger Dingledine2003-11-19
* Separate failure-count tracking from circuit-launching.•••Increment failure counts only when circuits close without having been built. Reset failure counts only on the second, and when circuits are done building. svn:r847 Nick Mathewson2003-11-19
* Check that we can write to the logfile and log a warning to stderr if we can't•••Move writing of pidfile after daemonizing, and also after setting the [ug]id: This means that the tor user needs write priviliges to the pidfile location. It needs it for unlinking the pidfile anyway. svn:r846 Peter Palfrader2003-11-19
* Patch last patch to last patch•••svn:r845 Nick Mathewson2003-11-19
* removed unused variable; silence warning•••svn:r844 Nick Mathewson2003-11-19
* Patch last patch.•••svn:r843 Nick Mathewson2003-11-19
* Skip non-running routers for exit node selection•••svn:r842 Nick Mathewson2003-11-19
* bugfix: sometimes we closed a circ while cpuworker was cranking,••• and it didn't notice svn:r841 Roger Dingledine2003-11-18
* revert part of that last change•••time for bed svn:r840 Roger Dingledine2003-11-18
* make more sure we can't end up with two connections to the same OR•••fix leaked pk in connection_tls_finish_handshake svn:r839 Roger Dingledine2003-11-18
* bugfix: don't ask for ->next of an expired circuit•••bugfix: keep going when a circ fails in circuit_n_conn_open (make circuit_enumerate_by_naddr_nport obsolete) bugfix: make circuit_n_conn_open only look at circ's that start at us bugfix: only try circuit_n_conn_open if we're an OP. Otherwise we expect connections to always already be up. bugfix: when choosing path length, pay attention to whether the directory says a router is down. bugfix: when picking good exit, skip routers which are known to be down (more work needs to be done on this one) svn:r838 Roger Dingledine2003-11-18
* use the tor_malloc_zero wrapper•••svn:r837 Roger Dingledine2003-11-18
* don't build too many circs at once•••expire circs that have been building for too long svn:r835 Roger Dingledine2003-11-18
* Simplify post-TLS-handshake checks, and add check for correct nickname•••svn:r834 Nick Mathewson2003-11-18
* Always include newline with port section of exit policy•••svn:r832 Nick Mathewson2003-11-18
* stop client_dns_clean from calling malloc(0)•••svn:r831 Roger Dingledine2003-11-18
* Fix possible bug in circID selection when building circuits on combination OP...•••svn:r830 Nick Mathewson2003-11-17
* more verbose info for circuits when kill -USR1•••svn:r829 Roger Dingledine2003-11-17
* "I don't think it's quite fair to condemn a whole program because of a••• single slip-up." -- General "Buck" Turgidson, _Doctor Strangelove_ svn:r828 Nick Mathewson2003-11-17
* finally find and possibly fix the circuit_deliver_relay_cell warn bug•••svn:r827 Roger Dingledine2003-11-17
* Fix bytesex issues on in.s_addr•••svn:r826 Nick Mathewson2003-11-17
* catch the last missing log line i hope•••svn:r825 Roger Dingledine2003-11-17
* Remove a possible source of error in circID picking.•••svn:r824 Nick Mathewson2003-11-17
* continue the circuit_deliver_relay_cell forward-failure bughunt•••svn:r823 Roger Dingledine2003-11-17
* comment choose_good_exit_server•••svn:r822 Nick Mathewson2003-11-17
* trivial bugfixes•••svn:r821 Roger Dingledine2003-11-17
* Fix a segfault caused by a weird logic error and masked by another.•••svn:r820 Nick Mathewson2003-11-17
* recognize in-progress circs and don't start redundant ones•••quickly notice streams that don't have a circ on the way, and start one svn:r819 Roger Dingledine2003-11-17
* bugfixes•••svn:r818 Roger Dingledine2003-11-16
* change when circuits are built and expired•••not quite happy with it yet svn:r817 Roger Dingledine2003-11-16
* bugfix: if you recognize a relay cell, don't also pass it on.•••svn:r816 Roger Dingledine2003-11-16
* dump exit policies correctly to descriptor•••svn:r815 Roger Dingledine2003-11-16
* initial patches on patches•••svn:r814 Roger Dingledine2003-11-16
* Finish implementing the rest of the exitpolicy stuff, except for automaticall...•••svn:r813 Nick Mathewson2003-11-16
* Improved exit policy syntax; basic client-side DNS caching.•••- Exit policies now support bitmasks (18.0.0.0/255.0.0.0) and bitcounts 18.0.0.0/8. Policies are parsed on startup, not when comparing to them. - desired_path_len is now part of an opaque cpath_build_state_t structure. - END_REASON_EXITPOLICY cells no longer include a port. - RELAY_COMMAND_CONNECTED cells now include the IP address we've connected to. - connection_edge now has a client_dns cache to remember resolved addresses. It gets populated by RELAY_COMMAND_CONNECTED cells and END_REASON_EXITPOLICY cells. It gets used by connection_ap_handshake_send_begin. We don't compare it to exit policies yet. svn:r812 Nick Mathewson2003-11-14
* commencing the bughunt•••svn:r811 Roger Dingledine2003-11-14
* bump default pathlen to 3; clean up surrounding code•••svn:r810 Roger Dingledine2003-11-13
* let getconfig survive repeated calls. now we call it again when we hup.•••change RecommendedVersions into a config option, so dirservers can hup for a new one svn:r809 Roger Dingledine2003-11-13
* warn on startup that we don't provide anonymity•••make exit dns cache entries last 15 minutes svn:r807 Roger Dingledine2003-11-13
* lay groundwork for EntryNodes and ExitNodes•••svn:r805 Roger Dingledine2003-11-12
* make dir parsing robust to invalid but well-formed descriptors•••svn:r800 Roger Dingledine2003-11-12
* connection_ap_handshake_send_begin always succeeds•••svn:r798 Roger Dingledine2003-11-12