| Commit message (Expand) | Author | Age |
* | more log uncluttering | Roger Dingledine | 2005-10-17 |
* | start the process of reducing clutter in server logs | Roger Dingledine | 2005-10-17 |
* | bugfix: we were automatically condemning an exit node (concluding | Roger Dingledine | 2005-09-09 |
* | and another byte counting error. | Nick Mathewson | 2005-09-03 |
* | Excellent. We have at least 8 bytes, so I can safely get the 9th. | Nick Mathewson | 2005-09-03 |
* | Add TTLs to RESOLVED, CONNECTED, and END_REASON_EXITPOLICY cells. Also, add ... | Nick Mathewson | 2005-09-02 |
* | after failing from resolve failed or misc, reset the num failures. | Roger Dingledine | 2005-08-15 |
* | i'm sick of having my streams fail because of a confused exit node. | Roger Dingledine | 2005-08-13 |
* | Replace (Fascist)Firewall* with a new ReachableAddresses option that understa... | Nick Mathewson | 2005-08-08 |
* | Logic to implement rendezvous/introduction via unknown servers. | Nick Mathewson | 2005-06-29 |
* | fix stray funny-character | Roger Dingledine | 2005-06-19 |
* | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun... | Nick Mathewson | 2005-06-11 |
* | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson | 2005-06-09 |
* | New whitespace normalization rule: no blank line at EOF. | Nick Mathewson | 2005-06-09 |
* | Handle relay cells with rh.length too large. | Nick Mathewson | 2005-05-17 |
* | remove archaic debugging aid that was probably unsafe | Roger Dingledine | 2005-05-03 |
* | first iteration of scrubbing sensitive strings from logs. | Roger Dingledine | 2005-05-03 |
* | New and frightening code to implement fast-path first-hop CREATE_FAST cells. ... | Nick Mathewson | 2005-05-02 |
* | allow servers to publish descriptors from 12 hours in the future. | Roger Dingledine | 2005-04-07 |
* | Change conn_(type|state)_to_string from const arrays to switch functions so w... | Nick Mathewson | 2005-04-07 |
* | Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ... | Nick Mathewson | 2005-04-06 |
* | Hopefully, this will make ORs much faster, and not break them: keep a big spl... | Nick Mathewson | 2005-04-06 |
* | client now retries when streams end early for 'hibernating' or | Roger Dingledine | 2005-04-04 |
* | Give better warnings if connection_close_unattached_ap gets called twice or c... | Nick Mathewson | 2005-04-02 |
* | update copyright notices. | Nick Mathewson | 2005-04-01 |
* | clean up socks reply stuff more. | Roger Dingledine | 2005-03-27 |
* | stop most cases of hanging up on a socks connection without sending | Roger Dingledine | 2005-03-27 |
* | fix assert: stop trying to send a socks reply to an *exit* | Roger Dingledine | 2005-03-26 |
* | fix another case where we need to send a socks reply (reject) | Roger Dingledine | 2005-03-25 |
* | forward-port the circuit_resume_edge_reading_helper fix. | Roger Dingledine | 2005-03-24 |
* | whoops, fix seg fault i just introduced | Roger Dingledine | 2005-03-23 |
* | fix assert triggers (bugs 109 and 96), and put in some | Roger Dingledine | 2005-03-23 |
* | Specify and implement close-stream and close-circuit control messages | Nick Mathewson | 2005-03-22 |
* | remove obsolete code | Roger Dingledine | 2005-03-22 |
* | Commit fixes for several pending tor core tasks: document all DOCDOCed functi... | Nick Mathewson | 2005-03-17 |
* | Raise common code for "detach this stream and try it with a different circuit... | Nick Mathewson | 2005-03-14 |
* | bugfix: now that we don't do the client dns thing, our checks | Roger Dingledine | 2005-03-13 |
* | Remove unused macro; add a comment on remaining macros. | Nick Mathewson | 2005-03-11 |
* | Fix error codes to work on windows | Nick Mathewson | 2005-03-10 |
* | Still more code to make sure we send the right number and kind of RELAY END c... | Nick Mathewson | 2005-03-02 |
* | Revise all calls to connection_edge_end to avoid sending MISC, and to take er... | Nick Mathewson | 2005-03-01 |
* | Forward-port new reasons; clean up code more; add code to convert new reasons... | Nick Mathewson | 2005-03-01 |
* | cache .exit address better (i think) | Roger Dingledine | 2005-02-24 |
* | stop a potential overflow (pointed out by ilja) | Roger Dingledine | 2005-02-24 |
* | Add a new AddressMap directive to rewrite incoming socks addresses. | Roger Dingledine | 2005-02-22 |
* | remove redundant unpack in critical path | Nick Mathewson | 2005-02-13 |
* | be safe: if you got a resolvefailed end cell but you're not an AP, bail. | Roger Dingledine | 2005-01-30 |
* | Introduce a notion of 'internal' circs, which are chosen without regard | Roger Dingledine | 2005-01-17 |
* | clean up string printing in relay logs | Roger Dingledine | 2005-01-06 |
* | fix trivial typo in log entry | Roger Dingledine | 2005-01-06 |