aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
Commit message (Expand)AuthorAge
* Check for named servers when looking them up by nickname;Nick Mathewson2005-10-04
* comment cleanupsRoger Dingledine2005-10-04
* free helper node status info on shutdownNick Mathewson2005-09-30
* Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson2005-09-29
* Fix a bunch of log messages. Deprecate some routerlist fields; remove others...Nick Mathewson2005-09-14
* Clean up a few warnings that make gcc twig out a bit.Nick Mathewson2005-09-14
* a bit more code cleanupRoger Dingledine2005-09-13
* generalize route length to three plus one if the exit node is risky.Roger Dingledine2005-09-10
* add punctuationRoger Dingledine2005-09-08
* Log when falling back to nonfast/nonstabl routersNick Mathewson2005-08-26
* when we're trying to build a circuit and we're being picky about whatRoger Dingledine2005-08-26
* whoops, avoid printing a null string sometimesRoger Dingledine2005-08-22
* when we begin reachability testing, log the address:port for eachRoger Dingledine2005-08-22
* Implement exit enclaves: if we know an IP address for the destination,Roger Dingledine2005-08-15
* Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson2005-08-12
* Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson2005-08-08
* Generalize FirewallPorts to FirewallIPs so I can run happily when locked in n...Nick Mathewson2005-08-07
* Implement some more GETINFO goodness: expose helper nodes, config options, ge...Nick Mathewson2005-08-04
* Fix bug in state parsingNick Mathewson2005-07-28
* Possibly broken implementation of persistant state; handles helper nodes; doe...Nick Mathewson2005-07-28
* fix typosRoger Dingledine2005-07-23
* document code for hibernationNick Mathewson2005-07-23
* 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
* in circuit_list_path(), don't redundantly print the intended exitRoger Dingledine2005-07-20
* stop asserting if we have a controller listening for circuit eventsRoger Dingledine2005-07-18
* trivial changes on nick's rendezvous commitRoger Dingledine2005-07-14
* Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson2005-06-29
* Remove code that has been #if-0ed for a long time.Nick Mathewson2005-06-15
* some more cleaning and docingRoger Dingledine2005-06-11
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
* allow the middle hop of the testing circuit to be runningRoger Dingledine2005-05-17
* clean up some log entriesRoger Dingledine2005-05-15
* 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
* Actually, dont send CREATE_FAST cells at all for nowNick Mathewson2005-05-02
* New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson2005-05-02
* clean up this TOR_FRAGILE businessRoger Dingledine2005-04-26
* bugfix: stop trying to print a null pointer if an OR conn failsRoger Dingledine2005-04-25
* Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...Nick Mathewson2005-04-07
* Fix bug in last commit when no circid can be foundNick Mathewson2005-04-06
* Hopefully, this will make ORs much faster, and not break them: keep a big spl...Nick Mathewson2005-04-06
* Give better warnings if connection_close_unattached_ap gets called twice or c...Nick Mathewson2005-04-02
* update copyright notices.Nick Mathewson2005-04-01
* require exactly 0.0.9.7 for middle hops of testing circs, for nowRoger Dingledine2005-04-01
* when building testing circuits, always use middle hopsRoger Dingledine2005-04-01
* fix some log spacing problemsRoger Dingledine2005-04-01
* still publish your descriptor if orport is reachable but dirport isn'tRoger Dingledine2005-03-31