summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2005-03-01Forward-port new reasons; clean up code more; add code to convert new reasons...Nick Mathewson
2005-03-01Change version parsing logic: a version is "obsolete" if it is not recommende...Nick Mathewson
2005-03-01make control interface stream IDs monotonically increasing to prevent possibl...Nick Mathewson
2005-02-28Clean up rend cache on shutdownNick Mathewson
2005-02-28disable the reachability detection stuff in cvs, so people canRoger Dingledine
2005-02-28When copying routerinfo, copy descriptor too to prevent later double-free.Nick Mathewson
2005-02-28Try a little harder to avoid openssl SSL* double-free reports.Nick Mathewson
2005-02-28free some more memory at shutdownRoger Dingledine
2005-02-27fix bug in control mapaddressRoger Dingledine
2005-02-27fix a minor memory leakRoger Dingledine
2005-02-27Checkpoint in-progress fixes:Roger Dingledine
2005-02-27Make sure that router_get_by_* can always return "me"Nick Mathewson
2005-02-25Implement more control spec functionalityNick Mathewson
2005-02-25Implement some of GETINFO control messageNick Mathewson
2005-02-25Stub functions for new control-spec logic.Nick Mathewson
2005-02-25Check returns from libevent calls better; stop poking at internals of events ...Nick Mathewson
2005-02-24fix a seg fault from tor_free_allRoger Dingledine
2005-02-24Insert missing ! in assert_connection_ok; test was accidentally reversed in r...Nick Mathewson
2005-02-24cache .exit address better (i think)Roger Dingledine
2005-02-24add support for CONNECTing through https proxies.Roger Dingledine
2005-02-24stop a potential overflow (pointed out by ilja)Roger Dingledine
2005-02-23Improve log message on unrecognized encoding to indicate that we can cope.Nick Mathewson
2005-02-23Clarify comment. Use CONN_IS_EDGE more. Try to be more zealous about calling ...Nick Mathewson
2005-02-23clarify commentNick Mathewson
2005-02-23Addressmap tweak: Make "addressmap x x" remove any mapping from the address x.Nick Mathewson
2005-02-23Forward-port fix to make dual-purpose NT executable work.Nick Mathewson
2005-02-22Forward-port the trick to bump up ConnLimit as far as it canRoger Dingledine
2005-02-22Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson
2005-02-22Patch to localtime/gmtime handling: use the _r variants where available. Use...Nick Mathewson
2005-02-22Remove assumptions that maximum path length is anything like 1024. From comm...Nick Mathewson
2005-02-22Initial IRIX compatibility fixes: check for inttypes.h; check for platform ce...Nick Mathewson
2005-02-22After we successfully connect, try handling pending stuff immediately, rather...Nick Mathewson
2005-02-22Print uname on start of unittests.Nick Mathewson
2005-02-22Fix windows build: juggle }s and #endifs around in main.cNick Mathewson
2005-02-22make the addressmap internals less noisyRoger Dingledine
2005-02-22Add a new AddressMap directive to rewrite incoming socks addresses.Roger Dingledine
2005-02-20forward-port the onion queue thingRoger Dingledine
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-13Add a missing prototype to or.hNick Mathewson
2005-02-13remove redundant unpack in critical pathNick 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