Age | Commit message (Expand) | Author |
2005-01-31 | fix another rogue connection_free that was causing us troubles | Roger Dingledine |
2005-01-31 | don't double-detach a closing exit conn that's waiting for dns resolve | Roger Dingledine |
2005-01-31 | but don't spring the trip on worker children, because it turns | Roger Dingledine |
2005-01-31 | lay a trap for situations where we connection_free something | Roger Dingledine |
2005-01-31 | stop the infinite loop of freeing the same connection_t over and | Roger Dingledine |
2005-01-30 | be less noisy about complaining when a jap client tries to connect | Roger Dingledine |
2005-01-30 | Stop crashing when we're asking to close_if_marked a conn that | Roger Dingledine |
2005-01-30 | be safe: if you got a resolvefailed end cell but you're not an AP, bail. | Roger Dingledine |
2005-01-30 | try to find the corrupt closeable_connection_lst entry early | Roger Dingledine |
2005-01-30 | we should handle the case where the client has no cert, for | Roger Dingledine |
2005-01-30 | give a better log message when we don't have a good mirror of | Roger Dingledine |
2005-01-30 | comment about a bug wrt clock skew | Roger Dingledine |
2005-01-29 | if we fetch the dir from a mirror that has a wildly skewed | Roger Dingledine |
2005-01-29 | distinguish between "well-formed and rejected" and "not well | Roger Dingledine |
2005-01-29 | accept LDAP (389/tcp) and LDAPS (636/tcp) in default exit policy | Roger Dingledine |
2005-01-29 | don't let a corrupt directory cache keep us from starting | Roger Dingledine |
2005-01-28 | forward-port the shutting up | Roger Dingledine |
2005-01-28 | forward-port the dns and maxconn fixes | Roger Dingledine |
2005-01-27 | Forward-port win32 service patch; try to clean it a touch. | Nick Mathewson |
2005-01-22 | fwd-port win32 isprint fix | Nick Mathewson |
2005-01-22 | Fix dumb bug in unittests. | Nick Mathewson |
2005-01-21 | clean a couple of messages | Nick Mathewson |
2005-01-21 | special case so we don't yell when an empty http body doesn't specify a | Roger Dingledine |
2005-01-21 | if we get an incredibly skewed timestamp from a dirserver mirror that | Roger Dingledine |
2005-01-20 | Log the offending policy, not the first policy | Nick Mathewson |
2005-01-20 | Appease another 64-bit warning | Nick Mathewson |
2005-01-20 | Have reason string for serverdesc post requests contain actual serverdesc sta... | Nick Mathewson |
2005-01-20 | Appease weasel's paranoid 64-bit compiler. | Nick Mathewson |
2005-01-20 | start to fix http status stuff, more work needed | Roger Dingledine |
2005-01-20 | Give better reason phrases in HTTP status lines. Start resolving task #67. (M... | Nick Mathewson |
2005-01-20 | Warn when exit policy implicitly allows local addresses. | Nick Mathewson |
2005-01-20 | The crowning hidden-service patch: prefer non-internal circuits | Roger Dingledine |
2005-01-19 | Handle unavailable hidden services better. We try each intro point | Roger Dingledine |
2005-01-19 | make cannibalizing for rend circs prey on the pleb circs first | Roger Dingledine |
2005-01-19 | Add unittests for compression detection. Make all rendezvous descriptors "pla... | Nick Mathewson |
2005-01-19 | Workaround for webservers that lie about Content-Encoding: Tor now tries to a... | Nick Mathewson |
2005-01-19 | Give more useful log messages when the tor process closes dns/cpuworker conne... | Nick Mathewson |
2005-01-19 | fix another bug where general exit circs were looking at rendezvous | Roger Dingledine |
2005-01-19 | bugfix for cvs: we were needing a rendezvous circ, so we cannibalized | Roger Dingledine |
2005-01-18 | Basic windows libevent fixes | Nick Mathewson |
2005-01-18 | allow bandwidthburst to be smaller, but whine if it's small. | Roger Dingledine |
2005-01-17 | remove some extra-verbose logs | Roger Dingledine |
2005-01-17 | Introduce a notion of 'internal' circs, which are chosen without regard | Roger Dingledine |
2005-01-14 | reset published uptime when you wake up from hibernation, | Roger Dingledine |
2005-01-14 | when the hidden service launches a rendezvous circ, make sure it | Roger Dingledine |
2005-01-13 | Move call to event_init() immediately after start_daemon(); move start_daemon... | Nick Mathewson |
2005-01-13 | get rid of 0.0.8 backwards compatibility | Roger Dingledine |
2005-01-13 | start generating version 1 style introduce cells | Roger Dingledine |
2005-01-13 | when deciding if a port is handled and the port demands uptime, don't | Roger Dingledine |
2005-01-12 | more cleanup | Roger Dingledine |