summaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
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
2005-09-29Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson
2005-09-14Add new config.c function to set options that can fail, and roll back if they...Nick Mathewson
2005-09-12be more thorough about noticing when a directory request has failed:Roger Dingledine
2005-09-12Numerous changes to move towards client-side v2 directories.Nick Mathewson
2005-09-08add conn->requested_resource to connection_t checks.Nick Mathewson
2005-09-08Only caches download network-status for now, and they use a different strateg...Nick Mathewson
2005-08-26Make a new AssumeReachable config option that will publish anyway.Roger Dingledine
2005-08-07Also set event_mask=0 in connection_free_all, and dont send events to marked ...Nick Mathewson
2005-08-07incomplete patch for matt's info controller signal term bugRoger Dingledine
2005-08-04Fix idiot bug. The "free the IP history" code belons in connection_free_all(...Nick Mathewson
2005-08-03Make clients regenerate their keys when their IP address changes.Nick Mathewson
2005-07-22Be consistent about preferring foo* to struct foo*Nick Mathewson
2005-07-22Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...Nick Mathewson
2005-07-14missed onetor-0.1.1.2-alphaRoger Dingledine
2005-07-14tell us what kind of listener it is, tooRoger Dingledine
2005-07-14fix opening listener log msgNick Mathewson
2005-07-14Populate address field of listeners with an actually sane value.Nick Mathewson
2005-07-14trivial changes on nick's rendezvous commitRoger Dingledine
2005-07-13Macro-fu to get DEBUG events working.Nick Mathewson
2005-07-11Change retry_listeners: when force is false, close and re-open a minimal set ...Nick Mathewson
2005-06-17Start implementing framework for revised control spec.Nick Mathewson
2005-06-15Remove code that has been #if-0ed for a long time.Nick Mathewson
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11move more docs into our codeRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson