summaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2005-11-05On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Fix possible free(NULL) in control.cNick Mathewson
2005-10-24Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson
2005-10-18Migrate a few more files to domained loggingNick Mathewson
2005-10-18Refactor routerlist access slightly: always use router_get_by_routerlist(); c...Nick Mathewson
2005-10-18split send_control1_event() into the printf and the print/dispatch part. ThePeter Palfrader
2005-10-12Be a bit more verbose in our AUTHENTICATE error messages in the control proto...Peter Palfrader
2005-10-12Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client...Nick Mathewson
2005-10-05stutter therapy lessonsRoger Dingledine
2005-10-05Fix verbose compiler warnings, including one in routerlist.c that would have ...Nick Mathewson
2005-10-04Check for named servers when looking them up by nickname;Nick Mathewson
2005-10-04comment cleanupsRoger Dingledine
2005-09-30Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads w...Nick Mathewson
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