Age | Commit message (Expand) | Author |
2006-05-25 | Stop being picky about what the arguments to mapaddress look like. | Roger Dingledine |
2006-05-24 | Stop initializing the hardware accelerator engines simply because | Roger Dingledine |
2006-05-24 | Claim a commonname of Tor, rather than TOR, in tls handshakes. | Roger Dingledine |
2006-05-23 | Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is ... | Nick Mathewson |
2006-05-10 | All these headers we get via torint.h | Peter Palfrader |
2006-04-18 | mainline branch. Remove some more dead XXXs. | Nick Mathewson |
2006-04-10 | Remove DER64 functions in trunk: they will never be used again unless the dir... | Nick Mathewson |
2006-04-03 | "" is not a plausible address for addressmaps. | Roger Dingledine |
2006-03-29 | Avoid warnings about machine/limits.h on Debian GNU/kFreeBSD | Peter Palfrader |
2006-03-26 | clean up the traces from tracking the 0.1.1.9-alpha stack-smashing bug. | Roger Dingledine |
2006-03-26 | failing in a support function is a warn, not an err. | Roger Dingledine |
2006-03-24 | Check return value from GetVersionEx (even though the MSDN example doesnt) an... | Nick Mathewson |
2006-03-21 | Fix memory leak when uncompressing concatenated zlib streams. Unit tests and ... | Nick Mathewson |
2006-03-20 | ok, commenting that out broke things real bad. | Roger Dingledine |
2006-03-20 | Resolve a memory leak on clients. This disables some | Roger Dingledine |
2006-03-17 | normalize whitespace. | Nick Mathewson |
2006-03-15 | add tor_strisprint() back in, this time with comments. | Roger Dingledine |
2006-03-15 | and remove now-extraneous function | Roger Dingledine |
2006-03-13 | Use INLINE (which we define) instead of __inline (which is nonstandard) in ht... | Nick Mathewson |
2006-03-13 | Fix bug in close_logs(): when we close and delete logs, remove them all from ... | Nick Mathewson |
2006-03-13 | Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ... | Nick Mathewson |
2006-03-12 | More cleanups noticed by weasel; also, remove macros that nobody uses. | Nick Mathewson |
2006-03-11 | Use escaped() for remaining cases. | Nick Mathewson |
2006-03-06 | fix infinite loop | Roger Dingledine |
2006-03-05 | Add some functions to escape values from the network before sending them to t... | Nick Mathewson |
2006-03-05 | Allow private:* in routerdescs; not generated yet (because older Tors do not ... | Nick Mathewson |
2006-02-18 | Add function names to log_* on non-gcc | Peter Palfrader |
2006-02-18 | Finish log function renaming for non-GNUC systems | Peter Palfrader |
2006-02-13 | Start the process of converting warn to log_warn and so on. | Roger Dingledine |
2006-02-13 | try to fix bug with spurious "everything is broken" warning | Nick Mathewson |
2006-02-12 | Generate 18.0.0.0/8 address policy format in descs when we can; warn when the... | Nick Mathewson |
2006-02-12 | and don't warn when it happens here either, unless the user | Roger Dingledine |
2006-02-12 | Correct a function comment. Nick: is this right? | Roger Dingledine |
2006-02-09 | Happy new year! | Roger Dingledine |
2006-02-09 | and maybe some function documentation will help too | Roger Dingledine |
2006-02-03 | check for EADDRINUSE in a cross-platform way (unless i'm wrong) | Roger Dingledine |
2006-02-02 | I believe this resolves bug 234, the mysterious crash on 0.1.1.9 | Roger Dingledine |
2006-02-01 | Apply Matt Ghali's --with-syslog-facility patch | Peter Palfrader |
2006-01-23 | On systems that don't have getrlimit (like windows), we were artificially | Roger Dingledine |
2006-01-22 | Split PARANOIA_B into B1 and B2. | Nick Mathewson |
2006-01-17 | Split 0119_PARANOIA into 0119_PARANOIA_[ABC]. A is "this is suspicious, and ... | Nick Mathewson |
2006-01-11 | Fix bug 230: add a rollback function to reverse all changes since the last ma... | Nick Mathewson |
2006-01-10 | Add a (diabled by default) option in crypto.h to disable most of the interest... | Nick Mathewson |
2006-01-10 | Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229. | Nick Mathewson |
2006-01-02 | check for integer overflows in more places, when adding elements to | Roger Dingledine |
2006-01-01 | Clearner fix for timegm assert problem. | Nick Mathewson |
2006-01-01 | Fix assertion-trigger bug found by sjmurdoch | Nick Mathewson |
2005-12-31 | whitespace fixes | Roger Dingledine |
2005-12-14 | Choose directory servers from routerstatus list, not from routerinfo list. T... | Nick Mathewson |
2005-12-14 | Make hashtables use a little less space on 64-bit architectures. | Nick Mathewson |