summaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2006-05-03Bugfix: If we setconf our ORPort to 0, we continued to listen on theRoger Dingledine
2006-04-01bugfix: when we fail to bind or listen on an incoming or outgoingRoger Dingledine
2006-03-19Allow non-printable characters for exit streams (both forRoger Dingledine
2006-03-18auth dir servers were only modifying a server's is_running fieldRoger Dingledine
2006-03-12More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson
2006-03-08start using OR_CONN_EVENT_NEW.Roger Dingledine
2006-03-05Add some functions to escape values from the network before sending them to t...Nick Mathewson
2006-02-13more log conversions.Roger Dingledine
2006-02-13Let the users set ControlListenAddress in the torrc.Roger Dingledine
2006-02-12enforce whitespace styleNick Mathewson
2006-02-11When a client asks for an old-style directory and our write bucketRoger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-02-09and make sure that never happens againRoger Dingledine
2006-02-06char *x = "y"; is not good C.Nick Mathewson
2006-02-04Fix a major load balance bug: we were round-robining in 16 KB chunks, andRoger Dingledine
2006-02-03when we fail to bind a listener, try to provide a more useful log msg.Roger Dingledine
2006-01-17attempted patch for bug 220: don't assert when we've tried all theRoger Dingledine
2006-01-10entry nodes are now entry guards.Roger Dingledine
2006-01-07fix typoRoger Dingledine
2006-01-05Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson
2006-01-05fix a wrong stringRoger Dingledine
2005-12-28helper nodes are dead. long live entry nodes.Roger Dingledine
2005-12-27fix typoRoger Dingledine
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-05Change how OR conns get removed from the identity map; fix some warnings on s...Nick Mathewson
2005-11-30Move connection_or_remove_from_identity_map() to connection_unlink, but dont ...Nick Mathewson
2005-11-30Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson
2005-11-26"How about 'never'? Does 'never' work for you?"Nick Mathewson
2005-11-26Cut down a common call to circuit_get_by_conn by about half.Nick Mathewson
2005-11-25when calling connection_get_by_identity_digest, don't do a memcmpRoger Dingledine
2005-11-19Recover better from TCP connections to Tor servers that are broken butRoger Dingledine
2005-11-18and another overly common log entryRoger Dingledine
2005-11-11simplify a log entryRoger Dingledine
2005-11-01fix a signed/unsigned warningNick Mathewson
2005-10-29Do round-robin writes of at most 16 kB per write. This mightRoger Dingledine
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Convert circuituse, command, config, connection, relay, router, test to new l...Nick Mathewson
2005-10-17Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader
2005-10-17start calling it *ListenAddress rather than *BindAddress,Roger Dingledine
2005-10-17Make a few INFO log lines into DEBUGPeter Palfrader
2005-10-17more log unclutteringRoger Dingledine
2005-10-07fix a malformed warning entryRoger Dingledine
2005-10-07Print address too when we say we cannot bind/listenPeter Palfrader
2005-10-06Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...Nick Mathewson
2005-10-05Downgrade too-frequent "nothing happened" message from info to debugNick Mathewson
2005-09-30and another leak.Nick Mathewson
2005-09-30by convention, addr is a uint32_t and address is a string.Roger Dingledine
2005-09-30Fix a leak when launching listeners.Nick Mathewson
2005-09-30Reformat inconsistent function declarations.Nick Mathewson