aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
Commit message (Expand)AuthorAge
...
* and code the part where redirectstream can take a port.•••svn:r5421 Roger Dingledine2005-11-18
* and now we actually do it, too.•••svn:r5414 Roger Dingledine2005-11-17
* when you type 'getinfo' with no arguments, it doesn't give you•••any answer at all. this is clearly a bug. the more interesting bug is whether things like setconf, getconf, and so on should return 250 OK if you give them no arguments. should we have a new "you didn't ask me anything" response code, or just leave it as is? svn:r5412 Roger Dingledine2005-11-17
* bugfix: the controller doesn't mention it's a .onion if it is.•••svn:r5400 Roger Dingledine2005-11-16
* On directory servers, old_routers was wasting hundreds of bytes per supersede...•••svn:r5349 Nick Mathewson2005-11-05
* Remove last vestiges of old logging interface.•••svn:r5317 Nick Mathewson2005-10-25
* Fix possible free(NULL) in control.c•••svn:r5306 Nick Mathewson2005-10-25
* Use LD_BUG as appropriate; convert rend* and router* to new logging interface...•••svn:r5302 Nick Mathewson2005-10-24
* Migrate a few more files to domained logging•••svn:r5285 Nick Mathewson2005-10-18
* Refactor routerlist access slightly: always use router_get_by_routerlist(); c...•••svn:r5276 Nick Mathewson2005-10-18
* split send_control1_event() into the printf and the print/dispatch part. The•••printf part was and is limited to at most 1024 byte messages, so having the print part separately available makes sense. svn:r5273 Peter Palfrader2005-10-18
* Be a bit more verbose in our AUTHENTICATE error messages in the control proto...•••svn:r5245 Peter Palfrader2005-10-12
* Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client...•••svn:r5237 Nick Mathewson2005-10-12
* stutter therapy lessons•••svn:r5191 Roger Dingledine2005-10-05
* Fix verbose compiler warnings, including one in routerlist.c that would have ...•••svn:r5190 Nick Mathewson2005-10-05
* Check for named servers when looking them up by nickname;•••warn when we'recalling a non-named server by its nickname; don't warn twice about the same name. Fix a bug in routers_update_status_from_networkstatus that made nearly all clients never update routerinfo_t.is_named. Try to list MyFamily elements by key, not by nickname. Only warn about names that we generated ourself, or got from the local user. On TLS handshake, only check the other router's nickname against its expected nickname if is_named is set. svn:r5185 Nick Mathewson2005-10-04
* comment cleanups•••svn:r5181 Roger Dingledine2005-10-04
* Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads w...•••svn:r5166 Nick Mathewson2005-09-30
* suppress all our usual compiler warnings, including a longstanding one from t...•••svn:r5149 Nick Mathewson2005-09-29
* bugfix: nobody ever implemented EVENT_ADDRMAP for control protocol•••version 0, so don't let version 0 controllers ask for it. svn:r5107 Roger Dingledine2005-09-21
* Make write_escaped_data more bulletproof; backport candidate.•••svn:r5106 Nick Mathewson2005-09-21
* Add new config.c function to set options that can fail, and roll back if they...•••svn:r5046 Nick Mathewson2005-09-14
* checkpoint: clean up and document the three ways to call config_assign()•••and reduce code duplication in config_free() and option_is_same(). svn:r5040 Roger Dingledine2005-09-14
* Fix bug found by "ca": looking up a non-existent stream for a v1 control conn...•••svn:r5001 Nick Mathewson2005-09-12
* Make GCC v4 happy with heavy warnings enabled.•••svn:r4922 Nick Mathewson2005-09-08
* add a RESETCONF controller command, and make setconf with a null•••option actually mean to set it to "" svn:r4916 Roger Dingledine2005-09-08
* TOR_ISSPACE, not isspace.•••svn:r4828 Nick Mathewson2005-08-24
* Make set_options a little smarter: have options_act handle transitions on its...•••svn:r4802 Nick Mathewson2005-08-22
* rotate dns and cpu workers if the controller changes options that•••will affect them. svn:r4787 Roger Dingledine2005-08-15
* fix typo•••svn:r4784 Roger Dingledine2005-08-15
* Implement exit enclaves: if we know an IP address for the destination,•••and there's a running Tor server at that address which allows exit to the destination, then extend the circuit to that exit first. Also, if the user asks for a .exit node, cannibalize general circs for it. svn:r4779 Roger Dingledine2005-08-15
* let unregistered-servers take a parameter (the min bandwidth)•••nick, is this an ugly hack of your protocol? svn:r4775 Roger Dingledine2005-08-13
* Add a 'quit' command for the controller.•••Add a 'getinfo unregistered-servers' for arma's internal use. svn:r4774 Roger Dingledine2005-08-13
* Make GCC very happy, even with lots of warnings set. Also, try to fix some re...•••svn:r4770 Nick Mathewson2005-08-12
* Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls.•••svn:r4761 Nick Mathewson2005-08-10
* Avoid sending blank lines when GETINFO replies should be empty•••svn:r4754 Nick Mathewson2005-08-09
* fix a function comment•••svn:r4743 Roger Dingledine2005-08-08
* Also set event_mask=0 in connection_free_all, and dont send events to marked ...•••svn:r4729 Nick Mathewson2005-08-07
* incomplete patch for matt's info controller signal term bug•••svn:r4728 Roger Dingledine2005-08-07
* Implement some more GETINFO goodness: expose helper nodes, config options, ge...•••svn:r4694 Nick Mathewson2005-08-04
* Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...•••svn:r4641 Nick Mathewson2005-07-23
* Be consistent about preferring foo* to struct foo*•••svn:r4637 Nick Mathewson2005-07-22
* Add getinfo logic for accounting; add options for helper nodes•••svn:r4632 Nick Mathewson2005-07-22
* make event streams work with control v1 too•••svn:r4590 Roger Dingledine2005-07-17
* correct error message in closestream•••svn:r4588 Roger Dingledine2005-07-17
* not not zero means zero•••svn:r4587 Roger Dingledine2005-07-17
* if the controller asks to extendcircuit to circid 0, we need to•••init the circuit before we can add hops to its cpath. svn:r4586 Roger Dingledine2005-07-17
* arguments in EXTENDCIRCUIT were reversed•••and an error message was misleading and we were leaking memory on some errors more bugs remain svn:r4585 Roger Dingledine2005-07-17
* Fix several bugs in read_escaped_data; add a unit test and a few docs•••svn:r4580 Nick Mathewson2005-07-15
* point out some bugs for nick, noticed by whiteout•••svn:r4574 Roger Dingledine2005-07-15