summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
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-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-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-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-03-15re-enable reachability testing stuff.Roger Dingledine
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
2005-03-12ShutdownWaitLength should be an interval, not a uintRoger Dingledine
2005-03-12change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config optionRoger Dingledine
2005-03-12Implement the common case of ATTACHSTREAM.Nick Mathewson
2005-03-11Increment step of a for loop should only happen once.Nick Mathewson
2005-03-11Get address map resetting implemented.Nick Mathewson
2005-03-11Remove unused macro; add a comment on remaining macros.Nick Mathewson
2005-03-11remove duplicate function prototypeRoger Dingledine
2005-03-11redefining default exit policy as per or-talk discussionGeoff Goodell
2005-03-10Fix error codes to work on windowsNick Mathewson
2005-03-10Initialize msg_lenNick Mathewson
2005-03-10Fix signed/unsigned warningNick Mathewson
2005-03-10Fix const-ness warningNick Mathewson
2005-03-03Finish implementing GETINFO; make it easy to query address maps.Nick Mathewson
2005-03-02Implement new controller events for changed descriptors and new (not-yet-atta...Nick Mathewson
2005-03-02Separate reverse-virtual-address-map entries into ipv4 and hostname slots. Ot...Nick Mathewson
2005-03-02Fix some log messages to refer to correct control type.Nick Mathewson
2005-03-02Rename unused-address functions to virtual address; this is more accurate. A...Nick Mathewson
2005-03-02Specify and implement fragmented control messages to allow for (among other ...Nick Mathewson
2005-03-02Implement "Dont-Care" from addresses to MapAddress control message. For safe...Nick Mathewson
2005-03-02Still more code to make sure we send the right number and kind of RELAY END c...Nick Mathewson
2005-03-01Revise all calls to connection_edge_end to avoid sending MISC, and to take er...Nick Mathewson
2005-03-01Forward-port new reasons; clean up code more; add code to convert new reasons...Nick Mathewson
2005-03-01Change version parsing logic: a version is "obsolete" if it is not recommende...Nick Mathewson
2005-03-01make control interface stream IDs monotonically increasing to prevent possibl...Nick Mathewson
2005-02-28Clean up rend cache on shutdownNick Mathewson
2005-02-28disable the reachability detection stuff in cvs, so people canRoger Dingledine
2005-02-28When copying routerinfo, copy descriptor too to prevent later double-free.Nick Mathewson
2005-02-28Try a little harder to avoid openssl SSL* double-free reports.Nick Mathewson
2005-02-28free some more memory at shutdownRoger Dingledine
2005-02-27fix bug in control mapaddressRoger Dingledine