summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2004-02-28make code more readable; arrbitrarily change a -1 to a 0.Nick Mathewson
2004-02-28Stop answering "end" with "end"Nick Mathewson
2004-02-28Push responsibility for connection marking down as far as possible; have only...Nick Mathewson
2004-02-28Make has_sent_end irrelevant: only try to send end if reason is nonzeroNick Mathewson
2004-02-27and another oneRoger Dingledine
2004-02-27patches/answers to nick's commitRoger Dingledine
2004-02-27Refactor mark_for_close, connection_edge_end and friends. Now, everybodyNick Mathewson
2004-02-27make 'connected' cells include the resolved IPRoger Dingledine
2004-02-27Fix a bug where you might flush some data on a tls connection, and thenRoger Dingledine
2004-02-27clean up an ia64 warningRoger Dingledine
2004-02-27Give the nice message about not being an HTTP proxy an <h1> headlinePeter Palfrader
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-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-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