aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...Nick Mathewson2004-07-21
* get the function prototype rightRoger Dingledine2004-07-21
* add a new advertised_server_mode() to distinguish ORs thatRoger Dingledine2004-07-21
* Track bandwidth usage to estimate capacityNick Mathewson2004-07-20
* Remember list of digests for trusted dirservers; use this list to tell whethe...Nick Mathewson2004-07-20
* also don't hang up on him if we're an OR and he's an authdirserverRoger Dingledine2004-07-20
* a whole swath of fixesRoger Dingledine2004-07-20
* clients can now pick non-authdirservers for fetching directories.Roger Dingledine2004-07-20
* abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod...Nick Mathewson2004-07-18
* Remove 1024-router limit in routerparse.c; unify handling of running-routers ...Nick Mathewson2004-07-16
* Resolve all DOCDOCs.Nick Mathewson2004-07-16
* Code to parse tor version numbers so we can do an is-newer-than check.Nick Mathewson2004-07-13
* checkpoint: start working on bandwidth tracking andRoger Dingledine2004-07-13
* tor now tolerates down dirservers betterRoger Dingledine2004-07-12
* add 'advertisedbandwidth' to router descriptorRoger Dingledine2004-07-12
* More digest/nickname fixesNick Mathewson2004-07-02
* some of the infrastructure to let ORs connect on demandRoger Dingledine2004-07-02
* running-routers now lists down routers too (with a ! before their name)Roger Dingledine2004-07-01
* Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson2004-07-01
* Remaining 008pre1 items done; deferred where more design is needed.Nick Mathewson2004-06-25
* Implement several 008pre1 items: needs more testingNick Mathewson2004-06-21
* Implement RESOLVE/RESOLVED cells and socks resolve codeNick Mathewson2004-06-17
* router->is_trusted_dir implies router->dir_port>0Roger Dingledine2004-06-16
* include <inttypes.h> if we have itRoger Dingledine2004-06-16
* provide a prototype for dnsworkers_rotateRoger Dingledine2004-06-07
* Make tor build on win32 again; handle locking for serverNick Mathewson2004-06-05
* Check directory signatures based on name of signer, not on whom we got the di...Nick Mathewson2004-06-02
* crank up some of our constants, for better scalabilityRoger Dingledine2004-06-02
* Add more asserts to dns-pending connections; fix a couple seeming bugs.Nick Mathewson2004-06-01
* Check recommended-software string *early*, before actually parsing the direct...Nick Mathewson2004-06-01
* use sys/param.h if it's thereRoger Dingledine2004-06-01
* rik's patch to not complain about freebsd's bugRoger Dingledine2004-05-26
* commit two fixes from Thomas ThemelRoger Dingledine2004-05-22
* Tinker with log behavior: never send error messages about logs into the bitbu...Nick Mathewson2004-05-20
* router_choose_random_node() was ignoring its routerlist argument.Roger Dingledine2004-05-20
* non-dirservers expire routerinfo's that are more than a day oldRoger Dingledine2004-05-20
* enable checking the socks policyRoger Dingledine2004-05-20
* Allow multiple exit policy lines; mostly add support for AP policiesNick Mathewson2004-05-20
* Allow multiple logfiles at different severity rangesNick Mathewson2004-05-19
* remove upper limit on number of descriptors/directories in dirserver; use sma...Nick Mathewson2004-05-18
* Make directory functions update routerlist, not replace it. Add notion of OR...Nick Mathewson2004-05-17
* bugfix: if a circuit if borderline too old, then count it as too old.Roger Dingledine2004-05-15
* Break files apart into more modulesRoger Dingledine2004-05-13
* clean up directory.c APIRoger Dingledine2004-05-12
* break connection_edge_end out of connection_mark_for_closeRoger Dingledine2004-05-12
* Make some functions staticNick Mathewson2004-05-12
* break rend_client_desc_fetched out of connection_mark_for_closeRoger Dingledine2004-05-12
* break part of circuit.c into relay.cRoger Dingledine2004-05-12
* Make "connected" a different case from "finished_flushing"; always close_imme...Nick Mathewson2004-05-12
* Split directory/router parsing functionality into separate file from routerli...Nick Mathewson2004-05-10