summaryrefslogtreecommitdiff
path: root/src/or/relay.c
AgeCommit message (Expand)Author
2006-12-13Infrastructure to test BEGIN_DIR cells.Roger Dingledine
2006-10-29general cleanups from looking through or-cvsRoger Dingledine
2006-10-20 r9307@Kushana: nickm | 2006-10-20 13:53:54 -0400Nick Mathewson
2006-10-20 r9306@Kushana: nickm | 2006-10-20 13:27:43 -0400Nick Mathewson
2006-10-20 r9298@dhcp-18-188-67-85: nickm | 2006-10-20 11:25:07 -0400Nick Mathewson
2006-10-20 r9289@31-35-219: nickm | 2006-10-20 09:43:22 -0400Nick Mathewson
2006-10-15clean up and downgrade some log messagesRoger Dingledine
2006-10-13 r9017@totoro: nickm | 2006-10-13 01:27:33 -0400Nick Mathewson
2006-10-07more minor cleanupsRoger Dingledine
2006-10-01if we fail to build a circuit to an intended enclave, and it'sRoger Dingledine
2006-09-29 r9032@Kushana: nickm | 2006-09-29 18:51:42 -0400Nick Mathewson
2006-09-29 r8997@Kushana: nickm | 2006-09-28 23:40:22 -0400Nick Mathewson
2006-09-22 r8895@Kushana: nickm | 2006-09-21 20:05:11 -0400Nick Mathewson
2006-09-22remove some loud log messagesRoger Dingledine
2006-09-07prefer calling it a client rather than an OPRoger Dingledine
2006-08-10 r7299@Kushana: nickm | 2006-08-10 01:08:58 -0700Nick Mathewson
2006-07-27 r6922@Kushana: nickm | 2006-07-26 16:32:24 -0400Nick Mathewson
2006-07-26 r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400Nick Mathewson
2006-07-26 r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson
2006-07-23Don't tell anybody, but we're going OO here. This patch splitsNick Mathewson
2006-07-18If we are using an exit enclave and we can't connect, e.g. becauseRoger Dingledine
2006-07-04minor fixesRoger Dingledine
2006-06-04Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson
2006-02-13the last of the log convention conversion. finally.Roger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-01-07Jan 05 19:39:27.356 [warn] connection_edge_process_end_not_open():Roger Dingledine
2006-01-05Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson
2005-12-31Some tor servers process billions of cells in a matter of days.Roger Dingledine
2005-12-19when we fail three times to resolve or connect, we were telling theRoger Dingledine
2005-12-14Choose directory servers from routerstatus list, not from routerinfo list. T...Nick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-12-10crank the max line limit down to 150 chars.Roger Dingledine
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