summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-02-26When it can't resolve any dirservers, it was useless from then on.Roger Dingledine
2004-02-26break out the operations done on sighup into their own functionRoger Dingledine
2004-02-26dump a new router.desc on hupRoger Dingledine
2004-02-26writing html in C strings sucksRoger Dingledine
2004-02-26when they use tor as an http proxy, give them an http 501 failureRoger Dingledine
2004-02-26if the default torrc isn't there, just use some default defaultsRoger Dingledine
2004-02-25Basic RAM poisoning and magic-checking to notice connection and circuitNick Mathewson
2004-02-25bugfix: if the exit stream is pending on the resolve, and a destroyRoger Dingledine
2004-02-25remove dead codeRoger Dingledine
2004-02-25move the tor program back to usr/bin/Roger Dingledine
2004-02-24fix some bugs in assert_connection_okRoger Dingledine
2004-02-22start hunting the lucky-bugRoger Dingledine
2004-02-20On OSX, decline to use the built-in select-baed poll wrapper, since it seems ...Nick Mathewson
2004-02-18patch from vicman to publish less platform informationRoger Dingledine
2004-02-18go back to a single exitpolicy parameterRoger Dingledine
2004-02-18allow imaps and pop3s in default exit policyRoger Dingledine
2004-02-18Get rid of the notion of a separate default default exit policy.Roger Dingledine
2004-02-18we define some big constant arrays but don't use themRoger Dingledine
2004-02-18adding the reattach-after-timeout feature wasn't so easy after all.Roger Dingledine
2004-02-17retry streams where the connected cell hasn't arrived in 15 secondsRoger Dingledine
2004-02-17Another case of the same.Nick Mathewson
2004-02-17Fix the Big Bug in router_compare_addr_to_exit_policy: we used port 0Nick Mathewson
2004-02-17best_support_idx is obsoleteRoger Dingledine
2004-02-17Propagate yes/no/maybe a little farther forward.Nick Mathewson
2004-02-17make braces cleaner, bug still persistsRoger Dingledine
2004-02-17Fix router_compare_addr_to_exit_policy, and name its return codes. The bug w...Nick Mathewson
2004-02-17Let paranoid exit nodes (which default to reject) be exit nodesRoger Dingledine
2004-02-17prevent picking middleman nodes as the last node in the circuitRoger Dingledine
2004-02-17install the 'tor' binary to usr/sbin by defaultRoger Dingledine
2004-02-04log when exit situation is hopeless.Nick Mathewson
2004-01-31last minute fix: don't early-flush non-tls streamstor-0.0.2pre20Roger Dingledine
2004-01-30for perf testing, paths are always 3 hops, not "3 or more"Roger Dingledine
2004-01-30fix a per-circuit memory leakRoger Dingledine
2004-01-30Another related leakNick Mathewson
2004-01-30Freeing twice does *not* make the heap twice as clean.Nick Mathewson
2004-01-30Fix a bug that might have caused the leak, but which might have been hiding o...Nick Mathewson
2004-01-30Fix possible (but unlikely) mem leak.Nick Mathewson
2004-01-30finally locate the memory leak,Roger Dingledine
2004-01-30turn some knobs, add more debuggingRoger Dingledine
2004-01-30note an assert trigger, if you use an old broken netscape socks4Roger Dingledine
2004-01-20Let AP edges receive 'end' relay cells while waiting for 'connected'Roger Dingledine
2004-01-20add an ap_conn connecting state; report connecting delayRoger Dingledine
2004-01-20small default route when doing speed testingRoger Dingledine
2004-01-20push out a tls record's worth of data once you've got itRoger Dingledine
2004-01-20add TOR_PERF macro optionsRoger Dingledine
2004-01-20fix typoRoger Dingledine
2004-01-19setuid to User _before_ complaining about running as rootRoger Dingledine
2004-01-19fix assert trigger in serverRoger Dingledine
2004-01-16fix some errors in logs and commentsRoger Dingledine
2004-01-13Note discrepency between N bytes transmitted over TLS and actual bandwidth us...Nick Mathewson