summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2005-12-10explain why 0.1.1.9-alpha-cvs is a special version.Roger Dingledine
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-12-10crank the max line limit down to 150 chars.Roger Dingledine
2005-12-09In my private little universe, terminals are still 80 columns. Impose a 160-...Nick Mathewson
2005-12-09Normalize whitespaceNick Mathewson
2005-12-09For some bizarre reason, MSVC does not implement GCC extensions. Who would ha...Nick Mathewson
2005-12-09let the user configure a sockslistenaddress on other private IPsRoger Dingledine
2005-12-08Make code to handle "private" alias work when assume_action is set.Nick Mathewson
2005-12-08when we're checking reachability, make it clearer in the logsRoger Dingledine
2005-12-08remove a redundant memcpy when extending to a new serverRoger Dingledine
2005-12-08Oops. 0.0.0.0/8 and 169.254.0.0/16 are also special.Nick Mathewson
2005-12-08Release memory from conn_circid_circuit_map on exit.Nick Mathewson
2005-12-08Add private:* as an alias in configuration for policies.Nick Mathewson
2005-12-08Warn when binding to a public address for socks. This warning needs to be im...Nick Mathewson
2005-12-08Document CREATE_FAST better in the code. Move our key expansion algorithm in...Nick Mathewson
2005-12-08Whitespace normalizationNick Mathewson
2005-12-07Make clients use CREATE_FAST cells. add an option to disable this.Nick Mathewson
2005-12-07what the heck is wrong with this little piece of code?Roger Dingledine
2005-12-06tell the controller about new .onion streams too.Roger Dingledine
2005-12-06the other half of weasel's patch, so old gcc's can build cvs again.Roger Dingledine
2005-12-06Old gccs want you to do your variable declarations firstPeter Palfrader
2005-12-06when we're giving up on a circuit and retrying on a new one,Roger Dingledine
2005-12-06Fix bug 212: Directory authorities should not try to download server descript...Nick Mathewson
2005-12-05Better fix for last bug: avoids trying to double-mark circuits.Nick Mathewson
2005-12-05We were neglecting to unlink marked circuits from soon-to-close OR connections.Nick Mathewson
2005-12-05Change how OR conns get removed from the identity map; fix some warnings on s...Nick Mathewson
2005-12-05Check magic when removing old connection from map.Nick Mathewson
2005-12-05Set chosen_exit_name to something we are not about to zero.Nick Mathewson
2005-12-05When parsing foo.exit, if foo is unknown, and we are leaving circuits unattac...Nick Mathewson
2005-12-05Bugfix for trackhostexits: write down the fingerprint of the chosen exit,Roger Dingledine
2005-12-04fix a log message to be mildly more helpfulRoger Dingledine
2005-12-04Fix another time comparison bug in circuit_stream_is_being_handled().Roger Dingledine
2005-12-04ok, i know this one was a bug. we were expiring open generalRoger Dingledine
2005-12-04take back half of my bugfix. comparing times sucks.Roger Dingledine
2005-12-04fix the first bug with our optimization to circuit_expire_building():Roger Dingledine
2005-12-03Clean up some comments; remove some dead codeNick Mathewson
2005-12-03Use a switch statement and some mild refactoring to try to speed up circuit_e...Nick Mathewson
2005-12-03cvs diff -u src/or/circuitlist.c | less almost never does what you want in C.Nick Mathewson
2005-12-03Expunge remaining places where we used "tree" to mean "associative array".Nick Mathewson
2005-12-03Shave off another 4.7%: remove a linear search when figuring out which circui...Nick Mathewson
2005-12-03Remove "tree" references from dns.Nick Mathewson
2005-12-01Add a benchmark-aes function to test.c. Off by default.Nick Mathewson
2005-11-30assert_buf_ok was showing up in the profile; remove it from critical-path fun...Nick Mathewson
2005-11-30Fix some verbose warnings and remove an unneeded include.Nick Mathewson
2005-11-30remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson
2005-11-30Move connection_or_remove_from_identity_map() to connection_unlink, but dont ...Nick Mathewson
2005-11-30Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson
2005-11-29Funny. I could have sworn that it compiled.Nick Mathewson
2005-11-29Fix a bug weasel found: when we are an authority and somebody requests "all" ...Nick Mathewson
2005-11-29Make arguments to circuit_set_circid_orconn match the connection that is clos...Nick Mathewson