summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-03free EVP cipher information on shutdown to remove some spurious dmalloc compl...Nick Mathewson
2005-10-03Stop leaking storage for EVP keys. (This would be a critical bug if it had ev...Nick Mathewson
2005-10-03Reorganize some quick-and-dirty code to find out what openssl stuff is leakin...Nick Mathewson
2005-09-30free helper node status info on shutdownNick Mathewson
2005-09-30remove a never-used smartlist in routerlist.cNick Mathewson
2005-09-30and another leak.Nick Mathewson
2005-09-30by convention, addr is a uint32_t and address is a string.Roger Dingledine
2005-09-30Fix a leak when launching listeners.Nick Mathewson
2005-09-30Try to hunt down a few more leaksNick Mathewson
2005-09-30Stop leaking or_state_t on shutdown.Nick Mathewson
2005-09-30fix a small filename leakNick Mathewson
2005-09-30fix a memory leak on exit in routerlist.cNick Mathewson
2005-09-30Never call free() on tor_malloc()d memory. This is unlikely to be our current...Nick Mathewson
2005-09-30Note a couple more dir-spec TODOsNick Mathewson
2005-09-30Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads w...Nick Mathewson
2005-09-30we were leaking some memory every time the client changes IPsRoger Dingledine
2005-09-30Hey kids, guess why connection_mark_for_close() started giving an assert when...Nick Mathewson
2005-09-30resolve nick's commentRoger Dingledine
2005-09-30even better function start checks; give dmalloc a chance of working.Nick Mathewson
2005-09-30Note that there is incorrect behavior in directory.c code. Arma, please chec...Nick Mathewson
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-30Make checkSpace.pl enforce our ctags-friendly function declaration rulesNick Mathewson
2005-09-30add extra warnings to our set of disabled warningsNick Mathewson
2005-09-30resolve a docdocRoger Dingledine
2005-09-30some more todo item, plus mark one off.Roger Dingledine
2005-09-29do the other half of dirport reachability testing.Roger Dingledine
2005-09-29better cleanups as i figure out what's going onRoger Dingledine
2005-09-29move some code around when we're succeeding or failing at fetchingRoger Dingledine
2005-09-29re-enable dirport testing againRoger Dingledine
2005-09-29fix typoRoger Dingledine
2005-09-29Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson
2005-09-29suppress all our usual compiler warnings, including a longstanding one from t...Nick Mathewson
2005-09-29Be more conservative about whether to advertise our dirport.Roger Dingledine
2005-09-29clean up some doxygen stuffRoger Dingledine
2005-09-27Use EVP_CIPHER_CTX version of AES from openssl, so openssl can use engines (i...Nick Mathewson
2005-09-27remove historical stuff from dir-spec.txtNick Mathewson
2005-09-26Fix crash-on-wakeup bug in networkstatus download.Nick Mathewson
2005-09-25added the one line hack for default selinux targeted policy to allowAndrew Lewman
2005-09-24bugfix: we were whining about using socks4 or socks5-with-local-lookupRoger Dingledine
2005-09-24commented out logfile so as to not log everything passed through privoxyAndrew Lewman
2005-09-24Point readers of the code to opensslv.h, since everybody who sees 0x0090700f ...Nick Mathewson
2005-09-24Possible fix to make aes build on woodyNick Mathewson
2005-09-24mention the new stable version.Roger Dingledine
2005-09-23But, of course, mirrors should get the most up-to-date server in any case.Nick Mathewson
2005-09-23Log even less verbosely. Also, do not download old (frequently-updating) ser...Nick Mathewson
2005-09-23add MyFamily to the torrc.sampleRoger Dingledine
2005-09-23Provide dire warnings to any users who set DirServer; move it out of torrc.sa...Nick Mathewson
2005-09-23Oops. It looks like some old GCCs dislike #if inside a macro argument.Nick Mathewson
2005-09-23put a log message so we can start confirming socks5-with-remote-dnsRoger Dingledine
2005-09-23Use OpenSSL AES when OpenSSL has version 0.9.7 or later.Nick Mathewson