Age | Commit message (Expand) | Author |
2005-05-27 | clean up a few more log entriestor-0.1.0.9-rctor-0.1.0.14tor-0.1.0.13tor-0.1.0.12tor-0.1.0.11tor-0.1.0.10 | Roger Dingledine |
2005-05-25 | downgrade the 'caught sigpipe' notice. | Roger Dingledine |
2005-05-24 | make lucky's weird libevent poll einprogress bug just warn, not kill tor. | Roger Dingledine |
2005-05-24 | Fix not-freed-on-exit event | Nick Mathewson |
2005-05-23 | Bugfix: we were checking to see if you want to send a keepalive, based | Roger Dingledine |
2005-05-23 | i screwed up the dirport reachability testing when we don't yet | Roger Dingledine |
2005-05-23 | Make hashed controller password encoding use hex not base64; this makes it po... | Nick Mathewson |
2005-05-20 | a note for nick about other memory not freed at exit | Roger Dingledine |
2005-05-16 | free some memory that is still reachable on exit | Roger Dingledine |
2005-05-15 | clean up some log entries | Roger Dingledine |
2005-05-14 | move the periodic buffer shrinking interval from 3 mins to 1 min | Roger Dingledine |
2005-05-07 | Implement --verify-config command-line option to fix bug 69. | Nick Mathewson |
2005-05-06 | log buffer sizes on kill -usr1 too. | Roger Dingledine |
2005-05-03 | 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-02 | Change buffer shrinking strategy: only try to shrink once every 3 minutes. D... | Nick Mathewson |
2005-04-26 | clean up this TOR_FRAGILE business | Roger Dingledine |
2005-04-25 | help debug: when we close a conn due to timeout, tell us its | Roger Dingledine |
2005-04-17 | zero-out errno before calling event_dispatch, just in case we have misdiagnos... | Nick Mathewson |
2005-04-08 | remove some redundant code | Roger Dingledine |
2005-04-07 | Change conn_(type|state)_to_string from const arrays to switch functions so w... | Nick Mathewson |
2005-04-06 | 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-02 | Give better warnings if connection_close_unattached_ap gets called twice or c... | Nick Mathewson |
2005-04-01 | update copyright notices. | Nick Mathewson |
2005-04-01 | Use recent libevent features when possible | Nick Mathewson |
2005-03-31 | still publish your descriptor if orport is reachable but dirport isn't | Roger Dingledine |
2005-03-29 | don't check for reachability, and don't whine about it, while we're | Roger Dingledine |
2005-03-27 | 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-26 | 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-25 | and fill in another missing socks reply | Roger Dingledine |
2005-03-25 | remove dead code | Roger Dingledine |
2005-03-23 | Fix bug 44: on HUP, if descriptor building fails (say, because router_get_my_... | Nick Mathewson |
2005-03-22 | 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-19 | 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-17 | Commit fixes for several pending tor core tasks: document all DOCDOCed functi... | Nick Mathewson |
2005-03-14 | Fix some more obscure compiler warnings | Nick Mathewson |
2005-03-14 | Renormalize whitespace | Nick Mathewson |
2005-03-11 | Get address map resetting implemented. | Nick Mathewson |
2005-03-02 | Still more code to make sure we send the right number and kind of RELAY END c... | Nick Mathewson |