| Commit message (Expand) | Author | Age |
* | log buffer sizes on kill -usr1 too. | Roger Dingledine | 2005-05-06 |
* | first iteration of scrubbing sensitive strings from logs. | Roger Dingledine | 2005-05-03 |
* | Call tor_free_all instead of connections_free_all after forking | Nick Mathewson | 2005-05-03 |
* | Change buffer shrinking strategy: only try to shrink once every 3 minutes. D... | Nick Mathewson | 2005-05-02 |
* | clean up this TOR_FRAGILE business | Roger Dingledine | 2005-04-26 |
* | help debug: when we close a conn due to timeout, tell us its | Roger Dingledine | 2005-04-25 |
* | zero-out errno before calling event_dispatch, just in case we have misdiagnos... | Nick Mathewson | 2005-04-17 |
* | remove some redundant code | Roger Dingledine | 2005-04-08 |
* | Change conn_(type|state)_to_string from const arrays to switch functions so w... | Nick Mathewson | 2005-04-07 |
* | blow away most calls to assert_all_pending_dns_resolves_ok, since | Roger Dingledine | 2005-04-06 |
* | fix an assert trigger: when we have the rare case of accepting | Roger Dingledine | 2005-04-06 |
* | Give better warnings if connection_close_unattached_ap gets called twice or c... | Nick Mathewson | 2005-04-02 |
* | update copyright notices. | Nick Mathewson | 2005-04-01 |
* | Use recent libevent features when possible | Nick Mathewson | 2005-04-01 |
* | still publish your descriptor if orport is reachable but dirport isn't | Roger Dingledine | 2005-03-31 |
* | don't check for reachability, and don't whine about it, while we're | Roger Dingledine | 2005-03-29 |
* | but only do the rapid reachability testing if we're hoping to be a server. | Roger Dingledine | 2005-03-27 |
* | if your server hasn't found itself to be reachable, complain every | Roger Dingledine | 2005-03-27 |
* | clean up socks reply stuff more. | Roger Dingledine | 2005-03-27 |
* | stop most cases of hanging up on a socks connection without sending | Roger Dingledine | 2005-03-27 |
* | try harder to establish reachability, in the first 20 minutes | Roger Dingledine | 2005-03-26 |
* | make it clearer to the human that his server is testing | Roger Dingledine | 2005-03-26 |
* | and fill in another missing socks reply | Roger Dingledine | 2005-03-25 |
* | remove dead code | Roger Dingledine | 2005-03-25 |
* | Fix bug 44: on HUP, if descriptor building fails (say, because router_get_my_... | Nick Mathewson | 2005-03-23 |
* | fix a 32bit/64bit sprintf mixup that weasel pointed out | Roger Dingledine | 2005-03-22 |
* | Prevent spurious closes when we put stuff on a conn that has not written for ... | Nick Mathewson | 2005-03-22 |
* | cleanup and a question | Roger Dingledine | 2005-03-22 |
* | Clear up a couple of pedantic compiler warnings | Nick Mathewson | 2005-03-22 |
* | be more explicit about why we are expiring a conn; improve logic a bit too | Nick Mathewson | 2005-03-22 |
* | if our clock jumps forward by 100 seconds or more, assume something | Roger Dingledine | 2005-03-19 |
* | stop logging at -l notice every single time a create cell successfully | Roger Dingledine | 2005-03-19 |
* | Enable NT service code by default | Nick Mathewson | 2005-03-19 |
* | Commit fixes for several pending tor core tasks: document all DOCDOCed functi... | Nick Mathewson | 2005-03-17 |
* | Fix some more obscure compiler warnings | Nick Mathewson | 2005-03-14 |
* | Renormalize whitespace | Nick Mathewson | 2005-03-14 |
* | Get address map resetting implemented. | Nick Mathewson | 2005-03-11 |
* | Still more code to make sure we send the right number and kind of RELAY END c... | Nick Mathewson | 2005-03-02 |
* | Clean up rend cache on shutdown | Nick Mathewson | 2005-02-28 |
* | Try a little harder to avoid openssl SSL* double-free reports. | Nick Mathewson | 2005-02-28 |
* | free some more memory at shutdown | Roger Dingledine | 2005-02-28 |
* | Checkpoint in-progress fixes: | Roger Dingledine | 2005-02-27 |
* | Check returns from libevent calls better; stop poking at internals of events ... | Nick Mathewson | 2005-02-25 |
* | Forward-port fix to make dual-purpose NT executable work. | Nick Mathewson | 2005-02-23 |
* | Forward-port the trick to bump up ConnLimit as far as it can | Roger Dingledine | 2005-02-22 |
* | Fix windows build: juggle }s and #endifs around in main.c | Nick Mathewson | 2005-02-22 |
* | Add a new AddressMap directive to rewrite incoming socks addresses. | Roger Dingledine | 2005-02-22 |
* | Free tls resources on exit too | Nick Mathewson | 2005-02-11 |
* | Free even more things on shutdown. Temporarily move tor_free_all out from #i... | Nick Mathewson | 2005-02-11 |
* | Add more functions to free things to help dmalloc allong. | Nick Mathewson | 2005-02-10 |