aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
...
* helper nodes are dead. long live entry nodes.Roger Dingledine2005-12-28
* fix typoRoger Dingledine2005-12-27
* 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
* Change how OR conns get removed from the identity map; fix some warnings on s...Nick Mathewson2005-12-05
* Move connection_or_remove_from_identity_map() to connection_unlink, but dont ...Nick Mathewson2005-11-30
* Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson2005-11-30
* "How about 'never'? Does 'never' work for you?"Nick Mathewson2005-11-26
* Cut down a common call to circuit_get_by_conn by about half.Nick Mathewson2005-11-26
* when calling connection_get_by_identity_digest, don't do a memcmpRoger Dingledine2005-11-25
* Recover better from TCP connections to Tor servers that are broken butRoger Dingledine2005-11-19
* and another overly common log entryRoger Dingledine2005-11-18
* simplify a log entryRoger Dingledine2005-11-11
* fix a signed/unsigned warningNick Mathewson2005-11-01
* Do round-robin writes of at most 16 kB per write. This mightRoger Dingledine2005-10-29
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Convert circuituse, command, config, connection, relay, router, test to new l...Nick Mathewson2005-10-25
* Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader2005-10-17
* start calling it *ListenAddress rather than *BindAddress,Roger Dingledine2005-10-17
* Make a few INFO log lines into DEBUGPeter Palfrader2005-10-17
* more log unclutteringRoger Dingledine2005-10-17
* fix a malformed warning entryRoger Dingledine2005-10-07
* Print address too when we say we cannot bind/listenPeter Palfrader2005-10-07
* Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...Nick Mathewson2005-10-06
* Downgrade too-frequent "nothing happened" message from info to debugNick Mathewson2005-10-05
* and another leak.Nick Mathewson2005-09-30
* by convention, addr is a uint32_t and address is a string.Roger Dingledine2005-09-30
* Fix a leak when launching listeners.Nick Mathewson2005-09-30
* Reformat inconsistent function declarations.Nick Mathewson2005-09-30
* Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson2005-09-29
* Add new config.c function to set options that can fail, and roll back if they...Nick Mathewson2005-09-14
* be more thorough about noticing when a directory request has failed:Roger Dingledine2005-09-12
* Numerous changes to move towards client-side v2 directories.Nick Mathewson2005-09-12
* add conn->requested_resource to connection_t checks.Nick Mathewson2005-09-08
* Only caches download network-status for now, and they use a different strateg...Nick Mathewson2005-09-08
* Make a new AssumeReachable config option that will publish anyway.Roger Dingledine2005-08-26
* Also set event_mask=0 in connection_free_all, and dont send events to marked ...Nick Mathewson2005-08-07
* incomplete patch for matt's info controller signal term bugRoger Dingledine2005-08-07
* Fix idiot bug. The "free the IP history" code belons in connection_free_all(...Nick Mathewson2005-08-04
* Make clients regenerate their keys when their IP address changes.Nick Mathewson2005-08-03
* Be consistent about preferring foo* to struct foo*Nick Mathewson2005-07-22
* Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...Nick Mathewson2005-07-22
* missed oneRoger Dingledine2005-07-14
* tell us what kind of listener it is, tooRoger Dingledine2005-07-14
* fix opening listener log msgNick Mathewson2005-07-14
* Populate address field of listeners with an actually sane value.Nick Mathewson2005-07-14
* trivial changes on nick's rendezvous commitRoger Dingledine2005-07-14
* Macro-fu to get DEBUG events working.Nick Mathewson2005-07-13
* Change retry_listeners: when force is false, close and re-open a minimal set ...Nick Mathewson2005-07-11
* Start implementing framework for revised control spec.Nick Mathewson2005-06-17