aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
...
* 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
* Remove code that has been #if-0ed for a long time.Nick Mathewson2005-06-15
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* move more docs into our codeRoger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* pay more attention to the ClientOnly config optionRoger Dingledine2005-06-09
* reenable the part of the code that tries to flush as soon as an OR outbufRoger Dingledine2005-06-08
* i screwed up the dirport reachability testing when we don't yetRoger Dingledine2005-05-23
* If a socks connection ends because read fails, don't warn that you'reRoger Dingledine2005-05-21
* add HttpProxyAuthenticator config option tooRoger Dingledine2005-05-20
* doxygeny goodness from tyranixRoger Dingledine2005-05-17
* Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson2005-05-07
* first iteration of scrubbing sensitive strings from logs.Roger Dingledine2005-05-03
* Change buffer shrinking strategy: only try to shrink once every 3 minutes. D...Nick Mathewson2005-05-02
* Re-do fragmented control message handling to work with new buf_t system.Nick Mathewson2005-04-27
* Clean/renormalize whitespaceNick Mathewson2005-04-26
* clean up this TOR_FRAGILE businessRoger Dingledine2005-04-26
* Add kludgy function to force controllers to flush EVENT_ERR_MSG events.Nick Mathewson2005-04-08
* Move a quote, fix a log.Nick Mathewson2005-04-08
* fix format bugRoger Dingledine2005-04-07
* Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...Nick Mathewson2005-04-07
* Change conn_(type|state)_to_string from const arrays to switch functions so w...Nick Mathewson2005-04-07