Commit History

Author SHA1 Message Date
  Roger Dingledine af86345b74 we used to kill the circuit when we receive a relay command we 20 years ago
  Roger Dingledine 74d1ca66c0 another case where the poor server operator doesn't need to 20 years ago
  Nick Mathewson 5d85560d9e Remove last vestiges of old logging interface. 20 years ago
  Nick Mathewson 9b6c5614c6 fix a segv 20 years ago
  Nick Mathewson 452f4cfa09 Convert circuituse, command, config, connection, relay, router, test to new logging interface 20 years ago
  Nick Mathewson f9b0be526e Use LD_BUG as appropriate; convert rend* and router* to new logging interface; use new circ_log_path interface 20 years ago
  Roger Dingledine ae92a91d96 more log uncluttering 20 years ago
  Roger Dingledine 03dcef4c78 start the process of reducing clutter in server logs 20 years ago
  Roger Dingledine 42f752a0a5 bugfix: we were automatically condemning an exit node (concluding 20 years ago
  Nick Mathewson ae726e659e and another byte counting error. 20 years ago
  Nick Mathewson 9b949cc1d2 Excellent. We have at least 8 bytes, so I can safely get the 9th. 20 years ago
  Nick Mathewson a6a45b7713 Add TTLs to RESOLVED, CONNECTED, and END_REASON_EXITPOLICY cells. Also, add a missing ntohl in connection_ap_handshake_socks_resolved. 20 years ago
  Roger Dingledine 3728011f36 after failing from resolve failed or misc, reset the num failures. 20 years ago
  Roger Dingledine 6d875b7d58 i'm sick of having my streams fail because of a confused exit node. 20 years ago
  Nick Mathewson 249b72f53e Replace (Fascist)Firewall* with a new ReachableAddresses option that understands address policies. 20 years ago
  Nick Mathewson ec83652357 Logic to implement rendezvous/introduction via unknown servers. 20 years ago
  Roger Dingledine cc57e1cab1 fix stray funny-character 20 years ago
  Nick Mathewson 232861ba42 Docment or add DOCDOC comments to undocumented functions in src/or. Make function definition format uniform. 20 years ago
  Nick Mathewson 0831823763 Change end-of-file NLNL convention. It turns out arma I and I agree. 20 years ago
  Nick Mathewson a6f51001a5 New whitespace normalization rule: no blank line at EOF. 20 years ago
  Nick Mathewson e7354725bb Handle relay cells with rh.length too large. 20 years ago
  Roger Dingledine 6ea839265d remove archaic debugging aid that was probably unsafe 20 years ago
  Roger Dingledine 5265bbd2b8 first iteration of scrubbing sensitive strings from logs. 20 years ago
  Nick Mathewson ab34901263 New and frightening code to implement fast-path first-hop CREATE_FAST cells. Watch out when we bump the version to 0.1.0.6-rc! 20 years ago
  Roger Dingledine dd98412ce1 allow servers to publish descriptors from 12 hours in the future. 20 years ago
  Nick Mathewson b897cb1ec3 Change conn_(type|state)_to_string from const arrays to switch functions so we (I) will not make Tor crash the next time we (I) add a new state. 20 years ago
  Nick Mathewson 88dc243bb5 Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start using it. Watch out, kids! 20 years ago
  Nick Mathewson b7cdcf3462 Hopefully, this will make ORs much faster, and not break them: keep a big splay tree of (circid,orconn)->circuit mappings to make circuit_get_by_circid_conn much faster. 20 years ago
  Roger Dingledine f1edeebf7d client now retries when streams end early for 'hibernating' or 20 years ago
  Nick Mathewson 055ee7c323 Give better warnings if connection_close_unattached_ap gets called twice or called on a marked connection; rename it to connection_mark_unattached_ap. 20 years ago