summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-02-17forward-port some fixesRoger Dingledine
2005-02-16remove unused codeRoger Dingledine
2005-02-14Fix another crash bug found by Jaroslaw--it is possible for dns_resolve to ma...Nick Mathewson
2005-02-13Tell openssl how to use locks and how to find thread ids -- this may prevent ...Nick Mathewson
2005-02-13Add a missing prototype to or.hNick Mathewson
2005-02-13remove redundant unpack in critical pathNick Mathewson
2005-02-12Apply windows patch from Dmitri BelyNick Mathewson
2005-02-11Do not try to double-aquire lock when rotating keys. May fix deadlock bug fo...Nick Mathewson
2005-02-11Free tls resources on exit tooNick Mathewson
2005-02-11Free even more things on shutdown. Temporarily move tor_free_all out from #i...Nick Mathewson
2005-02-10Add more functions to free things to help dmalloc allong.Nick Mathewson
2005-02-10if we're hibernating and we get a sigint, exit immediately.Roger Dingledine
2005-02-10stop picking unverified dir mirrors, ever.Roger Dingledine
2005-02-10when a client asks us for a dir mirror and we don't have one,Roger Dingledine
2005-02-09remove redundant linesRoger Dingledine
2005-02-09Patch from adam langley: always remove sockets from libevent before closing t...Nick Mathewson
2005-02-09don't list version in the win32 service display name or service name,Roger Dingledine
2005-02-05Avoid double-free on tor-resolve failureNick Mathewson
2005-02-05Re-normalize whitespace; make "make check-spaces" happyNick Mathewson
2005-02-05forward-port NT service patchNick Mathewson
2005-02-05Fix tor-resolve implementation to prevent crashes and send resolves when we s...Nick Mathewson
2005-02-04forward-port the logic skew and double-free thingRoger Dingledine
2005-02-03Handle return value from getaddrinfo properlyNick Mathewson
2005-02-03fix the latest bug: don't explode when some router declares aRoger Dingledine
2005-02-03Use getaddrinfo and gethostbyname_r where available. Note that these are not...Nick Mathewson
2005-02-03Forward-port SGI Compatibility patches from Jan SchaumannNick Mathewson
2005-02-03point out a potential thread/process leak problem when we're out of memoryRoger Dingledine
2005-02-03another minor fixRoger Dingledine
2005-02-03Add --with-dmalloc configure optionPeter Palfrader
2005-02-03Write a function header for Roger so he can fill it with lifePeter Palfrader
2005-02-03http://www.erlenstar.demon.co.uk/unix/faq_2.html says weRoger Dingledine
2005-02-02note a bug that wmf just foundRoger Dingledine
2005-02-02bugfix: tor-resolve requests were ignoring .exit if there wasRoger Dingledine
2005-02-02reject more default filesharing ports by default.Roger Dingledine
2005-02-02only check if exit_policy_implicitly_allows if you're a server.Roger Dingledine
2005-02-02sometimes, a conn on the closeable_lst gets absolutelyRoger Dingledine
2005-02-01bump the default rate limit to 1 MBRoger Dingledine
2005-02-01reject odd-looking addresses at the client, rather than havingRoger Dingledine
2005-02-01give a bit more load to servers that claim to be able toRoger Dingledine
2005-02-01Go into soft hibernation after 95% of the bandwidth is used,Roger Dingledine
2005-02-01define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine
2005-02-01fix an edge case in parsing config options (thanks weasel)Roger Dingledine
2005-01-31Fix arma's fix for my leakPeter Palfrader
2005-01-31fix a minor memory leak found by weaselRoger Dingledine
2005-01-31stop a sigpipe.Roger Dingledine
2005-01-31stop logging loudly when a client tries an old onion key. it'sRoger Dingledine
2005-01-31fix another rogue connection_free that was causing us troublesRoger Dingledine
2005-01-31don't double-detach a closing exit conn that's waiting for dns resolveRoger Dingledine
2005-01-31but don't spring the trip on worker children, because it turnsRoger Dingledine
2005-01-31lay a trap for situations where we connection_free somethingRoger Dingledine