summaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2009-05-14Fix misreporting of stream bandwidths.Mike Perry
2009-05-14Fix misreporting of stream bandwidths.potentiate
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-05-01Remove the long-deprecated GETINFO addr-mappings/Nick Mathewson
2009-03-18Do not generate the non-verbose circuit path when generating a circuit event ...Nick Mathewson
2009-02-20send the newconsensus event if the controller has asked for newconsensusRoger Dingledine
2009-02-16docdoc and changelog for r18556Roger Dingledine
2009-02-16and list the new event here tooRoger Dingledine
2009-02-16new controller event NEWCONSENSUS that lists the networkstatusRoger Dingledine
2009-01-28clean up r18287Roger Dingledine
2009-01-28patch from matt to implement 'getinfo status/clients-seen'Roger Dingledine
2009-01-27gah. yet another place that needs to be edited when we addRoger Dingledine
2009-01-21Let controllers actually ask for the "clients_seen" event. BugfixRoger Dingledine
2009-01-13Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-29While I'm at it, refactor control.c a little so that the dead code no longer ...Nick Mathewson
2008-12-27New controller event "clients_seen" to report a geoip-based summaryRoger Dingledine
2008-12-27Remove a deprecated controller alias; make another one generate a warning.Nick Mathewson
2008-12-25some fixes i found in my sandboxRoger Dingledine
2008-12-23Document most undocumented variables.Nick Mathewson
2008-12-22Add DOCDOC entries for undocumented static and global variables.Nick Mathewson
2008-12-22Make doxygen not complain about the way we spell CRLFNUL in control.cNick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson
2008-12-22Fix all of the doxygen warnings not pertaining to missing documentation.Nick Mathewson
2008-12-18Massage a little code to hopfully please coverity.Nick Mathewson
2008-12-17Move edge-only flags from connection_t to edge_connection_t.Nick Mathewson
2008-12-11Note that a couple of line in control.c are supposed to be dead-code.Nick Mathewson
2008-12-10note a potential bug in status events. need to look at spec toRoger Dingledine
2008-12-10Resume using the correct "REASON=" stream when telling theRoger Dingledine
2008-12-09remove a bogus comment. Now that there is no undocumented synonym for EXTEND...Nick Mathewson
2008-12-09Finally remove deprecated-since-0.1.2.4-alpha EXTENDED_FORMAT synonym for EXT...Nick Mathewson
2008-11-11Add PURPOSE= field to getinfo circuit-status. With luck, controllers are ign...Nick Mathewson
2008-10-13Minor fix in the warning messages when you're having problems Roger Dingledine
2008-09-29Include circuit purposes in circuit events. Now all circuit events are exten...Nick Mathewson
2008-09-26Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson
2008-09-14Serve the latest v3 networkstatus consensus via the controlRoger Dingledine
2008-09-05Refactor some code and add some asserts based on scanner results.Nick Mathewson
2008-08-15Switch global_identifier on connections to a 64-bit field and move it to conn...Nick Mathewson
2008-08-04don't log-warn on a bootstrapping status event if the recommendationRoger Dingledine
2008-07-24 r17346@aud-055: nickm | 2008-07-24 15:37:19 +0200Nick Mathewson
2008-06-24Send a bootstrap problem "warn" event on the first problem if theRoger Dingledine
2008-06-20If you're using bridges, generate "bootstrap problem" warningsRoger Dingledine
2008-06-19start sending "COUNT=%d RECOMMENDATION=%s" key/values on bootstrapRoger Dingledine
2008-06-18I was on the second paragraph of my or-dev mail explaining why I chose toRoger Dingledine
2008-06-17add a getinfo so vidalia can query our current bootstrap state, in caseRoger Dingledine
2008-06-13steal some of the bootstrap phase strings from vidaliaRoger Dingledine
2008-06-11consolidate all our edge/circ/orconn reason-to-foo-or-back functionsRoger Dingledine
2008-06-10some cleanups in preparation for moving stuff aroundRoger Dingledine