summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
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-03Add --with-dmalloc configure optionPeter Palfrader
2005-02-03http://www.erlenstar.demon.co.uk/unix/faq_2.html says weRoger Dingledine
2005-01-31clarify what smartlist_remove promises, since we rely on it.Roger Dingledine
2005-01-27Add rudimentary pthread support that needs more testing.Nick Mathewson
2005-01-22fwd-port win32 isprint fixNick Mathewson
2005-01-22forward-port: fix win32 compileRoger Dingledine
2005-01-20give a header file for ntohsRoger Dingledine
2005-01-20Compilation fixes for win32 version detection.Nick Mathewson
2005-01-20Make zlib detection happy on little-endian platforms; fix unit tests.Nick Mathewson
2005-01-19Detect windows platform correctlyNick Mathewson
2005-01-19Make detect_compression_method work on platforms with more evil chars.Nick Mathewson
2005-01-19Workaround for webservers that lie about Content-Encoding: Tor now tries to a...Nick Mathewson