summaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2005-09-29suppress all our usual compiler warnings, including a longstanding one from t...Nick Mathewson
2005-09-21bugfix: nobody ever implemented EVENT_ADDRMAP for control protocolRoger Dingledine
2005-09-21Make write_escaped_data more bulletproof; backport candidate.Nick Mathewson
2005-09-14Add new config.c function to set options that can fail, and roll back if they...Nick Mathewson
2005-09-14checkpoint: clean up and document the three ways to call config_assign()Roger Dingledine
2005-09-12Fix bug found by "ca": looking up a non-existent stream for a v1 control conn...Nick Mathewson
2005-09-08Make GCC v4 happy with heavy warnings enabled.Nick Mathewson
2005-09-08add a RESETCONF controller command, and make setconf with a nullRoger Dingledine
2005-08-24TOR_ISSPACE, not isspace.Nick Mathewson
2005-08-22Make set_options a little smarter: have options_act handle transitions on its...Nick Mathewson
2005-08-15rotate dns and cpu workers if the controller changes options thatRoger Dingledine
2005-08-15fix typoRoger Dingledine
2005-08-15Implement exit enclaves: if we know an IP address for the destination,Roger Dingledine
2005-08-13let unregistered-servers take a parameter (the min bandwidth)Roger Dingledine
2005-08-13Add a 'quit' command for the controller.Roger Dingledine
2005-08-12Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson
2005-08-10Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls.Nick Mathewson
2005-08-09Avoid sending blank lines when GETINFO replies should be emptyNick Mathewson
2005-08-08fix a function commentRoger Dingledine
2005-08-07Also set event_mask=0 in connection_free_all, and dont send events to marked ...Nick Mathewson
2005-08-07incomplete patch for matt's info controller signal term bugRoger Dingledine
2005-08-04Implement some more GETINFO goodness: expose helper nodes, config options, ge...Nick Mathewson
2005-07-23Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...Nick Mathewson
2005-07-22Be consistent about preferring foo* to struct foo*Nick Mathewson
2005-07-22Add getinfo logic for accounting; add options for helper nodesNick Mathewson
2005-07-17make event streams work with control v1 tooRoger Dingledine
2005-07-17correct error message in closestreamRoger Dingledine
2005-07-17not not zero means zeroRoger Dingledine
2005-07-17if the controller asks to extendcircuit to circid 0, we need toRoger Dingledine
2005-07-17arguments in EXTENDCIRCUIT were reversedRoger Dingledine
2005-07-15Fix several bugs in read_escaped_data; add a unit test and a few docsNick Mathewson
2005-07-15point out some bugs for nick, noticed by whiteoutRoger Dingledine
2005-07-13Macro-fu to get DEBUG events working.Nick Mathewson
2005-07-12fix a seg fault with autodetecting which controller version is being usedRoger Dingledine
2005-07-11Canonicalize option names even on defaulted options.Nick Mathewson
2005-06-29Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson
2005-06-27Compile on win32Nick Mathewson
2005-06-20Appease verbose GCC warnings.Nick Mathewson
2005-06-19Add feature to handle unset (default) configuration options in GETCONF contro...Nick Mathewson
2005-06-19Implement all the rest of the new controller protocol, debug a little, add so...Nick Mathewson
2005-06-18The new protocol is implemented. Except for the pesky string unquoting busin...Nick Mathewson
2005-06-18Implement EXTENDCIRCUIT and ATTACHCIRCUIT. Only SETCONFIG and AUTHENTICATE re...Nick Mathewson
2005-06-18Implement even more control functionalityNick Mathewson
2005-06-17Implement all the easy bits of the new control protocolNick Mathewson
2005-06-17Start implementing framework for revised control spec.Nick Mathewson
2005-06-11whitespace fixNick Mathewson
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-05Fix buffer overlow when checking hashed passwordsNick Mathewson