Age | Commit message (Expand) | Author |
2005-10-05 | Fix verbose compiler warnings, including one in routerlist.c that would have ... | Nick Mathewson |
2005-10-05 | resolve some directory-related XXXXs; downgrade naming conflict messages from... | Nick Mathewson |
2005-10-05 | Downgrade noisy log messages in preparation for an alpha release. | Nick Mathewson |
2005-10-05 | Give a less frequent and more helpful warning on failed serverdesc downloads | Nick Mathewson |
2005-10-04 | When we get an EOF or a timeout on a directory connection, note how many byte... | Nick Mathewson |
2005-10-04 | Check for named servers when looking them up by nickname; | Nick Mathewson |
2005-10-04 | link nicknames to trusted directory servers; log these nicknames when mention... | Nick Mathewson |
2005-10-04 | cosmetic fix: only have one local to hold smartlist_len(downloadable), not too. | Nick Mathewson |
2005-10-04 | switch semantics of authdirinvalid/reject | Nick Mathewson |
2005-10-04 | comment cleanups | Roger Dingledine |
2005-10-03 | free EVP cipher information on shutdown to remove some spurious dmalloc compl... | Nick Mathewson |
2005-10-03 | Stop leaking storage for EVP keys. (This would be a critical bug if it had ev... | Nick Mathewson |
2005-10-03 | Reorganize some quick-and-dirty code to find out what openssl stuff is leakin... | Nick Mathewson |
2005-09-30 | free helper node status info on shutdown | Nick Mathewson |
2005-09-30 | remove a never-used smartlist in routerlist.c | Nick Mathewson |
2005-09-30 | and another leak. | Nick Mathewson |
2005-09-30 | by convention, addr is a uint32_t and address is a string. | Roger Dingledine |
2005-09-30 | Fix a leak when launching listeners. | Nick Mathewson |
2005-09-30 | Try to hunt down a few more leaks | Nick Mathewson |
2005-09-30 | Stop leaking or_state_t on shutdown. | Nick Mathewson |
2005-09-30 | fix a small filename leak | Nick Mathewson |
2005-09-30 | fix a memory leak on exit in routerlist.c | Nick Mathewson |
2005-09-30 | Never call free() on tor_malloc()d memory. This is unlikely to be our current... | Nick Mathewson |
2005-09-30 | Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads w... | Nick Mathewson |
2005-09-30 | we were leaking some memory every time the client changes IPs | Roger Dingledine |
2005-09-30 | Hey kids, guess why connection_mark_for_close() started giving an assert when... | Nick Mathewson |
2005-09-30 | resolve nick's comment | Roger Dingledine |
2005-09-30 | even better function start checks; give dmalloc a chance of working. | Nick Mathewson |
2005-09-30 | Note that there is incorrect behavior in directory.c code. Arma, please chec... | Nick Mathewson |
2005-09-30 | Reformat inconsistent function declarations. | Nick Mathewson |
2005-09-30 | resolve a docdoc | Roger Dingledine |
2005-09-29 | do the other half of dirport reachability testing. | Roger Dingledine |
2005-09-29 | better cleanups as i figure out what's going on | Roger Dingledine |
2005-09-29 | move some code around when we're succeeding or failing at fetching | Roger Dingledine |
2005-09-29 | re-enable dirport testing again | Roger Dingledine |
2005-09-29 | fix typo | Roger Dingledine |
2005-09-29 | Add a bunch more warnings to out warning suite; resolve them; pack structs a ... | Nick Mathewson |
2005-09-29 | suppress all our usual compiler warnings, including a longstanding one from t... | Nick Mathewson |
2005-09-29 | Be more conservative about whether to advertise our dirport. | Roger Dingledine |
2005-09-29 | clean up some doxygen stuff | Roger Dingledine |
2005-09-27 | Use EVP_CIPHER_CTX version of AES from openssl, so openssl can use engines (i... | Nick Mathewson |
2005-09-26 | Fix crash-on-wakeup bug in networkstatus download. | Nick Mathewson |
2005-09-24 | bugfix: we were whining about using socks4 or socks5-with-local-lookup | Roger Dingledine |
2005-09-24 | Point readers of the code to opensslv.h, since everybody who sees 0x0090700f ... | Nick Mathewson |
2005-09-24 | Possible fix to make aes build on woody | Nick Mathewson |
2005-09-23 | But, of course, mirrors should get the most up-to-date server in any case. | Nick Mathewson |
2005-09-23 | Log even less verbosely. Also, do not download old (frequently-updating) ser... | Nick Mathewson |
2005-09-23 | add MyFamily to the torrc.sample | Roger Dingledine |
2005-09-23 | Provide dire warnings to any users who set DirServer; move it out of torrc.sa... | Nick Mathewson |
2005-09-23 | Oops. It looks like some old GCCs dislike #if inside a macro argument. | Nick Mathewson |