summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-03-23Fix several bugs (including some crashes) related to control interface; imple...Nick Mathewson
2005-03-23Be willing to cache directories from up to ROUTER_MAX_AGE seconds into the fu...Nick Mathewson
2005-03-23Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...Nick Mathewson
2005-03-23Fix a few more instances of memory not freed on exit (found by weasel).Nick Mathewson
2005-03-23Correct fix for self-to-self addressmap; simplify replace-old-entry logic; ad...Nick Mathewson
2005-03-23whoops, fix seg fault i just introducedRoger Dingledine
2005-03-23fix assert triggers (bugs 109 and 96), and put in someRoger Dingledine
2005-03-23maybe resolve an assert trigger i just got:Roger Dingledine
2005-03-22make httpsproxy more likely to workRoger Dingledine
2005-03-22fix a 32bit/64bit sprintf mixup that weasel pointed outRoger Dingledine
2005-03-22remove a duplicate circuit_mark_for_close() when pickingRoger Dingledine
2005-03-22options->MaxAdvertisedBandwidth only replaces advertisedRoger Dingledine
2005-03-22Prevent spurious closes when we put stuff on a conn that has not written for ...Nick Mathewson
2005-03-22cleanup and a questionRoger Dingledine
2005-03-22Specify and implement close-stream and close-circuit control messagesNick Mathewson
2005-03-22Implement an option to cap bandwidth-to-advertise. Arma: can you improve the ...Nick Mathewson
2005-03-22Clear up a couple of pedantic compiler warningsNick Mathewson
2005-03-22Report HTTP reasons to directory clients. (Also, fix format on new TODO items)Nick Mathewson
2005-03-22when reporting events about streams, use the "real" address forRoger Dingledine
2005-03-22remove obsolete codeRoger Dingledine
2005-03-22be more explicit about why we are expiring a conn; improve logic a bit tooNick Mathewson
2005-03-22Add opt hibernating; fix bug 78Nick Mathewson
2005-03-22handle_control_getinfo() was counting msg_len itself,Roger Dingledine
2005-03-22bugfix: make smartlist_join_strings2 actually use the separator/terminatorRoger Dingledine
2005-03-22Remove controller getinfo support for "desc/all-ids".Roger Dingledine
2005-03-22tell me the address of the guy who's trying to attack my dirserverRoger Dingledine
2005-03-22clean up and refactor some moreRoger Dingledine
2005-03-22Implement controller's "extendcircuit" directive.Roger Dingledine
2005-03-21make example contactinfo entries slightly more spam resistant, sinceRoger Dingledine
2005-03-19if our clock jumps forward by 100 seconds or more, assume somethingRoger Dingledine
2005-03-19stop logging at -l notice every single time a create cell successfullyRoger Dingledine
2005-03-19added short blurb about ControlPort to sample torrcGeoff Goodell
2005-03-19and forward-port the missing spaceRoger Dingledine
2005-03-19Turn addr_policy_compare from a tristate to a quadstate; this should help add...Nick Mathewson
2005-03-19Implement redirectstream in control interface.Nick Mathewson
2005-03-19fix typoRoger Dingledine
2005-03-19Split version info into separate spec doc.Nick Mathewson
2005-03-19make hidden services more likely to work from the server-sideRoger Dingledine
2005-03-19Enable NT service code by defaultNick Mathewson
2005-03-18removing the warning about port 80.Thomas Sjögren
2005-03-18add "warning" about port 80 to torrc.sample.inThomas Sjögren
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-03-16Fix a fun windows bug: apparently windows stat wants paths not to end with sl...Nick Mathewson
2005-03-15re-enable reachability testing stuff.Roger Dingledine
2005-03-14Show people where they can find the default exit policy.Thomas Sjögren
2005-03-14fix an assert trigger in cvs: if a resolve request fails, and the circuitRoger Dingledine
2005-03-14Fix some more obscure compiler warningsNick Mathewson
2005-03-14Renormalize whitespaceNick Mathewson
2005-03-14Raise common code for "detach this stream and try it with a different circuit...Nick Mathewson
2005-03-13bugfix: now that we don't do the client dns thing, our checksRoger Dingledine