aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
Commit message (Expand)AuthorAge
* On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson2005-11-05
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Fix possible free(NULL) in control.cNick Mathewson2005-10-25
* Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson2005-10-24
* Migrate a few more files to domained loggingNick Mathewson2005-10-18
* Refactor routerlist access slightly: always use router_get_by_routerlist(); c...Nick Mathewson2005-10-18
* split send_control1_event() into the printf and the print/dispatch part. ThePeter Palfrader2005-10-18
* Be a bit more verbose in our AUTHENTICATE error messages in the control proto...Peter Palfrader2005-10-12
* Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client...Nick Mathewson2005-10-12
* stutter therapy lessonsRoger Dingledine2005-10-05
* Fix verbose compiler warnings, including one in routerlist.c that would have ...Nick Mathewson2005-10-05
* Check for named servers when looking them up by nickname;Nick Mathewson2005-10-04
* comment cleanupsRoger Dingledine2005-10-04
* Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads w...Nick Mathewson2005-09-30
* suppress all our usual compiler warnings, including a longstanding one from t...Nick Mathewson2005-09-29
* bugfix: nobody ever implemented EVENT_ADDRMAP for control protocolRoger Dingledine2005-09-21
* Make write_escaped_data more bulletproof; backport candidate.Nick Mathewson2005-09-21
* Add new config.c function to set options that can fail, and roll back if they...Nick Mathewson2005-09-14
* checkpoint: clean up and document the three ways to call config_assign()Roger Dingledine2005-09-14
* Fix bug found by "ca": looking up a non-existent stream for a v1 control conn...Nick Mathewson2005-09-12
* Make GCC v4 happy with heavy warnings enabled.Nick Mathewson2005-09-08
* add a RESETCONF controller command, and make setconf with a nullRoger Dingledine2005-09-08
* TOR_ISSPACE, not isspace.Nick Mathewson2005-08-24
* Make set_options a little smarter: have options_act handle transitions on its...Nick Mathewson2005-08-22
* rotate dns and cpu workers if the controller changes options thatRoger Dingledine2005-08-15
* fix typoRoger Dingledine2005-08-15
* Implement exit enclaves: if we know an IP address for the destination,Roger Dingledine2005-08-15
* let unregistered-servers take a parameter (the min bandwidth)Roger Dingledine2005-08-13
* Add a 'quit' command for the controller.Roger Dingledine2005-08-13
* Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson2005-08-12
* Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls.Nick Mathewson2005-08-10
* Avoid sending blank lines when GETINFO replies should be emptyNick Mathewson2005-08-09
* fix a function commentRoger Dingledine2005-08-08
* Also set event_mask=0 in connection_free_all, and dont send events to marked ...Nick Mathewson2005-08-07
* incomplete patch for matt's info controller signal term bugRoger Dingledine2005-08-07
* Implement some more GETINFO goodness: expose helper nodes, config options, ge...Nick Mathewson2005-08-04
* Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...Nick Mathewson2005-07-23
* Be consistent about preferring foo* to struct foo*Nick Mathewson2005-07-22
* Add getinfo logic for accounting; add options for helper nodesNick Mathewson2005-07-22
* make event streams work with control v1 tooRoger Dingledine2005-07-17
* correct error message in closestreamRoger Dingledine2005-07-17
* not not zero means zeroRoger Dingledine2005-07-17
* if the controller asks to extendcircuit to circid 0, we need toRoger Dingledine2005-07-17
* arguments in EXTENDCIRCUIT were reversedRoger Dingledine2005-07-17
* Fix several bugs in read_escaped_data; add a unit test and a few docsNick Mathewson2005-07-15
* point out some bugs for nick, noticed by whiteoutRoger Dingledine2005-07-15
* Macro-fu to get DEBUG events working.Nick Mathewson2005-07-13
* fix a seg fault with autodetecting which controller version is being usedRoger Dingledine2005-07-12
* Canonicalize option names even on defaulted options.Nick Mathewson2005-07-11
* Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson2005-06-29