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