aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
...
* Logic to launch connections for new directory types.Nick Mathewson2005-09-07
* clean whitespace.Nick Mathewson2005-09-07
* More stuff for new directories.Nick Mathewson2005-09-07
* Comment structs, reload a field, start making network status caches workNick Mathewson2005-09-04
* remove redundant logs about unreachable serversRoger Dingledine2005-09-03
* Make structs for (v2) network-status and its per-router components. Add funct...Nick Mathewson2005-09-02
* subtle change to avoid some false positives:Roger Dingledine2005-09-01
* when we think a router is unreachable, pass the message back to theRoger Dingledine2005-08-31
* don't whine about reachability if the guy is hibernating now.Roger Dingledine2005-08-30
* refactor -- no actual changesRoger Dingledine2005-08-30
* Make unit tests (and others) run without launching listeners, creating subdir...Nick Mathewson2005-08-26
* We no longer need dirserv_load_from_directory_string, so dirserv_add_descrip...Nick Mathewson2005-08-26
* Remove a field that nobody sets or uses.Nick Mathewson2005-08-26
* Remove descriptor_list and use routerlist instead. Make directories manage r...Nick Mathewson2005-08-26
* make it clearer which elements of routerinfo_t are for reachabilityRoger Dingledine2005-08-26
* Add some documentation; move the signature generation logic into routerparse....Nick Mathewson2005-08-26
* Make a new AssumeReachable config option that will publish anyway.Roger Dingledine2005-08-26
* Start implementing the server side of the new directory protocol.Nick Mathewson2005-08-25
* be much more conservative about logging reachability complaints.Roger Dingledine2005-08-24
* Dirservers now do their own external reachability testing of eachRoger Dingledine2005-08-24
* Implement new (reduced-frequency) upload rules. arma, you should review this.Nick Mathewson2005-08-22
* Make set_options a little smarter: have options_act handle transitions on its...Nick Mathewson2005-08-22
* rotate dns and cpu workers if the controller changes options thatRoger Dingledine2005-08-15
* clean up some confusing logs.Roger Dingledine2005-08-15
* after failing from resolve failed or misc, reset the num failures.Roger Dingledine2005-08-15
* Implement exit enclaves: if we know an IP address for the destination,Roger Dingledine2005-08-15
* let unregistered-servers take a parameter (the min bandwidth)Roger Dingledine2005-08-13
* Add a 'quit' command for the controller.Roger Dingledine2005-08-13
* predict required circuits better, with an eye toward makingRoger Dingledine2005-08-13
* Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls.Nick Mathewson2005-08-10
* Replace ADDR_POLICY_ACCEPT/REJECT with its own enumNick Mathewson2005-08-09
* Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson2005-08-08
* get rid of IgnoreVersion and the forced auto-exit mis-featureRoger Dingledine2005-08-08
* Generalize FirewallPorts to FirewallIPs so I can run happily when locked in n...Nick Mathewson2005-08-07
* incomplete patch for matt's info controller signal term bugRoger Dingledine2005-08-07
* Implement some more GETINFO goodness: expose helper nodes, config options, ge...Nick Mathewson2005-08-04
* Possibly broken implementation of persistant state; handles helper nodes; doe...Nick Mathewson2005-07-28
* parameterize RephistTrackTimeRoger Dingledine2005-07-25
* Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...Nick Mathewson2005-07-23
* Be consistent about preferring foo* to struct foo*Nick Mathewson2005-07-22
* Parameterize configuration parsing functionsNick Mathewson2005-07-22
* Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...Nick Mathewson2005-07-22
* Add getinfo logic for accounting; add options for helper nodesNick Mathewson2005-07-22
* trivial changes on nick's rendezvous commitRoger Dingledine2005-07-14
* whitespace fixesNick Mathewson2005-07-13
* Macro-fu to get DEBUG events working.Nick Mathewson2005-07-13
* Do not reverse command-line configuration options; Use new minimal-listener-c...Nick Mathewson2005-07-11
* Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson2005-06-29
* Compile on win32Nick Mathewson2005-06-27
* overall cleanup and streamlining and doccingRoger Dingledine2005-06-20