summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
2005-05-02fix a commentRoger Dingledine
2005-04-26clean up this TOR_FRAGILE businessRoger Dingledine
2005-04-23Apparently, ASN1 failures are not treated as SSL connection errors, but are j...Nick Mathewson
2005-04-23LOG_ERR is for when you're planning to die.Roger Dingledine
2005-04-23Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...debian-version-0.1.0.3-rc-200504231430-1Nick Mathewson
2005-04-08Make libevent_logging_callback static.Nick Mathewson
2005-04-06Stop putting nodename in the Platform string of server descriptors.Roger Dingledine
2005-04-06bugfix: chdir to your datadirectory at the *end* of theRoger Dingledine
2005-04-05Revise control spec and implementation to allow all log messages to be sent t...Nick Mathewson
2005-04-03I hear the smart kinds compile before committing. Then they never miss parensNick Mathewson
2005-04-03Make smartlist_string_remove consistent with smartlist_stringNick Mathewson
2005-04-03Add useful smartlist_string_remove function.Nick Mathewson
2005-04-03Fix unterminated commentNick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-04-01fix typo in earlier libevent mmessage suppress patchNick Mathewson
2005-04-01Add code to suppress spurious libevent log msgs; use it to resolve bug 68.Nick Mathewson
2005-04-01Use recent libevent features when possibleNick Mathewson
2005-04-01Try to make crash-on-shutdown bug harder to trigger.Nick Mathewson
2005-03-31add a tor_tls_is_server method to remember if conn->tlsRoger Dingledine
2005-03-28remember some thoughts about using WSAStartup to learnRoger Dingledine
2005-03-23Fix a few more instances of memory not freed on exit (found by weasel).Nick Mathewson
2005-03-22bugfix: make smartlist_join_strings2 actually use the separator/terminatorRoger Dingledine
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-03-16Fix a fun windows bug: apparently windows stat wants paths not to end with sl...Nick Mathewson
2005-03-14Fix some more obscure compiler warningsNick Mathewson
2005-03-14Renormalize whitespaceNick Mathewson
2005-03-03Finish implementing GETINFO; make it easy to query address maps.Nick Mathewson
2005-02-28Try a little harder to avoid openssl SSL* double-free reports.Nick Mathewson
2005-02-28Fix strmap_free to release memory actually held by the strmap.Nick Mathewson
2005-02-28give a better warning when tor points at an https server.Nick Mathewson
2005-02-25Be specific about which "illegal character" we just saw in the cert.Nick Mathewson
2005-02-25Implement more control spec functionalityNick 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-22Note a non-bug in read_file_to_str as used. If we start to rely on it behavin...Nick Mathewson
2005-02-22But on windows, localtime and gmtime _are_ threadsafe.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-22remove spurious semicolonsNick Mathewson
2005-02-22Snarf some logic from python, adapted to our own needs, to handle gethostbyna...Nick Mathewson
2005-02-22Initial IRIX compatibility fixes: check for inttypes.h; check for platform ce...Nick Mathewson
2005-02-22Fix windows build: do not spuriously include openssl where not needed; handle...Nick Mathewson
2005-02-20bugfix: actually use the argument to strmap_free()Roger Dingledine
2005-02-19avoid case (not yet triggered) where smartlists could grow outRoger Dingledine
2005-02-13Tell openssl how to use locks and how to find thread ids -- this may prevent ...Nick Mathewson
2005-02-12Apply windows patch from Dmitri BelyNick Mathewson
2005-02-11Free tls resources on exit tooNick Mathewson
2005-02-03Handle return value from getaddrinfo properlyNick Mathewson
2005-02-03Use getaddrinfo and gethostbyname_r where available. Note that these are not...Nick Mathewson