summaryrefslogtreecommitdiff
path: root/src/or/relay.c
AgeCommit message (Expand)Author
2005-11-30Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson
2005-11-17we used to kill the circuit when we receive a relay command weRoger Dingledine
2005-11-15another case where the poor server operator doesn't need toRoger Dingledine
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25fix a segvNick Mathewson
2005-10-25Convert circuituse, command, config, connection, relay, router, test to new l...Nick Mathewson
2005-10-24Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson
2005-10-17more log unclutteringRoger Dingledine
2005-10-17start the process of reducing clutter in server logsRoger Dingledine
2005-09-09bugfix: we were automatically condemning an exit node (concludingRoger Dingledine
2005-09-03and another byte counting error.Nick Mathewson
2005-09-03Excellent. We have at least 8 bytes, so I can safely get the 9th.Nick Mathewson
2005-09-02Add TTLs to RESOLVED, CONNECTED, and END_REASON_EXITPOLICY cells. Also, add ...Nick Mathewson
2005-08-15after failing from resolve failed or misc, reset the num failures.Roger Dingledine
2005-08-13i'm sick of having my streams fail because of a confused exit node.Roger Dingledine
2005-08-08Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson
2005-06-29Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson
2005-06-19fix stray funny-characterRoger Dingledine
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-05-17Handle relay cells with rh.length too large.Nick Mathewson
2005-05-03remove archaic debugging aid that was probably unsafeRoger Dingledine
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-05-02New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson
2005-04-07allow servers to publish descriptors from 12 hours in the future.Roger Dingledine
2005-04-07Change conn_(type|state)_to_string from const arrays to switch functions so w...Nick Mathewson
2005-04-06Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...Nick Mathewson
2005-04-06Hopefully, this will make ORs much faster, and not break them: keep a big spl...Nick Mathewson
2005-04-04client now retries when streams end early for 'hibernating' orRoger Dingledine
2005-04-02Give better warnings if connection_close_unattached_ap gets called twice or c...Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-03-27clean up socks reply stuff more.Roger Dingledine
2005-03-27stop most cases of hanging up on a socks connection without sendingRoger Dingledine
2005-03-26fix assert: stop trying to send a socks reply to an *exit*Roger Dingledine
2005-03-25fix another case where we need to send a socks reply (reject)Roger Dingledine
2005-03-24forward-port the circuit_resume_edge_reading_helper fix.Roger Dingledine
2005-03-23whoops, fix seg fault i just introducedRoger Dingledine
2005-03-23fix assert triggers (bugs 109 and 96), and put in someRoger Dingledine
2005-03-22Specify and implement close-stream and close-circuit control messagesNick Mathewson
2005-03-22remove obsolete codeRoger Dingledine
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-03-14Raise common code for "detach this stream and try it with a different circuit...Nick Mathewson
2005-03-13bugfix: now that we don't do the client dns thing, our checksRoger Dingledine
2005-03-11Remove unused macro; add a comment on remaining macros.Nick Mathewson
2005-03-10Fix error codes to work on windowsNick Mathewson
2005-03-02Still more code to make sure we send the right number and kind of RELAY END c...Nick Mathewson
2005-03-01Revise all calls to connection_edge_end to avoid sending MISC, and to take er...Nick Mathewson
2005-03-01Forward-port new reasons; clean up code more; add code to convert new reasons...Nick Mathewson
2005-02-24cache .exit address better (i think)Roger Dingledine