aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
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
2005-05-23Make hashed controller password encoding use hex not base64; this makes it po...Nick Mathewson
2005-05-18fix the assumption that uninitialized variables are 0Roger Dingledine
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-05-02Remove support for looking at old directory/routerdesc elements; mark non-new...Nick Mathewson
2005-04-27Re-do fragmented control message handling to work with new buf_t system.Nick Mathewson
2005-04-17Replace an infinite-stack-recursion bug with a generate-infinite-debug-messag...Nick Mathewson
2005-04-11Fix postdescriptor behavior: on non-complete success, only say "done" once.Nick Mathewson
2005-04-08Add kludgy function to force controllers to flush EVENT_ERR_MSG events.Nick Mathewson
2005-04-05Revise control spec and implementation to allow all log messages to be sent t...Nick Mathewson
2005-04-02Give better warnings if connection_close_unattached_ap gets called twice or c...Nick Mathewson
2005-04-02Better messages when POSTDESCRIPTOR failsNick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-03-31Fix bug in redirectstream.Nick Mathewson
2005-03-27clean up socks reply stuff more.Roger Dingledine
2005-03-27stop most cases of hanging up on a socks connection without sendingRoger Dingledine
2005-03-24when you attachstream to a circid of 0, send back an answerRoger Dingledine