aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.c
Commit message (Expand)AuthorAge
* Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson2006-06-04
* the last of the log convention conversion. finally.Roger Dingledine2006-02-13
* Happy new year!Roger Dingledine2006-02-09
* Jan 05 19:39:27.356 [warn] connection_edge_process_end_not_open():Roger Dingledine2006-01-07
* Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson2006-01-05
* Some tor servers process billions of cells in a matter of days.Roger Dingledine2005-12-31
* when we fail three times to resolve or connect, we were telling theRoger Dingledine2005-12-19
* Choose directory servers from routerstatus list, not from routerinfo list. T...Nick Mathewson2005-12-14
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine2005-12-10
* crank the max line limit down to 150 chars.Roger Dingledine2005-12-10
* Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson2005-11-30
* we used to kill the circuit when we receive a relay command weRoger Dingledine2005-11-17
* another case where the poor server operator doesn't need toRoger Dingledine2005-11-15
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* fix a segvNick Mathewson2005-10-25
* Convert circuituse, command, config, connection, relay, router, test to new l...Nick Mathewson2005-10-25
* Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson2005-10-24
* more log unclutteringRoger Dingledine2005-10-17
* start the process of reducing clutter in server logsRoger Dingledine2005-10-17
* bugfix: we were automatically condemning an exit node (concludingRoger Dingledine2005-09-09
* and another byte counting error.Nick Mathewson2005-09-03
* Excellent. We have at least 8 bytes, so I can safely get the 9th.Nick Mathewson2005-09-03
* Add TTLs to RESOLVED, CONNECTED, and END_REASON_EXITPOLICY cells. Also, add ...Nick Mathewson2005-09-02
* after failing from resolve failed or misc, reset the num failures.Roger Dingledine2005-08-15
* i'm sick of having my streams fail because of a confused exit node.Roger Dingledine2005-08-13
* Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson2005-08-08
* Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson2005-06-29
* fix stray funny-characterRoger Dingledine2005-06-19
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
* Handle relay cells with rh.length too large.Nick Mathewson2005-05-17
* remove archaic debugging aid that was probably unsafeRoger Dingledine2005-05-03
* first iteration of scrubbing sensitive strings from logs.Roger Dingledine2005-05-03
* New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson2005-05-02
* allow servers to publish descriptors from 12 hours in the future.Roger Dingledine2005-04-07
* Change conn_(type|state)_to_string from const arrays to switch functions so w...Nick Mathewson2005-04-07
* Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...Nick Mathewson2005-04-06
* Hopefully, this will make ORs much faster, and not break them: keep a big spl...Nick Mathewson2005-04-06
* client now retries when streams end early for 'hibernating' orRoger Dingledine2005-04-04
* Give better warnings if connection_close_unattached_ap gets called twice or c...Nick Mathewson2005-04-02
* update copyright notices.Nick Mathewson2005-04-01
* clean up socks reply stuff more.Roger Dingledine2005-03-27
* stop most cases of hanging up on a socks connection without sendingRoger Dingledine2005-03-27
* fix assert: stop trying to send a socks reply to an *exit*Roger Dingledine2005-03-26
* fix another case where we need to send a socks reply (reject)Roger Dingledine2005-03-25
* forward-port the circuit_resume_edge_reading_helper fix.Roger Dingledine2005-03-24
* whoops, fix seg fault i just introducedRoger Dingledine2005-03-23
* fix assert triggers (bugs 109 and 96), and put in someRoger Dingledine2005-03-23