summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2005-10-24Fix one possible source of reuse-a-circuit-id bug; convert circuitbuild to ne...Nick Mathewson
2005-10-18Refactor routerlist access slightly: always use router_get_by_routerlist(); c...Nick Mathewson
2005-10-17fix a few commentsRoger Dingledine
2005-10-17Make a few INFO log lines into DEBUGPeter Palfrader
2005-10-17more log unclutteringRoger Dingledine
2005-10-12Make --hash-password not craash on exit.Nick Mathewson
2005-10-04Check for named servers when looking them up by nickname;Nick Mathewson
2005-10-04comment cleanupsRoger Dingledine
2005-09-30free helper node status info on shutdownNick Mathewson
2005-09-29Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson
2005-09-14Fix a bunch of log messages. Deprecate some routerlist fields; remove others...Nick Mathewson
2005-09-14Clean up a few warnings that make gcc twig out a bit.Nick Mathewson
2005-09-13a bit more code cleanupRoger Dingledine
2005-09-10generalize route length to three plus one if the exit node is risky.Roger Dingledine
2005-09-08add punctuationRoger Dingledine
2005-08-26Log when falling back to nonfast/nonstabl routersNick Mathewson
2005-08-26when we're trying to build a circuit and we're being picky about whatRoger Dingledine
2005-08-22whoops, avoid printing a null string sometimesRoger Dingledine
2005-08-22when we begin reachability testing, log the address:port for eachRoger Dingledine
2005-08-15Implement exit enclaves: if we know an IP address for the destination,Roger Dingledine
2005-08-12Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson
2005-08-08Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson
2005-08-07Generalize FirewallPorts to FirewallIPs so I can run happily when locked in n...Nick Mathewson
2005-08-04Implement some more GETINFO goodness: expose helper nodes, config options, ge...Nick Mathewson
2005-07-28Fix bug in state parsingNick Mathewson
2005-07-28Possibly broken implementation of persistant state; handles helper nodes; doe...Nick Mathewson
2005-07-23fix typosRoger Dingledine
2005-07-23document code for hibernationNick Mathewson
2005-07-22Be consistent about preferring foo* to struct foo*Nick Mathewson
2005-07-22Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...Nick Mathewson
2005-07-20in circuit_list_path(), don't redundantly print the intended exitRoger Dingledine
2005-07-18stop asserting if we have a controller listening for circuit eventsRoger Dingledine
2005-07-14trivial changes on nick's rendezvous commitRoger Dingledine
2005-06-29Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson
2005-06-15Remove code that has been #if-0ed for a long time.Nick Mathewson
2005-06-11some more cleaning and docingRoger Dingledine
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-05-17allow the middle hop of the testing circuit to be runningRoger Dingledine
2005-05-15clean up some log entriesRoger Dingledine
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-05-02Actually, dont send CREATE_FAST cells at all for nowNick Mathewson
2005-05-02New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson
2005-04-26clean up this TOR_FRAGILE businessRoger Dingledine
2005-04-25bugfix: stop trying to print a null pointer if an OR conn failsRoger Dingledine
2005-04-07Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...Nick Mathewson
2005-04-06Fix bug in last commit when no circid can be foundNick Mathewson
2005-04-06Hopefully, this will make ORs much faster, and not break them: keep a big spl...Nick Mathewson