Age | Commit message (Expand) | Author |
2005-08-07 | Also set event_mask=0 in connection_free_all, and dont send events to marked ... | Nick Mathewson |
2005-08-07 | incomplete patch for matt's info controller signal term bug | Roger Dingledine |
2005-08-07 | ok, so now it was just redundant. nick, do you recall what rfc | Roger Dingledine |
2005-08-06 | Shorten hidden service port config parsing; fix bug 174 | Nick Mathewson |
2005-08-06 | note another potential security problem with generating key material | Roger Dingledine |
2005-08-05 | rfc 3536 "provides a glossary of terms used in the IETF when discussing | Roger Dingledine |
2005-08-05 | Appease insane windows compiler. (Oh no, an extra semi, the sky is falling!) | Nick Mathewson |
2005-08-05 | bump to 0.1.1.5-alpha, though it's not released yet | Roger Dingledine |
2005-08-05 | fix harmless copy-and-paste error | Nick Mathewson |
2005-08-05 | cover a few more cases; needs testing and once-over | Nick Mathewson |
2005-08-05 | parse_addr_port was vague about what to do when port_out was NULL. Make it b... | Nick Mathewson |
2005-08-05 | Alphebetize config variables | Nick Mathewson |
2005-08-04 | oops, that array got biggertor-0.1.1.4-alpha | Nick Mathewson |
2005-08-04 | Discard special bignum values. | Nick Mathewson |
2005-08-04 | bump to 0.1.1.4-alpha in preparation for new release | Roger Dingledine |
2005-08-04 | Fix windows warning | Nick Mathewson |
2005-08-04 | Add SOCKSAndDNS link to appropriate log message, since we wind up pointing ev... | Nick Mathewson |
2005-08-04 | Implement some more GETINFO goodness: expose helper nodes, config options, ge... | Nick Mathewson |
2005-08-04 | Fix idiot bug. The "free the IP history" code belons in connection_free_all(... | Nick Mathewson |
2005-08-03 | Make clients regenerate their keys when their IP address changes. | Nick Mathewson |
2005-08-03 | If they havent told us by now, they probably never will. | Nick Mathewson |
2005-08-03 | Fix compile failures on tor_gettimeofday() fix for windows | Nick Mathewson |
2005-08-03 | Probably broken attempt to improve tor_gettimeofday granularity on windows. | Nick Mathewson |
2005-07-28 | Fix bug in state parsing | Nick Mathewson |
2005-07-28 | Possibly broken implementation of persistant state; handles helper nodes; doe... | Nick Mathewson |
2005-07-25 | define TIME_T_IS_SIGNED on windows | Nick Mathewson |
2005-07-25 | Fix logic to set TIME_T_MAX; apparently, everybody had thought of the prospec... | Nick Mathewson |
2005-07-25 | whoops, fix compile | Roger Dingledine |
2005-07-25 | parameterize RephistTrackTime | Roger Dingledine |
2005-07-25 | bump to 0.1.1.3-alpha | Roger Dingledine |
2005-07-23 | better log examples in the torrc | Roger Dingledine |
2005-07-23 | fix typos | Roger Dingledine |
2005-07-23 | document code for hibernation | Nick Mathewson |
2005-07-23 | and a nearby define | Roger Dingledine |
2005-07-23 | add parenthesis to U64_PRINTF_ARG macro | Nick Mathewson |
2005-07-23 | Rename cross-format config.c stuff to config_* and or_options_t-specific stuf... | Nick Mathewson |
2005-07-23 | Fix out-of-place declaration | Nick Mathewson |
2005-07-22 | Be consistent about preferring foo* to struct foo* | Nick Mathewson |
2005-07-22 | Parameterize configuration parsing functions | Nick Mathewson |
2005-07-22 | Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX... | Nick Mathewson |
2005-07-22 | Add getinfo logic for accounting; add options for helper nodes | Nick Mathewson |
2005-07-22 | the abuse faq moved, so change the url | Roger Dingledine |
2005-07-22 | we were mangling memory because we weren't allocing enough | Roger Dingledine |
2005-07-22 | let hidden service descriptors publish 0 intro points | Roger Dingledine |
2005-07-20 | in circuit_list_path(), don't redundantly print the intended exit | Roger Dingledine |
2005-07-19 | be consistent about printing out key digest $'s when we're getting a | Roger Dingledine |
2005-07-19 | forward-port with a different version claim | Roger Dingledine |
2005-07-18 | unit tests to prove i didn't screw up | Roger Dingledine |
2005-07-18 | cosmetic fixes | Roger Dingledine |
2005-07-18 | stop asserting if we have a controller listening for circuit events | Roger Dingledine |