aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2005-02-27Checkpoint in-progress fixes:Roger Dingledine
2005-02-22Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson
2005-02-16remove unused codeRoger Dingledine
2005-02-01define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine
2005-01-19fix another bug where general exit circs were looking at rendezvousRoger Dingledine
2005-01-17remove some extra-verbose logsRoger Dingledine
2005-01-17Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine
2005-01-12Annotate circuits w/ whether they aim to contain high uptime nodes and/orRoger Dingledine
2004-12-17When listing circuits that are pending on an opening OR connection,Roger Dingledine
2004-12-13clean up logging,Roger Dingledine
2004-12-07I'm a bad person.Roger Dingledine
2004-12-07were we on crack??Roger Dingledine
2004-12-07and bust another memory leakRoger Dingledine
2004-12-07Fix some memory leaks and unlikely segfaultsNick Mathewson
2004-12-05fix a minor leak in my recent commitRoger Dingledine
2004-12-05New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine
2004-12-04bugfix: When we were checking to see if an ap_conn should time outRoger Dingledine
2004-12-04make circuit building and router parsing less noisyRoger Dingledine
2004-11-30clean obsolete circuit_log_path codeRoger Dingledine
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-23Dr. Seuss on iterating circular lists: "It's fun to have fun, but youNick Mathewson
2004-11-23Fix critical bug in circuit_list_path: cpath is a circular list! (Also reimp...Nick Mathewson
2004-11-21be more greedy about filling up all relay cells.Roger Dingledine
2004-11-16add a TODO item and some comment changes.Nick Mathewson
2004-11-12Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson
2004-11-12Use autoconf to enable largefile support where necessary. Use ftello where av...Nick Mathewson
2004-11-10Remove XXXX009 comment telling us to do the last (circID-related) fixNick Mathewson
2004-11-10Resolve a FIXME: use identity comparison, not nickname comparison, toNick Mathewson
2004-11-10Resolve FIXME items: clarify two XXXX comments for 009Nick Mathewson
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-04make the default default options.FirewallPorts be the defaultRoger Dingledine
2004-11-04break out validate_optionsRoger Dingledine
2004-11-03- Implement all of control interface except authentication, setconfig,Nick Mathewson
2004-11-03lay the groundwork for a default value for each config option.Roger Dingledine
2004-10-30Fix paul gardner's assert bug. Turns out when circuit_launch_by_nickname()Roger Dingledine
2004-10-27Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson
2004-10-27Use tor_snprintf, not snprintfNick Mathewson
2004-10-27Replace sprintf with snprintfNick Mathewson
2004-10-17start the process of making 0.0.7* obsoleteRoger Dingledine
2004-10-16various tweaks and fixesRoger Dingledine
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-15Implement "families" of coadministered nodes; prevent them all from appearing...Nick Mathewson
2004-10-14Try to always dtrt if routerlist==NULLNick Mathewson
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
2004-10-11fix the stale pointer assert bug reported by joe magicRoger Dingledine
2004-09-30Fix a rare assert trigger, where routerinfos for entries in our cpathRoger Dingledine